gucharmap: update to 3.5.99.
This commit is contained in:
parent
541aaff55e
commit
3f80aeaac7
|
@ -1,12 +1,11 @@
|
|||
# Template file for 'gucharmap-devel'.
|
||||
#
|
||||
depends="gtk+3-devel gucharmap>=3.4.1.1"
|
||||
depends="gtk+3-devel gucharmap>=${version}"
|
||||
short_desc="${sourcepkg} - development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
|
||||
noarch=yes
|
||||
|
||||
do_install() {
|
||||
|
|
|
@ -1,22 +1,21 @@
|
|||
# Template file for 'gucharmap'
|
||||
pkgname=gucharmap
|
||||
version=3.4.1.1
|
||||
distfiles="${GNOME_SITE}/$pkgname/3.4/$pkgname-$version.tar.xz"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-schemas-compile --disable-scrollkeeper --enable-introspection"
|
||||
depends="hicolor-icon-theme desktop-file-utils"
|
||||
makedepends="which pkg-config intltool gnome-doc-utils gobject-introspection gtk+3-devel"
|
||||
version=3.5.99
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-schemas-compile --enable-introspection"
|
||||
depends="hicolor-icon-theme desktop-file-utils"
|
||||
makedepends="which pkg-config intltool gnome-doc-utils gobject-introspection
|
||||
gtk+3-devel>=3.6.0_2 itstool"
|
||||
short_desc="GNOME Unicode Charmap"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.gnome.org"
|
||||
license="GPL-2"
|
||||
checksum=52ea80e9e5f01232801dd24f7eb5c70eb36e7a85e429ad9113e8b71234d94c62
|
||||
distfiles="${GNOME_SITE}/$pkgname/3.5/$pkgname-$version.tar.xz"
|
||||
checksum=0f439539e6ed3fa84a8775d27c8082410652124cb124437ff4b21432f47b8864
|
||||
long_desc="
|
||||
gucharmap is a Unicode/ISO10646 character map and font viewer for the
|
||||
GNOME platform. It supports anti-aliased, scalable fonts and more."
|
||||
|
||||
gtk_iconcache_dirs="/usr/share/icons/hicolor"
|
||||
subpackages="$pkgname-devel"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue