gucharmap: update to 3.10.1.
This commit is contained in:
parent
c4c4629769
commit
9ad8a32d75
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'gucharmap'
|
||||
pkgname=gucharmap
|
||||
version=3.10.0
|
||||
version=3.10.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-schemas-compile --enable-introspection"
|
||||
|
@ -12,13 +12,13 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
homepage="http://www.gnome.org"
|
||||
license="GPL-2"
|
||||
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
||||
checksum=a0447b5dd13e3364c5ca9bacb1f7387043d664effd64980e400c5b3d7301b617
|
||||
checksum=04e8606c65adb14d267b50b1cf9eb4fee92bd9c5ab512a346bd4c9c686403f78
|
||||
long_desc="
|
||||
gucharmap is a Unicode/ISO10646 character map and font viewer for the
|
||||
GNOME platform. It supports anti-aliased, scalable fonts and more."
|
||||
|
||||
gucharmap-devel_package() {
|
||||
depends="gtk+3-devel ${sourcepkg}-${version}_${revision}"
|
||||
depends="gtk+3-devel ${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
|
|
Loading…
Reference in New Issue