[arch-commits] Commit in dunst/repos/community-x86_64 (PKGBUILD PKGBUILD)
Johannes Löthberg
demize at archlinux.org
Sun May 13 10:15:09 UTC 2018
Date: Sunday, May 13, 2018 @ 10:15:09
Author: demize
Revision: 321588
archrelease: copy trunk to community-x86_64
Added:
dunst/repos/community-x86_64/PKGBUILD
(from rev 321587, dunst/trunk/PKGBUILD)
Deleted:
dunst/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 62 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 31 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-05-13 10:15:02 UTC (rev 321587)
+++ PKGBUILD 2018-05-13 10:15:09 UTC (rev 321588)
@@ -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.1
-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=('cd6cee61031e8504b087c4b4344786ed')
-
-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:
Copied: dunst/repos/community-x86_64/PKGBUILD (from rev 321587, dunst/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-05-13 10:15:09 UTC (rev 321588)
@@ -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.2
+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=('68ad9fd1dab537d7a1ad93c899c50278')
+
+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