2020-03-23 11:36:23 +01:00

38 lines
884 B
Plaintext

# Description: Screensaver for Xfce
# URL: https://git.xfce.org/apps/xfce4-screensaver/
# Maintainer: jolupa, jlpavon at me dot com
# Depends on: liibxfce4util libxfce4ui xfconf exo garcon xorg-libxscrnsaver gtk3 libxklavier libwnck-gtk3
name=xfce4-screensaver
version=0.1.9
release=1
source=(http://archive.xfce.org/src/apps/$name/${version:0:3}/$name-$version.tar.bz2 common_auth.patch)
build() {
cd $name-$version
patch -p1 -i $SRC/common_auth.patch
./configure \
--prefix=/usr \
--libexecdir=/usr/lib/$name \
--sysconfdir=/etc \
--enable-pam \
--enable-authentication-scheme=pam \
--with-pam-prefix=/etc \
--with-pam-auth-type=common \
--disable-static \
--with-mit-ext \
--with-console-kit \
--without-systemd \
--without-elogind \
--with-libgl
make
make DESTDIR=$PKG install
#rm -r $PKG/usr/share/locale
}