2019-05-18 14:43:57 +02:00
|
|
|
# Description: Screensaver for Xfce
|
|
|
|
# URL: https://git.xfce.org/apps/xfce4-screensaver/
|
2019-06-05 11:42:13 +02:00
|
|
|
# Maintainer: jolupa, jlpavon at me dot com
|
2019-06-12 01:32:22 +02:00
|
|
|
# Depends on: xfce4-dev-tools xorg-libxscrnsaver xfconf libxfce4ui libxfce4util garcon gtk3 libxklavier exo
|
2019-05-18 14:43:57 +02:00
|
|
|
|
|
|
|
name=xfce4-screensaver
|
2019-06-14 00:01:12 +02:00
|
|
|
version=0.1.5
|
|
|
|
release=1
|
2019-05-18 14:43:57 +02:00
|
|
|
source=(https://git.xfce.org/apps/$name/snapshot/$name-$version.tar.gz)
|
|
|
|
|
|
|
|
build() {
|
|
|
|
|
|
|
|
cd $name-$version
|
|
|
|
|
|
|
|
./autogen.sh \
|
|
|
|
--prefix=/usr \
|
|
|
|
--libexecdir=/usr/lib/$name \
|
|
|
|
--sysconfdir=/etc \
|
2019-06-05 11:42:13 +02:00
|
|
|
--mandir=/usr/man \
|
2019-05-18 14:43:57 +02:00
|
|
|
--disable-static \
|
|
|
|
--with-mit-ext \
|
2019-06-05 11:42:13 +02:00
|
|
|
--with-console-kit \
|
|
|
|
--without-systemd \
|
|
|
|
--with-libgl
|
2019-05-18 14:43:57 +02:00
|
|
|
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
2019-05-20 21:48:17 +02:00
|
|
|
|
|
|
|
#rm -r $PKG/usr/share/locale
|
|
|
|
|
2019-05-18 14:43:57 +02:00
|
|
|
}
|