Convert packages to the new template format (e).

This commit is contained in:
Juan RP
2013-04-12 10:23:11 +02:00
parent 1a92f1be98
commit a7fcdce3c4
73 changed files with 610 additions and 448 deletions

View File

@@ -4,7 +4,6 @@ version=3.8.0
revision=1
build_style=gnu-configure
configure_args="--enable-gst-1.0=yes --disable-schemas-compile --disable-static"
depends="gsettings-desktop-schemas>=3.8"
hostmakedepends="pkg-config intltool gnome-doc-utils itstool
gobject-introspection"
makedepends="telepathy-glib-devel>=0.19.9 telepathy-logger-devel>=0.8
@@ -14,11 +13,17 @@ makedepends="telepathy-glib-devel>=0.19.9 telepathy-logger-devel>=0.8
clutter-gst-devel>=2.0.2 webkitgtk-devel libgudev-devel pulseaudio-devel
cheese-devel>=3.8 enchant-devel NetworkManager-devel
libchamplain-devel>=0.12.3_3 gnutls-devel>=3.1.5
gsettings-desktop-schemas-devel>=3.6.0"
fulldepends="iso-codes"
gsettings-desktop-schemas-devel>=3.6.0 iso-codes"
short_desc="GNOME instant messaging client using the Telepathy framework"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://live.gnome.org/Empathy"
license="GPL-2"
distfiles="${GNOME_SITE}/$pkgname/3.8/$pkgname-$version.tar.xz"
checksum=3b2fe5fd41ceadeeda08735ecbccfc344b5d6c7009e40e289d175bc7cac69069
empathy_package() {
depends="gsettings-desktop-schemas>=3.8 iso-codes"
pkg_install() {
vmove usr
}
}