archrelease: copy trunk to community-any
[ArchLinux/community.git] / notify-osd / trunk / PKGBUILD
blob86c8171a59de77826ee0dc10ea51b3a17c32379e
1 # Maintainer: Balló György <ballogyor+arch at gmail dot com>
2 # Contributor: Johannes Pfau <johannespfau at gmail dot com>
4 pkgname=notify-osd
5 pkgver=0.9.35+16.04.20160415
6 pkgrel=3
7 pkgdesc="Canonical's on-screen-display notification agent, implementing the freedesktop.org Desktop Notifications Specification with semi-transparent click-through bubbles"
8 arch=('x86_64')
9 url="https://launchpad.net/notify-osd"
10 license=('GPL')
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')
17 prepare() {
18   NOCONFIGURE=1 ./autogen.sh
21 build() {
22   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$pkgname \
23               --disable-schemas-compile
24   make
27 package() {
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"