libgsf: update to 1.14.24.

This commit is contained in:
Juan RP 2012-09-12 20:47:16 +02:00
parent a145ddf853
commit 555059cc5d
2 changed files with 11 additions and 14 deletions

View file

@ -1,14 +1,13 @@
# Template file for 'libgsf-devel'. # Template file for 'libgsf-devel'.
# #
depends="glib-devel libxml2-devel libgsf>=1.14.23" noarch=yes
depends="glib-devel libxml2-devel libgsf>=${version}"
short_desc="${sourcepkg} - development files" short_desc="${sourcepkg} - development files"
long_desc="${long_desc} long_desc="${long_desc}
This package contains files for development, headers, static libs, etc." This package contains files for development, headers, static libs, etc."
do_install() {
do_install()
{
vmove usr/include usr vmove usr/include usr
vmove usr/lib/pkgconfig usr/lib vmove usr/lib/pkgconfig usr/lib
vmove usr/share/gtk-doc usr/share vmove usr/share/gtk-doc usr/share

View file

@ -1,20 +1,18 @@
# Template build file for 'libgsf'. # Template build file for 'libgsf'.
pkgname=libgsf pkgname=libgsf
version=1.14.23 version=1.14.24
homepage="http://www.gnome.org/"
distfiles="${GNOME_SITE}/libgsf/1.14/$pkgname-$version.tar.xz"
build_style=gnu-configure
configure_args="--disable-static"
makedepends="pkg-config intltool glib-devel libxml2-devel gdk-pixbuf-devel gobject-introspection"
revision=1 revision=1
subpackages="$pkgname-devel"
build_style=gnu-configure
configure_args="--disable-static --enable-introspection=yes"
makedepends="pkg-config intltool glib-devel libxml2-devel gdk-pixbuf-devel gobject-introspection"
short_desc="Library for layout and rendering of text" short_desc="Library for layout and rendering of text"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2, LGPL-2.1" license="GPL-2, LGPL-2.1"
checksum=bfc1c6178f5319d5e6d854c380ce26542f9a103a5ff31c9d25a834e0be52fb17 homepage="http://www.gnome.org/"
distfiles="${GNOME_SITE}/libgsf/1.14/$pkgname-$version.tar.xz"
checksum=975fc00a1332167e2baf649f8e2637884f798db1c8bb04abece2d5141663abff
long_desc=" long_desc="
libgsf provides an efficient extensible I/O abstraction for dealing with libgsf provides an efficient extensible I/O abstraction for dealing with
different structured file formats. It has support for Microsoft OLE2 different structured file formats. It has support for Microsoft OLE2
streams and Zip import. The aim of this library is to replace libole2." streams and Zip import. The aim of this library is to replace libole2."
subpackages="$pkgname-devel"