libsocialweb: removed; development has ceased and it's not used currently.
This commit is contained in:
parent
de567841f8
commit
857306ce13
|
@ -803,10 +803,6 @@ librest-extras-0.7.so.0 rest-0.7_1
|
|||
libgoa-1.0.so.0 gnome-online-accounts-3.2.0_1
|
||||
libgoa-backend-1.0.so.1 gnome-online-accounts-3.10.0_1
|
||||
liboauth.so.0 liboauth-0.9.4_1
|
||||
libsocialweb.so.0 libsocialweb-0.25.19_1
|
||||
libsocialweb-keyfob.so.0 libsocialweb-0.25.19_1
|
||||
libsocialweb-keystore.so.0 libsocialweb-0.25.19_1
|
||||
libsocialweb-client.so.2 libsocialweb-0.25.19_1
|
||||
liblcms2.so.2 lcms2-2.2_1
|
||||
libcolord.so.1 libcolord-0.1.23_3
|
||||
libcolordprivate.so.1 libcolord-0.1.31_1
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
libsocialweb
|
|
@ -1,42 +0,0 @@
|
|||
# Template file for 'libsocialweb'
|
||||
pkgname=libsocialweb
|
||||
version=0.25.21
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-all-services=yes --with-online=always
|
||||
--enable-vala-bindings"
|
||||
hostmakedepends="pkg-config intltool libxslt docbook-xsl gobject-introspection"
|
||||
makedepends="vala-devel rest-devel>=0.7.90 dbus-glib-devel libgnome-keyring-devel
|
||||
GConf-devel json-glib-devel libsoup-gnome-devel>=2.44"
|
||||
short_desc="A personal social data server"
|
||||
homepage="http://gnome.org"
|
||||
license="LGPL-2.1"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
distfiles="${GNOME_SITE}/$pkgname/0.25/$pkgname-$version.tar.xz"
|
||||
checksum=f676567640cede66b6ff62f440c968943c2f3a164dd5f26155b6154ab93bf687
|
||||
long_desc="
|
||||
libfolks is a library that aggregates people from multiple sources (eg,
|
||||
Telepathy connection managers and eventually evolution data server, Facebook,
|
||||
etc.) to create metacontacts. It's written in Vala (in part to evaluate Vala).
|
||||
The initial goal is for GObject/C support, though the Vala bindings should
|
||||
basically automatic."
|
||||
|
||||
libsocialweb-devel_package() {
|
||||
depends="dbus-glib-devel rest-devel>=0.7.90 libsoup-gnome-devel>=2.44 libsocialweb>=${version}"
|
||||
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/share/vala
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
||||
|
||||
libsocialweb_package() {
|
||||
depends="rest>=0.7.90 libsoup-gnome>=2.44"
|
||||
pkg_install() {
|
||||
vmove all
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue