summaryrefslogtreecommitdiff
path: root/testing/xfce4-notifyd
diff options
context:
space:
mode:
Diffstat (limited to 'testing/xfce4-notifyd')
-rw-r--r--testing/xfce4-notifyd/PKGBUILD39
-rw-r--r--testing/xfce4-notifyd/xfce4-notifyd.install14
2 files changed, 0 insertions, 53 deletions
diff --git a/testing/xfce4-notifyd/PKGBUILD b/testing/xfce4-notifyd/PKGBUILD
deleted file mode 100644
index 7291f3fe7..000000000
--- a/testing/xfce4-notifyd/PKGBUILD
+++ /dev/null
@@ -1,39 +0,0 @@
-# $Id: PKGBUILD 157687 2012-04-29 02:54:55Z foutrelis $
-# Maintainer: Evangelos Foutras <evangelos@foutrelis.com>
-# Contributor: tobias <tobias funnychar archlinux.org>
-
-pkgname=xfce4-notifyd
-pkgver=0.2.2
-pkgrel=3
-pkgdesc="Notification daemon for the Xfce desktop"
-arch=('i686' 'x86_64')
-url="http://goodies.xfce.org/projects/applications/xfce4-notifyd"
-license=('GPL2')
-groups=('xfce4-goodies')
-depends=('libxfce4ui' 'hicolor-icon-theme')
-makedepends=('intltool')
-provides=('notification-daemon')
-options=('!libtool')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/apps/$pkgname/0.2/$pkgname-$pkgver.tar.bz2)
-sha256sums=('b66e68dfc2164bcf479acd3c7e8b6f83065d23aef988535e2db3506d06a39168')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
-
- ./configure \
- --prefix=/usr \
- --sysconfdir=/etc \
- --libexecdir=/usr/lib \
- --localstatedir=/var \
- --disable-static \
- --disable-debug
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
- make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:
diff --git a/testing/xfce4-notifyd/xfce4-notifyd.install b/testing/xfce4-notifyd/xfce4-notifyd.install
deleted file mode 100644
index abf924aa2..000000000
--- a/testing/xfce4-notifyd/xfce4-notifyd.install
+++ /dev/null
@@ -1,14 +0,0 @@
-post_install() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
-
-
-# vim:set ts=2 sw=2 et: