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

Jan de Groot jgc at archlinux.org
Sun Oct 11 20:18:03 UTC 2009


    Date: Sunday, October 11, 2009 @ 16:18:02
  Author: jgc
Revision: 54925

Merge gnome-unstable

Modified:
  gnome-nettool/trunk/PKGBUILD
Deleted:
  gnome-nettool/gnome-unstable/

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

Modified: trunk/PKGBUILD
===================================================================
--- trunk/PKGBUILD	2009-10-11 20:17:19 UTC (rev 54924)
+++ trunk/PKGBUILD	2009-10-11 20:18:02 UTC (rev 54925)
@@ -3,25 +3,25 @@
 # Contributor: Kritoke <kritoke at nospam.gmail.com>
 
 pkgname=gnome-nettool
-pkgver=2.26.2
+pkgver=2.28.0
 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.28.0' 'libgtop>=2.28.0' 'dnsutils' 'netkit-bsd-finger' 'whois' 'hicolor-icon-theme')
+makedepends=('gnome-doc-utils>=0.18.0' '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.28/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('ecce19920e2bf5b7cac8ffd26d8592adff7b895d1ee219b18a84a46313f36dd5')
 
 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