diff options
Diffstat (limited to 'empathy/Pkgfile')
-rwxr-xr-x | empathy/Pkgfile | 17 |
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 } |