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

Johannes Löthberg demize at archlinux.org
Wed Jul 12 19:00:19 UTC 2017


    Date: Wednesday, July 12, 2017 @ 19:00:18
  Author: demize
Revision: 244827

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

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

---------------------------+
 /PKGBUILD                 |   62 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   27 -------------------
 community-x86_64/PKGBUILD |   27 -------------------
 3 files changed, 62 insertions(+), 54 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-07-12 19:00:07 UTC (rev 244826)
+++ community-i686/PKGBUILD	2017-07-12 19:00:18 UTC (rev 244827)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
-# Contributor: feuri
-
-pkgname=dunst
-pkgver=1.1.0
-pkgrel=1
-pkgdesc="Customizable and lightweight notification-daemon"
-arch=('i686' 'x86_64')
-url="http://www.knopwob.org/dunst/"
-license=(BSD)
-depends=(libxinerama libxss libxdg-basedir pango)
-makedepends=(libnotify)
-provides=(notification-daemon)
-source=("http://www.knopwob.org/public/dunst-release/$pkgname-$pkgver.tar.bz2")
-md5sums=('7c37fb5306012fd658839908479dbbed')
-
-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:

Copied: dunst/repos/community-i686/PKGBUILD (from rev 244826, dunst/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-07-12 19:00:18 UTC (rev 244827)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
+# Contributor: feuri
+
+pkgname=dunst
+pkgver=1.2.0
+pkgrel=1
+
+pkgdesc="Customizable and lightweight notification-daemon"
+url="https://dunst-project.org/"
+arch=('i686' 'x86_64')
+license=('BSD')
+
+depends=('libxinerama' 'libxss' 'pango' 'libnotify' 'gtk2' 'libxdg-basedir')
+
+provides=('notification-daemon')
+
+source=("dunst-$pkgver.tar.gz::https://github.com/dunst-project/dunst/archive/v$pkgver.tar.gz")
+md5sums=('425d5bb10a8b571c7494c5e60aaae7e1')
+
+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	2017-07-12 19:00:07 UTC (rev 244826)
+++ community-x86_64/PKGBUILD	2017-07-12 19:00:18 UTC (rev 244827)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
-# Contributor: feuri
-
-pkgname=dunst
-pkgver=1.1.0
-pkgrel=1
-pkgdesc="Customizable and lightweight notification-daemon"
-arch=('i686' 'x86_64')
-url="http://www.knopwob.org/dunst/"
-license=(BSD)
-depends=(libxinerama libxss libxdg-basedir pango)
-makedepends=(libnotify)
-provides=(notification-daemon)
-source=("http://www.knopwob.org/public/dunst-release/$pkgname-$pkgver.tar.bz2")
-md5sums=('7c37fb5306012fd658839908479dbbed')
-
-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:

Copied: dunst/repos/community-x86_64/PKGBUILD (from rev 244826, dunst/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-07-12 19:00:18 UTC (rev 244827)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
+# Contributor: feuri
+
+pkgname=dunst
+pkgver=1.2.0
+pkgrel=1
+
+pkgdesc="Customizable and lightweight notification-daemon"
+url="https://dunst-project.org/"
+arch=('i686' 'x86_64')
+license=('BSD')
+
+depends=('libxinerama' 'libxss' 'pango' 'libnotify' 'gtk2' 'libxdg-basedir')
+
+provides=('notification-daemon')
+
+source=("dunst-$pkgver.tar.gz::https://github.com/dunst-project/dunst/archive/v$pkgver.tar.gz")
+md5sums=('425d5bb10a8b571c7494c5e60aaae7e1')
+
+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