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

Martin Wimpress flexiondotorg at archlinux.org
Mon Sep 29 18:59:35 UTC 2014


    Date: Monday, September 29, 2014 @ 20:59:35
  Author: flexiondotorg
Revision: 119814

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

Added:
  mate-utils/repos/community-i686/PKGBUILD
    (from rev 119813, mate-utils/trunk/PKGBUILD)
  mate-utils/repos/community-i686/mate-utils.install
    (from rev 119813, mate-utils/trunk/mate-utils.install)
  mate-utils/repos/community-x86_64/PKGBUILD
    (from rev 119813, mate-utils/trunk/PKGBUILD)
  mate-utils/repos/community-x86_64/mate-utils.install
    (from rev 119813, mate-utils/trunk/mate-utils.install)
Deleted:
  mate-utils/repos/community-i686/PKGBUILD
  mate-utils/repos/community-i686/mate-utils.install
  mate-utils/repos/community-x86_64/PKGBUILD
  mate-utils/repos/community-x86_64/mate-utils.install

-------------------------------------+
 /PKGBUILD                           |   70 ++++++++++++++++++++++++++++++++++
 /mate-utils.install                 |   24 +++++++++++
 community-i686/PKGBUILD             |   35 -----------------
 community-i686/mate-utils.install   |   12 -----
 community-x86_64/PKGBUILD           |   35 -----------------
 community-x86_64/mate-utils.install |   12 -----
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-09-29 18:59:26 UTC (rev 119813)
+++ community-i686/PKGBUILD	2014-09-29 18:59:35 UTC (rev 119814)
@@ -1,35 +0,0 @@
-# $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-i686/PKGBUILD (from rev 119813, mate-utils/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-09-29 18:59:35 UTC (rev 119814)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+pkgname=mate-utils
+pkgver=1.8.1
+pkgrel=1
+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=('990b6dd42f7d66f9579c8ede1b1da45559c0f51c')
+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
+}

Deleted: community-i686/mate-utils.install
===================================================================
--- community-i686/mate-utils.install	2014-09-29 18:59:26 UTC (rev 119813)
+++ community-i686/mate-utils.install	2014-09-29 18:59:35 UTC (rev 119814)
@@ -1,12 +0,0 @@
-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-i686/mate-utils.install (from rev 119813, mate-utils/trunk/mate-utils.install)
===================================================================
--- community-i686/mate-utils.install	                        (rev 0)
+++ community-i686/mate-utils.install	2014-09-29 18:59:35 UTC (rev 119814)
@@ -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
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-09-29 18:59:26 UTC (rev 119813)
+++ community-x86_64/PKGBUILD	2014-09-29 18:59:35 UTC (rev 119814)
@@ -1,35 +0,0 @@
-# $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-x86_64/PKGBUILD (from rev 119813, mate-utils/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-09-29 18:59:35 UTC (rev 119814)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+pkgname=mate-utils
+pkgver=1.8.1
+pkgrel=1
+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=('990b6dd42f7d66f9579c8ede1b1da45559c0f51c')
+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
+}

Deleted: community-x86_64/mate-utils.install
===================================================================
--- community-x86_64/mate-utils.install	2014-09-29 18:59:26 UTC (rev 119813)
+++ community-x86_64/mate-utils.install	2014-09-29 18:59:35 UTC (rev 119814)
@@ -1,12 +0,0 @@
-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-x86_64/mate-utils.install (from rev 119813, mate-utils/trunk/mate-utils.install)
===================================================================
--- community-x86_64/mate-utils.install	                        (rev 0)
+++ community-x86_64/mate-utils.install	2014-09-29 18:59:35 UTC (rev 119814)
@@ -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