[arch-commits] Commit in mate-notification-daemon/repos/community-x86_64 (2 files)

Antonio Rojas arojas at archlinux.org
Fri Apr 16 19:31:22 UTC 2021


    Date: Friday, April 16, 2021 @ 19:31:22
  Author: arojas
Revision: 919528

archrelease: copy trunk to community-x86_64

Added:
  mate-notification-daemon/repos/community-x86_64/PKGBUILD
    (from rev 919527, mate-notification-daemon/trunk/PKGBUILD)
Deleted:
  mate-notification-daemon/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-16 19:31:12 UTC (rev 919527)
+++ PKGBUILD	2021-04-16 19:31:22 UTC (rev 919528)
@@ -1,35 +0,0 @@
-# Maintainer: Brad Fanella <cesura at archlinux.org>
-# Contributor: Martin Wimpress <code at flexion.org>
-
-pkgname=mate-notification-daemon
-pkgver=1.24.1
-pkgrel=1
-provides=('notification-daemon')
-pkgdesc="Notification daemon for MATE"
-url="https://mate-desktop.org"
-arch=('x86_64')
-license=('GPL')
-groups=('mate')
-depends=('libcanberra' 'libwnck3' 'libnotify' 'gettext')
-makedepends=('python')
-conflicts=('mate-notification-daemon-gtk3')
-replaces=('mate-notification-daemon-gtk3')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
-sha256sums=('4bf0bbe39b4bc77ea0feb5d8331f6d1c820c9a8e1643e4aeceef96682bca7ff9')
-
-build() {
-    	cd "${pkgname}-${pkgver}"
-    	./configure \
-        	--prefix=/usr \
-        	--libexecdir=/usr/lib/${pkgname}
-
-    	#https://bugzilla.gnome.org/show_bug.cgi?id=656231
-    	sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-    	make
-}
-
-package() {
-    	cd "${pkgname}-${pkgver}"
-    	make DESTDIR="${pkgdir}" install
-}

Copied: mate-notification-daemon/repos/community-x86_64/PKGBUILD (from rev 919527, mate-notification-daemon/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-04-16 19:31:22 UTC (rev 919528)
@@ -0,0 +1,35 @@
+# Maintainer: Brad Fanella <cesura at archlinux.org>
+# Contributor: Martin Wimpress <code at flexion.org>
+
+pkgname=mate-notification-daemon
+pkgver=1.24.2
+pkgrel=1
+provides=('notification-daemon')
+pkgdesc="Notification daemon for MATE"
+url="https://mate-desktop.org"
+arch=('x86_64')
+license=('GPL')
+groups=('mate')
+depends=('libcanberra' 'libwnck3' 'libnotify' 'gettext')
+makedepends=('python')
+conflicts=('mate-notification-daemon-gtk3')
+replaces=('mate-notification-daemon-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
+sha256sums=('58a4193ef8b36024ec0035c3e48e2a08d87c569260317ffef6f12f665048ae0a')
+
+build() {
+    	cd "${pkgname}-${pkgver}"
+    	./configure \
+        	--prefix=/usr \
+        	--libexecdir=/usr/lib/${pkgname}
+
+    	#https://bugzilla.gnome.org/show_bug.cgi?id=656231
+    	sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+    	make
+}
+
+package() {
+    	cd "${pkgname}-${pkgver}"
+    	make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list