1 # Maintainer: Balló György <ballogyor+arch at gmail dot com>
2 # Contributor: Johannes Pfau <johannespfau at gmail dot com>
5 pkgver=0.9.35+16.04.20160415
7 pkgdesc="Canonical's on-screen-display notification agent, implementing the freedesktop.org Desktop Notifications Specification with semi-transparent click-through bubbles"
9 url="https://launchpad.net/notify-osd"
11 depends=('libwnck3' 'dbus-glib' 'gsettings-desktop-schemas')
12 makedepends=('gnome-common' 'libnotify')
13 provides=('notification-daemon')
14 source=(https://launchpad.net/ubuntu/+archive/primary/+files/${pkgname}_$pkgver.orig.tar.gz)
15 sha256sums=('119fd662e4cbfeec492c1f96e26687dbfb5986076114bda488807358e54cfb53')
18 NOCONFIGURE=1 ./autogen.sh
22 ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$pkgname \
23 --disable-schemas-compile
28 make DESTDIR="$pkgdir" install
30 # Remove readme file from non-standard location
31 rm "$pkgdir/usr/share/notify-osd/icons/hicolor/scalable/status/README"