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

Morten Linderud foxboron at archlinux.org
Fri Apr 30 20:00:35 UTC 2021


    Date: Friday, April 30, 2021 @ 20:00:35
  Author: foxboron
Revision: 925401

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   72 ++++++++++++++++++++++++++++---------------------------------
 1 file changed, 34 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-30 20:00:26 UTC (rev 925400)
+++ PKGBUILD	2021-04-30 20:00:35 UTC (rev 925401)
@@ -1,38 +0,0 @@
-# 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:

Copied: dunst/repos/community-x86_64/PKGBUILD (from rev 925400, dunst/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-04-30 20:00:35 UTC (rev 925401)
@@ -0,0 +1,34 @@
+# 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.6.1
+pkgrel=1
+pkgdesc="Customizable and lightweight notification-daemon"
+url="https://dunst-project.org/"
+arch=('x86_64')
+license=('BSD')
+depends=('libxinerama' 'dbus' 'wayland' '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=('a067aff8df233376afaf39222e863a4d')
+
+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