libgdata: remove long_desc.
This commit is contained in:
parent
aebe09accf
commit
24aaf7614c
1 changed files with 3 additions and 13 deletions
|
@ -1,27 +1,24 @@
|
|||
# Template file for 'libgdata'
|
||||
pkgname=libgdata
|
||||
version=0.14.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
hostmakedepends="pkg-config flex intltool gobject-introspection"
|
||||
makedepends="gtk+3-devel libsoup-gnome-devel>=2.44 liboauth-devel
|
||||
gcr-devel>=3.10 gnome-online-accounts-devel>=3.10"
|
||||
depends="libsoup-gnome>=2.44 gnome-online-accounts>=3.10"
|
||||
short_desc="Library for accessing GData webservices"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="LGPL-2.1"
|
||||
homepage="http://live.gnome.org/libgdata"
|
||||
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
||||
checksum=5d415241ae4ca5a2d952bf7f3e9a372be6bb0537b24d83a05e5fc94948d292e9
|
||||
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."
|
||||
|
||||
libgdata-devel_package() {
|
||||
depends="glib-devel libxml2-devel libsoup-gnome-devel>=2.44 liboauth-devel
|
||||
gcr-devel>=3.10 gnome-online-accounts-devel>=3.10
|
||||
libgdata-${version}_${revision}"
|
||||
libgdata>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
|
@ -31,10 +28,3 @@ libgdata-devel_package() {
|
|||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
||||
|
||||
libgdata_package() {
|
||||
depends="libsoup-gnome>=2.44 gnome-online-accounts>=3.10"
|
||||
pkg_install() {
|
||||
vmove all
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue