[arch-commits] Commit in gnome-panel (gnome-unstable trunk/PKGBUILD)
Jan de Groot
jgc at archlinux.org
Sun Oct 11 20:21:39 UTC 2009
Date: Sunday, October 11, 2009 @ 16:21:39
Author: jgc
Revision: 54930
Merge gnome-unstable
Modified:
gnome-panel/trunk/PKGBUILD
Deleted:
gnome-panel/gnome-unstable/
----------+
PKGBUILD | 17 ++++++++---------
1 file changed, 8 insertions(+), 9 deletions(-)
Modified: trunk/PKGBUILD
===================================================================
--- trunk/PKGBUILD 2009-10-11 20:20:19 UTC (rev 54929)
+++ trunk/PKGBUILD 2009-10-11 20:21:39 UTC (rev 54930)
@@ -2,27 +2,26 @@
# Maintainer: Jan de Groot <jgc at archlinux.org>
pkgname=gnome-panel
-pkgver=2.26.3
+pkgver=2.28.0
pkgrel=1
pkgdesc="The GNOME Panel"
arch=(i686 x86_64)
license=('GPL')
url="http://www.gnome.org"
-depends=('libwnck>=2.26.2' 'gnome-menus>=2.26.2' 'evolution-data-server>=2.26.3' 'gnome-desktop>=2.26.3' 'libgweather>=2.26.2.1' 'librsvg>=2.26.0' 'policykit-gnome>=0.9.2' 'libgnomeui>=2.24.1')
-makedepends=('gnome-doc-utils>=0.16.1' 'pkgconfig' 'intltool')
+depends=('libwnck>=2.28.0' 'gnome-menus>=2.28.0' 'evolution-data-server>=2.28.0' 'gnome-desktop>=2.28.0' 'libgweather>=2.28.0' 'librsvg>=2.26.0' 'libgnomeui>=2.24.1' 'hicolor-icon-theme')
+makedepends=('gnome-doc-utils>=0.18.0' 'pkgconfig' 'intltool' 'networkmanager')
options=('!libtool' '!emptydirs')
groups=('gnome')
install=gnome-panel.install
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.26/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('38de69896976d57abb4f4720fef62fcf')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.28/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('c1168c0c8f84692002557d60870c782f4831635080d2c52cd2a3665fb7718465')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
./configure --prefix=/usr --sysconfdir=/etc \
- --localstatedir=/var --disable-static \
- --libexecdir=/usr/lib/gnome-panel \
- --disable-network-manager \
- --disable-scrollkeeper || return 1
+ --localstatedir=/var --disable-static \
+ --libexecdir=/usr/lib/gnome-panel \
+ --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