Solved problem not showing different savers options

This commit is contained in:
jolupa 2019-07-13 16:01:02 +02:00
parent 1bf7ffbf8e
commit 5d87267398

View File

@ -5,7 +5,7 @@
name=xfce4-screensaver
version=0.1.6
release=4
release=5
source=(https://git.xfce.org/apps/$name/snapshot/$name-$version.tar.gz common_auth.patch)
build() {
@ -17,7 +17,6 @@ build() {
./autogen.sh \
--prefix=/usr \
--libexecdir=/usr/lib/$name \
--sysconfdir=/etc \
--enable-pam \
--enable-authentication-scheme=pam \
--with-pam-prefix=/etc \
@ -31,10 +30,5 @@ build() {
make
make DESTDIR=$PKG install
install -d $PKG/usr/etc
mv $PKG/etc/xdg $PKG/usr/etc/xdg
#mv $PKG/usr/share/dbus-1 $PKG/etc
#rm -r $PKG/usr/share/locale
}