diff options
author | Juergen Daubert <jue@jue.li> | 2006-12-23 11:16:51 +0100 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2006-12-23 11:16:51 +0100 |
commit | f310ce20f6a51675b0786b1cc883076620725b77 (patch) | |
tree | 0ddc2da1f3f3973fec019b83414e85095b65f3cf /aspell | |
parent | 78ba896610afe8054079a8d3b4b82f52141ffd13 (diff) | |
download | opt-f310ce20f6a51675b0786b1cc883076620725b77.tar.gz opt-f310ce20f6a51675b0786b1cc883076620725b77.tar.xz |
aspell: update to 0.60.5
Diffstat (limited to 'aspell')
-rw-r--r-- | aspell/.md5sum | 3 | ||||
-rw-r--r-- | aspell/Pkgfile | 12 | ||||
-rw-r--r-- | aspell/aspell-0.60.4-gcc41.patch | 12 |
3 files changed, 6 insertions, 21 deletions
diff --git a/aspell/.md5sum b/aspell/.md5sum index 6615f6f4b..707e7b707 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 a793a24fa..c79a7c0a8 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 78e9df26c..000000000 --- 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: - |