21 lines
478 B
Plaintext
21 lines
478 B
Plaintext
# Description: Pasif pop-up bildirimlerini görüntülemek için arka plan programı
|
||
# URL: http://www.gnome.org/
|
||
# Packager: milisarge
|
||
# Depends on: intltool gtk3 libcanberra
|
||
|
||
name=notification-daemon
|
||
version=3.20.0
|
||
release=1
|
||
|
||
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz)
|
||
|
||
build() {
|
||
cd $name-$version
|
||
./configure --prefix=/usr \
|
||
--sysconfdir=/etc \
|
||
--libexecdir=/usr/lib/notification-daemon
|
||
|
||
make
|
||
make DESTDIR=$PKG install
|
||
}
|