summaryrefslogtreecommitdiff
path: root/community/dunst
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/dunst
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 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')