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

Jan de Groot jgc at archlinux.org
Wed Oct 21 10:29:53 UTC 2009


    Date: Wednesday, October 21, 2009 @ 06:29:53
  Author: jgc
Revision: 56291

upgpkg: ghex 2.24.0-1
    Update to 2.24.0 - use gettext gconf schema shrinking, disable static library build

Modified:
  ghex/trunk/PKGBUILD

----------+
 PKGBUILD |   16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-10-21 10:10:49 UTC (rev 56290)
+++ PKGBUILD	2009-10-21 10:29:53 UTC (rev 56291)
@@ -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