2019-08-11 21:23:28 +02:00

37 lines
856 B
Plaintext

# Description: Screensaver for Xfce
# URL: https://git.xfce.org/apps/xfce4-screensaver/
# Maintainer: jolupa, jlpavon at me dot com
# Depends on: xfce4-dev-tools xorg-libxscrnsaver xfconf libxfce4ui libxfce4util garcon gtk3 libxklavier exo libwnck-gtk3
name=xfce4-screensaver
version=0.1.8
release=1
source=(https://git.xfce.org/apps/$name/snapshot/$name-$version.tar.gz common_auth.patch)
build() {
cd $name-$version
patch -p1 -i $SRC/common_auth.patch
./autogen.sh \
--prefix=/usr \
--libexecdir=/usr/lib/$name \
--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
}