New package: gfbgraph-0.2.2.
This commit is contained in:
parent
d1ca34785c
commit
e29b394235
3 changed files with 32 additions and 0 deletions
|
@ -1493,3 +1493,4 @@ libmediaart-1.0.so.0 libmediaart-0.3.0_1
|
||||||
libinput.so.0 libinput-0.1.0_1
|
libinput.so.0 libinput-0.1.0_1
|
||||||
libvaladoc.so.0 valadoc-git-20140327_1
|
libvaladoc.so.0 valadoc-git-20140327_1
|
||||||
libuhttpmock-0.0.so.0 uhttpmock-0.2.0_1
|
libuhttpmock-0.0.so.0 uhttpmock-0.2.0_1
|
||||||
|
libgfbgraph-0.2.so.0 gfbgraph-0.2.2_1
|
||||||
|
|
1
srcpkgs/gfbgraph-devel
Symbolic link
1
srcpkgs/gfbgraph-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
gfbgraph
|
30
srcpkgs/gfbgraph/template
Normal file
30
srcpkgs/gfbgraph/template
Normal file
|
@ -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 <xtraeme@gmail.com>"
|
||||||
|
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"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue