gtkhtml: update to 4.6.2.
This commit is contained in:
parent
66601550fb
commit
ca519f8ec2
3 changed files with 4 additions and 14 deletions
srcpkgs/gtkhtml
|
@ -2,10 +2,7 @@
|
||||||
#
|
#
|
||||||
noarch=yes
|
noarch=yes
|
||||||
depends="libgtkhtml-${version}_${revision}"
|
depends="libgtkhtml-${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."
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmove usr/include usr
|
vmove usr/include usr
|
||||||
|
|
|
@ -1,9 +1,6 @@
|
||||||
# Template file for 'libgtkhtml'.
|
# Template file for 'libgtkhtml'.
|
||||||
#
|
#
|
||||||
short_desc="${sourcepkg} (runtime libraries)"
|
short_desc="${short_desc} -- runtime libraries"
|
||||||
long_desc="${long_desc}
|
|
||||||
|
|
||||||
This package contains the runtime libraries."
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmove "usr/lib/*.so*" usr/lib
|
vmove "usr/lib/*.so*" usr/lib
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'gtkhtml'
|
# Template file for 'gtkhtml'
|
||||||
pkgname=gtkhtml
|
pkgname=gtkhtml
|
||||||
version=4.6.1
|
version=4.6.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="pkg-config intltool gtk+3-devel>=3.6.1 enchant-devel
|
makedepends="pkg-config intltool gtk+3-devel>=3.6.1 enchant-devel
|
||||||
|
@ -12,8 +12,4 @@ maintainer="davehome <davehome@redthumb.info.tm>"
|
||||||
homepage="http://www.gnome.org"
|
homepage="http://www.gnome.org"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
distfiles="${GNOME_SITE}/${pkgname}/4.6/${pkgname}-${version}.tar.xz"
|
distfiles="${GNOME_SITE}/${pkgname}/4.6/${pkgname}-${version}.tar.xz"
|
||||||
checksum=36670a268f3fd437ddb8c4e7f127d6fb0c09a6fe23a431bede0fc3213c75db98
|
checksum=d0578892a5755f3ab661f0312d1a1376f4926afe72e65d83b6890011bc1f9fd7
|
||||||
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."
|
|
||||||
|
|
Loading…
Reference in a new issue