Date: Tuesday, February 11, 2014 @ 18:55:05
  Author: flexiondotorg
Revision: 105607

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

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

---------------------------------------+
 /PKGBUILD                             |   80 ++++++++++++++++++++++++++++++++
 /mate-nettool.install                 |   26 ++++++++++
 community-i686/PKGBUILD               |   35 --------------
 community-i686/mate-nettool.install   |   13 -----
 community-x86_64/PKGBUILD             |   35 --------------
 community-x86_64/mate-nettool.install |   13 -----
 6 files changed, 106 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD     2014-02-11 17:54:55 UTC (rev 105606)
+++ community-i686/PKGBUILD     2014-02-11 17:55:05 UTC (rev 105607)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress <[email protected]>
-
-pkgname=mate-nettool
-pkgver=1.8.1
-pkgrel=6
-pkgdesc="MATE interface for various networking tools."
-url="https://github.com/NiceandGently/mate-nettool";
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('coreutils' 'gtk3' 'libgtop' 'net-tools')
-makedepends=('mate-common' 'perl-xml-parser' 'yelp-tools')
-optdepends=('dnsutils: Required for DNS queries'
-            'iputils: Required for ping, traceroute and finger'
-            'nmap: Required for network discovery and security audits'
-            'whois: Required for WHOIS queries'
-            'yelp: for reading help documents')
-options=('!emptydirs')
-source=("https://github.com/NiceandGently/${pkgname}/archive/v${pkgver}.tar.gz";)
-md5sums=('c05c525fee4d70c03ebad7e9bb9b7e4c')
-install=${pkgname}.install
-
-build() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    ./autogen.sh \
-        --prefix=/usr \
-        --disable-static \
-        --disable-schemas-compile
-    make
-}
-
-package() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    make DESTDIR="${pkgdir}" install
-}

Copied: mate-nettool/repos/community-i686/PKGBUILD (from rev 105606, 
mate-nettool/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2014-02-11 17:55:05 UTC (rev 105607)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer : Martin Wimpress <[email protected]>
+
+pkgname=mate-nettool
+pkgver=1.8.1
+pkgrel=7
+pkgdesc="MATE interface for various networking tools."
+url="https://github.com/NiceandGently/mate-nettool";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('coreutils' 'gtk3' 'libgtop' 'net-tools')
+makedepends=('mate-common' 'perl-xml-parser' 'yelp-tools')
+optdepends=('dnsutils: Required for DNS queries'
+            'iputils: Required for ping, traceroute and finger'
+            'nmap: Required for network discovery and security audits'
+            'whois: Required for WHOIS queries'
+            'yelp: for reading help documents')
+options=('!emptydirs')
+source=("https://github.com/NiceandGently/${pkgname}/archive/v${pkgver}.tar.gz";)
+md5sums=('c05c525fee4d70c03ebad7e9bb9b7e4c')
+install=${pkgname}.install
+
+prepare() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    ./configure \
+        --prefix=/usr \
+        --disable-static \
+        --disable-schemas-compile
+    make
+}
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/mate-nettool.install
===================================================================
--- community-i686/mate-nettool.install 2014-02-11 17:54:55 UTC (rev 105606)
+++ community-i686/mate-nettool.install 2014-02-11 17:55:05 UTC (rev 105607)
@@ -1,13 +0,0 @@
-post_install() {
-    glib-compile-schemas /usr/share/glib-2.0/schemas/
-    gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-    update-desktop-database -q
-}
-
-post_upgrade() {
-    post_install
-}
-
-post_remove() {
-    post_install
-}

Copied: mate-nettool/repos/community-i686/mate-nettool.install (from rev 
105606, mate-nettool/trunk/mate-nettool.install)
===================================================================
--- community-i686/mate-nettool.install                         (rev 0)
+++ community-i686/mate-nettool.install 2014-02-11 17:55:05 UTC (rev 105607)
@@ -0,0 +1,13 @@
+post_install() {
+    glib-compile-schemas /usr/share/glib-2.0/schemas/
+    gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+    update-desktop-database -q
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD   2014-02-11 17:54:55 UTC (rev 105606)
+++ community-x86_64/PKGBUILD   2014-02-11 17:55:05 UTC (rev 105607)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress <[email protected]>
-
-pkgname=mate-nettool
-pkgver=1.8.1
-pkgrel=6
-pkgdesc="MATE interface for various networking tools."
-url="https://github.com/NiceandGently/mate-nettool";
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('coreutils' 'gtk3' 'libgtop' 'net-tools')
-makedepends=('mate-common' 'perl-xml-parser' 'yelp-tools')
-optdepends=('dnsutils: Required for DNS queries'
-            'iputils: Required for ping, traceroute and finger'
-            'nmap: Required for network discovery and security audits'
-            'whois: Required for WHOIS queries'
-            'yelp: for reading help documents')
-options=('!emptydirs')
-source=("https://github.com/NiceandGently/${pkgname}/archive/v${pkgver}.tar.gz";)
-md5sums=('c05c525fee4d70c03ebad7e9bb9b7e4c')
-install=${pkgname}.install
-
-build() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    ./autogen.sh \
-        --prefix=/usr \
-        --disable-static \
-        --disable-schemas-compile
-    make
-}
-
-package() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    make DESTDIR="${pkgdir}" install
-}

Copied: mate-nettool/repos/community-x86_64/PKGBUILD (from rev 105606, 
mate-nettool/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2014-02-11 17:55:05 UTC (rev 105607)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer : Martin Wimpress <[email protected]>
+
+pkgname=mate-nettool
+pkgver=1.8.1
+pkgrel=7
+pkgdesc="MATE interface for various networking tools."
+url="https://github.com/NiceandGently/mate-nettool";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('coreutils' 'gtk3' 'libgtop' 'net-tools')
+makedepends=('mate-common' 'perl-xml-parser' 'yelp-tools')
+optdepends=('dnsutils: Required for DNS queries'
+            'iputils: Required for ping, traceroute and finger'
+            'nmap: Required for network discovery and security audits'
+            'whois: Required for WHOIS queries'
+            'yelp: for reading help documents')
+options=('!emptydirs')
+source=("https://github.com/NiceandGently/${pkgname}/archive/v${pkgver}.tar.gz";)
+md5sums=('c05c525fee4d70c03ebad7e9bb9b7e4c')
+install=${pkgname}.install
+
+prepare() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    ./configure \
+        --prefix=/usr \
+        --disable-static \
+        --disable-schemas-compile
+    make
+}
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/mate-nettool.install
===================================================================
--- community-x86_64/mate-nettool.install       2014-02-11 17:54:55 UTC (rev 
105606)
+++ community-x86_64/mate-nettool.install       2014-02-11 17:55:05 UTC (rev 
105607)
@@ -1,13 +0,0 @@
-post_install() {
-    glib-compile-schemas /usr/share/glib-2.0/schemas/
-    gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-    update-desktop-database -q
-}
-
-post_upgrade() {
-    post_install
-}
-
-post_remove() {
-    post_install
-}

Copied: mate-nettool/repos/community-x86_64/mate-nettool.install (from rev 
105606, mate-nettool/trunk/mate-nettool.install)
===================================================================
--- community-x86_64/mate-nettool.install                               (rev 0)
+++ community-x86_64/mate-nettool.install       2014-02-11 17:55:05 UTC (rev 
105607)
@@ -0,0 +1,13 @@
+post_install() {
+    glib-compile-schemas /usr/share/glib-2.0/schemas/
+    gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+    update-desktop-database -q
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}

Reply via email to