Merge branch 'prevo' into 'master'
Fix building PReVo and update to version 0.13 This updates uk.co.busydoingnothing.prevo. It needs the dev packages for expat and glib in the build server. I've made a merge request for that here: https://gitlab.com/fdroid/fdroidserver/merge_requests/96 See merge request !1201
This commit is contained in:
commit
b118c1b61a
|
@ -1,10 +1,9 @@
|
|||
Categories:Science & Education
|
||||
License:GPLv2
|
||||
Author Name:Neil Roberts
|
||||
Web Site:http://www.busydoingnothing.co.uk/prevo
|
||||
Source Code:http://git.busydoingnothing.co.uk/cgit/prevo-android.git
|
||||
Issue Tracker:
|
||||
Donate:http://www.busydoingnothing.co.uk/prevo
|
||||
Bitcoin:1B5z2nLuzgb4indsxngp1ojgdaVCM347Xa
|
||||
Source Code:https://github.com/bpeel/prevo
|
||||
Issue Tracker:https://github.com/bpeel/prevo/issues
|
||||
|
||||
Summary:Esperanto dictionary
|
||||
Description:
|
||||
|
@ -14,31 +13,20 @@ searched with the keyboard.
|
|||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:git://git.busydoingnothing.co.uk/prevo-android.git
|
||||
Repo:https://github.com/bpeel/prevo
|
||||
|
||||
Build:0.9,9
|
||||
disable=needs intltoolize on build server, alternatively gnome-common and replace all configuration commands with autogen.sh
|
||||
commit=0.9
|
||||
srclibs=Revo@ade7e27bf8,PrevoDB@c2de0f915c9c4
|
||||
target=android-14
|
||||
build=cp -r $$Revo$$ . && \
|
||||
cp -r $$PrevoDB$$ . && \
|
||||
Build:0.13,13
|
||||
commit=0.13
|
||||
srclibs=Revo@db661ee97d,PrevoDB@f3ae246353
|
||||
target=android-16
|
||||
build=cp -r $$PrevoDB$$ . && \
|
||||
cd PrevoDB && \
|
||||
sed -i '/AS_ALL_LINGUAS/d' configure.ac && \
|
||||
aclocal && \
|
||||
autoheader && \
|
||||
automake -a && \
|
||||
intltoolize && \
|
||||
autoconf && \
|
||||
./configure && \
|
||||
./autogen.sh && \
|
||||
make -j2 && \
|
||||
./src/prevodb -i ../Revo -o ..
|
||||
|
||||
Maintainer Notes:
|
||||
Don't really understand the patch, think the line is only used to generate non-essential files.
|
||||
.
|
||||
cd .. && \
|
||||
PrevoDB/src/prevodb -i $$Revo$$ -o .
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Static
|
||||
Current Version:0.9
|
||||
Current Version Code:9
|
||||
Current Version:0.13
|
||||
Current Version Code:13
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
Repo Type:git
|
||||
Repo:git://git.busydoingnothing.co.uk/prevodb.git
|
||||
Repo:https://github.com/bpeel/prevodb
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
Repo Type:git
|
||||
Repo:git://git.busydoingnothing.co.uk/revo.git
|
||||
Repo:https://github.com/bpeel/revo
|
||||
|
|
Loading…
Reference in a new issue