New package: goffice0.8 (required by gnucash).

This commit is contained in:
Juan RP 2014-01-05 21:09:35 +01:00
parent f36bd7f781
commit b51c2dbae9
3 changed files with 27 additions and 2 deletions

View File

@ -1446,5 +1446,5 @@ libcinnamon-desktop.so.4 cinnamon-desktop-2.0.4_1
libcinnamon-control-center.so.1 cinnamon-control-center-2.0.9_1
libnemo-extension.so.1 libnemo-2.0.8_1
libxshmfence.so.1 libxshmfence-1.1_1
libgoffice-0.8.so.8 goffice-libs-0.8.13_1
libgoffice-0.10.so.10 goffice-libs-0.10.9_1
libgoffice-0.8.so.8 goffice0.8-0.8.13_1
libgoffice-0.10.so.10 goffice-0.10.9_1

1
srcpkgs/goffice0.8-devel Symbolic link
View File

@ -0,0 +1 @@
goffice0.8

View File

@ -0,0 +1,24 @@
# Template file for 'goffice0.8'
pkgname=goffice0.8
version=0.8.17
revision=1
wrksrc="goffice-${version}"
hostmakedepends="pkg-config pcre intltool"
makedepends="GConf-devel gtk+-devel librsvg-devel libgsf-devel libxml2-devel pcre-devel"
build_style="gnu-configure"
maintainer="Philipp Hirsch <itself@hanspolo.net>"
license="GPL-2"
homepage="http://freecode.com/projects/${pkgname}"
distfiles="http://ftp.gnome.org/pub/GNOME/sources/goffice/${version%.*}/goffice-${version}.tar.xz"
checksum=165070beb67b84580afe80a8a100b674a81d553ab791acd72ac0c655f4fadb15
short_desc="Library of document-centric objects and utilities building on top of GLib and Gtk+ (0.8.x)"
goffice0.8-devel_package() {
depends="libgsf-devel gtk+-devel libxml2-devel ${sourcepkg}>=${version}_${revision}"
pkg_install() {
vmove usr/include
vmove "usr/lib/*.so"
vmove usr/lib/pkgconfig
vmove usr/share/gtk-doc
}
}