diff options
author | tnut <thierryn1 at hispeed dot ch> | 2009-11-09 23:24:37 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2009-11-09 23:24:37 +0100 |
commit | 10e2497b0aefe817cfd496eda316dc4ba4ea59b8 (patch) | |
tree | a083f3a07621a0ecc0fc905ed226e96680b7ae85 /gnome/evolution-data-server/Pkgfile | |
parent | 6021525f9fd758f8634f65afd9980a80bfe84646 (diff) | |
download | nutyx-extra-10e2497b0aefe817cfd496eda316dc4ba4ea59b8.tar.gz nutyx-extra-10e2497b0aefe817cfd496eda316dc4ba4ea59b8.tar.bz2 nutyx-extra-10e2497b0aefe817cfd496eda316dc4ba4ea59b8.tar.xz nutyx-extra-10e2497b0aefe817cfd496eda316dc4ba4ea59b8.zip |
maj evolution-data-server#2.28.1-1
Diffstat (limited to 'gnome/evolution-data-server/Pkgfile')
-rw-r--r-- | gnome/evolution-data-server/Pkgfile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnome/evolution-data-server/Pkgfile b/gnome/evolution-data-server/Pkgfile index 9e9251070..2f3414d32 100644 --- a/gnome/evolution-data-server/Pkgfile +++ b/gnome/evolution-data-server/Pkgfile @@ -4,13 +4,13 @@ # Depends on: gtk-doc, libgnomeui, libsoup, nss, libical name=evolution-data-server -version=2.26.3 +version=2.28.1 release=1 -source=(http://ftp.gnome.org/pub/gnome/sources/evolution-data-server/2.26/$name-$version.tar.bz2 configure.patch) +source=(http://ftp.gnome.org/pub/gnome/sources/evolution-data-server/2.28/$name-$version.tar.bz2 configure-01.patch) build() { cd $name-$version - patch -Np0 -i ../configure.patch + patch -Np0 -i ../configure-01.patch ./configure --prefix=$GNOME_PREFIX \ --libexecdir=$GNOME_PREFIX/lib/evolution-data-server \ --enable-nntp \ |