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

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


    Date: Saturday, September 24, 2016 @ 14:58:58
  Author: arojas
Revision: 190369

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

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

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

Copied: mate-utils-gtk3/repos/community-staging-i686/PKGBUILD (from rev 190368, mate-utils-gtk3/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2016-09-24 14:58:58 UTC (rev 190369)
@@ -0,0 +1,38 @@
+# Contributor: Martin Wimpress <code at flexion.org>
+
+_ver=1.16
+_pkgbase=mate-utils
+pkgname=(${_pkgbase}-gtk3)
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc="Common MATE utilities for viewing disk usage, logs and fonts, taking screenshots, managing dictionaries and searching files (GTK3 version)"
+url="http://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk3' 'libcanberra' 'libgtop' 'libsm')
+makedepends=('intltool' 'itstool' 'mate-panel-gtk3')
+optdepends=('mate-panel-gtk3: Look up words in dictionaries from the panel')
+groups=('mate-extra-gtk3')
+conflicts=("${_pkgbase}")
+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=3.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-gtk3/repos/community-staging-x86_64/PKGBUILD (from rev 190368, mate-utils-gtk3/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2016-09-24 14:58:58 UTC (rev 190369)
@@ -0,0 +1,38 @@
+# Contributor: Martin Wimpress <code at flexion.org>
+
+_ver=1.16
+_pkgbase=mate-utils
+pkgname=(${_pkgbase}-gtk3)
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc="Common MATE utilities for viewing disk usage, logs and fonts, taking screenshots, managing dictionaries and searching files (GTK3 version)"
+url="http://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk3' 'libcanberra' 'libgtop' 'libsm')
+makedepends=('intltool' 'itstool' 'mate-panel-gtk3')
+optdepends=('mate-panel-gtk3: Look up words in dictionaries from the panel')
+groups=('mate-extra-gtk3')
+conflicts=("${_pkgbase}")
+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=3.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
+}



More information about the arch-commits mailing list