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

Morten Linderud foxboron at gemini.archlinux.org
Mon Oct 25 20:07:44 UTC 2021


    Date: Monday, October 25, 2021 @ 20:07:43
  Author: foxboron
Revision: 1033658

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-25 20:07:38 UTC (rev 1033657)
+++ PKGBUILD	2021-10-25 20:07:43 UTC (rev 1033658)
@@ -1,35 +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.7.0
-pkgrel=2
-pkgdesc="Customizable and lightweight notification-daemon"
-url="https://dunst-project.org/"
-arch=('x86_64')
-license=('BSD')
-depends=('libxinerama' 'dbus' 'systemd' 'wayland' 'libxss' 'pango' 'gdk-pixbuf2' 'libxrandr' 'glib2')
-makedepends=('libnotify')
-optdepends=('libnotify: dunstify')
-backup=('etc/dunst/dunstrc')
-provides=('notification-daemon')
-source=("dunst-$pkgver.tar.gz::https://github.com/dunst-project/dunst/archive/v$pkgver.tar.gz")
-md5sums=('4d897596f131c77e039b4994a32b3c44')
-
-build() {
-  cd dunst-$pkgver
-
-  make PREFIX=/usr X11INC=/usr/include/X11 X11LIB=/usr/lib/X11 all
-}
-
-package() {
-  cd dunst-$pkgver
-
-  make DESTDIR="$pkgdir" SYSCONFDIR=/etc 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 1033657, dunst/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-10-25 20:07:43 UTC (rev 1033658)
@@ -0,0 +1,35 @@
+# 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.7.0
+pkgrel=3
+pkgdesc="Customizable and lightweight notification-daemon"
+url="https://dunst-project.org/"
+arch=('x86_64')
+license=('BSD')
+depends=('libxinerama' 'dbus' 'systemd' 'wayland' 'libxss' 'pango' 'gdk-pixbuf2' 'libxrandr' 'glib2')
+makedepends=('libnotify')
+optdepends=('libnotify: dunstify')
+backup=('etc/dunst/dunstrc')
+provides=('notification-daemon')
+source=("dunst-$pkgver.tar.gz::https://github.com/dunst-project/dunst/archive/v$pkgver.tar.gz")
+md5sums=('4d897596f131c77e039b4994a32b3c44')
+
+build() {
+  cd dunst-$pkgver
+
+  make PREFIX=/usr SYSCONFDIR=/etc X11INC=/usr/include/X11 X11LIB=/usr/lib/X11 all
+}
+
+package() {
+  cd dunst-$pkgver
+
+  make DESTDIR="$pkgdir" SYSCONFDIR=/etc 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