diff --git a/common/shlibs b/common/shlibs index 6385ab98a7b..5afafa26a1f 100644 --- a/common/shlibs +++ b/common/shlibs @@ -1493,3 +1493,4 @@ libmediaart-1.0.so.0 libmediaart-0.3.0_1 libinput.so.0 libinput-0.1.0_1 libvaladoc.so.0 valadoc-git-20140327_1 libuhttpmock-0.0.so.0 uhttpmock-0.2.0_1 +libgfbgraph-0.2.so.0 gfbgraph-0.2.2_1 diff --git a/srcpkgs/gfbgraph-devel b/srcpkgs/gfbgraph-devel new file mode 120000 index 00000000000..d66938286a0 --- /dev/null +++ b/srcpkgs/gfbgraph-devel @@ -0,0 +1 @@ +gfbgraph \ No newline at end of file diff --git a/srcpkgs/gfbgraph/template b/srcpkgs/gfbgraph/template new file mode 100644 index 00000000000..ae978e29e26 --- /dev/null +++ b/srcpkgs/gfbgraph/template @@ -0,0 +1,30 @@ +# Template file for 'gfbgraph' +pkgname=gfbgraph +version=0.2.2 +revision=1 +build_style=gnu-configure +configure_args="--disable-static" +hostmakedepends="pkg-config intltool gobject-introspection" +makedepends="rest-devel json-glib-devel>=1.0 gnome-online-accounts-devel>=3.12" +short_desc="GLib/GObject wrapper for the SkyDrive and Hotmail REST APIs" +maintainer="Juan RP " +license="LGPL-2.1" +homepage="http://live.gnome.org/gfbgraph" +distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz" +checksum=66c7b1c951863565c179d0b4b5207f27b3b36f80afed9f6a9acfc5fc3ae775d4 + +post_install() { + rm -rf ${DESTDIR}/usr/doc +} + +gfbgraph-devel_package() { + depends="${makedepends} ${sourcepkg}-${version}_${revision}" + short_desc+=" - development files" + pkg_install() { + vmove usr/include + vmove usr/lib/pkgconfig + vmove usr/share/gir-1.0 + vmove usr/share/gtk-doc + vmove "usr/lib/*.so" + } +}