libgdata: update to 0.14.0.
This commit is contained in:
parent
f5909bc34a
commit
66f20156f8
|
@ -1,38 +1,40 @@
|
||||||
# Template file for 'libgdata'
|
# Template file for 'libgdata'
|
||||||
pkgname=libgdata
|
pkgname=libgdata
|
||||||
version=0.13.3
|
version=0.14.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static"
|
||||||
hostmakedepends="pkg-config flex intltool gobject-introspection"
|
hostmakedepends="pkg-config flex intltool gobject-introspection"
|
||||||
makedepends="gtk+3-devel>=3.8 libsoup-gnome-devel liboauth-devel
|
makedepends="gtk+3-devel libsoup-gnome-devel>=2.44 liboauth-devel
|
||||||
gcr-devel>=3.8 gnome-online-accounts-devel>=3.8"
|
gcr-devel>=3.10 gnome-online-accounts-devel>=3.10"
|
||||||
short_desc="Library for accessing GData webservices"
|
short_desc="Library for accessing GData webservices"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
homepage="http://live.gnome.org/libgdata"
|
homepage="http://live.gnome.org/libgdata"
|
||||||
distfiles="${GNOME_SITE}/$pkgname/0.13/$pkgname-$version.tar.xz"
|
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
||||||
checksum=4bf52706b2ab404f8b128e000509acd9937facf26916d3e907a3db8653f73637
|
checksum=5d415241ae4ca5a2d952bf7f3e9a372be6bb0537b24d83a05e5fc94948d292e9
|
||||||
long_desc="
|
long_desc="
|
||||||
libgdata is a GLib-based library for accessing online service APIs using the
|
libgdata is a GLib-based library for accessing online service APIs using the
|
||||||
GData protocol — most notably, Google's services. It provides APIs to access
|
GData protocol — most notably, Google's services. It provides APIs to access
|
||||||
the common Google services, and has full asynchronous support."
|
the common Google services, and has full asynchronous support."
|
||||||
|
|
||||||
libgdata-devel_package() {
|
libgdata-devel_package() {
|
||||||
depends="glib-devel libxml2-devel libsoup-devel liboauth-devel
|
depends="glib-devel libxml2-devel libsoup-gnome-devel>=2.44 liboauth-devel
|
||||||
gcr-devel gnome-online-accounts-devel
|
gcr-devel>=3.10 gnome-online-accounts-devel>=3.10
|
||||||
libgdata-${version}_${revision}"
|
libgdata-${version}_${revision}"
|
||||||
short_desc="${short_desc} - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
vmove usr/share/gtk-doc
|
vmove usr/share/gtk-doc
|
||||||
vmove usr/share/gir-1.0
|
vmove usr/share/gir-1.0
|
||||||
|
vmove "usr/lib/*.so"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
libgdata_package() {
|
libgdata_package() {
|
||||||
|
depends="libsoup-gnome>=2.44 gnome-online-accounts>=3.10"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr
|
vmove all
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue