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