Date: Friday, August 21, 2020 @ 13:46:15
  Author: cesura
Revision: 686020

archrelease: copy trunk to community-x86_64

Added:
  mate-notification-daemon/repos/community-x86_64/PKGBUILD
    (from rev 686019, 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    2020-08-21 13:46:09 UTC (rev 686019)
+++ PKGBUILD    2020-08-21 13:46:15 UTC (rev 686020)
@@ -1,35 +0,0 @@
-# Maintainer: Brad Fanella <ces...@archlinux.org>
-# Contributor: Martin Wimpress <c...@flexion.org>
-
-pkgname=mate-notification-daemon
-pkgver=1.24.0
-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=('2eb27d609eaae3eec0fdadf55c2c8bee42d4d3609814c199c0162d1aca126678')
-
-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 
686019, mate-notification-daemon/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2020-08-21 13:46:15 UTC (rev 686020)
@@ -0,0 +1,35 @@
+# Maintainer: Brad Fanella <ces...@archlinux.org>
+# Contributor: Martin Wimpress <c...@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
+}

Reply via email to