4 pkgdesc="Desktop notification library - hacked for better using with notification-daemon-engine-coco"
7 depends=('dbus-glib>=0.80' 'gtk2')
8 makedepends=('pkgconfig' 'git')
9 url="http://github.com/tatofoo/libnotify-hack"
11 replaces=('libnotify')
12 conflicts=('libnotify')
13 provides=('libnotify=0.4.5')
16 _gitroot="http://github.com/tatofoo/libnotify-hack.git"
17 _gitname="libnotify-hack"
22 msg "Connecting to GIT server...."
24 if [ -d $_gitname ] ; then
25 cd $_gitname && git pull origin
26 msg "The local files are updated."
31 msg "GIT checkout done or server timeout"
32 msg "Starting make..."
38 ./configure --prefix=/usr --disable-static || return 1
41 make DESTDIR="${pkgdir}" install || return 1