26 lines
564 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
release=1
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
}