[arch-commits] Commit in dunst/repos/community-x86_64 (PKGBUILD PKGBUILD)
Morten Linderud
foxboron at gemini.archlinux.org
Wed Mar 2 21:15:55 UTC 2022
Date: Wednesday, March 2, 2022 @ 21:15:54
Author: foxboron
Revision: 1139896
archrelease: copy trunk to community-x86_64
Added:
dunst/repos/community-x86_64/PKGBUILD
(from rev 1139895, dunst/trunk/PKGBUILD)
Deleted:
dunst/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 72 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 36 insertions(+), 36 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-03-02 21:15:48 UTC (rev 1139895)
+++ PKGBUILD 2022-03-02 21:15:54 UTC (rev 1139896)
@@ -1,36 +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.8.0
-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')
-options=('debug')
-source=("dunst-$pkgver.tar.gz::https://github.com/dunst-project/dunst/archive/v$pkgver.tar.gz")
-md5sums=('1d77c557e56e26158e5c1a5587fcea24')
-
-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 1139895, dunst/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-03-02 21:15:54 UTC (rev 1139896)
@@ -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.8.1
+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')
+options=('debug')
+source=("dunst-$pkgver.tar.gz::https://github.com/dunst-project/dunst/archive/v$pkgver.tar.gz")
+md5sums=('a3e484746f97f97866868d2755572784')
+
+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