diff options
author | piernov <piernov@piernov.org> | 2011-09-19 21:58:06 +0200 |
---|---|---|
committer | piernov <piernov@piernov.org> | 2011-09-19 21:58:06 +0200 |
commit | 55b71c3b3efa58e874a155a68706d7bb0b262d40 (patch) | |
tree | 9e5088a1c9dc2fbef773432409ff649340a10929 /empathy/Pkgfile | |
parent | ceb9b3f2efa5d41a4a2d5520c5c5043f832aac05 (diff) | |
download | gnome3-55b71c3b3efa58e874a155a68706d7bb0b262d40.tar.gz gnome3-55b71c3b3efa58e874a155a68706d7bb0b262d40.tar.bz2 gnome3-55b71c3b3efa58e874a155a68706d7bb0b262d40.tar.xz gnome3-55b71c3b3efa58e874a155a68706d7bb0b262d40.zip |
empathy 3.1.92-1 màj port
Diffstat (limited to 'empathy/Pkgfile')
-rwxr-xr-x | empathy/Pkgfile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/empathy/Pkgfile b/empathy/Pkgfile index 8b79e3b..9324f65 100755 --- a/empathy/Pkgfile +++ b/empathy/Pkgfile @@ -6,15 +6,12 @@ # 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.1.91 +version=3.1.92 release=1 -source=(http://ftp.gnome.org/pub/GNOME/sources/$name/${version%.*}/$name-$version.tar.xz - champlain0.11.patch) +source=(http://ftp.gnome.org/pub/GNOME/sources/$name/${version%.*}/$name-$version.tar.xz) build() { cd $name-$version - patch -p1 < ../champlain0.11.patch - NOCONFIGURE=1 gnome-autogen.sh PYTHON=/usr/bin/python2 ./configure --prefix=/usr \ --sysconfdir=/etc \ --libexecdir=/usr/lib/empathy \ |