summaryrefslogtreecommitdiffstats
path: root/empathy/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'empathy/Pkgfile')
-rwxr-xr-xempathy/Pkgfile5
1 files changed, 3 insertions, 2 deletions
diff --git a/empathy/Pkgfile b/empathy/Pkgfile
index 020577c..9b30b11 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.2.2
+version=3.3.4
release=1
source=(http://ftp.gnome.org/pub/GNOME/sources/$name/${version%.*}/$name-$version.tar.xz)
@@ -29,7 +29,8 @@ build() {
--enable-map=yes \
--enable-location=yes \
--enable-geocode=yes \
- --enable-spell=yes
+ --enable-spell=yes \
+ --disable-Werror
make
make DESTDIR=$PKG install
}