gtkhtml: update to 4.4.3.·

This commit is contained in:
Juan RP 2012-06-19 11:37:13 +02:00
parent de72ada3d9
commit cd6881de67
2 changed files with 7 additions and 12 deletions

View file

@ -1,14 +1,12 @@
# Template file for 'gtkhtml-devel'.
#
depends="cairo-devel gtk+3-devel enchant-devel gsettings-desktop-schemas iso-codes libgtkhtml>=4.4.2"
noarch=yes
depends="cairo-devel gtk+3-devel enchant-devel gsettings-desktop-schemas iso-codes libgtkhtml>=$version"
short_desc="${sourcepkg} (development files)"
long_desc="${long_desc}
This package contains files for development, headers, static libs, etc."
noarch=yes
do_install() {
vmove usr/include usr
vmove usr/lib/pkgconfig usr/lib

View file

@ -1,21 +1,18 @@
# Template file for 'gtkhtml'
pkgname=gtkhtml
version=4.4.2
distfiles="${GNOME_SITE}/${pkgname}/4.4/${pkgname}-${version}.tar.xz"
version=4.4.3
revision=1
build_style=gnu-configure
makedepends="pkg-config intltool gtk+3-devel enchant-devel libsoup-gnome-devel"
fulldepends="gnome-icon-theme gsettings-desktop-schemas iso-codes"
revision=2
subpackages="lib${pkgname} ${pkgname}-devel"
short_desc="Layout engine written in C using the GTK+ widget toolkit"
maintainer="davehome <davehome@redthumb.info.tm>"
homepage="http://www.gnome.org"
license="GPL-2"
checksum=96b0d561a697c0b85dbe0e6a0d220012765a3aa4f2a9e8ffddd520891094e694
distfiles="${GNOME_SITE}/${pkgname}/4.4/${pkgname}-${version}.tar.xz"
checksum=da1f593dafcb202dbed0e99bc14ef20bfd5c54ec0d966912feeb7ba7864418aa
long_desc="
GtkHTML is a HTML rendering/editing library. It is not designed to be the
ultimate HTML browser/editor; instead, it is designed to be easily embedded
into applications that require lightweight HTML functionality."
subpackages="lib${pkgname} ${pkgname}-devel"