[arch-commits] Commit in dunst/repos/community-x86_64 (PKGBUILD PKGBUILD)
Morten Linderud
foxboron at gemini.archlinux.org
Tue Nov 2 20:39:58 UTC 2021
Date: Tuesday, November 2, 2021 @ 20:39:57
Author: foxboron
Revision: 1035411
archrelease: copy trunk to community-x86_64
Added:
dunst/repos/community-x86_64/PKGBUILD
(from rev 1035410, dunst/trunk/PKGBUILD)
Deleted:
dunst/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 70 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 35 insertions(+), 35 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-02 20:39:50 UTC (rev 1035410)
+++ PKGBUILD 2021-11-02 20:39:57 UTC (rev 1035411)
@@ -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=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:
Copied: dunst/repos/community-x86_64/PKGBUILD (from rev 1035410, dunst/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-11-02 20:39:57 UTC (rev 1035411)
@@ -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.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')
+source=("dunst-$pkgver.tar.gz::https://github.com/dunst-project/dunst/archive/v$pkgver.tar.gz")
+md5sums=('0a994d35635406726036270ce40ba361')
+
+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