summaryrefslogtreecommitdiff
path: root/community/notify-osd
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/notify-osd
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/notify-osd')
-rw-r--r--community/notify-osd/PKGBUILD34
-rw-r--r--community/notify-osd/notify-osd.install12
2 files changed, 0 insertions, 46 deletions
diff --git a/community/notify-osd/PKGBUILD b/community/notify-osd/PKGBUILD
deleted file mode 100644
index 431581ae0..000000000
--- a/community/notify-osd/PKGBUILD
+++ /dev/null
@@ -1,34 +0,0 @@
-# $Id: PKGBUILD 79663 2012-11-10 19:03:29Z bgyorgy $
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Johannes Pfau <johannespfau at gmail dot com>
-
-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"
-}
diff --git a/community/notify-osd/notify-osd.install b/community/notify-osd/notify-osd.install
deleted file mode 100644
index f8470c77c..000000000
--- a/community/notify-osd/notify-osd.install
+++ /dev/null
@@ -1,12 +0,0 @@
-post_install() {
- glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}
-