From dbdc983ec2eb34eea04a6c2ea20b71c21539940d Mon Sep 17 00:00:00 2001 From: miyachan Date: Tue, 11 Feb 2014 02:20:35 -0800 Subject: [PATCH 1/3] Added ChanExplorer (https://github.com/wakarimasenco/ChanExplorer) app --- metadata/co.wakarimasen.chanexplorer.txt | 66 ++++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 metadata/co.wakarimasen.chanexplorer.txt diff --git a/metadata/co.wakarimasen.chanexplorer.txt b/metadata/co.wakarimasen.chanexplorer.txt new file mode 100644 index 0000000000..52899524d1 --- /dev/null +++ b/metadata/co.wakarimasen.chanexplorer.txt @@ -0,0 +1,66 @@ +# 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 +Categories:Internet +License:MIT + +Web Site:http://chanexplorer.wakarimasen.co +Source Code:https://github.com/wakarimasenco/chanexplorer +Issue Tracker:https://github.com/wakarimasenco/chanexplorer/issues + +# Donate: (web link) +# FlattrID: (number) +# Bitcoin: (bitcoin address) + +# Name: (to override the name of the app in the index) +Summary:ChanExplorer - Mobile 4Chan App +Description: +ChanExplorer - Unofficial 4chan app, explorer and browser. Chan Explorer. +Supports + +* Auto Updater +* Tabs +* GIFs +* Image Downloading +* 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:https://github.com/wakarimasenco/ChanExplorer.git + +# One for each source build +Build:2.2.3,63 + commit=33197b1ecbb8f3814c592944402728614d43f027 + srclibs=ActionBarSherlock@9598f2bb2ceed4a834cd5586a903f270ca4c0ccc;SlidingMenu@7343c3cdc734f1aaf373c3a0cca8ed45fca21e6a;Support-v7@android-4.3_r2.1 + buildjni=./jni + target=android-19 + prebuild=echo 'android.library.reference.1=$$ActionBarSherlock$$' >> project.properties && \ + echo 'android.library.reference.1=../../$$ActionBarSherlock$$' >> $$SlidingMenu$$/project.properties && \ + cp libs/android-support-v4.jar $$Support-v7$$/libs/ && \ + cp libs/android-support-v4.jar $$ActionBarSherlock$$/libs && \ + cp libs/android-support-v4.jar $$SlidingMenu$$/libs && \ + rm $$SlidingMenu$$/src/com/slidingmenu/lib/app/SlidingMapActivity.java && \ + echo 'android.library.reference.2=$$SlidingMenu$$' >> project.properties && \ + sed -i -e 's/extends FragmentActivity implements SlidingActivityBase/extends com.actionbarsherlock.app.SherlockFragmentActivity implements SlidingActivityBase/' $$SlidingMenu$$/src/com/slidingmenu/lib/app/SlidingFragmentActivity.java +# +# 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:None +Update Check Mode:RepoManifest +Current Version:2.2.3 +Current Version Code:63 + +# No Source Since: First version to be partially or completely missing upstream From 71a4e4e04124f4ba8ea614194148bd15b0ba451f Mon Sep 17 00:00:00 2001 From: miyachan Date: Tue, 11 Feb 2014 10:21:44 -0800 Subject: [PATCH 2/3] Updated metadata as suggested --- metadata/co.wakarimasen.chanexplorer.txt | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/metadata/co.wakarimasen.chanexplorer.txt b/metadata/co.wakarimasen.chanexplorer.txt index 52899524d1..2915acde7e 100644 --- a/metadata/co.wakarimasen.chanexplorer.txt +++ b/metadata/co.wakarimasen.chanexplorer.txt @@ -39,16 +39,13 @@ Repo:https://github.com/wakarimasenco/ChanExplorer.git # One for each source build Build:2.2.3,63 commit=33197b1ecbb8f3814c592944402728614d43f027 - srclibs=ActionBarSherlock@9598f2bb2ceed4a834cd5586a903f270ca4c0ccc;SlidingMenu@7343c3cdc734f1aaf373c3a0cca8ed45fca21e6a;Support-v7@android-4.3_r2.1 + srclibs=1:ActionBarSherlock@9598f2bb2ceed4a834cd5586a903f270ca4c0ccc;2:SlidingMenu@7343c3cdc734f1aaf373c3a0cca8ed45fca21e6a buildjni=./jni target=android-19 - prebuild=echo 'android.library.reference.1=$$ActionBarSherlock$$' >> project.properties && \ - echo 'android.library.reference.1=../../$$ActionBarSherlock$$' >> $$SlidingMenu$$/project.properties && \ - cp libs/android-support-v4.jar $$Support-v7$$/libs/ && \ + prebuild=echo 'android.library.reference.1=../../$$ActionBarSherlock$$' >> $$SlidingMenu$$/project.properties && \ cp libs/android-support-v4.jar $$ActionBarSherlock$$/libs && \ cp libs/android-support-v4.jar $$SlidingMenu$$/libs && \ rm $$SlidingMenu$$/src/com/slidingmenu/lib/app/SlidingMapActivity.java && \ - echo 'android.library.reference.2=$$SlidingMenu$$' >> project.properties && \ sed -i -e 's/extends FragmentActivity implements SlidingActivityBase/extends com.actionbarsherlock.app.SherlockFragmentActivity implements SlidingActivityBase/' $$SlidingMenu$$/src/com/slidingmenu/lib/app/SlidingFragmentActivity.java # # For a complete list of flags, see the manual From c026fa8b10791e3ed7b5ec4cf99b50b26780a758 Mon Sep 17 00:00:00 2001 From: miyachan Date: Tue, 11 Feb 2014 11:43:07 -0800 Subject: [PATCH 3/3] Added AutoName, using git tags --- metadata/co.wakarimasen.chanexplorer.txt | 30 ++++++++++-------------- 1 file changed, 13 insertions(+), 17 deletions(-) diff --git a/metadata/co.wakarimasen.chanexplorer.txt b/metadata/co.wakarimasen.chanexplorer.txt index 2915acde7e..d357b67a01 100644 --- a/metadata/co.wakarimasen.chanexplorer.txt +++ b/metadata/co.wakarimasen.chanexplorer.txt @@ -3,20 +3,18 @@ # 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 Categories:Internet License:MIT - Web Site:http://chanexplorer.wakarimasen.co Source Code:https://github.com/wakarimasenco/chanexplorer Issue Tracker:https://github.com/wakarimasenco/chanexplorer/issues +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 Description: @@ -31,32 +29,30 @@ Supports . # 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:https://github.com/wakarimasenco/ChanExplorer.git # One for each source build Build:2.2.3,63 - commit=33197b1ecbb8f3814c592944402728614d43f027 - srclibs=1:ActionBarSherlock@9598f2bb2ceed4a834cd5586a903f270ca4c0ccc;2:SlidingMenu@7343c3cdc734f1aaf373c3a0cca8ed45fca21e6a - buildjni=./jni - target=android-19 - prebuild=echo 'android.library.reference.1=../../$$ActionBarSherlock$$' >> $$SlidingMenu$$/project.properties && \ - cp libs/android-support-v4.jar $$ActionBarSherlock$$/libs && \ - cp libs/android-support-v4.jar $$SlidingMenu$$/libs && \ - rm $$SlidingMenu$$/src/com/slidingmenu/lib/app/SlidingMapActivity.java && \ - sed -i -e 's/extends FragmentActivity implements SlidingActivityBase/extends com.actionbarsherlock.app.SherlockFragmentActivity implements SlidingActivityBase/' $$SlidingMenu$$/src/com/slidingmenu/lib/app/SlidingFragmentActivity.java + commit=v2.2.3 + target=android-19 + srclibs=1:ActionBarSherlock@9598f2bb2ceed4a834cd5586a903f270ca4c0ccc;2:SlidingMenu@7343c3cdc734f1aaf373c3a0cca8ed45fca21e6a + prebuild=echo 'android.library.reference.1=../../$$ActionBarSherlock$$' >> $$SlidingMenu$$/project.properties && \ + cp libs/android-support-v4.jar $$ActionBarSherlock$$/libs && \ + cp libs/android-support-v4.jar $$SlidingMenu$$/libs && \ + rm $$SlidingMenu$$/src/com/slidingmenu/lib/app/SlidingMapActivity.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 + # # 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:None -Update Check Mode:RepoManifest +Auto Update Mode:Version v%v +Update Check Mode:Tags Current Version:2.2.3 Current Version Code:63