[arch-commits] Commit in mate-notification-daemon/repos (2 files)
Brett Cornwall
ainola at gemini.archlinux.org
Wed Jan 26 04:23:48 UTC 2022
Date: Wednesday, January 26, 2022 @ 04:23:48
Author: ainola
Revision: 1115624
archrelease: copy trunk to community-staging-x86_64
Added:
mate-notification-daemon/repos/community-staging-x86_64/
mate-notification-daemon/repos/community-staging-x86_64/PKGBUILD
(from rev 1115623, mate-notification-daemon/trunk/PKGBUILD)
----------+
PKGBUILD | 35 +++++++++++++++++++++++++++++++++++
1 file changed, 35 insertions(+)
Copied: mate-notification-daemon/repos/community-staging-x86_64/PKGBUILD (from rev 1115623, mate-notification-daemon/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2022-01-26 04:23:48 UTC (rev 1115624)
@@ -0,0 +1,35 @@
+# Maintainer: Brad Fanella <cesura at archlinux.org>
+# Contributor: Martin Wimpress <code at flexion.org>
+
+pkgname=mate-notification-daemon
+pkgver=1.26.0
+pkgrel=2
+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' 'mate-panel')
+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=('b23c6581f8f5916d6a16584edd91c2e4b6d0db7dd8e1eec5dd360acf2834b9ba')
+
+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