From 0c60d6d05461574056185527676826c15af9dce4 Mon Sep 17 00:00:00 2001 From: milisarge Date: Tue, 20 Jun 2017 10:16:53 +0300 Subject: [PATCH] notification-daemon.guncellendi --- talimatname/genel/notification-daemon/talimat | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/talimatname/genel/notification-daemon/talimat b/talimatname/genel/notification-daemon/talimat index 8405b7de2..bcd542a0b 100644 --- a/talimatname/genel/notification-daemon/talimat +++ b/talimatname/genel/notification-daemon/talimat @@ -4,17 +4,17 @@ # Depends on: intltool gtk3 libcanberra name=notification-daemon -version=3.16.1 +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 + cd $name-$version + ./configure --prefix=/usr \ + --sysconfdir=/etc \ + --libexecdir=/usr/lib/notification-daemon -make -make DESTDIR=$PKG install + make + make DESTDIR=$PKG install }