2019-06-01 12:49:24 +02:00

31 lines
647 B
Plaintext

# 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
release=3
source=(https://git.xfce.org/apps/$name/snapshot/$name-$version.tar.gz)
build() {
cd $name-$version
./autogen.sh \
--prefix=/usr \
--libexecdir=/usr/lib/$name \
--disable-static \
--disable-gtk-doc \
--disable-gtk-doc-html \
--disable-gtk-doc-pdf \
--disable-gtk2 \
--enable-gtk3
make
make DESTDIR=$PKG install
#rm -r $PKG/usr/share/locale
}