2019-05-03 01:57:59 +02:00
|
|
|
# Description: Easily themable notification daemon with transparency effect
|
|
|
|
# URL: https://www.xfce.org
|
2019-05-17 02:16:58 +02:00
|
|
|
# Maintainer: jolupa, jolupameister at gmail dot com
|
2019-05-03 01:57:59 +02:00
|
|
|
# Depends on: gtk3 glib libxfce4-util libxfce4-ui xfconf libnotify xfce4-panel
|
|
|
|
|
|
|
|
name=xfce4-notifyd
|
|
|
|
version=0.4.4
|
2019-06-01 12:49:24 +02:00
|
|
|
release=3
|
2019-05-12 17:29:13 +02:00
|
|
|
source=(https://git.xfce.org/apps/$name/snapshot/$name-$version.tar.gz)
|
2019-05-03 01:57:59 +02:00
|
|
|
|
|
|
|
build() {
|
2019-05-12 13:51:05 +02:00
|
|
|
|
|
|
|
cd $name-$version
|
|
|
|
|
2019-05-12 17:29:13 +02:00
|
|
|
./autogen.sh \
|
2019-05-03 01:57:59 +02:00
|
|
|
--prefix=/usr \
|
2019-05-12 13:51:05 +02:00
|
|
|
--libexecdir=/usr/lib/$name \
|
2019-05-03 01:57:59 +02:00
|
|
|
--disable-static \
|
2019-06-01 12:49:24 +02:00
|
|
|
--disable-gtk-doc \
|
|
|
|
--disable-gtk-doc-html \
|
|
|
|
--disable-gtk-doc-pdf \
|
2019-05-12 13:51:05 +02:00
|
|
|
--disable-gtk2 \
|
|
|
|
--enable-gtk3
|
|
|
|
|
2019-05-03 01:57:59 +02:00
|
|
|
make
|
|
|
|
|
|
|
|
make DESTDIR=$PKG install
|
2019-05-20 21:48:17 +02:00
|
|
|
|
|
|
|
#rm -r $PKG/usr/share/locale
|
|
|
|
|
2019-05-12 13:51:05 +02:00
|
|
|
}
|