[arch-commits] Commit in ghex/repos (extra-i686 extra-i686/PKGBUILD)
Jan de Groot
jgc at archlinux.org
Wed Oct 21 20:51:54 UTC 2009
Date: Wednesday, October 21, 2009 @ 16:51:53
Author: jgc
Revision: 56431
Merged revisions 56291 via svnmerge from
svn+ssh://gerolde.archlinux.org/srv/svn-packages/ghex/trunk
........
r56291 | jgc | 2009-10-21 12:29:53 +0200 (Wed, 21 Oct 2009) | 2 lines
upgpkg: ghex 2.24.0-1
Update to 2.24.0 - use gettext gconf schema shrinking, disable static library build
........
Modified:
ghex/repos/extra-i686/ (properties)
ghex/repos/extra-i686/PKGBUILD
----------+
PKGBUILD | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
Property changes on: ghex/repos/extra-i686
___________________________________________________________________
Modified: svnmerge-integrated
- /ghex/trunk:1-927
+ /ghex/trunk:1-56430
Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2009-10-21 20:50:29 UTC (rev 56430)
+++ extra-i686/PKGBUILD 2009-10-21 20:51:53 UTC (rev 56431)
@@ -3,27 +3,27 @@
# Contributor: Tobias Kieslich <tobias at justdreams.de>
pkgname=ghex
-pkgver=2.22.0
+pkgver=2.24.0
pkgrel=1
pkgdesc="A simple binary editor for the Gnome desktop"
arch=(i686 x86_64)
license=('GPL')
-url="http://www.gnu.org/directory/ghex.html"
-depends=('libgnomeui>=2.22.1' 'libgnomeprintui>=2.18.2')
-makedepends=('perlxml' 'pkgconfig')
+url="http://live.gnome.org/Ghex"
+depends=('libgnomeui>=2.24.2' 'libgnomeprintui>=2.18.4' 'hicolor-icon-theme')
+makedepends=('intltool' 'pkgconfig' 'gnome-doc-utils>=0.18.0')
options=('!libtool' '!emptydirs')
install=ghex.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/ghex/2.22/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('6f1ee7a56f7dd04bfba5ee74a639948a')
+source=(http://ftp.gnome.org/pub/GNOME/sources/ghex/2.24/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('6fd8e0df1cb6fb9fcf60cfa2bc88877713e4366c')
build() {
cd ${startdir}/src/${pkgname}-${pkgver}
./configure --prefix=/usr --sysconfdir=/etc \
- --localstatedir=/var || return 1
+ --localstatedir=/var --disable-static || return 1
make || return 1
make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${startdir}/pkg install || return 1
install -d -m755 ${startdir}/pkg/usr/share/gconf/schemas
- gconf-merge-schema ${startdir}/pkg/usr/share/gconf/schemas/${pkgname}.schemas ${startdir}/pkg/etc/gconf/schemas/*.schemas || return 1
+ gconf-merge-schema ${startdir}/pkg/usr/share/gconf/schemas/${pkgname}.schemas --domain ghex-2.0 ${startdir}/pkg/etc/gconf/schemas/*.schemas || return 1
rm -f ${startdir}/pkg/etc/gconf/schemas/*.schemas
}
More information about the arch-commits
mailing list