summaryrefslogtreecommitdiff
path: root/community/dunst
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
committerroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
commitdee9f17b595ea903a982d31d1124b302bb17e2ff (patch)
tree295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/dunst
parent380530d02a5449fdef97b63b394a6743c3de0092 (diff)
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/dunst')
-rw-r--r--community/dunst/PKGBUILD28
1 files changed, 0 insertions, 28 deletions
diff --git a/community/dunst/PKGBUILD b/community/dunst/PKGBUILD
deleted file mode 100644
index 88f684eec..000000000
--- a/community/dunst/PKGBUILD
+++ /dev/null
@@ -1,28 +0,0 @@
-# $Id: PKGBUILD 88586 2013-04-20 15:35:54Z dwallace $
-# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
-# Contributor: feuri
-
-pkgname=dunst
-pkgver=1.0.0
-pkgrel=1
-pkgdesc="a dmenu-ish notification system "
-arch=('i686' 'x86_64')
-url="http://knopwob.github.com/dunst"
-license=(MIT)
-depends=(libxinerama libxss libxdg-basedir pango)
-optdepends=("libnotify: notify-send"
- "dbus: start dunst on demand")
-makedepends=(libnotify dbus 'perl')
-provides=(notification-daemon)
-source=("${pkgname}-${pkgver}.tar.bz2::http://www.knopwob.org/public/dunst-release/$pkgname-$pkgver.tar.bz2")
-
-build() {
- make -C "$srcdir/$pkgname-$pkgver" X11INC=/usr/include/X11 X11LIB=/usr/lib/X11
-}
-
-package() {
- make -C "$pkgname-$pkgver" DESTDIR="${pkgdir}" PREFIX=/usr install
- install -Dm644 "${srcdir}/$pkgname-$pkgver/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-# vim:set ts=2 sw=2 et:
-md5sums=('bb5fee3cdf6ee30f7e11b7edd35e6723')