fluxbox: fix .desktop file
Remove obsolete configure options.
This commit is contained in:
parent
08931655a3
commit
4dca460994
|
@ -1,6 +1,6 @@
|
||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Encoding=UTF-8
|
Name=Fluxbox
|
||||||
Type=XSession
|
Comment=Highly configurable and low resource X11 Window manager
|
||||||
Exec=/usr/bin/startfluxbox
|
Exec=startfluxbox
|
||||||
TryExec=/usr/bin/startfluxbox
|
TryExec=startfluxbox
|
||||||
Name=fluxbox
|
Type=Application
|
||||||
|
|
|
@ -1,10 +1,9 @@
|
||||||
# Template file for 'fluxbox'
|
# Template file for 'fluxbox'
|
||||||
pkgname=fluxbox
|
pkgname=fluxbox
|
||||||
version=1.3.6
|
version=1.3.6
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-randr --enable-nls
|
configure_args="--enable-nls
|
||||||
--with-pkg-exec-prefix=/usr --with-imlib2-prefix=${XBPS_CROSS_BASE}/usr
|
|
||||||
ac_cv_lib_X11_XOpenDisplay=yes ac_cv_lib_Xft_XftFontOpen=yes
|
ac_cv_lib_X11_XOpenDisplay=yes ac_cv_lib_Xft_XftFontOpen=yes
|
||||||
ac_cv_lib_Xrender_XRenderCreatePicture=yes ac_cv_lib_Xpm_XpmReadFileToPixmap=yes
|
ac_cv_lib_Xrender_XRenderCreatePicture=yes ac_cv_lib_Xpm_XpmReadFileToPixmap=yes
|
||||||
ac_cv_lib_Xinerama_XineramaQueryScreens=yes ac_cv_lib_Xext_XShapeCombineShape=yes
|
ac_cv_lib_Xinerama_XineramaQueryScreens=yes ac_cv_lib_Xext_XShapeCombineShape=yes
|
||||||
|
|
Loading…
Reference in New Issue