empathy: update to 3.10.0.
This commit is contained in:
parent
371e916200
commit
086ea52774
|
@ -748,8 +748,8 @@ libtelepathy-logger.so.2 telepathy-logger-0.2.12_1
|
||||||
libtelepathy-logger.so.3 telepathy-logger-0.6.0_1
|
libtelepathy-logger.so.3 telepathy-logger-0.6.0_1
|
||||||
libmission-control-plugins.so.0 telepathy-mission-control-5.9.2_1
|
libmission-control-plugins.so.0 telepathy-mission-control-5.9.2_1
|
||||||
libclutter-gtk-1.0.so.0 clutter-gtk-1.1.2_1
|
libclutter-gtk-1.0.so.0 clutter-gtk-1.1.2_1
|
||||||
libchamplain-0.12.so.0 libchamplain-0.12.2_1_1
|
libchamplain-0.12.so.0 libchamplain-0.12.5_2
|
||||||
libchamplain-gtk-0.12.so.0 libchamplain-0.12.2_1_1
|
libchamplain-gtk-0.12.so.0 libchamplain-0.12.5_2
|
||||||
libgeoclue.so.0 geoclue-0.12.0_1
|
libgeoclue.so.0 geoclue-0.12.0_1
|
||||||
libvpx.so.1 libvpx-1.0.0_1
|
libvpx.so.1 libvpx-1.0.0_1
|
||||||
libXevie.so.1 libXevie-1.0.2_1
|
libXevie.so.1 libXevie-1.0.2_1
|
||||||
|
|
|
@ -1,28 +1,28 @@
|
||||||
# Template file for 'empathy'
|
# Template file for 'empathy'
|
||||||
pkgname=empathy
|
pkgname=empathy
|
||||||
version=3.8.4
|
version=3.10.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-gst-1.0=yes --disable-schemas-compile --disable-static"
|
configure_args="--enable-gst-1.0=yes --disable-schemas-compile --disable-static"
|
||||||
hostmakedepends="pkg-config intltool gnome-doc-utils itstool
|
hostmakedepends="pkg-config intltool gnome-doc-utils itstool
|
||||||
gobject-introspection"
|
gobject-introspection"
|
||||||
makedepends="telepathy-glib-devel>=0.19.9 telepathy-logger-devel>=0.8
|
makedepends="
|
||||||
|
libcanberra-devel clutter-gst-devel>=2.0.8_2 clutter-gtk-devel>=1.4.4_2
|
||||||
|
telepathy-glib-devel>=0.19.9 telepathy-logger-devel>=0.8 libnotify-devel
|
||||||
telepathy-farstream-devel>=0.6.0 telepathy-mission-control-devel>=5.14
|
telepathy-farstream-devel>=0.6.0 telepathy-mission-control-devel>=5.14
|
||||||
evolution-data-server-devel>=3.6.0 geoclue-devel folks-devel>=0.9.1
|
evolution-data-server-devel>=3.10 geocode-glib-devel folks-devel>=0.9.5
|
||||||
libcanberra-devel libnotify-devel clutter-gtk-devel>=1.4.4
|
webkitgtk-devel>=2.1 libgudev-devel pulseaudio-devel cheese-devel>=3.10
|
||||||
clutter-gst-devel>=2.0.2 webkitgtk-devel libgudev-devel pulseaudio-devel
|
enchant-devel NetworkManager-devel libchamplain-devel>=0.12.5_2
|
||||||
cheese-devel>=3.8 enchant-devel NetworkManager-devel
|
gnutls-devel>=3.1.5 gsettings-desktop-schemas-devel>=3.10 geoclue2 iso-codes"
|
||||||
libchamplain-devel>=0.12.3_3 gnutls-devel>=3.1.5
|
|
||||||
gsettings-desktop-schemas-devel>=3.6.0 iso-codes"
|
|
||||||
short_desc="GNOME instant messaging client using the Telepathy framework"
|
short_desc="GNOME instant messaging client using the Telepathy framework"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://live.gnome.org/Empathy"
|
homepage="http://live.gnome.org/Empathy"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
distfiles="${GNOME_SITE}/$pkgname/3.8/$pkgname-$version.tar.xz"
|
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
||||||
checksum=cbc4934ce838e3d697616b5c36b070d2fc4fc57f84fd654c2f2cb2b8b650f5c9
|
checksum=5580bdba9faec0518b3328d5dc23f03dc0cf25ccf6c14902f306838c23d5918f
|
||||||
|
|
||||||
empathy_package() {
|
empathy_package() {
|
||||||
depends="gsettings-desktop-schemas>=3.8 iso-codes"
|
depends="gsettings-desktop-schemas>=3.10 geoclue2 iso-codes"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove all
|
vmove all
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue