[arch-commits] Commit in mate-nettool/trunk (PKGBUILD)

2014-05-15 Thread Evgeniy Alekseev
Date: Friday, May 16, 2014 @ 01:52:50
  Author: arcanis
Revision: 111281

upgpkg: mate-nettool 1.8.1-8
libgtop rebuild

Modified:
  mate-nettool/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-15 23:51:47 UTC (rev 111280)
+++ PKGBUILD2014-05-15 23:52:50 UTC (rev 111281)
@@ -3,7 +3,7 @@
 
 pkgname=mate-nettool
 pkgver=1.8.1
-pkgrel=7
+pkgrel=8
 pkgdesc="MATE interface for various networking tools."
 url="https://github.com/NiceandGently/mate-nettool";
 arch=('i686' 'x86_64')



[arch-commits] Commit in mate-nettool/trunk (PKGBUILD)

2014-02-11 Thread Martin Wimpress
Date: Tuesday, February 11, 2014 @ 18:54:55
  Author: flexiondotorg
Revision: 105606

upgpkg: mate-nettool 1.8.1-7 Moved autogen.sh to prepare()

Modified:
  mate-nettool/trunk/PKGBUILD

--+
 PKGBUILD |9 +++--
 1 file changed, 7 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-02-11 17:24:56 UTC (rev 105605)
+++ PKGBUILD2014-02-11 17:54:55 UTC (rev 105606)
@@ -3,7 +3,7 @@
 
 pkgname=mate-nettool
 pkgver=1.8.1
-pkgrel=6
+pkgrel=7
 pkgdesc="MATE interface for various networking tools."
 url="https://github.com/NiceandGently/mate-nettool";
 arch=('i686' 'x86_64')
@@ -20,9 +20,14 @@
 md5sums=('c05c525fee4d70c03ebad7e9bb9b7e4c')
 install=${pkgname}.install
 
+prepare() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+NOCONFIGURE=1 ./autogen.sh
+}
+
 build() {
 cd "${srcdir}/${pkgname}-${pkgver}"
-./autogen.sh \
+./configure \
 --prefix=/usr \
 --disable-static \
 --disable-schemas-compile



[arch-commits] Commit in mate-nettool/trunk (PKGBUILD)

2014-01-28 Thread Martin Wimpress
Date: Tuesday, January 28, 2014 @ 14:55:42
  Author: flexiondotorg
Revision: 104934

Added yelp as an optional dependency.

Modified:
  mate-nettool/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-01-28 13:51:49 UTC (rev 104933)
+++ PKGBUILD2014-01-28 13:55:42 UTC (rev 104934)
@@ -3,7 +3,7 @@
 
 pkgname=mate-nettool
 pkgver=1.8.1
-pkgrel=5
+pkgrel=6
 pkgdesc="MATE interface for various networking tools."
 url="https://github.com/NiceandGently/mate-nettool";
 arch=('i686' 'x86_64')
@@ -13,7 +13,8 @@
 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')
+'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')