libgsf: update to 1.14.26.
This commit is contained in:
parent
bfd833be77
commit
9660f8948d
|
@ -2,10 +2,7 @@
|
|||
#
|
||||
noarch=yes
|
||||
depends="glib-devel libxml2-devel libgsf>=${version}"
|
||||
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,19 +1,15 @@
|
|||
# Template build file for 'libgsf'.
|
||||
pkgname=libgsf
|
||||
version=1.14.25
|
||||
version=1.14.26
|
||||
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="Structured File Library"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-2, LGPL-2.1"
|
||||
homepage="http://www.gnome.org/"
|
||||
distfiles="${GNOME_SITE}/libgsf/1.14/$pkgname-$version.tar.xz"
|
||||
checksum=127548f07e07951984fb139c3f89d65b9e471aefe6555387de03e1113944d1a2
|
||||
long_desc="
|
||||
libgsf provides an efficient extensible I/O abstraction for dealing with
|
||||
different structured file formats. It has support for Microsoft OLE2
|
||||
streams and Zip import. The aim of this library is to replace libole2."
|
||||
checksum=8919e725aadd785380350c8dec7427d82cf33164bc9a9a549df9440a0c3da6d5
|
||||
|
|
Loading…
Reference in New Issue