From c1c596c922f0dc8622339011db936c531647203d Mon Sep 17 00:00:00 2001 From: root Date: Sun, 11 Nov 2012 01:47:32 -0800 Subject: Sun Nov 11 01:44:00 PST 2012 --- community/notify-osd/PKGBUILD | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 community/notify-osd/PKGBUILD (limited to 'community/notify-osd/PKGBUILD') diff --git a/community/notify-osd/PKGBUILD b/community/notify-osd/PKGBUILD new file mode 100644 index 000000000..431581ae0 --- /dev/null +++ b/community/notify-osd/PKGBUILD @@ -0,0 +1,34 @@ +# $Id: PKGBUILD 79663 2012-11-10 19:03:29Z bgyorgy $ +# Maintainer: Balló György +# Contributor: Johannes Pfau + +pkgname=notify-osd +pkgver=0.9.34 +pkgrel=1 +pkgdesc="Canonical's on-screen-display notification agent, implementing the freedesktop.org Desktop Notifications Specification with semi-transparent click-through bubbles" +arch=('i686' 'x86_64') +url="https://launchpad.net/notify-osd" +license=('GPL') +depends=('libwnck3' 'dbus-glib' 'dconf' 'gsettings-desktop-schemas') +makedepends=('libnotify') +provides=('notification-daemon') +install=$pkgname.install +source=(http://launchpad.net/$pkgname/precise/$pkgver/+download/$pkgname-$pkgver.tar.gz) +md5sums=('18d9a95467daac570789fb7893011595') + +build() { + cd "$srcdir/$pkgname-$pkgver" + + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$pkgname \ + --disable-static --disable-schemas-compile + make +} + +package() { + cd "$srcdir/$pkgname-$pkgver" + + make DESTDIR="$pkgdir" install + + # Remove readme file from non-standard location + rm "$pkgdir/usr/share/notify-osd/icons/hicolor/scalable/status/README" +} -- cgit v1.2.3-54-g00ecf