diff --git a/common/shlibs b/common/shlibs index a76b9ca057..9a4149e0d2 100644 --- a/common/shlibs +++ b/common/shlibs @@ -1446,3 +1446,4 @@ 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-0.8.13_1 diff --git a/srcpkgs/gnucash/template b/srcpkgs/gnucash/template new file mode 100644 index 0000000000..f88ed77b86 --- /dev/null +++ b/srcpkgs/gnucash/template @@ -0,0 +1,14 @@ +# Template file for 'gnucash' +pkgname=gnucash +version=2.6.0 +revision=1 +hostmakedepends="pkg-config intltool" +makedepends="glib-devel guile-devel libxml2-devel libxslt-devel gtk+-devel libgnomecanvas-devel goffice-devel libgsf-devel GConf-devel webkit-gtk-devel gmp-devel gc-devel" +build_style="gnu-configure" +configure_args="--disable-dbi" +maintainer="Philipp Hirsch " +license="GPL-3" +homepage="http://www.gnucash.org/" +distfiles="http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${version}.tar.bz2" +checksum=a875abf0ee3e7380fc41bd5bf2795787e4a8946ec579147b16acac665b9affbf +short_desc="Financial-accounting software" \ No newline at end of file diff --git a/srcpkgs/goffice-devel b/srcpkgs/goffice-devel new file mode 120000 index 0000000000..a5e0c738c0 --- /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 0000000000..a5e0c738c0 --- /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 0000000000..7e67cf1506 --- /dev/null +++ b/srcpkgs/goffice/template @@ -0,0 +1,29 @@ +# Template file for 'goffice' +pkgname=goffice +version=0.8.13 +revision=1 +hostmakedepends="pkg-config pcre intltool" +makedepends="GConf-devel glib-devel libgsf-devel libxml2-devel pango-devel cairo-devel gtk+-devel pcre-devel" +build_style="gnu-configure" +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/gtk-doc + } +} + +goffice-libs_package() { + pkg_install() { + vmove "usr/lib/*.so.*" + } +} \ No newline at end of file