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

Jan de Groot jgc at archlinux.org
Thu Sep 28 11:39:10 UTC 2017


    Date: Thursday, September 28, 2017 @ 11:39:09
  Author: jgc
Revision: 260774

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

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

-----------------------------------+
 community-testing-i686/PKGBUILD   |   36 ++++++++++++++++++++++++++++++++++++
 community-testing-x86_64/PKGBUILD |   36 ++++++++++++++++++++++++++++++++++++
 2 files changed, 72 insertions(+)

Copied: mate-utils/repos/community-testing-i686/PKGBUILD (from rev 260773, mate-utils/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2017-09-28 11:39:09 UTC (rev 260774)
@@ -0,0 +1,36 @@
+# Contributor: Martin Wimpress <code at flexion.org>
+
+pkgname=mate-utils
+pkgver=1.18.2
+pkgrel=2
+pkgdesc="Common MATE utilities for viewing disk usage, logs and fonts, taking screenshots, managing dictionaries and searching files"
+url="http://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('mate-desktop' 'libcanberra' 'libgtop' 'libsm')
+makedepends=('intltool' 'itstool' 'mate-panel' 'python')
+optdepends=('mate-panel: Look up words in dictionaries from the panel')
+groups=('mate-extra')
+conflicts=('mate-utils-gtk3')
+replaces=('mate-utils-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('73111d0cc6aa7dc80f96cacfcbc73ecbea303a7a')
+
+build() {
+    cd ${pkgname}-${pkgver}
+    ./configure \
+        --prefix=/usr \
+        --libexecdir=/usr/lib/${_pkgbase} \
+        --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 ${pkgname}-${pkgver}
+    make DESTDIR="${pkgdir}" install
+}

Copied: mate-utils/repos/community-testing-x86_64/PKGBUILD (from rev 260773, mate-utils/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2017-09-28 11:39:09 UTC (rev 260774)
@@ -0,0 +1,36 @@
+# Contributor: Martin Wimpress <code at flexion.org>
+
+pkgname=mate-utils
+pkgver=1.18.2
+pkgrel=2
+pkgdesc="Common MATE utilities for viewing disk usage, logs and fonts, taking screenshots, managing dictionaries and searching files"
+url="http://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('mate-desktop' 'libcanberra' 'libgtop' 'libsm')
+makedepends=('intltool' 'itstool' 'mate-panel' 'python')
+optdepends=('mate-panel: Look up words in dictionaries from the panel')
+groups=('mate-extra')
+conflicts=('mate-utils-gtk3')
+replaces=('mate-utils-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('73111d0cc6aa7dc80f96cacfcbc73ecbea303a7a')
+
+build() {
+    cd ${pkgname}-${pkgver}
+    ./configure \
+        --prefix=/usr \
+        --libexecdir=/usr/lib/${_pkgbase} \
+        --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 ${pkgname}-${pkgver}
+    make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list