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

Jan de Groot jgc at archlinux.org
Mon Aug 24 14:56:43 UTC 2009


    Date: Monday, August 24, 2009 @ 10:56:43
  Author: jgc
Revision: 50204

Update to 2.27.4

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

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

Modified: gnome-unstable/PKGBUILD
===================================================================
--- trunk/PKGBUILD	2009-08-23 19:31:41 UTC (rev 50154)
+++ gnome-unstable/PKGBUILD	2009-08-24 14:56:43 UTC (rev 50204)
@@ -2,28 +2,28 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=gnome-applets
-pkgver=2.26.3
+pkgver=2.27.4
 pkgrel=1
 pkgdesc="GNOME Applets"
 arch=(i686 x86_64)
 license=('GPL')
-depends=('gstreamer0.10-base-plugins' 'gnome-panel>=2.26.3' 'libgtop>=2.26.1' 'gucharmap>=2.26.3' 'libnotify>=0.4.5' 'cpufrequtils' 'libgnomekbd>=2.26.0')
-makedepends=('gnome-doc-utils>=0.16.0' 'pkgconfig' 'gnome-settings-daemon>=2.26.1' 'intltool' 'gnome-icon-theme' 'gnome-python-desktop>=2.26.0')
+depends=('gstreamer0.10-base-plugins' 'gnome-panel>=2.27.4' 'libgtop>=2.27.3' 'gucharmap>=2.27.0' 'libnotify>=0.4.5' 'cpufrequtils' 'libgnomekbd>=2.27.4')
+makedepends=('gnome-doc-utils>=0.17.3' 'pkgconfig' 'gnome-settings-daemon>=2.27.91' 'intltool' 'gnome-icon-theme>=2.27.90' 'gnome-python-desktop>=2.27.2')
 optdepends=('gnome-python-desktop: invest-applet')
 options=(!emptydirs)
 url="http://www.gnome.org"
 groups=(gnome)
 install=gnome-applets.install
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.26/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('23fb47b3e35ef2136d6ade3f0203328b')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.27/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('bdde7391255b8a1771eba8cdd5398e6132c44fabcbe676e270810a054f37fe34')
 	
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr --sysconfdir=/etc \
-              --libexecdir=/usr/lib/gnome-applets \
-              --localstatedir=/var --disable-static \
-	      --disable-scrollkeeper --enable-mixer-applet \
-	      --disable-schemas-install || return 1
+      --libexecdir=/usr/lib/gnome-applets \
+      --localstatedir=/var --disable-static \
+      --disable-scrollkeeper --enable-mixer-applet \
+      --disable-schemas-install || return 1
   make || return 1
   make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install || return 1
   rm -f ${pkgdir}/usr/lib/*.la




More information about the arch-commits mailing list