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

Jan de Groot jgc at archlinux.org
Sun Oct 11 20:16:33 UTC 2009


    Date: Sunday, October 11, 2009 @ 16:16:33
  Author: jgc
Revision: 54922

Merge gnome-unstable

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

----------+
 PKGBUILD |   16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

Modified: trunk/PKGBUILD
===================================================================
--- trunk/PKGBUILD	2009-10-11 20:15:45 UTC (rev 54921)
+++ trunk/PKGBUILD	2009-10-11 20:16:33 UTC (rev 54922)
@@ -2,26 +2,26 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=gnome-netstatus
-pkgver=2.26.0
+pkgver=2.28.0
 pkgrel=1
 pkgdesc="A GNOME applet that shows network status"
 arch=(i686 x86_64)
 license=('GPL')
 url="http://www.gnome.org"
-depends=('gnome-panel>=2.26.0')
-makedepends=('intltool' 'pkgconfig' 'gnome-doc-utils>=0.16.0')
+depends=('gnome-panel>=2.28.0' 'hicolor-icon-theme')
+makedepends=('intltool' 'pkgconfig' 'gnome-doc-utils>=0.18.0')
 options=(!emptydirs)
 groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.26/${pkgname}-${pkgver}.tar.bz2)
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.28/${pkgname}-${pkgver}.tar.bz2)
 install=gnome-netstatus.install
-md5sums=('f116157535ec185f0ea7503fafc5edd6')
+sha256sums=('1b279a0ff92b0952d70dbcaccfcfb2fc7378e8f15355bc01e2d478313a31d90d')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr --sysconfdir=/etc \
-              --libexecdir=/usr/lib/gnome-netstatus \
-              --localstatedir=/var --disable-static \
-	      --disable-scrollkeeper || return 1
+      --libexecdir=/usr/lib/gnome-netstatus \
+      --localstatedir=/var --disable-static \
+      --disable-scrollkeeper || return 1
   make || return 1
   make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install || return 1
 




More information about the arch-commits mailing list