diff options
Diffstat (limited to 'empathy/Pkgfile')
-rwxr-xr-x | empathy/Pkgfile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/empathy/Pkgfile b/empathy/Pkgfile index d49ebd1..a675220 100755 --- a/empathy/Pkgfile +++ b/empathy/Pkgfile @@ -6,7 +6,7 @@ # Run on: telepathy-glib,telepathy-mission-control,folks,telepathy-logger,telepathy-farstream,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,iso-codes,nautilus-sendto name=empathy -version=3.4.0.1 +version=3.4.0.2 release=1 source=(http://ftp.gnome.org/pub/GNOME/sources/$name/${version%.*.*}/$name-$version.tar.xz) @@ -26,7 +26,8 @@ build() { --enable-geocode=yes \ --enable-spell=yes \ --enable-goa=yes \ - --enable-map=yes + --enable-map=yes \ + --enable-empathy-av make make DESTDIR=$PKG install } |