summaryrefslogtreecommitdiffstats
path: root/empathy/Pkgfile
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2012-03-06 16:26:02 +0000
committerpiernov <piernov@piernov.org>2012-03-06 16:26:07 +0000
commit5a17edd07da509a8a6d6510ff9057047baa17af6 (patch)
treea8131c8ab230fec45594ef036045a8d33f4809c4 /empathy/Pkgfile
parent7a37632e01d37804e235c53b669a4090569cda01 (diff)
downloadgnome3-5a17edd07da509a8a6d6510ff9057047baa17af6.tar.gz
gnome3-5a17edd07da509a8a6d6510ff9057047baa17af6.tar.bz2
gnome3-5a17edd07da509a8a6d6510ff9057047baa17af6.tar.xz
gnome3-5a17edd07da509a8a6d6510ff9057047baa17af6.zip
empathy 3.3.91-1 màj port
Diffstat (limited to 'empathy/Pkgfile')
-rwxr-xr-xempathy/Pkgfile11
1 files changed, 4 insertions, 7 deletions
diff --git a/empathy/Pkgfile b/empathy/Pkgfile
index 9b30b11..5c6b9eb 100755
--- a/empathy/Pkgfile
+++ b/empathy/Pkgfile
@@ -6,7 +6,7 @@
# 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,iso-codes,nautilus-sendto
name=empathy
-version=3.3.4
+version=3.3.91
release=1
source=(http://ftp.gnome.org/pub/GNOME/sources/$name/${version%.*}/$name-$version.tar.xz)
@@ -15,22 +15,19 @@ build() {
PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib/empathy \
- --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 \
- --enable-map=yes \
--enable-location=yes \
--enable-geocode=yes \
--enable-spell=yes \
- --disable-Werror
+ --enable-goa=yes
+# --disable-Werror
+# --enable-map=yes \
make
make DESTDIR=$PKG install
}