[arch-commits] Commit in dunst/trunk (PKGBUILD)

Balló György bgyorgy at nymeria.archlinux.org
Wed Jan 8 18:46:16 UTC 2014


    Date: Wednesday, January 8, 2014 @ 19:46:15
  Author: bgyorgy
Revision: 103647

upgpkg: dunst 1.0.0-2

Minor fixes (FS#36980)

Modified:
  dunst/trunk/PKGBUILD

----------+
 PKGBUILD |   17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-01-08 18:14:53 UTC (rev 103646)
+++ PKGBUILD	2014-01-08 18:46:15 UTC (rev 103647)
@@ -4,17 +4,16 @@
 
 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 @@
 	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')




More information about the arch-commits mailing list