summaryrefslogtreecommitdiffstats
path: root/empathy/Pkgfile
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2011-09-07 20:31:29 +0200
committerpiernov <piernov@piernov.org>2011-09-07 20:31:29 +0200
commit22bfc0361e9ae65cfb81af9fff1cd6d75c0d351a (patch)
treec41ae885e84d8f1bf648d96ade5de9f7c9503fe2 /empathy/Pkgfile
parentf71a7680456dd50ecd23ef3b5eaaca88147f5f92 (diff)
downloadgnome3-22bfc0361e9ae65cfb81af9fff1cd6d75c0d351a.tar.gz
gnome3-22bfc0361e9ae65cfb81af9fff1cd6d75c0d351a.tar.bz2
gnome3-22bfc0361e9ae65cfb81af9fff1cd6d75c0d351a.tar.xz
gnome3-22bfc0361e9ae65cfb81af9fff1cd6d75c0d351a.zip
empathy 3.1.91-1 màj port
Diffstat (limited to 'empathy/Pkgfile')
-rwxr-xr-xempathy/Pkgfile12
1 files changed, 7 insertions, 5 deletions
diff --git a/empathy/Pkgfile b/empathy/Pkgfile
index cae30f6..720fd36 100755
--- a/empathy/Pkgfile
+++ b/empathy/Pkgfile
@@ -2,16 +2,19 @@
# URL: http://live.gnome.org/Empathy
# Maintainer: NuTyX core team
# Packager: piernov <piernov@piernov.org>
-# Depends on: telepathy-glib, telepathy-mission-control, folks, telepathy-logger, telepathy-farsight, gnome-keyring, gnutls, evolution-data-server, libcanberra, libnotify, enchant, webkit, dconf, ca-certificates, nautilus, gnome-control-center, intltool, gnome-doc-utils, cheese, clutter, clutter-gst, clutter-gtk, telepathy-farstream, libchamplain, geocode-glib, geoclue, telepathy-salut
-# Run on: telepathy-glib,telepathy-mission-control,folks,telepathy-logger,telepathy-farsight,gnome-keyring,gnutls,evolution-data-server,libcanberra,libnotify,enchant,webkit,dconf,ca-certificates,nautilus,gnome-control-center,cheese,clutter,clutter-gst,clutter-gtk,telepathy-farstream,libchamplain,geocode-glib,geoclue,telepathy-salut
+# Depends on: telepathy-glib, telepathy-mission-control, folks, telepathy-logger, telepathy-farsight, gnome-keyring, gnutls, evolution-data-server, libcanberra, libnotify, enchant, webkit, dconf, ca-certificates, nautilus, intltool, gnome-doc-utils, cheese, clutter, clutter-gst, clutter-gtk, telepathy-farstream, libchamplain, geocode-glib, geoclue, telepathy-salut, gnome-common
+# Run on: telepathy-glib,telepathy-mission-control,folks,telepathy-logger,telepathy-farsight,gnome-keyring,gnutls,evolution-data-server,libcanberra,libnotify,enchant,webkit,dconf,ca-certificates,nautilus,cheese,clutter,clutter-gst,clutter-gtk,telepathy-farstream,libchamplain,geocode-glib,geoclue,telepathy-salut
name=empathy
-version=3.1.90.1
+version=3.1.91
release=1
-source=(http://ftp.gnome.org/pub/GNOME/sources/$name/${version%.*.*}/$name-$version.tar.xz)
+source=(http://ftp.gnome.org/pub/GNOME/sources/$name/${version%.*}/$name-$version.tar.xz
+ champlain0.11.patch)
build() {
cd $name-$version
+ patch -p1 < ../champlain0.11.patch
+ NOCONFIGURE=1 gnome-autogen.sh
PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib/empathy \
@@ -30,7 +33,6 @@ build() {
--enable-location=yes \
--enable-geocode=yes \
--enable-spell=yes
-# --enable-control-center-embedding=yes \
make
make DESTDIR=$PKG install
}