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

Jan Steffens heftig at archlinux.org
Wed Feb 16 22:10:17 UTC 2011


    Date: Wednesday, February 16, 2011 @ 17:10:16
  Author: heftig
Revision: 110160

upgpkg: gucharmap 2.33.2-1
Update for gnome-unstable

Modified:
  gucharmap/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-02-16 21:08:26 UTC (rev 110159)
+++ PKGBUILD	2011-02-16 22:10:16 UTC (rev 110160)
@@ -2,26 +2,31 @@
 # Maintainer: Jan De Groot <jgc at archlinux.org>
 
 pkgname=gucharmap
-pkgver=2.32.1
+pkgver=2.33.2
 pkgrel=1
 pkgdesc="Gnome Unicode Charmap"
 arch=('i686' 'x86_64')
 license=('GPL')
 url="http://www.gnome.org"
-depends=('gconf>=2.32.0' 'hicolor-icon-theme')
-makedepends=('gnome-doc-utils>=0.20.1' 'intltool')
+depends=('gconf' 'hicolor-icon-theme')
+makedepends=('gtk-doc' 'intltool' 'gobject-introspection')
 groups=('gnome-extra')
 options=('!libtool' '!emptydirs')
 install=gucharmap.install
-source=(http://ftp.gnome.org/pub/gnome/sources/gucharmap/2.32/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('fdef066f35f4301bc128b91f15a30d64a2459721cb50daa53f923789df315c28')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('03cfa5d096a98167945a46524d6e79683da829126034165d61a31b6683653d03')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr --sysconfdir=/etc \
       --localstatedir=/var --disable-static \
-      --disable-scrollkeeper
+      --disable-scrollkeeper --with-gtk=3.0 \
+      --enable-introspection
   make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
   make -j1 GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install
 
   install -m755 -d "${pkgdir}/usr/share/gconf/schemas"




More information about the arch-commits mailing list