[arch-commits] Commit in gedit/trunk (PKGBUILD)

Jan de Groot jgc at archlinux.org
Sun Oct 11 19:41:11 UTC 2009


    Date: Sunday, October 11, 2009 @ 15:41:10
  Author: jgc
Revision: 54819

Merge gnome-unstable

Modified:
  gedit/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-10-11 19:40:37 UTC (rev 54818)
+++ PKGBUILD	2009-10-11 19:41:10 UTC (rev 54819)
@@ -2,24 +2,24 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=gedit
-pkgver=2.26.3
+pkgver=2.28.0
 pkgrel=1
 pkgdesc="A text editor for GNOME"
 arch=(i686 x86_64)
 license=('GPL')
-depends=('gconf>=2.26.0-3' 'pygtk>=2.14.1' 'pygtksourceview2>=2.6.0' 'enchant>=1.4.2' 'desktop-file-utils' 'iso-codes' 'gtksourceview2>=2.6.2' 'libsm')
-makedepends=('pkgconfig' 'gnome-doc-utils>=0.16.0' 'intltool')
+depends=('gconf>=2.27.0' 'pygtksourceview2>=2.8.0' 'enchant>=1.4.2' 'desktop-file-utils' 'iso-codes>=3.10.1' 'gtksourceview2>=2.8.0' 'libsm')
+makedepends=('pkgconfig' 'gnome-doc-utils>=0.17.5' 'intltool')
 groups=('gnome-extra')
 options=('!libtool' '!emptydirs')
 url="http://www.gnome.org"
 install=gedit.install
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.26/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('0cdaad6b02af250c9c110010d0a708b2')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.28/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('f12699367ec4f48ffce87f8b116b55561a03e055c4bf74cc96e5adb3b4e2fce6')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-              --libexecdir=/usr/lib --disable-scrollkeeper || return 1
+      --libexecdir=/usr/lib --disable-scrollkeeper || return 1
   make || return 1
   make -j1 GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install || return 1
  




More information about the arch-commits mailing list