empathy: cross-build
Rev-Bump for license.
This commit is contained in:
parent
a1ec42cd67
commit
3cb1898416
1 changed files with 8 additions and 4 deletions
|
@ -1,15 +1,14 @@
|
||||||
# Template file for 'empathy'
|
# Template file for 'empathy'
|
||||||
pkgname=empathy
|
pkgname=empathy
|
||||||
version=3.12.14
|
version=3.12.14
|
||||||
revision=1
|
revision=2
|
||||||
disable_parallel_build=yes
|
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="
|
configure_args="
|
||||||
--enable-gst-1.0=yes --enable-gudev=yes --enable-spell=yes
|
--enable-gst-1.0=yes --enable-gudev=yes --enable-spell=yes
|
||||||
--disable-schemas-compile --disable-static --enable-goa=no
|
--disable-schemas-compile --disable-static --enable-goa=no
|
||||||
--enable-ubuntu-online-accounts=no --enable-geocode=yes
|
--enable-ubuntu-online-accounts=no --enable-geocode=yes
|
||||||
--enable-location=yes --enable-nautilus-sendto=no --enable-map=yes"
|
--enable-location=yes --enable-nautilus-sendto=no --enable-map=yes"
|
||||||
hostmakedepends="pkg-config intltool gnome-doc-utils itstool"
|
hostmakedepends="pkg-config intltool itstool glib-devel libxslt geoclue2"
|
||||||
makedepends="
|
makedepends="
|
||||||
libcanberra-devel clutter-gst-devel clutter-gtk-devel
|
libcanberra-devel clutter-gst-devel clutter-gtk-devel
|
||||||
telepathy-glib-devel telepathy-logger-devel libnotify-devel
|
telepathy-glib-devel telepathy-logger-devel libnotify-devel
|
||||||
|
@ -21,7 +20,12 @@ makedepends="
|
||||||
depends="gsettings-desktop-schemas>=3.12 iso-codes"
|
depends="gsettings-desktop-schemas>=3.12 iso-codes"
|
||||||
short_desc="GNOME instant messaging client using the Telepathy framework"
|
short_desc="GNOME instant messaging client using the Telepathy framework"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
|
license="GPL-2.0-or-later, LGPL-2.1-or-later"
|
||||||
homepage="http://live.gnome.org/Empathy"
|
homepage="http://live.gnome.org/Empathy"
|
||||||
license="GPL-2"
|
|
||||||
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
||||||
checksum=7d86942ce97edd10ade0e6ae6a210d35e4d627fe4d223377d71fd1840bc6e3a3
|
checksum=7d86942ce97edd10ade0e6ae6a210d35e4d627fe4d223377d71fd1840bc6e3a3
|
||||||
|
disable_parallel_build=yes
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
CFLAGS+=" -I$wrksrc/telepathy-account-widgets"
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue