gucharmap: update to 3.9.99.

This commit is contained in:
Juan RP 2013-09-26 16:23:29 +02:00
parent 2302a0c8a8
commit 9b0e8b3c76
1 changed files with 5 additions and 4 deletions

View File

@ -1,18 +1,18 @@
# Template file for 'gucharmap'
pkgname=gucharmap
version=3.8.2
version=3.9.99
revision=1
build_style=gnu-configure
configure_args="--disable-schemas-compile --enable-introspection"
hostmakedepends="which pkg-config intltool gnome-doc-utils
itstool gobject-introspection"
makedepends="gtk+3-devel>=3.8 hicolor-icon-theme desktop-file-utils"
makedepends="gtk+3-devel hicolor-icon-theme desktop-file-utils"
short_desc="GNOME Unicode Charmap"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.gnome.org"
license="GPL-2"
distfiles="${GNOME_SITE}/$pkgname/3.8/$pkgname-$version.tar.xz"
checksum=08272386155bc1a7d6a2d1a0ee8d2e5ea08a9512c40dbd76b3b4c3f105604901
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
checksum=7a9425f07f8e4053e0382e627d65ca428674f8c63f2c721877ae8c62c25ccb00
long_desc="
gucharmap is a Unicode/ISO10646 character map and font viewer for the
GNOME platform. It supports anti-aliased, scalable fonts and more."
@ -24,6 +24,7 @@ gucharmap-devel_package() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove usr/share/gir-1.0
vmove "usr/lib/*.so"
}
}