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

Brad Fanella cesura at archlinux.org
Fri Dec 21 17:58:20 UTC 2018


    Date: Friday, December 21, 2018 @ 17:58:16
  Author: cesura
Revision: 417441

archrelease: copy trunk to community-x86_64

Added:
  mate-notification-daemon/repos/community-x86_64/PKGBUILD
    (from rev 417440, 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	2018-12-21 17:57:39 UTC (rev 417440)
+++ PKGBUILD	2018-12-21 17:58:16 UTC (rev 417441)
@@ -1,35 +0,0 @@
-# Maintainer: Brad Fanella <cesura at archlinux.org>
-# Contributor: Martin Wimpress <code at flexion.org>
-
-pkgname=mate-notification-daemon
-pkgver=1.20.1
-pkgrel=1
-provides=('notification-daemon')
-pkgdesc="Notification daemon for MATE"
-url="https://mate-desktop.org"
-arch=('x86_64')
-license=('GPL')
-groups=('mate')
-depends=('dbus-glib' 'libcanberra' 'libwnck3' 'libnotify')
-makedepends=('intltool' 'python')
-conflicts=('mate-notification-daemon-gtk3')
-replaces=('mate-notification-daemon-gtk3')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
-sha256sums=('e85cd01f40d238c57b3da30537fbd561102e652f492b20ebfea79938d8e39a43')
-
-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 417440, mate-notification-daemon/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-12-21 17:58:16 UTC (rev 417441)
@@ -0,0 +1,35 @@
+# Maintainer: Brad Fanella <cesura at archlinux.org>
+# Contributor: Martin Wimpress <code at flexion.org>
+
+pkgname=mate-notification-daemon
+pkgver=1.20.2
+pkgrel=1
+provides=('notification-daemon')
+pkgdesc="Notification daemon for MATE"
+url="https://mate-desktop.org"
+arch=('x86_64')
+license=('GPL')
+groups=('mate')
+depends=('dbus-glib' 'libcanberra' 'libwnck3' 'libnotify')
+makedepends=('intltool' 'python')
+conflicts=('mate-notification-daemon-gtk3')
+replaces=('mate-notification-daemon-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
+sha256sums=('d6cbda8a8b25902e3e3f792108860348d0f22531ece1b86d768e6ee98f71c028')
+
+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