29 lines
597 B
Plaintext
Raw Normal View History

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