[arch-commits] Commit in gedit/trunk (PKGBUILD)
Jan de Groot
jgc at archlinux.org
Sun Nov 30 11:51:24 UTC 2008
Date: Sunday, November 30, 2008 @ 06:51:24
Author: jgc
Revision: 19773
upgpkg: gedit 2.24.2-1
Modified:
gedit/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++-------
1 file changed, 3 insertions(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2008-11-30 11:49:19 UTC (rev 19772)
+++ PKGBUILD 2008-11-30 11:51:24 UTC (rev 19773)
@@ -2,26 +2,22 @@
# Maintainer: Jan de Groot <jgc at archlinux.org>
pkgname=gedit
-pkgver=2.24.1
+pkgver=2.24.2
pkgrel=1
pkgdesc="A text editor for GNOME"
arch=(i686 x86_64)
license=('GPL')
depends=('gconf>=2.24.0' 'pygtk>=2.13.0' 'pygtksourceview2>=2.4.0' 'enchant>=1.4.2' 'desktop-file-utils' 'iso-codes')
-makedepends=('perlxml' 'pkgconfig' 'gnome-doc-utils>=0.14.0' 'intltool')
+makedepends=('pkgconfig' 'gnome-doc-utils>=0.14.0' '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.24/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('48b94379a81430adee427e2542cc93e9')
+md5sums=('04bcf226edc5de3a4ac759e97e0e2e6e')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
-
- #http://bugzilla.gnome.org/show_bug.cgi?id=553883
- sed -e 's/"ISO-8859-15"/"[ISO-8859-15]"/' -i po/hr.po || return 1
-
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
--libexecdir=/usr/lib --disable-scrollkeeper || return 1
make || return 1
More information about the arch-commits
mailing list