2011-03-03 14:23:02 +01:00
|
|
|
# Template file for 'folks'
|
|
|
|
pkgname=folks
|
2015-03-18 16:23:43 +01:00
|
|
|
version=0.11.0
|
2015-01-13 15:06:55 +01:00
|
|
|
revision=1
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2015-01-13 15:06:55 +01:00
|
|
|
build_options="gir"
|
2013-11-13 15:17:38 +01:00
|
|
|
configure_args="
|
2015-01-13 15:06:55 +01:00
|
|
|
--disable-static --disable-fatal-warnings
|
|
|
|
--disable-libsocialweb-backend --disable-schemas-compile
|
|
|
|
$(vopt_enable gir introspection)"
|
2015-03-27 10:50:40 +01:00
|
|
|
hostmakedepends="pkg-config intltool vala-devel
|
2015-01-13 15:06:55 +01:00
|
|
|
$(vopt_if gir gobject-introspection)"
|
2013-11-13 15:17:38 +01:00
|
|
|
makedepends="
|
2015-03-27 10:50:40 +01:00
|
|
|
readline-devel telepathy-glib-devel zeitgeist-devel
|
|
|
|
libgee08-devel evolution-data-server-devel tracker-devel"
|
2014-01-01 16:10:11 +01:00
|
|
|
depends="zeitgeist"
|
2011-03-03 14:23:02 +01:00
|
|
|
short_desc="GObject Library to aggregate people into metacontacts"
|
2015-04-10 09:16:30 +02:00
|
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
2011-11-15 13:23:03 +01:00
|
|
|
license="LGPL-2.1"
|
2012-09-26 04:13:37 +02:00
|
|
|
homepage="http://telepathy.freedesktop.org/wiki/Folks"
|
2015-01-13 15:06:55 +01:00
|
|
|
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
2015-03-18 16:23:43 +01:00
|
|
|
checksum=7f6306344f305538ffda263b1085bdcb7039ec0551825dd503f6a3a18cb73061
|
2011-03-03 14:23:02 +01:00
|
|
|
|
2015-01-13 15:06:55 +01:00
|
|
|
if [ -z "$CROSS_BUILD" ]; then
|
|
|
|
build_options_default="gir"
|
|
|
|
fi
|
2014-04-03 09:45:23 +02:00
|
|
|
|
2013-04-12 11:16:02 +02:00
|
|
|
folks-devel_package() {
|
2015-01-13 15:06:55 +01:00
|
|
|
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
2013-09-26 22:29:00 +02:00
|
|
|
short_desc+=" - development files"
|
2013-04-12 11:16:02 +02:00
|
|
|
pkg_install() {
|
|
|
|
vmove usr/include
|
|
|
|
vmove usr/lib/pkgconfig
|
2013-09-26 22:29:00 +02:00
|
|
|
vmove "usr/lib/*.so"
|
2015-01-13 15:06:55 +01:00
|
|
|
vmove usr/share/vala
|
|
|
|
if [ "$build_option_gir" ]; then
|
|
|
|
vmove usr/share/gir-1.0
|
|
|
|
fi
|
2013-04-12 11:16:02 +02:00
|
|
|
}
|
|
|
|
}
|