[arch-commits] Commit in mate-notification-daemon/repos (4 files)

Antonio Rojas arojas at archlinux.org
Sat Sep 24 14:00:07 UTC 2016


    Date: Saturday, September 24, 2016 @ 14:00:06
  Author: arojas
Revision: 190302

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  mate-notification-daemon/repos/community-staging-i686/
  mate-notification-daemon/repos/community-staging-i686/PKGBUILD
    (from rev 190301, mate-notification-daemon/trunk/PKGBUILD)
  mate-notification-daemon/repos/community-staging-x86_64/
  mate-notification-daemon/repos/community-staging-x86_64/PKGBUILD
    (from rev 190301, mate-notification-daemon/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/PKGBUILD   |   35 +++++++++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   35 +++++++++++++++++++++++++++++++++++
 2 files changed, 70 insertions(+)

Copied: mate-notification-daemon/repos/community-staging-i686/PKGBUILD (from rev 190301, mate-notification-daemon/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2016-09-24 14:00:06 UTC (rev 190302)
@@ -0,0 +1,35 @@
+# Contributor: Martin Wimpress <code at flexion.org>
+
+_ver=1.16
+pkgname=mate-notification-daemon
+pkgver=${_ver}.0
+pkgrel=1
+provides=('notification-daemon')
+pkgdesc="Notification daemon for MATE"
+url="http://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=('GPL')
+groups=('mate' 'mate-gtk3')
+depends=('dbus-glib' 'libcanberra' 'libwnck3' 'libnotify')
+makedepends=('intltool')
+conflicts=('mate-notification-daemon-gtk3')
+replaces=('mate-notification-daemon-gtk3')
+source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('e3dbd1b91706503162f75103b3aa6d46335a4c94')
+
+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-staging-x86_64/PKGBUILD (from rev 190301, mate-notification-daemon/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2016-09-24 14:00:06 UTC (rev 190302)
@@ -0,0 +1,35 @@
+# Contributor: Martin Wimpress <code at flexion.org>
+
+_ver=1.16
+pkgname=mate-notification-daemon
+pkgver=${_ver}.0
+pkgrel=1
+provides=('notification-daemon')
+pkgdesc="Notification daemon for MATE"
+url="http://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=('GPL')
+groups=('mate' 'mate-gtk3')
+depends=('dbus-glib' 'libcanberra' 'libwnck3' 'libnotify')
+makedepends=('intltool')
+conflicts=('mate-notification-daemon-gtk3')
+replaces=('mate-notification-daemon-gtk3')
+source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('e3dbd1b91706503162f75103b3aa6d46335a4c94')
+
+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