[arch-commits] Commit in mate-notification-daemon/repos/community-x86_64 (2 files)
Brad Fanella
cesura at archlinux.org
Mon Oct 7 10:29:25 UTC 2019
Date: Monday, October 7, 2019 @ 10:29:24
Author: cesura
Revision: 513700
archrelease: copy trunk to community-x86_64
Added:
mate-notification-daemon/repos/community-x86_64/PKGBUILD
(from rev 513699, 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 2019-10-07 10:29:10 UTC (rev 513699)
+++ PKGBUILD 2019-10-07 10:29:24 UTC (rev 513700)
@@ -1,35 +0,0 @@
-# Maintainer: Brad Fanella <cesura at archlinux.org>
-# Contributor: Martin Wimpress <code at flexion.org>
-
-pkgname=mate-notification-daemon
-pkgver=1.22.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')
-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=('12bc6b95b517396642f25e060bbe3314db2ce9cf14ad3327f1b1950f3febe31b')
-
-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 513699, mate-notification-daemon/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-10-07 10:29:24 UTC (rev 513700)
@@ -0,0 +1,35 @@
+# Maintainer: Brad Fanella <cesura at archlinux.org>
+# Contributor: Martin Wimpress <code at flexion.org>
+
+pkgname=mate-notification-daemon
+pkgver=1.22.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')
+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=('157cc581b4a0fd5bb475d9647c91aa826a8a05e69bf3df82e942e248521d1539')
+
+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