gucharmap: update to 3.6.0.
This commit is contained in:
parent
dd0cfc1492
commit
8acac6088a
3 changed files with 6 additions and 10 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'gucharmap-devel'.
|
# Template file for 'gucharmap-devel'.
|
||||||
#
|
#
|
||||||
depends="gtk+3-devel gucharmap>=${version}"
|
depends="gtk+3-devel ${sourcepkg}-${version}_${revision}"
|
||||||
short_desc="${sourcepkg} - development files"
|
short_desc="${sourcepkg} - development files"
|
||||||
long_desc="${long_desc}
|
long_desc="${long_desc}
|
||||||
|
|
||||||
|
|
|
@ -3,8 +3,6 @@ libgdk-3.so.0
|
||||||
libatk-1.0.so.0
|
libatk-1.0.so.0
|
||||||
libgio-2.0.so.0
|
libgio-2.0.so.0
|
||||||
libpangocairo-1.0.so.0
|
libpangocairo-1.0.so.0
|
||||||
libgdk_pixbuf-2.0.so.0
|
|
||||||
libcairo-gobject.so.2
|
|
||||||
libcairo.so.2
|
libcairo.so.2
|
||||||
libpango-1.0.so.0
|
libpango-1.0.so.0
|
||||||
libgobject-2.0.so.0
|
libgobject-2.0.so.0
|
||||||
|
|
|
@ -1,21 +1,19 @@
|
||||||
# Template file for 'gucharmap'
|
# Template file for 'gucharmap'
|
||||||
pkgname=gucharmap
|
pkgname=gucharmap
|
||||||
version=3.5.99
|
version=3.6.0
|
||||||
revision=1
|
revision=1
|
||||||
|
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"
|
depends="hicolor-icon-theme desktop-file-utils"
|
||||||
makedepends="which pkg-config intltool gnome-doc-utils gobject-introspection
|
makedepends="which pkg-config intltool gnome-doc-utils gobject-introspection
|
||||||
gtk+3-devel>=3.6.0_2 itstool"
|
gtk+3-devel>=3.6.0_2 itstool"
|
||||||
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.5/$pkgname-$version.tar.xz"
|
distfiles="${GNOME_SITE}/$pkgname/3.6/$pkgname-$version.tar.xz"
|
||||||
checksum=0f439539e6ed3fa84a8775d27c8082410652124cb124437ff4b21432f47b8864
|
checksum=778bbc61bedcb6c573800ccebc56d360d988a156727b5a8f8bac9787c1fe7fb4
|
||||||
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."
|
||||||
|
|
||||||
|
|
||||||
subpackages="$pkgname-devel"
|
|
||||||
|
|
Loading…
Reference in a new issue