pango: update to 1.30.0.
This commit is contained in:
parent
2468b4c14b
commit
a6e9bc7ad4
2 changed files with 5 additions and 3 deletions
|
@ -12,6 +12,8 @@ Add_dependency run freetype-devel
|
|||
Add_dependency run libXft-devel
|
||||
Add_dependency run pango ">=${version}"
|
||||
|
||||
noarch=yes
|
||||
|
||||
do_install()
|
||||
{
|
||||
vmove usr/include usr
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
# Template build file for 'pango'.
|
||||
pkgname=pango
|
||||
version=1.29.5
|
||||
distfiles="${GNOME_SITE}/pango/1.29/$pkgname-$version.tar.xz"
|
||||
version=1.30.0
|
||||
distfiles="${GNOME_SITE}/pango/1.30/$pkgname-$version.tar.xz"
|
||||
build_style=gnu-configure
|
||||
short_desc="Library for layout and rendering of text"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.pango.org/"
|
||||
license="LGPL-2.1"
|
||||
checksum=578c38de8450baa61d651e96049d2710f242bda3c47afc2d84773cbafeed775a
|
||||
checksum=7c6d2ab024affaed0e942f9279b818235f9c6a36d9fc50688f48d387f4102dff
|
||||
long_desc="
|
||||
Pango is a library for layout and rendering of text, with an emphasis
|
||||
on internationalization. Pango can be used anywhere that text layout
|
||||
|
|
Loading…
Reference in a new issue