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

Leonidas Spyropoulos artafinde at gemini.archlinux.org
Sun Feb 13 12:36:51 UTC 2022


    Date: Sunday, February 13, 2022 @ 12:36:50
  Author: artafinde
Revision: 1133051

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-13 12:35:18 UTC (rev 1133050)
+++ PKGBUILD	2022-02-13 12:36:50 UTC (rev 1133051)
@@ -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.3
-pkgrel=1
-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=('71a900dca891c02878c691f596a7ebed')
-
-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:

Copied: dunst/repos/community-x86_64/PKGBUILD (from rev 1133050, dunst/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-02-13 12:36:50 UTC (rev 1133051)
@@ -0,0 +1,36 @@
+# 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.3
+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')
+options=('debug')
+source=("dunst-$pkgver.tar.gz::https://github.com/dunst-project/dunst/archive/v$pkgver.tar.gz")
+md5sums=('71a900dca891c02878c691f596a7ebed')
+
+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