[arch-commits] Commit in dunst/repos/community-x86_64 (PKGBUILD PKGBUILD)
Daniel M. Capella
polyzen at archlinux.org
Tue Jul 28 19:58:07 UTC 2020
Date: Tuesday, July 28, 2020 @ 19:58:06
Author: polyzen
Revision: 665714
archrelease: copy trunk to community-x86_64
Added:
dunst/repos/community-x86_64/PKGBUILD
(from rev 665713, dunst/trunk/PKGBUILD)
Deleted:
dunst/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 75 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 38 insertions(+), 37 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-28 19:57:44 UTC (rev 665713)
+++ PKGBUILD 2020-07-28 19:58:06 UTC (rev 665714)
@@ -1,37 +0,0 @@
-# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
-# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
-# Contributor: feuri
-
-pkgname=dunst
-pkgver=1.4.1
-pkgrel=1
-
-pkgdesc="Customizable and lightweight notification-daemon"
-url="https://dunst-project.org/"
-arch=('x86_64')
-license=('BSD')
-
-depends=('libxinerama' 'libxss' 'pango' 'gdk-pixbuf2' 'libxrandr' 'glib2')
-makedepends=('libnotify')
-optdepends=('libnotify: dunstify')
-
-provides=('notification-daemon')
-
-source=("dunst-$pkgver.tar.gz::https://github.com/dunst-project/dunst/archive/v$pkgver.tar.gz")
-md5sums=('ea22e152ae40a1fc8e0e4da5b762ad20')
-
-build() {
- cd dunst-$pkgver
-
- make PREFIX=/usr X11INC=/usr/include/X11 X11LIB=/usr/lib/X11 all dunstify
-}
-
-package() {
- cd dunst-$pkgver
-
- make DESTDIR="$pkgdir" PREFIX=/usr install
- install -Dm755 dunstify "$pkgdir"/usr/bin/dunstify
- install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:
Copied: dunst/repos/community-x86_64/PKGBUILD (from rev 665713, dunst/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-07-28 19:58:06 UTC (rev 665714)
@@ -0,0 +1,38 @@
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
+# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
+# Contributor: feuri
+
+pkgname=dunst
+pkgver=1.5.0
+pkgrel=1
+
+pkgdesc="Customizable and lightweight notification-daemon"
+url="https://dunst-project.org/"
+arch=('x86_64')
+license=('BSD')
+
+depends=('libxinerama' 'libxss' 'pango' 'gdk-pixbuf2' 'libxrandr' 'glib2')
+makedepends=('libnotify')
+optdepends=('libnotify: dunstify')
+
+provides=('notification-daemon')
+
+source=("dunst-$pkgver.tar.gz::https://github.com/dunst-project/dunst/archive/v$pkgver.tar.gz")
+md5sums=('e42e7a53741066b137dcb92bb8c22020')
+
+build() {
+ cd dunst-$pkgver
+
+ make PREFIX=/usr X11INC=/usr/include/X11 X11LIB=/usr/lib/X11 all
+}
+
+package() {
+ cd dunst-$pkgver
+
+ make DESTDIR="$pkgdir" PREFIX=/usr install
+ install -Dm755 dunstify "$pkgdir"/usr/bin/dunstify
+ install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list