libgdata: update to 0.13.1.
This commit is contained in:
parent
873075007c
commit
a7ec301616
|
@ -1,17 +1,16 @@
|
|||
# Template file for 'libgdata-devel'.
|
||||
#
|
||||
depends="libxml2-devel libsoup-devel libgdata>=0.12.0"
|
||||
noarch=yes
|
||||
depends="glib-devel libxml2-devel libsoup-devel liboauth-devel
|
||||
gcr-devel gnome-online-accounts-devel libgdata>=${version}"
|
||||
short_desc="${short_desc} - development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains development files: headers, static libs, etc."
|
||||
|
||||
|
||||
do_install()
|
||||
{
|
||||
do_install() {
|
||||
mkdir -p ${DESTDIR}/usr/{lib,share}
|
||||
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/*.a ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/share/{gtk-doc,gir-1.0} ${DESTDIR}/usr/share
|
||||
}
|
||||
|
|
|
@ -1,12 +1,15 @@
|
|||
libxml2.so.2
|
||||
libgthread-2.0.so.0
|
||||
librt.so.1
|
||||
liboauth.so.0
|
||||
libsoup-gnome-2.4.so.1
|
||||
libsoup-2.4.so.1
|
||||
libgcr-base-3.so.1
|
||||
libgck-1.so.0
|
||||
libp11-kit.so.0
|
||||
libgoa-1.0.so.0
|
||||
libgio-2.0.so.0
|
||||
libgobject-2.0.so.0
|
||||
libgthread-2.0.so.0
|
||||
librt.so.1
|
||||
libglib-2.0.so.0
|
||||
libpthread.so.0
|
||||
libc.so.6
|
||||
libgnome-keyring.so.0
|
||||
|
|
|
@ -1,19 +1,21 @@
|
|||
# Template file for 'libgdata'
|
||||
pkgname=libgdata
|
||||
version=0.12.0
|
||||
homepage="http://live.gnome.org/libgdata"
|
||||
distfiles="${GNOME_SITE}/$pkgname/0.12/$pkgname-$version.tar.xz"
|
||||
build_style=gnu-configure
|
||||
makedepends="pkg-config flex intltool gobject-introspection glib-devel gtk+3-devel libsoup-gnome-devel liboauth-devel libgnome-keyring-devel"
|
||||
version=0.13.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
makedepends="pkg-config flex intltool gobject-introspection
|
||||
glib-devel gtk+3-devel>=3.6.0_2 libsoup-gnome-devel liboauth-devel
|
||||
gcr-devel>=3.6.0 gnome-online-accounts-devel>=3.6.0"
|
||||
short_desc="Library for accessing GData webservices"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="LGPL-2.1"
|
||||
checksum=e5acd1ca88433306e740fc4cb3836f9710358d0acd48d4ddee1876dd77d2aca3
|
||||
homepage="http://live.gnome.org/libgdata"
|
||||
distfiles="${GNOME_SITE}/$pkgname/0.13/$pkgname-$version.tar.xz"
|
||||
checksum=270777da04776537c9f168447c90a5d0672f0faca6bc307dd27204eacc594b6c
|
||||
long_desc="
|
||||
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
|
||||
the common Google services, and has full asynchronous support."
|
||||
|
||||
subpackages="$pkgname-devel"
|
||||
|
||||
|
|
Loading…
Reference in New Issue