mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 12:49:14 +00:00
Merge branch 'master' of gitorious.org:f-droid/fdroiddata
Conflicts: metadata/wb.receiptspro.txt
This commit is contained in:
commit
cda10f6cc1
7 changed files with 45 additions and 19 deletions
|
|
@ -34,11 +34,10 @@ ActionBarSherlock@4.1.0;PullToRefresh@v1.4.1.1,extlibs=\
|
|||
acra/acra-4.4.0.jar;commons-collections/commons-collections-3.2.1.jar;commons-lang/commons-lang3-3.1.jar;\
|
||||
osmdroid/osmdroid-android-3.0.8.jar;sl4j/slf4j-android-1.6.1-RC1.jar;junit/junit-4.8.1.jar,prebuild=\
|
||||
sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties && \
|
||||
sed -i 's@\(android.library.reference.2=\).*@\1$$PullToRefresh$$/library@' project.properties && \
|
||||
sed -i 's@\(android.library.reference.3=\).*@\1$$PullToRefresh$$/extras/PullToRefreshListFragment@' project.properties && \
|
||||
$$SDK$$/tools/android update project -p $$PullToRefresh$$/library -s && \
|
||||
$$SDK$$/tools/android update project -p $$PullToRefresh$$/extras/PullToRefreshListFragment -s && \
|
||||
cp $$PullToRefresh$$/extras/PullToRefreshListFragment/libs/android-support-v4.jar $$ActionBarSherlock$$/libs/
|
||||
sed -i 's@\(android.library.reference.2=\).*@\1$$PullToRefresh$$@' project.properties && \
|
||||
sed -i 's@\(android.library.reference.3=\).*@\1$$PullToRefresh$$/../extras/PullToRefreshListFragment@' project.properties && \
|
||||
$$SDK$$/tools/android update project -p $$PullToRefresh$$/../extras/PullToRefreshListFragment -s && \
|
||||
cp $$PullToRefresh$$/../extras/PullToRefreshListFragment/libs/android-support-v4.jar $$ActionBarSherlock$$/libs/
|
||||
|
||||
Auto Update Mode:None
|
||||
#Can't find version code on playmarket; Tags are behind
|
||||
|
|
|
|||
23
metadata/nitezh.ministock.txt
Normal file
23
metadata/nitezh.ministock.txt
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
Category:Office
|
||||
License:MIT
|
||||
Web Site:http://niteshpatel.github.io/ministocks
|
||||
Source Code:https://github.com/niteshpatel/ministocks
|
||||
Issue Tracker:https://github.com/niteshpatel/ministocks/issues
|
||||
|
||||
Auto Name:Ministocks
|
||||
Summary:Stock price widget
|
||||
Description:
|
||||
Ministocks uses finance data sourced from Yahoo Finance, and recognises the
|
||||
same symbols.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/niteshpatel/ministocks.git
|
||||
|
||||
Build Version:50,50,version-50
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:50
|
||||
Current Version Code:50
|
||||
|
||||
|
|
@ -25,8 +25,7 @@ Repo:https://github.com/sozialhelden/wheelmap-android.git
|
|||
|
||||
Build Version:0.8.3,16,0.8.3_release,subdir=Wheelmap,\
|
||||
srclibs=PullToRefresh@v1.3.0;NoAnalytics@158a4a,rm=Wheelmap/libs/libGoogleAnalytics.jar,prebuild=\
|
||||
$$SDK$$/tools/android update project -p $$PullToRefresh$$/library && \
|
||||
sed -i 's@\(android.library.reference.1=\).*@\1$$PullToRefresh$$/library@' project.properties && \
|
||||
sed -i 's@\(android.library.reference.1=\).*@\1$$PullToRefresh$$@' project.properties && \
|
||||
echo "android.library.reference.2=$$NoAnalytics$$" >> project.properties
|
||||
|
||||
#See Readme for using switch to disable Google Analytics, to be run in root directory
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
Disabled:No source for binary wbflex.jar
|
||||
Category:Office
|
||||
License:AGPL
|
||||
License:AGPLv3
|
||||
Web Site:
|
||||
Source Code:https://github.com/wbaumann/SmartReceiptsPro
|
||||
Issue Tracker:https://github.com/wbaumann/SmartReceiptsPro/issues
|
||||
|
|
@ -27,15 +26,18 @@ Build Version:1.1.1,12,d5684ee0bb7210e8b9205e932feba1b2eed21f50,subdir=SmartRece
|
|||
Build Version:1.2.1,53,!Build problems 84c786b6a5,subdir=SmartReceipts,target=android-8,prebuild=\
|
||||
mv lib libs && rm libs/wbflex.jar && \
|
||||
sed -i -e 's/^android.library.reference.1/#android.library.reference.1/' project.properties
|
||||
# N.B wflex.jar has been removed from Mini-WB
|
||||
Build Version:2.2.0,80,!build errors at 342435f4c4,init=rm -rf bin gen,\
|
||||
srclibs=ActionBarSherlock@4.1.0;AndroidCamera-WB@15c7328d83;\
|
||||
Mini-WB@6430639fc4;SmartReceipts@a286f742da,prebuild=\
|
||||
Build Version:2.2.1,80,v2.2.1,forceversion=yes,init=rm -rf bin gen,\
|
||||
srclibs=ActionBarSherlock@4.1.0;AndroidCamera-WB@v2.2.1;\
|
||||
Mini-WB@2ff534;SmartReceipts@946fd63b4,prebuild=\
|
||||
cp $$SmartReceipts$$/libs/android-support-v4.jar $$ActionBarSherlock$$/libs/ && \
|
||||
cp $$SmartReceipts$$/libs/android-support-v4.jar $$AndroidCamera-WB$$/libs/ && \
|
||||
rm $$AndroidCamera-WB$$/src/wb/android/google/camera/util/LinkedNode.java && \
|
||||
sed -i 's@\(.1=\).*@\1$$SmartReceipts$$@' project.properties
|
||||
|
||||
# Tags can be used hopefully for srclibs in next version
|
||||
Auto Update Mode:None
|
||||
# device variable
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:2.2.1
|
||||
Current Version Code:82
|
||||
Update Check Mode:Tags
|
||||
Current Version:2.2.0
|
||||
Current Version Code:80
|
||||
|
||||
|
|
|
|||
|
|
@ -3,5 +3,5 @@ Repo:https://github.com/wbaumann/WBMiniLibrary
|
|||
|
||||
Update Project:Yes
|
||||
|
||||
Prepare:rm -rf bin gen lib
|
||||
Prepare:rm -rf bin gen
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,7 @@
|
|||
Repo Type:git
|
||||
Repo:https://github.com/chrisbanes/Android-PullToRefresh.git
|
||||
|
||||
Subdir:library
|
||||
|
||||
Update Project:Yes
|
||||
|
||||
|
|
|
|||
|
|
@ -3,5 +3,4 @@ Repo:https://github.com/wbaumann/Smart-Receipts
|
|||
|
||||
Update Project:Yes
|
||||
|
||||
Prepare:rm -rf bin gen && cp libs/android-support-v4.jar ../ActionBarSherlock/library/libs/ && sed -i 's@\(android.library.reference.1=\).*@\1../Mini-WB@;s@\(android.library.reference.2=\).*@\1../ActionBarSherlock/library@;s@\(android.library.reference.3=\).*@\1../AndroidCamera-WB@' project.properties
|
||||
|
||||
Prepare:rm -rf bin gen && sed -i 's@\(android.library.reference.1=\).*@\1../Mini-WB@;s@\(android.library.reference.2=\).*@\1../ActionBarSherlock/library@;s@\(android.library.reference.3=\).*@\1../AndroidCamera-WB@' project.properties
|
||||
|
|
|
|||
Loading…
Reference in a new issue