Date: Saturday, September 24, 2016 @ 14:54:20
  Author: arojas
Revision: 190363

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

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

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

Copied: mate-utils/repos/community-staging-i686/PKGBUILD (from rev 190362, 
mate-utils/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD                             (rev 0)
+++ community-staging-i686/PKGBUILD     2016-09-24 14:54:20 UTC (rev 190363)
@@ -0,0 +1,38 @@
+# Contributor: Martin Wimpress <[email protected]>
+
+_ver=1.16
+_pkgbase=mate-utils
+pkgname=(${_pkgbase})
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc="Common MATE utilities for viewing disk usage, logs and fonts, taking 
screenshots, managing dictionaries and searching files (GTK2 version)"
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk2' 'libcanberra' 'libgtop' 'libsm')
+makedepends=('intltool' 'itstool' 'mate-panel')
+optdepends=('mate-panel: Look up words in dictionaries from the panel')
+groups=('mate-extra')
+conflicts=("${_pkgbase}-gtk3")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
+sha1sums=('8435a42773bd2f5fcf27e2e6e71373fbf216eef9')
+
+build() {
+    cd "${srcdir}/${_pkgbase}-${pkgver}"
+    ./configure \
+        --prefix=/usr \
+        --libexecdir=/usr/lib/${_pkgbase} \
+        --with-gtk=2.0 \
+        --sysconfdir=/etc \
+        --disable-maintainer-flags
+
+    #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+    sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+    make
+}
+
+package() {
+    cd "${srcdir}/${_pkgbase}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}

Copied: mate-utils/repos/community-staging-x86_64/PKGBUILD (from rev 190362, 
mate-utils/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-09-24 14:54:20 UTC (rev 190363)
@@ -0,0 +1,38 @@
+# Contributor: Martin Wimpress <[email protected]>
+
+_ver=1.16
+_pkgbase=mate-utils
+pkgname=(${_pkgbase})
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc="Common MATE utilities for viewing disk usage, logs and fonts, taking 
screenshots, managing dictionaries and searching files (GTK2 version)"
+url="http://mate-desktop.org";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk2' 'libcanberra' 'libgtop' 'libsm')
+makedepends=('intltool' 'itstool' 'mate-panel')
+optdepends=('mate-panel: Look up words in dictionaries from the panel')
+groups=('mate-extra')
+conflicts=("${_pkgbase}-gtk3")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz";)
+sha1sums=('8435a42773bd2f5fcf27e2e6e71373fbf216eef9')
+
+build() {
+    cd "${srcdir}/${_pkgbase}-${pkgver}"
+    ./configure \
+        --prefix=/usr \
+        --libexecdir=/usr/lib/${_pkgbase} \
+        --with-gtk=2.0 \
+        --sysconfdir=/etc \
+        --disable-maintainer-flags
+
+    #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+    sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+    make
+}
+
+package() {
+    cd "${srcdir}/${_pkgbase}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}

Reply via email to