commit f310ce20f6a51675b0786b1cc883076620725b77 Author: Juergen Daubert <jue@jue.li> Date: Sat Dec 23 11:16:51 2006 +0100 aspell: update to 0.60.5 diff --git a/aspell/.md5sum b/aspell/.md5sum index 6615f6f..707e7b7 100644 --- a/aspell/.md5sum +++ b/aspell/.md5sum @@ -1,2 +1 @@ -ef8ab9066e43922b04a40107934dacde aspell-0.60.4-gcc41.patch -4f1737e726d66476b9c7388831305510 aspell-0.60.4.tar.gz +17fd8acac6293336bcef44391b71e337 aspell-0.60.5.tar.gz diff --git a/aspell/Pkgfile b/aspell/Pkgfile index a793a24..c79a7c0 100644 --- a/aspell/Pkgfile +++ b/aspell/Pkgfile @@ -4,16 +4,14 @@ # Depends on: ncurses name=aspell -version=0.60.4 -release=2 -source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz \ - $name-$version-gcc41.patch) +version=0.60.5 +release=1 +source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz) build () { cd $name-$version - patch -p1 -i $SRC/$name-$version-gcc41.patch - ./configure --prefix=/usr + ./configure --prefix=/usr --mandir=/usr/man make make DESTDIR=$PKG install - rm -R $PKG/usr/{info,share} + rm -R $PKG/usr/share } diff --git a/aspell/aspell-0.60.4-gcc41.patch b/aspell/aspell-0.60.4-gcc41.patch deleted file mode 100644 index 78e9df2..0000000 --- a/aspell/aspell-0.60.4-gcc41.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Nru aspell-0.60.4.orig/modules/filter/nroff.cpp aspell-0.60.4/modules/filter/nroff.cpp ---- aspell-0.60.4.orig/modules/filter/nroff.cpp 2006-12-08 09:23:07.930852930 +0100 -+++ aspell-0.60.4/modules/filter/nroff.cpp 2006-12-08 09:24:17.464191930 +0100 -@@ -73,7 +73,7 @@ - return false; - } - -- bool NroffFilter::process_char (FilterChar::Chr c); -+ bool process_char (FilterChar::Chr c); - - public: -