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

Antonio Rojas arojas at archlinux.org
Fri Mar 17 19:13:08 UTC 2017


    Date: Friday, March 17, 2017 @ 19:13:07
  Author: arojas
Revision: 216936

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

Added:
  mate-desktop/repos/community-staging-i686/
  mate-desktop/repos/community-staging-i686/PKGBUILD
    (from rev 216935, mate-desktop/trunk/PKGBUILD)
  mate-desktop/repos/community-staging-x86_64/
  mate-desktop/repos/community-staging-x86_64/PKGBUILD
    (from rev 216935, mate-desktop/trunk/PKGBUILD)

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

Copied: mate-desktop/repos/community-staging-i686/PKGBUILD (from rev 216935, mate-desktop/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2017-03-17 19:13:07 UTC (rev 216936)
@@ -0,0 +1,34 @@
+# Contributor: Martin Wimpress <code at flexion.org>
+
+pkgname=mate-desktop
+pkgver=1.18.0
+pkgrel=1
+pkgdesc="Library with common API for various MATE modules"
+url="http://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL')
+depends=('gtk3' 'startup-notification')
+makedepends=('gobject-introspection' 'intltool')
+groups=('mate')
+conflicts=('mate-desktop-gtk3' 'mate-desktop-schemas')
+replaces=('mate-desktop-gtk3' 'mate-desktop-schemas')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('df31ccabe87aa83746e088b43441ca7aac0e67ac')
+
+build() {
+    cd $pkgname-$pkgver
+    ./configure \
+        --prefix=/usr \
+        --disable-schemas-compile
+
+    #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-desktop/repos/community-staging-x86_64/PKGBUILD (from rev 216935, mate-desktop/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2017-03-17 19:13:07 UTC (rev 216936)
@@ -0,0 +1,34 @@
+# Contributor: Martin Wimpress <code at flexion.org>
+
+pkgname=mate-desktop
+pkgver=1.18.0
+pkgrel=1
+pkgdesc="Library with common API for various MATE modules"
+url="http://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL')
+depends=('gtk3' 'startup-notification')
+makedepends=('gobject-introspection' 'intltool')
+groups=('mate')
+conflicts=('mate-desktop-gtk3' 'mate-desktop-schemas')
+replaces=('mate-desktop-gtk3' 'mate-desktop-schemas')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('df31ccabe87aa83746e088b43441ca7aac0e67ac')
+
+build() {
+    cd $pkgname-$pkgver
+    ./configure \
+        --prefix=/usr \
+        --disable-schemas-compile
+
+    #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