openbox: remove openbox-gnome.desktop which doesn't work with gnome3.
This commit is contained in:
parent
b6f1a578e7
commit
c19cee9dff
1 changed files with 6 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
# Template file for 'openbox'
|
||||
pkgname=openbox
|
||||
version=3.5.0
|
||||
revision=1
|
||||
homepage="http://www.openbox.org"
|
||||
distfiles="http://icculus.org/openbox/releases/$pkgname-$version.tar.gz"
|
||||
build_style=gnu-configure
|
||||
|
@ -46,3 +47,8 @@ Add_dependency build libXcursor-devel
|
|||
Add_dependency build libXinerama-devel
|
||||
Add_dependency build imlib2-devel
|
||||
Add_dependency build pango-devel
|
||||
|
||||
post_install() {
|
||||
# Doesn't work with GNOME3.
|
||||
rm -f ${DESTDIR}/usr/share/xsessions/openbox-gnome.desktop
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue