Fix building PReVo and update to version 0.13

PReVo has now moved to Github. The prevodb depedency now has a simpler
autogen script which is more likely to work so we can use that instead
of manually setting up autotools. The donation links are no longer
valid so they have been removed.
This commit is contained in:
Neil Roberts 2016-02-09 22:28:15 +00:00
parent 0f4c962b4c
commit acd1f5f4bd
3 changed files with 16 additions and 28 deletions

View file

@ -1,10 +1,9 @@
Categories:Science & Education Categories:Science & Education
License:GPLv2 License:GPLv2
Author Name:Neil Roberts
Web Site:http://www.busydoingnothing.co.uk/prevo Web Site:http://www.busydoingnothing.co.uk/prevo
Source Code:http://git.busydoingnothing.co.uk/cgit/prevo-android.git Source Code:https://github.com/bpeel/prevo
Issue Tracker: Issue Tracker:https://github.com/bpeel/prevo/issues
Donate:http://www.busydoingnothing.co.uk/prevo
Bitcoin:1B5z2nLuzgb4indsxngp1ojgdaVCM347Xa
Summary:Esperanto dictionary Summary:Esperanto dictionary
Description: Description:
@ -14,31 +13,20 @@ searched with the keyboard.
. .
Repo Type:git Repo Type:git
Repo:git://git.busydoingnothing.co.uk/prevo-android.git Repo:https://github.com/bpeel/prevo
Build:0.9,9 Build:0.13,13
disable=needs intltoolize on build server, alternatively gnome-common and replace all configuration commands with autogen.sh commit=0.13
commit=0.9 srclibs=Revo@db661ee97d,PrevoDB@f3ae246353
srclibs=Revo@ade7e27bf8,PrevoDB@c2de0f915c9c4 target=android-16
target=android-14 build=cp -r $$PrevoDB$$ . && \
build=cp -r $$Revo$$ . && \
cp -r $$PrevoDB$$ . && \
cd PrevoDB && \ cd PrevoDB && \
sed -i '/AS_ALL_LINGUAS/d' configure.ac && \ ./autogen.sh && \
aclocal && \
autoheader && \
automake -a && \
intltoolize && \
autoconf && \
./configure && \
make -j2 && \ make -j2 && \
./src/prevodb -i ../Revo -o .. cd .. && \
PrevoDB/src/prevodb -i $$Revo$$ -o .
Maintainer Notes:
Don't really understand the patch, think the line is only used to generate non-essential files.
.
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:Static Update Check Mode:Static
Current Version:0.9 Current Version:0.13
Current Version Code:9 Current Version Code:13

View file

@ -1,2 +1,2 @@
Repo Type:git Repo Type:git
Repo:git://git.busydoingnothing.co.uk/prevodb.git Repo:https://github.com/bpeel/prevodb

View file

@ -1,2 +1,2 @@
Repo Type:git Repo Type:git
Repo:git://git.busydoingnothing.co.uk/revo.git Repo:https://github.com/bpeel/revo