Set autoname of SickStache

This commit is contained in:
F-Droid Builder 2014-07-04 04:54:12 +01:00 committed by Ciaran Gultnieks
parent fdb6871492
commit 925140114e

View file

@ -4,6 +4,7 @@ Web Site:https://code.google.com/p/sick-stashe
Source Code:https://github.com/Buttink/sick-stache
Issue Tracker:https://code.google.com/p/sick-stashe/issues
Auto Name:SickStache
Summary:Sickbeard client
Description:
Sickbeard is a PVR application for newsgroups that searches for and manages
@ -17,17 +18,17 @@ Repo:https://github.com/Buttink/sick-stache.git
Build:2.2.1,42
commit=70d131637
subdir=SickStache
target=android-16
update=.,../JakeWharton-ActionBarSherlock-88fc341/library,../ViewPagerIndicator/library,../libSickBeard
prebuild=echo "android.library.reference.3=../JakeWharton-ActionBarSherlock-88fc341/library" >> project.properties && \
cp ../JakeWharton-ActionBarSherlock-88fc341/library/libs/android-support-v4.jar libs/ && \
printf "%s\n" "/^import\ android.widget.BaseAdapter;/d" "/^import\ java.util.List;/x" "w" | ed -s src/org/sickstache/app/ExpandableLoadingListFragment.java
update=.,../JakeWharton-ActionBarSherlock-88fc341/library,../ViewPagerIndicator/library,../libSickBeard
target=android-16
Build:2.2.2,43
commit=f0939ad5e5
subdir=app
extlibs=android/android-support-v4.jar
srclibs=ActionBarSherlock@4.1.0,ViewPagerIndicator@2.3.1,Google-Gson@1163
extlibs=android/android-support-v4.jar
prebuild=cp libs/android-support-v4.jar $$ActionBarSherlock$$/libs/ && \
mv libs/android-support-v4.jar $$ViewPagerIndicator$$/libs/ && \
cp -r $$Google-Gson$$/src/main/java/com/ src/main/java/ && \