2019-07-19 01:31:37 +02:00
|
|
|
# Description: Easily themable notification daemon with transparency effect
|
|
|
|
# URL: https://www.xfce.org
|
|
|
|
# Maintainer: jolupa, jlpavon at me dot com
|
2019-11-01 02:10:42 +01:00
|
|
|
# Depends on: libnotify libxfce4ui xfce4-panel
|
2019-05-03 01:57:59 +02:00
|
|
|
|
|
|
|
name=xfce4-notifyd
|
2020-04-08 18:58:07 +02:00
|
|
|
version=0.6.0
|
|
|
|
release=1
|
|
|
|
source=(https://archive.xfce.org/src/apps/$name/${version:0:3}/$name-$version.tar.bz2)
|
2019-05-03 01:57:59 +02:00
|
|
|
|
|
|
|
build() {
|
2019-05-12 13:51:05 +02:00
|
|
|
|
|
|
|
cd $name-$version
|
2020-04-08 18:58:07 +02:00
|
|
|
|
|
|
|
./configure \
|
|
|
|
--prefix=/usr \
|
|
|
|
--libexecdir=/usr/lib/$name \
|
|
|
|
--disable-static \
|
|
|
|
--disable-gtk-doc \
|
|
|
|
--disable-gtk2 \
|
|
|
|
--enable-gtk3
|
2020-04-07 17:00:34 +02:00
|
|
|
|
2019-11-01 02:10:42 +01:00
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
2019-07-06 18:46:23 +02:00
|
|
|
|
2019-11-01 02:10:42 +01:00
|
|
|
#rm -r $PKG/usr/share/locale
|
2020-04-07 17:00:34 +02:00
|
|
|
|
2019-07-06 18:46:23 +02:00
|
|
|
}
|