diff options
Diffstat (limited to 'community/dunst/PKGBUILD')
-rw-r--r-- | community/dunst/PKGBUILD | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/community/dunst/PKGBUILD b/community/dunst/PKGBUILD index 88f684eec..468590807 100644 --- a/community/dunst/PKGBUILD +++ b/community/dunst/PKGBUILD @@ -1,20 +1,19 @@ -# $Id: PKGBUILD 88586 2013-04-20 15:35:54Z dwallace $ +# $Id: PKGBUILD 103648 2014-01-08 18:46:24Z bgyorgy $ # Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com> # Contributor: feuri pkgname=dunst pkgver=1.0.0 -pkgrel=1 -pkgdesc="a dmenu-ish notification system " +pkgrel=2 +pkgdesc="Customizable and lightweight notification-daemon" arch=('i686' 'x86_64') -url="http://knopwob.github.com/dunst" -license=(MIT) +url="http://www.knopwob.org/dunst/" +license=(BSD) depends=(libxinerama libxss libxdg-basedir pango) -optdepends=("libnotify: notify-send" - "dbus: start dunst on demand") -makedepends=(libnotify dbus 'perl') +makedepends=(libnotify) provides=(notification-daemon) -source=("${pkgname}-${pkgver}.tar.bz2::http://www.knopwob.org/public/dunst-release/$pkgname-$pkgver.tar.bz2") +source=("http://www.knopwob.org/public/dunst-release/$pkgname-$pkgver.tar.bz2") +md5sums=('bb5fee3cdf6ee30f7e11b7edd35e6723') build() { make -C "$srcdir/$pkgname-$pkgver" X11INC=/usr/include/X11 X11LIB=/usr/lib/X11 @@ -24,5 +23,5 @@ 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') |