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

Martin Wimpress flexiondotorg at archlinux.org
Mon Sep 29 19:06:46 UTC 2014


    Date: Monday, September 29, 2014 @ 21:06:45
  Author: flexiondotorg
Revision: 119818

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

Added:
  mate-system-tools/repos/community-i686/PKGBUILD
    (from rev 119817, mate-system-tools/trunk/PKGBUILD)
  mate-system-tools/repos/community-i686/mate-system-tools.install
    (from rev 119817, mate-system-tools/trunk/mate-system-tools.install)
  mate-system-tools/repos/community-x86_64/PKGBUILD
    (from rev 119817, mate-system-tools/trunk/PKGBUILD)
  mate-system-tools/repos/community-x86_64/mate-system-tools.install
    (from rev 119817, mate-system-tools/trunk/mate-system-tools.install)
Deleted:
  mate-system-tools/repos/community-i686/PKGBUILD
  mate-system-tools/repos/community-i686/mate-system-tools.install
  mate-system-tools/repos/community-x86_64/PKGBUILD
  mate-system-tools/repos/community-x86_64/mate-system-tools.install

--------------------------------------------+
 /PKGBUILD                                  |   68 +++++++++++++++++++++++++++
 /mate-system-tools.install                 |   24 +++++++++
 community-i686/PKGBUILD                    |   34 -------------
 community-i686/mate-system-tools.install   |   12 ----
 community-x86_64/PKGBUILD                  |   34 -------------
 community-x86_64/mate-system-tools.install |   12 ----
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-09-29 19:06:36 UTC (rev 119817)
+++ community-i686/PKGBUILD	2014-09-29 19:06:45 UTC (rev 119818)
@@ -1,34 +0,0 @@
-# Maintainer : Martin Wimpress <code at flexion.org>
-
-pkgname=mate-system-tools
-pkgver=1.8.0
-pkgrel=3
-pkgdesc="Suite of tools for MATE to simplify configuring workstations."
-url="http://mate-desktop.org/"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dconf' 'liboobs' 'mate-polkit')
-makedepends=('mate-common' 'perl-xml-parser' 'yelp-tools')
-optdepends=('yelp: for reading MATE help documents')
-groups=('mate-extra')
-source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('11a8d72cf265834867352ad67a2d32485dbc98e0')
-install=${pkgname}.install
-
-build() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    ./configure \
-        --prefix=/usr \
-        --sysconfdir=/etc \
-        --disable-caja \
-        --disable-network \
-        --disable-services \
-        --disable-shares \
-        --disable-time
-    make
-}
-
-package() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    make DESTDIR="${pkgdir}" install
-}

Copied: mate-system-tools/repos/community-i686/PKGBUILD (from rev 119817, mate-system-tools/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-09-29 19:06:45 UTC (rev 119818)
@@ -0,0 +1,34 @@
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+pkgname=mate-system-tools
+pkgver=1.8.1
+pkgrel=1
+pkgdesc="Suite of tools for MATE to simplify configuring workstations."
+url="http://mate-desktop.org/"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dconf' 'liboobs' 'mate-polkit')
+makedepends=('mate-common' 'perl-xml-parser' 'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('99b69facd58e58c9ca668703fcfa353d10bad46d')
+install=${pkgname}.install
+
+build() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    ./configure \
+        --prefix=/usr \
+        --sysconfdir=/etc \
+        --disable-caja \
+        --disable-network \
+        --disable-services \
+        --disable-shares \
+        --disable-time
+    make
+}
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/mate-system-tools.install
===================================================================
--- community-i686/mate-system-tools.install	2014-09-29 19:06:36 UTC (rev 119817)
+++ community-i686/mate-system-tools.install	2014-09-29 19:06:45 UTC (rev 119818)
@@ -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-system-tools/repos/community-i686/mate-system-tools.install (from rev 119817, mate-system-tools/trunk/mate-system-tools.install)
===================================================================
--- community-i686/mate-system-tools.install	                        (rev 0)
+++ community-i686/mate-system-tools.install	2014-09-29 19:06:45 UTC (rev 119818)
@@ -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 19:06:36 UTC (rev 119817)
+++ community-x86_64/PKGBUILD	2014-09-29 19:06:45 UTC (rev 119818)
@@ -1,34 +0,0 @@
-# Maintainer : Martin Wimpress <code at flexion.org>
-
-pkgname=mate-system-tools
-pkgver=1.8.0
-pkgrel=3
-pkgdesc="Suite of tools for MATE to simplify configuring workstations."
-url="http://mate-desktop.org/"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dconf' 'liboobs' 'mate-polkit')
-makedepends=('mate-common' 'perl-xml-parser' 'yelp-tools')
-optdepends=('yelp: for reading MATE help documents')
-groups=('mate-extra')
-source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('11a8d72cf265834867352ad67a2d32485dbc98e0')
-install=${pkgname}.install
-
-build() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    ./configure \
-        --prefix=/usr \
-        --sysconfdir=/etc \
-        --disable-caja \
-        --disable-network \
-        --disable-services \
-        --disable-shares \
-        --disable-time
-    make
-}
-
-package() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    make DESTDIR="${pkgdir}" install
-}

Copied: mate-system-tools/repos/community-x86_64/PKGBUILD (from rev 119817, mate-system-tools/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-09-29 19:06:45 UTC (rev 119818)
@@ -0,0 +1,34 @@
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+pkgname=mate-system-tools
+pkgver=1.8.1
+pkgrel=1
+pkgdesc="Suite of tools for MATE to simplify configuring workstations."
+url="http://mate-desktop.org/"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dconf' 'liboobs' 'mate-polkit')
+makedepends=('mate-common' 'perl-xml-parser' 'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('99b69facd58e58c9ca668703fcfa353d10bad46d')
+install=${pkgname}.install
+
+build() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    ./configure \
+        --prefix=/usr \
+        --sysconfdir=/etc \
+        --disable-caja \
+        --disable-network \
+        --disable-services \
+        --disable-shares \
+        --disable-time
+    make
+}
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/mate-system-tools.install
===================================================================
--- community-x86_64/mate-system-tools.install	2014-09-29 19:06:36 UTC (rev 119817)
+++ community-x86_64/mate-system-tools.install	2014-09-29 19:06:45 UTC (rev 119818)
@@ -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-system-tools/repos/community-x86_64/mate-system-tools.install (from rev 119817, mate-system-tools/trunk/mate-system-tools.install)
===================================================================
--- community-x86_64/mate-system-tools.install	                        (rev 0)
+++ community-x86_64/mate-system-tools.install	2014-09-29 19:06:45 UTC (rev 119818)
@@ -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