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

Martin Wimpress flexiondotorg at archlinux.org
Sat May 9 19:00:24 UTC 2015


    Date: Saturday, May 9, 2015 @ 21:00:24
  Author: flexiondotorg
Revision: 133127

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 133126, mate-utils/trunk/PKGBUILD)
  mate-utils/repos/community-staging-i686/mate-utils.install
    (from rev 133126, mate-utils/trunk/mate-utils.install)
  mate-utils/repos/community-staging-x86_64/
  mate-utils/repos/community-staging-x86_64/PKGBUILD
    (from rev 133126, mate-utils/trunk/PKGBUILD)
  mate-utils/repos/community-staging-x86_64/mate-utils.install
    (from rev 133126, mate-utils/trunk/mate-utils.install)

---------------------------------------------+
 community-staging-i686/PKGBUILD             |   38 ++++++++++++++++++++++++++
 community-staging-i686/mate-utils.install   |   12 ++++++++
 community-staging-x86_64/PKGBUILD           |   38 ++++++++++++++++++++++++++
 community-staging-x86_64/mate-utils.install |   12 ++++++++
 4 files changed, 100 insertions(+)

Copied: mate-utils/repos/community-staging-i686/PKGBUILD (from rev 133126, mate-utils/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-05-09 19:00:24 UTC (rev 133127)
@@ -0,0 +1,38 @@
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+_ver=1.10
+_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=('desktop-file-utils' 'gtk2' 'libcanberra' 'libgtop' 'libsm' 'zlib')
+makedepends=('mate-common' 'mate-panel>=1.10' 'rarian' 'yelp-tools')
+optdepends=('mate-panel: Look up words in dictionaries from the panel'
+            'yelp: for reading MATE help documents')
+groups=('mate-extra')
+conflicts=("${_pkgbase}-gtk3")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz")
+sha1sums=('ecb5a219816f8e41b7e98ea7ee505529fd4d7524')
+install=${_pkgbase}.install
+
+build() {
+    cd "${srcdir}/${_pkgbase}-${pkgver}"
+    ./configure \
+        --prefix=/usr \
+        --libexecdir=/usr/lib/${_pkgbase} \
+        --with-gtk=2.0 \
+        --sysconfdir=/etc \
+        --enable-deprecated \
+        --disable-maintainer-flags \
+        --disable-static
+    make
+}
+
+package() {
+    cd "${srcdir}/${_pkgbase}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}

Copied: mate-utils/repos/community-staging-i686/mate-utils.install (from rev 133126, mate-utils/trunk/mate-utils.install)
===================================================================
--- community-staging-i686/mate-utils.install	                        (rev 0)
+++ community-staging-i686/mate-utils.install	2015-05-09 19:00:24 UTC (rev 133127)
@@ -0,0 +1,12 @@
+post_install() {
+    glib-compile-schemas /usr/share/glib-2.0/schemas/
+    gtk-update-icon-cache -q -t -f /usr/share/icons/mate
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}

Copied: mate-utils/repos/community-staging-x86_64/PKGBUILD (from rev 133126, mate-utils/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-05-09 19:00:24 UTC (rev 133127)
@@ -0,0 +1,38 @@
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+_ver=1.10
+_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=('desktop-file-utils' 'gtk2' 'libcanberra' 'libgtop' 'libsm' 'zlib')
+makedepends=('mate-common' 'mate-panel>=1.10' 'rarian' 'yelp-tools')
+optdepends=('mate-panel: Look up words in dictionaries from the panel'
+            'yelp: for reading MATE help documents')
+groups=('mate-extra')
+conflicts=("${_pkgbase}-gtk3")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz")
+sha1sums=('ecb5a219816f8e41b7e98ea7ee505529fd4d7524')
+install=${_pkgbase}.install
+
+build() {
+    cd "${srcdir}/${_pkgbase}-${pkgver}"
+    ./configure \
+        --prefix=/usr \
+        --libexecdir=/usr/lib/${_pkgbase} \
+        --with-gtk=2.0 \
+        --sysconfdir=/etc \
+        --enable-deprecated \
+        --disable-maintainer-flags \
+        --disable-static
+    make
+}
+
+package() {
+    cd "${srcdir}/${_pkgbase}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}

Copied: mate-utils/repos/community-staging-x86_64/mate-utils.install (from rev 133126, mate-utils/trunk/mate-utils.install)
===================================================================
--- community-staging-x86_64/mate-utils.install	                        (rev 0)
+++ community-staging-x86_64/mate-utils.install	2015-05-09 19:00:24 UTC (rev 133127)
@@ -0,0 +1,12 @@
+post_install() {
+    glib-compile-schemas /usr/share/glib-2.0/schemas/
+    gtk-update-icon-cache -q -t -f /usr/share/icons/mate
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}



More information about the arch-commits mailing list