Merge branch 'master' of gitorious.org:f-droid/fdroiddata
This commit is contained in:
commit
0a8a6e6ab3
|
@ -27,7 +27,7 @@ Status: BETA.
|
|||
Repo Type:git
|
||||
Repo:https://github.com/pi3ch/ssh_anysoftkeyboard
|
||||
|
||||
Build Version:0.4.20120611-beta,4,!no licence 626f9fc2c,patch=xml.patch;rules.patch,\
|
||||
Build Version:0.4.20120611-beta,4,626f9fc2c,patch=xml.patch;rules.patch,\
|
||||
srclibs=AnySoftKeyboard-API@b21d8907;AnySoftKeyboardTools@73e9a09496,prebuild=\
|
||||
echo "android.library.reference.1=$$AnySoftKeyboard-API$$" >> project.properties && \
|
||||
mkdir -p res/raw/ dict/ && rm -rf assets/ gen/ && mv res/xml/ssh_dict.xml dict/words.xml && \
|
||||
|
|
|
@ -23,7 +23,7 @@ Repo Type:git
|
|||
Repo:https://github.com/pi3ch/persian_anysoftkeyboard
|
||||
|
||||
#Uses old format, therefore we won't use ASK-API
|
||||
Build Version:20120613-persian-numbers,4,!no licence 5c341f2e73,patch=xml.patch;rules.patch,\
|
||||
Build Version:20120613-persian-numbers,4,5c341f2e73,patch=xml.patch;rules.patch,\
|
||||
srclibs=AnySoftKeyboardTools@73e9a09496,prebuild=\
|
||||
mkdir -p res/raw/ dict/ && rm -rf assets/ gen/ && \
|
||||
cp res/xml/pi.xml dict/words.xml && ant dict -f rules.xml && \
|
||||
|
|
36
metadata/org.adblockplus.android.txt
Normal file
36
metadata/org.adblockplus.android.txt
Normal file
|
@ -0,0 +1,36 @@
|
|||
Category:Internet
|
||||
License:GPLv3
|
||||
Web Site:http://adblockplus.org/en/android
|
||||
Source Code:https://hg.adblockplus.org/adblockplusandroid
|
||||
Issue Tracker:https://adblockplus.org/forum/viewforum.php?f=11
|
||||
Donate:http://adblockplus.org/en/contribute#donate
|
||||
|
||||
Summary:Ad blocker
|
||||
Description:
|
||||
Adblock Plus runs in the background and filters ads, using the same filters as
|
||||
the Adblock Plus browser extension.
|
||||
It may need [https://adblockplus.org/en/android-config manual configuration]
|
||||
if you don't have proxy settings available on the phone.
|
||||
|
||||
Requires root: No. It uses a local proxy to filter ads '''if you have Android
|
||||
3+''', but if you allow root the app can edit the hosts file too.
|
||||
.
|
||||
|
||||
#sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties && \
|
||||
#sed -i 's@\(android.library.reference.2=\).*@\1$$SwitchBackport$$@' project.properties && \
|
||||
#SwitchBackport@7cd19d1a41c4;ActionBarSherlock@4.2.0;Iptables@android-4.2.2_r1
|
||||
Repo Type:hg
|
||||
Repo:https://hg.adblockplus.org/adblockplusandroid
|
||||
|
||||
Build Version:1.0.1,168,1.0.1,srclibs=RootTools@211,\
|
||||
init=rm -rf iptables/ libs/RootTools-1.7.jar build.xml && \
|
||||
git clone https://android.googlesource.com/platform/external/iptables,prebuild=\
|
||||
echo "source.dir=src;$$RootTools$$/src" >> ant.properties && cd iptables && \
|
||||
git apply ../iptables.patch && sed -i 's@ndk-build@$$NDK$$/ndk-build@g' Makefile && \
|
||||
make all && mv libs/armeabi/iptables ../assets/install/,buildjni=yes
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:None
|
||||
Current Version:1.0.1
|
||||
Current Version Code:168
|
||||
|
Loading…
Reference in a new issue