ChanExplorer cleanup
This commit is contained in:
parent
dacd3d4c68
commit
3e919f47a4
|
@ -1,9 +1,3 @@
|
||||||
# F-Droid metadata template
|
|
||||||
#
|
|
||||||
# See http://f-droid.org/manual for more details
|
|
||||||
#
|
|
||||||
# Fields that are commented out are optional
|
|
||||||
# Disabled: (if an app must vanish from the repo)
|
|
||||||
AntiFeatures:NonFreeNet
|
AntiFeatures:NonFreeNet
|
||||||
Categories:Internet
|
Categories:Internet
|
||||||
License:MIT
|
License:MIT
|
||||||
|
@ -12,15 +6,11 @@ Source Code:https://github.com/wakarimasenco/chanexplorer
|
||||||
Issue Tracker:https://github.com/wakarimasenco/chanexplorer/issues
|
Issue Tracker:https://github.com/wakarimasenco/chanexplorer/issues
|
||||||
|
|
||||||
Auto Name:ChanExplorer
|
Auto Name:ChanExplorer
|
||||||
# Donate: (web link)
|
|
||||||
# FlattrID: (number)
|
|
||||||
# Bitcoin: (bitcoin address)
|
|
||||||
# Name: (to override the name of the app in the index)
|
|
||||||
Summary:ChanExplorer - Mobile 4Chan App
|
Summary:ChanExplorer - Mobile 4Chan App
|
||||||
Description:
|
Description:
|
||||||
ChanExplorer - Unofficial 4chan app, explorer and browser. Chan Explorer.
|
Unofficial 4chan explorer and browser.
|
||||||
Supports
|
|
||||||
|
|
||||||
|
Supports:
|
||||||
* Auto Updater
|
* Auto Updater
|
||||||
* Tabs
|
* Tabs
|
||||||
* GIFs
|
* GIFs
|
||||||
|
@ -28,16 +18,13 @@ Supports
|
||||||
* 4Chan Pass
|
* 4Chan Pass
|
||||||
.
|
.
|
||||||
|
|
||||||
# Requires Root: Yes (f not having root breaks the app or renders it useless)
|
|
||||||
# Repo and Build fields only matter in source-built apps
|
|
||||||
Repo Type:git
|
Repo Type:git
|
||||||
Repo:https://github.com/wakarimasenco/ChanExplorer.git
|
Repo:https://github.com/wakarimasenco/ChanExplorer.git
|
||||||
|
|
||||||
# One for each source build
|
|
||||||
Build:2.2.3,63
|
Build:2.2.3,63
|
||||||
commit=v2.2.3
|
commit=v2.2.3
|
||||||
target=android-19
|
target=android-19
|
||||||
srclibs=1:ActionBarSherlock@9598f2bb2ceed4a834cd5586a903f270ca4c0ccc;2:SlidingMenu@7343c3cdc734f1aaf373c3a0cca8ed45fca21e6a
|
srclibs=1:ActionBarSherlock@4.1.0;2:SlidingMenu@7343c3cdc734f1aaf373c3a0cca8ed45fca21e6a
|
||||||
prebuild=echo 'android.library.reference.1=../../$$ActionBarSherlock$$' >> $$SlidingMenu$$/project.properties && \
|
prebuild=echo 'android.library.reference.1=../../$$ActionBarSherlock$$' >> $$SlidingMenu$$/project.properties && \
|
||||||
cp libs/android-support-v4.jar $$ActionBarSherlock$$/libs && \
|
cp libs/android-support-v4.jar $$ActionBarSherlock$$/libs && \
|
||||||
cp libs/android-support-v4.jar $$SlidingMenu$$/libs && \
|
cp libs/android-support-v4.jar $$SlidingMenu$$/libs && \
|
||||||
|
@ -45,15 +32,8 @@ Build:2.2.3,63
|
||||||
sed -i -e 's/extends FragmentActivity implements SlidingActivityBase/extends com.actionbarsherlock.app.SherlockFragmentActivity implements SlidingActivityBase/' $$SlidingMenu$$/src/com/slidingmenu/lib/app/SlidingFragmentActivity.java
|
sed -i -e 's/extends FragmentActivity implements SlidingActivityBase/extends com.actionbarsherlock.app.SherlockFragmentActivity implements SlidingActivityBase/' $$SlidingMenu$$/src/com/slidingmenu/lib/app/SlidingFragmentActivity.java
|
||||||
buildjni=./jni
|
buildjni=./jni
|
||||||
|
|
||||||
#
|
|
||||||
# For a complete list of flags, see the manual
|
|
||||||
# Maintainer Notes:
|
|
||||||
# Here go the notes to take into account for future updates, builds, etc.
|
|
||||||
# Will be published in the wiki if present.
|
|
||||||
# .
|
|
||||||
Auto Update Mode:Version v%v
|
Auto Update Mode:Version v%v
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
Current Version:2.2.3
|
Current Version:2.2.3
|
||||||
Current Version Code:63
|
Current Version Code:63
|
||||||
|
|
||||||
# No Source Since: First version to be partially or completely missing upstream
|
|
||||||
|
|
Loading…
Reference in a new issue