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

Martin Wimpress flexiondotorg at nymeria.archlinux.org
Wed Mar 19 10:35:55 UTC 2014


    Date: Wednesday, March 19, 2014 @ 11:35:55
  Author: flexiondotorg
Revision: 107769

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

Added:
  mate-system-tools/repos/community-i686/PKGBUILD
    (from rev 107768, mate-system-tools/trunk/PKGBUILD)
  mate-system-tools/repos/community-i686/mate-system-tools.install
    (from rev 107768, mate-system-tools/trunk/mate-system-tools.install)
  mate-system-tools/repos/community-x86_64/PKGBUILD
    (from rev 107768, mate-system-tools/trunk/PKGBUILD)
  mate-system-tools/repos/community-x86_64/mate-system-tools.install
    (from rev 107768, 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                                  |   64 +++++++++++++++++++++++++++
 /mate-system-tools.install                 |   24 ++++++++++
 community-i686/PKGBUILD                    |   31 -------------
 community-i686/mate-system-tools.install   |   12 -----
 community-x86_64/PKGBUILD                  |   31 -------------
 community-x86_64/mate-system-tools.install |   12 -----
 6 files changed, 88 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-03-19 10:35:40 UTC (rev 107768)
+++ community-i686/PKGBUILD	2014-03-19 10:35:55 UTC (rev 107769)
@@ -1,31 +0,0 @@
-# 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-i686/PKGBUILD (from rev 107768, mate-system-tools/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-03-19 10:35:55 UTC (rev 107769)
@@ -0,0 +1,32 @@
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+pkgname=mate-system-tools
+pkgver=1.8.0
+pkgrel=2
+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')
+makedepends=('caja' 'mate-common' 'perl-xml-parser' 'yelp-tools')
+optdepends=('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 \
+        --disable-network \
+        --disable-services \
+        --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-03-19 10:35:40 UTC (rev 107768)
+++ community-i686/mate-system-tools.install	2014-03-19 10:35:55 UTC (rev 107769)
@@ -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 107768, mate-system-tools/trunk/mate-system-tools.install)
===================================================================
--- community-i686/mate-system-tools.install	                        (rev 0)
+++ community-i686/mate-system-tools.install	2014-03-19 10:35:55 UTC (rev 107769)
@@ -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-03-19 10:35:40 UTC (rev 107768)
+++ community-x86_64/PKGBUILD	2014-03-19 10:35:55 UTC (rev 107769)
@@ -1,31 +0,0 @@
-# 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-x86_64/PKGBUILD (from rev 107768, mate-system-tools/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-03-19 10:35:55 UTC (rev 107769)
@@ -0,0 +1,32 @@
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+pkgname=mate-system-tools
+pkgver=1.8.0
+pkgrel=2
+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')
+makedepends=('caja' 'mate-common' 'perl-xml-parser' 'yelp-tools')
+optdepends=('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 \
+        --disable-network \
+        --disable-services \
+        --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-03-19 10:35:40 UTC (rev 107768)
+++ community-x86_64/mate-system-tools.install	2014-03-19 10:35:55 UTC (rev 107769)
@@ -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 107768, 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-03-19 10:35:55 UTC (rev 107769)
@@ -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