[arch-commits] Commit in dunst/repos/community-x86_64 (PKGBUILD PKGBUILD)

Johannes Löthberg demize at archlinux.org
Sun Jan 7 10:22:13 UTC 2018


    Date: Sunday, January 7, 2018 @ 10:22:08
  Author: demize
Revision: 279848

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-07 10:21:52 UTC (rev 279847)
+++ PKGBUILD	2018-01-07 10:22:08 UTC (rev 279848)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
-# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
-# Contributor: feuri
-
-pkgname=dunst
-pkgver=1.3.0
-pkgrel=1
-
-pkgdesc="Customizable and lightweight notification-daemon"
-url="https://dunst-project.org/"
-arch=('x86_64')
-license=('BSD')
-
-depends=('libxinerama' 'libxss' 'pango' 'libnotify' 'gdk-pixbuf2' 'libxdg-basedir' 'libxrandr')
-
-provides=('notification-daemon')
-
-source=("dunst-$pkgver.tar.gz::https://github.com/dunst-project/dunst/archive/v$pkgver.tar.gz")
-md5sums=('f095a62ae24ec9de87596cadad19811a')
-
-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 279847, dunst/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-01-07 10:22:08 UTC (rev 279848)
@@ -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.3.0
+pkgrel=2
+
+pkgdesc="Customizable and lightweight notification-daemon"
+url="https://dunst-project.org/"
+arch=('x86_64')
+license=('BSD')
+
+depends=('libxinerama' 'libxss' 'pango' 'libnotify' 'gdk-pixbuf2' 'libxdg-basedir' 'libxrandr')
+
+provides=('notification-daemon')
+
+source=("dunst-$pkgver.tar.gz::https://github.com/dunst-project/dunst/archive/v$pkgver.tar.gz")
+md5sums=('f095a62ae24ec9de87596cadad19811a')
+
+build() {
+	make -C "$srcdir/$pkgname-$pkgver" PREFIX=/usr 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