gucharmap: update to 3.8.0.
This commit is contained in:
parent
d4e7ae14bf
commit
1b82d1bc9f
2 changed files with 8 additions and 12 deletions
|
@ -1,12 +1,7 @@
|
||||||
# Template file for 'gucharmap-devel'.
|
# Template file for 'gucharmap-devel'.
|
||||||
#
|
#
|
||||||
depends="gtk+3-devel ${sourcepkg}-${version}_${revision}"
|
depends="gtk+3-devel ${sourcepkg}-${version}_${revision}"
|
||||||
short_desc="${sourcepkg} - development files"
|
short_desc="${short_desc} - development files"
|
||||||
long_desc="${long_desc}
|
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
|
||||||
|
|
||||||
noarch=yes
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmove usr/include usr
|
vmove usr/include usr
|
||||||
|
|
|
@ -1,19 +1,20 @@
|
||||||
# Template file for 'gucharmap'
|
# Template file for 'gucharmap'
|
||||||
pkgname=gucharmap
|
pkgname=gucharmap
|
||||||
version=3.6.1
|
version=3.8.0
|
||||||
revision=1
|
revision=1
|
||||||
subpackages="$pkgname-devel"
|
subpackages="$pkgname-devel"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-schemas-compile --enable-introspection"
|
configure_args="--disable-schemas-compile --enable-introspection"
|
||||||
depends="hicolor-icon-theme desktop-file-utils"
|
fulldepends="hicolor-icon-theme desktop-file-utils"
|
||||||
makedepends="which pkg-config intltool gnome-doc-utils gobject-introspection
|
hostmakedepends="which pkg-config intltool gnome-doc-utils
|
||||||
gtk+3-devel>=3.6.1 itstool"
|
itstool gobject-introspection"
|
||||||
|
makedepends="gtk+3-devel>=3.8"
|
||||||
short_desc="GNOME Unicode Charmap"
|
short_desc="GNOME Unicode Charmap"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.gnome.org"
|
homepage="http://www.gnome.org"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
distfiles="${GNOME_SITE}/$pkgname/3.6/$pkgname-$version.tar.xz"
|
distfiles="${GNOME_SITE}/$pkgname/3.8/$pkgname-$version.tar.xz"
|
||||||
checksum=c3aad2990010ab66225b748e6ac5402cad9f21e908cddf728e57d755c54cc6b2
|
checksum=e312297c561e03675519de5bcd9a10971b5c1185f61b4b17eed202273cf8d5c5
|
||||||
long_desc="
|
long_desc="
|
||||||
gucharmap is a Unicode/ISO10646 character map and font viewer for the
|
gucharmap is a Unicode/ISO10646 character map and font viewer for the
|
||||||
GNOME platform. It supports anti-aliased, scalable fonts and more."
|
GNOME platform. It supports anti-aliased, scalable fonts and more."
|
||||||
|
|
Loading…
Reference in a new issue