summaryrefslogtreecommitdiffstats
path: root/empathy/Pkgfile
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2011-08-29 21:44:12 +0200
committerpiernov <piernov@piernov.org>2011-08-29 21:44:12 +0200
commit921ac2f05a8727a9ba71fc4f0eac8895b6488d91 (patch)
tree8509b5faadeda87db29c75215e5234f93e50214a /empathy/Pkgfile
parent1b0f64dfc0479708c9ffaa831c151078193f7186 (diff)
downloadgnome3-921ac2f05a8727a9ba71fc4f0eac8895b6488d91.tar.gz
gnome3-921ac2f05a8727a9ba71fc4f0eac8895b6488d91.tar.bz2
gnome3-921ac2f05a8727a9ba71fc4f0eac8895b6488d91.tar.xz
gnome3-921ac2f05a8727a9ba71fc4f0eac8895b6488d91.zip
empathy 3.1.90-1 màj port
Diffstat (limited to 'empathy/Pkgfile')
-rwxr-xr-xempathy/Pkgfile17
1 files changed, 12 insertions, 5 deletions
diff --git a/empathy/Pkgfile b/empathy/Pkgfile
index 6389288..e37ea26 100755
--- a/empathy/Pkgfile
+++ b/empathy/Pkgfile
@@ -2,11 +2,11 @@
# 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
-# 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
+# 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
+# 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
name=empathy
-version=3.1.5
+version=3.1.90
release=1
source=(http://ftp.gnome.org/pub/GNOME/sources/$name/${version%.*}/$name-$version.tar.xz)
@@ -18,12 +18,19 @@ build() {
--disable-scrollkeeper \
--disable-schemas-compile \
--enable-nautilus-sendto=yes \
+ --enable-gprof=yes \
--enable-gudev=yes \
--enable-webkit=yes \
+ --with-cheese \
+ --with-eds=yes \
+ --with-connectivity=nm \
--enable-call=yes \
--enable-call-logs=yes \
- --with-cheese \
- --with-eds=yes
+ --enable-map=yes \
+ --enable-location=yes \
+ --enable-geocode=yes \
+ --enable-spell=yes
+# --enable-control-center-embedding=yes \
make
make DESTDIR=$PKG install
}