gucharmap: update to 2.33.2.

--HG--
branch : gnome3
This commit is contained in:
Juan RP 2011-03-01 16:43:00 +01:00
parent 8928006ae6
commit f8edfdfc2e
3 changed files with 5 additions and 34 deletions

View file

@ -1 +0,0 @@
gucharmap

View file

@ -1,27 +0,0 @@
# Template file for 'gucharmap-python'.
#
short_desc="${sourcepkg} - python bindings"
long_desc="${long_desc}
This package contains the Python bindings."
Add_dependency run glibc
Add_dependency run python
Add_dependency run atk
Add_dependency run glib
Add_dependency run pango
Add_dependency run cairo
Add_dependency run freetype
Add_dependency run fontconfig
Add_dependency run libpng
Add_dependency run gdk-pixbuf
Add_dependency run gtk+
Add_dependency run pygtk
Add_dependency run gucharmap
do_install()
{
mkdir -p ${DESTDIR}/usr/{lib,share}
mv ${SRCPKGDESTDIR}/usr/lib/python* ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/share/pygtk ${DESTDIR}/usr/share
}

View file

@ -1,21 +1,21 @@
# Template file for 'gucharmap'
pkgname=gucharmap
version=2.32.1
distfiles="${GNOME_SITE}/$pkgname/2.32/$pkgname-$version.tar.bz2"
version=2.33.2
distfiles="${GNOME_SITE}/$pkgname/2.33/$pkgname-$version.tar.bz2"
build_style=gnu_configure
configure_args="--disable-schemas-install --disable-scrollkeeper
--with-gconf-schema-file-dir=/usr/share/gconf/schemas
--localstatedir=/var --enable-python-bindings"
--localstatedir=/var"
short_desc="GNOME Unicode Charmap"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=fdef066f35f4301bc128b91f15a30d64a2459721cb50daa53f923789df315c28
checksum=03cfa5d096a98167945a46524d6e79683da829126034165d61a31b6683653d03
long_desc="
gucharmap is a Unicode/ISO10646 character map and font viewer for the
GNOME platform. It supports anti-aliased, scalable fonts and more."
gconf_schemas="$pkgname.schemas"
gtk_iconcache_dirs="/usr/share/icons/hicolor"
subpackages="$pkgname-devel $pkgname-python"
subpackages="$pkgname-devel"
Add_dependency run glibc
Add_dependency run glib
@ -42,7 +42,6 @@ Add_dependency build gdk-pixbuf-devel
Add_dependency build libpng-devel
Add_dependency build gtk+-devel
Add_dependency build GConf-devel
Add_dependency build pygtk-devel
Add_dependency full hicolor-icon-theme
Add_dependency full desktop-file-utils