summaryrefslogtreecommitdiff
path: root/community/dunst/PKGBUILD
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-04-21 10:43:42 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2013-04-21 10:43:42 +0200
commit4e66a1c1c541a0b60aa63f4d846c5e6f225b71b8 (patch)
treedb8c1d395ab4a671230a246df665dbee6b62235d /community/dunst/PKGBUILD
parent742bd5a396f7a4c474e8ffec0686fc7312603cb8 (diff)
parent031887a2047546085998f965214f5b682664de9b (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/emacs-nox/PKGBUILD community/gmic/PKGBUILD community/libgtksourceviewmm2/PKGBUILD community/libnewt/PKGBUILD community/nicotine/PKGBUILD community/plan9port/PKGBUILD extra/calligra/PKGBUILD extra/ilmbase/PKGBUILD extra/libwps/PKGBUILD extra/openexr/PKGBUILD extra/poppler/PKGBUILD
Diffstat (limited to 'community/dunst/PKGBUILD')
-rw-r--r--community/dunst/PKGBUILD12
1 files changed, 7 insertions, 5 deletions
diff --git a/community/dunst/PKGBUILD b/community/dunst/PKGBUILD
index fc9f7c083..c6cf9a28f 100644
--- a/community/dunst/PKGBUILD
+++ b/community/dunst/PKGBUILD
@@ -1,19 +1,20 @@
-# $Id: PKGBUILD 83044 2013-01-26 21:37:31Z dwallace $
+# $Id: PKGBUILD 88586 2013-04-20 15:35:54Z dwallace $
# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
# Contributor: feuri
pkgname=dunst
-pkgver=0.5.0
+pkgver=1.0.0
pkgrel=1
pkgdesc="a dmenu-ish notification system "
arch=('i686' 'x86_64' 'mips64el')
url="http://knopwob.github.com/dunst"
license=(MIT)
-depends=(dbus libxinerama libxft libxss libxdg-basedir)
-makedepends=('perl')
+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")
-md5sums=('3805fd0ef171378cc6ff3a74ce8a4f06')
build() {
make -C "$srcdir/$pkgname-$pkgver" X11INC=/usr/include/X11 X11LIB=/usr/lib/X11
@@ -24,3 +25,4 @@ package() {
install -Dm644 "${srcdir}/$pkgname-$pkgver/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}
# vim:set ts=2 sw=2 et:
+md5sums=('bb5fee3cdf6ee30f7e11b7edd35e6723')