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

Evgeniy Alekseev arcanis at nymeria.archlinux.org
Thu May 15 23:54:56 UTC 2014


    Date: Friday, May 16, 2014 @ 01:54:56
  Author: arcanis
Revision: 111286

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

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

Copied: mate-utils/repos/community-staging-i686/PKGBUILD (from rev 111285, mate-utils/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2014-05-15 23:54:56 UTC (rev 111286)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+pkgname=mate-utils
+pkgver=1.8.0
+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=('desktop-file-utils' 'gtk2' 'libcanberra' 'libgtop' 'libsm' 'zlib')
+makedepends=('mate-common' 'mate-panel' 'perl-xml-parser' 'rarian' 'yelp-tools')
+optdepends=('mate-panel: Look up words in dictionaries from the panel'
+            'yelp: for reading MATE help documents')
+options=('!emptydirs')
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('5f4b6d8f7a39ab078c9ed8302ed97926e57b0596')
+install=${pkgname}.install
+
+build() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    ./configure \
+        --prefix=/usr \
+        --libexecdir=/usr/lib/${pkgname} \
+        --with-gtk=2.0 \
+        --sysconfdir=/etc \
+        --disable-static
+    make
+}
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}

Copied: mate-utils/repos/community-staging-i686/mate-utils.install (from rev 111285, mate-utils/trunk/mate-utils.install)
===================================================================
--- community-staging-i686/mate-utils.install	                        (rev 0)
+++ community-staging-i686/mate-utils.install	2014-05-15 23:54:56 UTC (rev 111286)
@@ -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 111285, mate-utils/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2014-05-15 23:54:56 UTC (rev 111286)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+pkgname=mate-utils
+pkgver=1.8.0
+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=('desktop-file-utils' 'gtk2' 'libcanberra' 'libgtop' 'libsm' 'zlib')
+makedepends=('mate-common' 'mate-panel' 'perl-xml-parser' 'rarian' 'yelp-tools')
+optdepends=('mate-panel: Look up words in dictionaries from the panel'
+            'yelp: for reading MATE help documents')
+options=('!emptydirs')
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('5f4b6d8f7a39ab078c9ed8302ed97926e57b0596')
+install=${pkgname}.install
+
+build() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    ./configure \
+        --prefix=/usr \
+        --libexecdir=/usr/lib/${pkgname} \
+        --with-gtk=2.0 \
+        --sysconfdir=/etc \
+        --disable-static
+    make
+}
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}

Copied: mate-utils/repos/community-staging-x86_64/mate-utils.install (from rev 111285, mate-utils/trunk/mate-utils.install)
===================================================================
--- community-staging-x86_64/mate-utils.install	                        (rev 0)
+++ community-staging-x86_64/mate-utils.install	2014-05-15 23:54:56 UTC (rev 111286)
@@ -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