[arch-commits] Commit in dunst/repos (4 files)

Daniel Wallace dwallace at nymeria.archlinux.org
Sat Jan 26 21:37:31 UTC 2013


    Date: Saturday, January 26, 2013 @ 22:37:31
  Author: dwallace
Revision: 83044

archrelease: copy trunk to community-i686, community-x86_64

Added:
  dunst/repos/community-i686/PKGBUILD
    (from rev 83043, dunst/trunk/PKGBUILD)
  dunst/repos/community-x86_64/PKGBUILD
    (from rev 83043, dunst/trunk/PKGBUILD)
Deleted:
  dunst/repos/community-i686/PKGBUILD
  dunst/repos/community-x86_64/PKGBUILD

---------------------------+
 community-i686/PKGBUILD   |   58 +++++++++++++++++++-------------------------
 community-x86_64/PKGBUILD |   58 +++++++++++++++++++-------------------------
 2 files changed, 52 insertions(+), 64 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-01-26 21:36:58 UTC (rev 83043)
+++ community-i686/PKGBUILD	2013-01-26 21:37:31 UTC (rev 83044)
@@ -1,32 +0,0 @@
-$Id$
-# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
-# Contributor: feuri
-
-pkgname=dunst
-pkgver=0.4.0
-pkgrel=1
-pkgdesc="a dmenu-ish notification system "
-arch=('i686' 'x86_64')
-url="http://knopwob.github.com/dunst"
-license=(MIT)
-depends=(dbus-core libxinerama libxft libxss libxdg-basedir)
-makedepends=('git' 'perl')
-optdepends=('libnotify: dunst is able to listen to notifications from libnotify')
-provides=(notification-daemon)
-source=("${pkgname}-${pkgver}.tar.bz2::http://www.knopwob.org/public/dunst-release/$pkgname-$pkgver.tar.bz2")
-md5sums=('615b673011222f6ab6f5df28def329a9')
-
-build() {
-	cd "${srcdir}/$pkgname-$pkgver"
-	
-	make X11INC=/usr/include/X11 X11LIB=/usr/lib/X11
-}
-
-package() {
-	cd "${srcdir}/$pkgname-$pkgver"
-
-	make DESTDIR="${pkgdir}" PREFIX=/usr install
-
-	install -Dm644 "${srcdir}/$pkgname-$pkgver/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-# vim:set ts=2 sw=2 et:

Copied: dunst/repos/community-i686/PKGBUILD (from rev 83043, dunst/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-01-26 21:37:31 UTC (rev 83044)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
+# Contributor: feuri
+
+pkgname=dunst
+pkgver=0.5.0
+pkgrel=1
+pkgdesc="a dmenu-ish notification system "
+arch=('i686' 'x86_64')
+url="http://knopwob.github.com/dunst"
+license=(MIT)
+depends=(dbus libxinerama libxft libxss libxdg-basedir)
+makedepends=('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
+}
+
+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:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-01-26 21:36:58 UTC (rev 83043)
+++ community-x86_64/PKGBUILD	2013-01-26 21:37:31 UTC (rev 83044)
@@ -1,32 +0,0 @@
-$Id$
-# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
-# Contributor: feuri
-
-pkgname=dunst
-pkgver=0.4.0
-pkgrel=1
-pkgdesc="a dmenu-ish notification system "
-arch=('i686' 'x86_64')
-url="http://knopwob.github.com/dunst"
-license=(MIT)
-depends=(dbus-core libxinerama libxft libxss libxdg-basedir)
-makedepends=('git' 'perl')
-optdepends=('libnotify: dunst is able to listen to notifications from libnotify')
-provides=(notification-daemon)
-source=("${pkgname}-${pkgver}.tar.bz2::http://www.knopwob.org/public/dunst-release/$pkgname-$pkgver.tar.bz2")
-md5sums=('615b673011222f6ab6f5df28def329a9')
-
-build() {
-	cd "${srcdir}/$pkgname-$pkgver"
-	
-	make X11INC=/usr/include/X11 X11LIB=/usr/lib/X11
-}
-
-package() {
-	cd "${srcdir}/$pkgname-$pkgver"
-
-	make DESTDIR="${pkgdir}" PREFIX=/usr install
-
-	install -Dm644 "${srcdir}/$pkgname-$pkgver/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-# vim:set ts=2 sw=2 et:

Copied: dunst/repos/community-x86_64/PKGBUILD (from rev 83043, dunst/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-01-26 21:37:31 UTC (rev 83044)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
+# Contributor: feuri
+
+pkgname=dunst
+pkgver=0.5.0
+pkgrel=1
+pkgdesc="a dmenu-ish notification system "
+arch=('i686' 'x86_64')
+url="http://knopwob.github.com/dunst"
+license=(MIT)
+depends=(dbus libxinerama libxft libxss libxdg-basedir)
+makedepends=('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
+}
+
+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:




More information about the arch-commits mailing list