[arch-commits] Commit in system-tools-backends/repos (4 files)

Martin Wimpress flexiondotorg at nymeria.archlinux.org
Wed Mar 5 23:51:38 UTC 2014


    Date: Thursday, March 6, 2014 @ 00:51:37
  Author: flexiondotorg
Revision: 106615

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

Added:
  system-tools-backends/repos/community-i686/PKGBUILD
    (from rev 106614, system-tools-backends/trunk/PKGBUILD)
  system-tools-backends/repos/community-x86_64/PKGBUILD
    (from rev 106614, system-tools-backends/trunk/PKGBUILD)
Deleted:
  system-tools-backends/repos/community-i686/PKGBUILD
  system-tools-backends/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   70 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   35 ----------------------
 community-x86_64/PKGBUILD |   35 ----------------------
 3 files changed, 70 insertions(+), 70 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-03-05 23:48:29 UTC (rev 106614)
+++ community-i686/PKGBUILD	2014-03-05 23:51:37 UTC (rev 106615)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru <ibiru at archlinux.org>
-# Contributor: Hugo Doria <hugo at archlinux.org>
-# Contributor: Martin Wimpress <code at flexion.org>
-
-pkgname=system-tools-backends
-pkgver=2.10.2
-pkgrel=4
-pkgdesc='Backends for Gnome/MATE System Tools.'
-arch=('i686' 'x86_64')
-url='http://system-tools-backends.freedesktop.org/'
-license=('GPL')
-depends=('dbus-glib' 'perl' 'perl-net-dbus'  'polkit')
-makedepends=('intltool' 'perl-xml-parser')
-source=("http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.10/${pkgname}-${pkgver}.tar.bz2")
-sha256sums=('1dbe5177df46a9c7250735e05e77129fe7ec04840771accfa87690111ca2c670')
-
-build() {
-    cd "${pkgname}-${pkgver}"
-    ./configure \
-        --prefix=/usr \
-        --with-dbus-sys=/etc/dbus-1/system.d \
-        --localstatedir=/var \
-        --mandir=/usr/share \
-        --sbindir=/usr/bin \
-        --disable-static
-    make
-}
-
-package() {
-    cd "${pkgname}-${pkgver}"
-    make DESTDIR="${pkgdir}" install
-    #clean up man
-    rm -rf "${pkgdir}/usr/share/system-tools-backends-2.0/modules/share/"
-}

Copied: system-tools-backends/repos/community-i686/PKGBUILD (from rev 106614, system-tools-backends/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-03-05 23:51:37 UTC (rev 106615)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer : Martin Wimpress <code at flexion.org>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+# Contributor: Hugo Doria <hugo at archlinux.org>
+
+pkgname=system-tools-backends
+pkgver=2.10.2
+pkgrel=5
+pkgdesc='Backends for Gnome/MATE System Tools.'
+arch=('i686' 'x86_64')
+url='http://system-tools-backends.freedesktop.org/'
+license=('GPL')
+depends=('dbus-glib' 'perl' 'perl-net-dbus' 'polkit')
+makedepends=('intltool' 'perl-xml-parser')
+source=("http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.10/${pkgname}-${pkgver}.tar.bz2")
+sha256sums=('1dbe5177df46a9c7250735e05e77129fe7ec04840771accfa87690111ca2c670')
+
+build() {
+    cd "${pkgname}-${pkgver}"
+    ./configure \
+        --prefix=/usr \
+        --with-dbus-sys=/etc/dbus-1/system.d \
+        --localstatedir=/var \
+        --mandir=/usr/share \
+        --sbindir=/usr/bin \
+        --disable-static
+    make
+}
+
+package() {
+    cd "${pkgname}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+    #clean up man
+    rm -rf "${pkgdir}/usr/share/system-tools-backends-2.0/modules/share/"
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-03-05 23:48:29 UTC (rev 106614)
+++ community-x86_64/PKGBUILD	2014-03-05 23:51:37 UTC (rev 106615)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru <ibiru at archlinux.org>
-# Contributor: Hugo Doria <hugo at archlinux.org>
-# Contributor: Martin Wimpress <code at flexion.org>
-
-pkgname=system-tools-backends
-pkgver=2.10.2
-pkgrel=4
-pkgdesc='Backends for Gnome/MATE System Tools.'
-arch=('i686' 'x86_64')
-url='http://system-tools-backends.freedesktop.org/'
-license=('GPL')
-depends=('dbus-glib' 'perl' 'perl-net-dbus'  'polkit')
-makedepends=('intltool' 'perl-xml-parser')
-source=("http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.10/${pkgname}-${pkgver}.tar.bz2")
-sha256sums=('1dbe5177df46a9c7250735e05e77129fe7ec04840771accfa87690111ca2c670')
-
-build() {
-    cd "${pkgname}-${pkgver}"
-    ./configure \
-        --prefix=/usr \
-        --with-dbus-sys=/etc/dbus-1/system.d \
-        --localstatedir=/var \
-        --mandir=/usr/share \
-        --sbindir=/usr/bin \
-        --disable-static
-    make
-}
-
-package() {
-    cd "${pkgname}-${pkgver}"
-    make DESTDIR="${pkgdir}" install
-    #clean up man
-    rm -rf "${pkgdir}/usr/share/system-tools-backends-2.0/modules/share/"
-}

Copied: system-tools-backends/repos/community-x86_64/PKGBUILD (from rev 106614, system-tools-backends/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-03-05 23:51:37 UTC (rev 106615)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer : Martin Wimpress <code at flexion.org>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+# Contributor: Hugo Doria <hugo at archlinux.org>
+
+pkgname=system-tools-backends
+pkgver=2.10.2
+pkgrel=5
+pkgdesc='Backends for Gnome/MATE System Tools.'
+arch=('i686' 'x86_64')
+url='http://system-tools-backends.freedesktop.org/'
+license=('GPL')
+depends=('dbus-glib' 'perl' 'perl-net-dbus' 'polkit')
+makedepends=('intltool' 'perl-xml-parser')
+source=("http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.10/${pkgname}-${pkgver}.tar.bz2")
+sha256sums=('1dbe5177df46a9c7250735e05e77129fe7ec04840771accfa87690111ca2c670')
+
+build() {
+    cd "${pkgname}-${pkgver}"
+    ./configure \
+        --prefix=/usr \
+        --with-dbus-sys=/etc/dbus-1/system.d \
+        --localstatedir=/var \
+        --mandir=/usr/share \
+        --sbindir=/usr/bin \
+        --disable-static
+    make
+}
+
+package() {
+    cd "${pkgname}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+    #clean up man
+    rm -rf "${pkgdir}/usr/share/system-tools-backends-2.0/modules/share/"
+}




More information about the arch-commits mailing list