[arch-commits] Commit in gnome-nettool (gnome-unstable gnome-unstable/PKGBUILD)

Jan de Groot jgc at archlinux.org
Mon Aug 24 19:31:40 UTC 2009


    Date: Monday, August 24, 2009 @ 15:31:40
  Author: jgc
Revision: 50228

Update to 2.27.4 - remove libglade dependency

Added:
  gnome-nettool/gnome-unstable/
Modified:
  gnome-nettool/gnome-unstable/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: gnome-unstable/PKGBUILD
===================================================================
--- trunk/PKGBUILD	2009-08-24 19:23:50 UTC (rev 50227)
+++ gnome-unstable/PKGBUILD	2009-08-24 19:31:40 UTC (rev 50228)
@@ -3,25 +3,25 @@
 # Contributor: Kritoke <kritoke at nospam.gmail.com>
 
 pkgname=gnome-nettool
-pkgver=2.26.2
+pkgver=2.27.4
 pkgrel=1
 pkgdesc="A Collection of GNOME2 Networking Tools."
 arch=(i686 x86_64)
 license=('GPL')
-depends=('gconf>=2.26.0-3' 'libglade>=2.6.4' 'libgtop>=2.26.0' 'dnsutils' 'netkit-bsd-finger' 'whois')
-makedepends=('gnome-doc-utils>=0.16.0' 'pkgconfig' 'intltool')
+depends=('gconf>=2.26.2-3' 'libgtop>=2.27.3' 'dnsutils' 'netkit-bsd-finger' 'whois' 'hicolor-icon-theme')
+makedepends=('gnome-doc-utils>=0.17.3' 'pkgconfig' 'intltool')
 conflicts=('gnome-network')
 replaces=('gnome-netinfo')
 groups=('gnome-extra')
 url="http://www.gnome.org"
 install=gnome-nettool.install
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.26/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('fc1a730e25aa09dc1bef613c8ed6ab92')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.27/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('57918861928ae1e0b13bdc93f560eee06855d63f0810b410f7db80937f777502')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr --sysconfdir=/etc \
-              --localstatedir=/var --disable-scrollkeeper || return 1
+      --localstatedir=/var --disable-scrollkeeper || return 1
   make || return 1
   make DESTDIR="${pkgdir}" install || return 1
 }




More information about the arch-commits mailing list