gtkhtml: update to 4.6.2.
This commit is contained in:
parent
66601550fb
commit
ca519f8ec2
3 changed files with 4 additions and 14 deletions
|
@ -2,10 +2,7 @@
|
|||
#
|
||||
noarch=yes
|
||||
depends="libgtkhtml-${version}_${revision}"
|
||||
short_desc="${sourcepkg} (development files)"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
short_desc="${short_desc} -- development files"
|
||||
|
||||
do_install() {
|
||||
vmove usr/include usr
|
||||
|
|
|
@ -1,9 +1,6 @@
|
|||
# Template file for 'libgtkhtml'.
|
||||
#
|
||||
short_desc="${sourcepkg} (runtime libraries)"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains the runtime libraries."
|
||||
short_desc="${short_desc} -- runtime libraries"
|
||||
|
||||
do_install() {
|
||||
vmove "usr/lib/*.so*" usr/lib
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'gtkhtml'
|
||||
pkgname=gtkhtml
|
||||
version=4.6.1
|
||||
version=4.6.2
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
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"
|
||||
license="GPL-2"
|
||||
distfiles="${GNOME_SITE}/${pkgname}/4.6/${pkgname}-${version}.tar.xz"
|
||||
checksum=36670a268f3fd437ddb8c4e7f127d6fb0c09a6fe23a431bede0fc3213c75db98
|
||||
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."
|
||||
checksum=d0578892a5755f3ab661f0312d1a1376f4926afe72e65d83b6890011bc1f9fd7
|
||||
|
|
Loading…
Reference in a new issue