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

Martin Wimpress flexiondotorg at nymeria.archlinux.org
Thu Mar 6 00:01:05 UTC 2014


    Date: Thursday, March 6, 2014 @ 01:01:04
  Author: flexiondotorg
Revision: 106617

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

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

----------------------------------------------------+
 community-staging-i686/PKGBUILD                    |   31 +++++++++++++++++++
 community-staging-i686/mate-system-tools.install   |   12 +++++++
 community-staging-x86_64/PKGBUILD                  |   31 +++++++++++++++++++
 community-staging-x86_64/mate-system-tools.install |   12 +++++++
 4 files changed, 86 insertions(+)

Copied: mate-system-tools/repos/community-staging-i686/PKGBUILD (from rev 106616, mate-system-tools/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2014-03-06 00:01:04 UTC (rev 106617)
@@ -0,0 +1,31 @@
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+pkgname=mate-system-tools
+pkgver=1.8.0
+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' 'system-tools-backends' 'wireless_tools')
+makedepends=('caja' 'mate-common' 'perl-xml-parser' 'yelp-tools')
+optdepends=('ntp: Automatic time synchronisation.'
+            'caja: provides Caja Shares extension'
+            'yelp: for reading MATE help documents')
+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
+    make
+}
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+    rm -f "${pkgdir}/usr/lib/caja/extensions-2.0/libcaja-gst-shares.a"
+}

Copied: mate-system-tools/repos/community-staging-i686/mate-system-tools.install (from rev 106616, mate-system-tools/trunk/mate-system-tools.install)
===================================================================
--- community-staging-i686/mate-system-tools.install	                        (rev 0)
+++ community-staging-i686/mate-system-tools.install	2014-03-06 00:01:04 UTC (rev 106617)
@@ -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-system-tools/repos/community-staging-x86_64/PKGBUILD (from rev 106616, mate-system-tools/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2014-03-06 00:01:04 UTC (rev 106617)
@@ -0,0 +1,31 @@
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+pkgname=mate-system-tools
+pkgver=1.8.0
+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' 'system-tools-backends' 'wireless_tools')
+makedepends=('caja' 'mate-common' 'perl-xml-parser' 'yelp-tools')
+optdepends=('ntp: Automatic time synchronisation.'
+            'caja: provides Caja Shares extension'
+            'yelp: for reading MATE help documents')
+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
+    make
+}
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+    rm -f "${pkgdir}/usr/lib/caja/extensions-2.0/libcaja-gst-shares.a"
+}

Copied: mate-system-tools/repos/community-staging-x86_64/mate-system-tools.install (from rev 106616, mate-system-tools/trunk/mate-system-tools.install)
===================================================================
--- community-staging-x86_64/mate-system-tools.install	                        (rev 0)
+++ community-staging-x86_64/mate-system-tools.install	2014-03-06 00:01:04 UTC (rev 106617)
@@ -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