[arch-commits] Commit in gedit/repos (extra-x86_64 extra-x86_64/PKGBUILD)

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


    Date: Sunday, October 11, 2009 @ 15:41:47
  Author: jgc
Revision: 54822

Merged revisions 54819 via svnmerge from 
svn+ssh://svn.archlinux.org/srv/svn-packages/gedit/trunk

........
  r54819 | jgc | 2009-10-11 21:41:10 +0200 (Sun, 11 Oct 2009) | 1 line
  
  Merge gnome-unstable
........

Modified:
  gedit/repos/extra-x86_64/	(properties)
  gedit/repos/extra-x86_64/PKGBUILD

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


Property changes on: gedit/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /gedit/trunk:1-44587
   + /gedit/trunk:1-54820

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2009-10-11 19:41:33 UTC (rev 54821)
+++ extra-x86_64/PKGBUILD	2009-10-11 19:41:47 UTC (rev 54822)
@@ -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