mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +02:00
WindowMaker: use upstream xsession
This commit is contained in:
parent
190723b839
commit
2e953b6325
2 changed files with 6 additions and 12 deletions
|
@ -1,5 +0,0 @@
|
|||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Name=windowmaker
|
||||
Exec=/usr/bin/wmaker
|
||||
Type=Application
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'WindowMaker'
|
||||
pkgname=WindowMaker
|
||||
version=0.96.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-xinerama --localedir=/usr/share/locale
|
||||
--enable-usermenu --enable-modelock --enable-xrandr --enable-wmreplace
|
||||
|
@ -11,11 +11,11 @@ makedepends="libXinerama-devel libXrandr-devel libXmu-devel libXpm-devel
|
|||
libXft-devel libpng-devel tiff-devel giflib-devel fontconfig-devel
|
||||
libexif-devel"
|
||||
conf_files="
|
||||
/etc/WindowMaker/WindowMaker
|
||||
/etc/WindowMaker/WMRootMenu
|
||||
/etc/WindowMaker/WMWindowAttributes
|
||||
/etc/WindowMaker/WMState
|
||||
/etc/WindowMaker/WMGLOBAL"
|
||||
/etc/WindowMaker/WindowMaker
|
||||
/etc/WindowMaker/WMRootMenu
|
||||
/etc/WindowMaker/WMWindowAttributes
|
||||
/etc/WindowMaker/WMState
|
||||
/etc/WindowMaker/WMGLOBAL"
|
||||
short_desc="X11 window manager with a NEXTSTEP look and feel"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="GPL-2.0-or-later, WTFPL"
|
||||
|
@ -36,7 +36,6 @@ post_configure() {
|
|||
|
||||
post_install() {
|
||||
vlicense COPYING.WTFPL
|
||||
vinstall ${FILESDIR}/wmaker.desktop 644 usr/share/xsessions
|
||||
}
|
||||
|
||||
WindowMaker-devel_package() {
|
||||
|
|
Loading…
Add table
Reference in a new issue