diff --git a/common/shlibs b/common/shlibs index a76b9ca0572..dcc762acfba 100644 --- a/common/shlibs +++ b/common/shlibs @@ -75,6 +75,7 @@ libwmflite-0.2.so.7 libwmf-0.2.8.4_1 libgthread-2.0.so.0 glib-2.18.0_1 libglib-2.0.so.0 glib-2.18.0_1 libgmodule-2.0.so.0 glib-2.18.0_1 +libgoffice-0.8.so.8 goffice-0.8.13_1 libgio-2.0.so.0 glib-2.18.0_1 libgobject-2.0.so.0 glib-2.18.0_1 libatk-1.0.so.0 atk-1.26.0_1 diff --git a/srcpkgs/goffice-devel b/srcpkgs/goffice-devel new file mode 120000 index 00000000000..a5e0c738c0f --- /dev/null +++ b/srcpkgs/goffice-devel @@ -0,0 +1 @@ +goffice \ No newline at end of file diff --git a/srcpkgs/goffice-libs b/srcpkgs/goffice-libs new file mode 120000 index 00000000000..a5e0c738c0f --- /dev/null +++ b/srcpkgs/goffice-libs @@ -0,0 +1 @@ +goffice \ No newline at end of file diff --git a/srcpkgs/goffice/template b/srcpkgs/goffice/template new file mode 100644 index 00000000000..81201b2a9a6 --- /dev/null +++ b/srcpkgs/goffice/template @@ -0,0 +1,36 @@ +# Template file for 'goffice' +pkgname=goffice +version=0.8.13 +revision=1 +hostmakedepends="pkg-config pcre" +makedepends="GConf-devel glib-devel libgsf-devel libxml2-devel pango-devel cairo-devel gtk+-devel intltool pcre-devel" +build_style="gnu-configure" +configure_args="" +maintainer="Philipp Hirsch " +license="GPL-2" +homepage="http://freecode.com/projects/${pkgname}" +distfiles="http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/0.8/${pkgname}-${version}.tar.gz" +checksum=13d6c4b9cbb8bf9a95628ed9e62bf6eb648a909e8c75b70ab605e9945f631784 +short_desc="Library of document-centric objects and utilities building on top of GLib and Gtk+" + +goffice-devel_package() { + depends="goffice-libs>=${version}_${revision}" + pkg_install() { + vmove usr/include + vmove "usr/lib/*.so" + vmove usr/lib/pkgconfig + vmove usr/share + } +} + +goffice-libs_package() { + pkg_install() { + vmove "usr/lib/*.so.*" + } +} + +goffice_package() { + pkg_install() { + vmove all + } +} \ No newline at end of file