removing TeaWorld and OSMNavigator (their only builds were disabled, see #1016)
This commit is contained in:
parent
c8a34f88e2
commit
7625f0c6f9
|
@ -1,63 +0,0 @@
|
|||
Categories:Navigation
|
||||
License:GPL-3.0-only
|
||||
Web Site:
|
||||
Source Code:https://github.com/MKergall/osmbonuspack
|
||||
Issue Tracker:https://github.com/MKergall/osmbonuspack/issues
|
||||
|
||||
Auto Name:OSMNavigator
|
||||
Summary:Map/navigation tool for OpenStreetMap
|
||||
Description:
|
||||
OpenStreetMap map display. Choose between:
|
||||
|
||||
* OSM Standard map,
|
||||
* OSM by MapQuest,
|
||||
* MapBox Satellite (a wonderful satellite map),
|
||||
* MapsForge offline map
|
||||
* View GPS location
|
||||
* Routing
|
||||
* Search for features, Wikipedia entries or Pictures on Picasa or Flickr
|
||||
* Display KML data from local files, from a web URL or from an Overpass query
|
||||
* View maps offline using MOBAC, MapsForge or cached tiles
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/MKergall/osmbonuspack
|
||||
|
||||
Build:1.0,1
|
||||
disable=wip
|
||||
commit=608
|
||||
subdir=OSMNavigator
|
||||
srclibs=CommonsLang@LANG_3_3_2,Google-Gson@gson-2.2.4
|
||||
rm=OSMNavigator/libs/*jar
|
||||
extlibs=android/android-support-v4.jar
|
||||
prebuild=pushd $$CommonsLang$$ && \
|
||||
$$MVN3$$ package && \
|
||||
popd && \
|
||||
cp $$CommonsLang$$/target/commons-lang3-3.3.2.jar ../OSMBonusPack/libs/ && \
|
||||
pushd $$Google-Gson$$ && \
|
||||
$$MVN3$$ package && \
|
||||
popd && \
|
||||
cp $$Google-Gson$$/target/gson*.jar ../OSMBonusPack/libs/ && \
|
||||
cp libs/android-support-v4.jar ../OSMBonusPack/libs/ && \
|
||||
cp libs/android-support-v4.jar ../MapsForgeForOsmdroid/libs/ && \
|
||||
cp libs/osmdroid-android-*.jar ../OSMBonusPack/libs/ && \
|
||||
cp libs/osmdroid-android-*.jar ../MapsForgeForOsmdroid/libs/
|
||||
|
||||
Maintainer Notes:
|
||||
The main project is in a subdir but uses two libraries in two other subdirs, each with its own dependencies.
|
||||
Hope copying the extlibs for these around in prebuild works as expected.
|
||||
|
||||
Mapsforge jar was left in place as it is a snapshot of an old version (0.3.1), which has since seen
|
||||
heavy changes (including removal of features), thus upgrading to 0.4.x or later might or might not work.
|
||||
|
||||
org.openbmap version 0.7.1 used the same Mapsforge version, maybe that recipe can be used.
|
||||
|
||||
If all else fails, we would need to switch to gradle and specify all libs as depedencies. (This is how
|
||||
the mapsforge dependencies was resolved for org.openbmap and com.vonglasow.michael.satstat, though
|
||||
both these apps use Mapsforge 0.4.x.)
|
||||
.
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:None
|
||||
Current Version:1.0
|
||||
Current Version Code:1
|
|
@ -1,44 +0,0 @@
|
|||
Categories:Games
|
||||
License:GPL-2.0-or-later
|
||||
Web Site:https://www.teeworlds.com
|
||||
Source Code:https://github.com/pelya/commandergenius
|
||||
Issue Tracker:https://github.com/pelya/commandergenius/issues
|
||||
|
||||
Name:Teeworlds
|
||||
Summary:Fast-paced 2D arcade shooter
|
||||
Description:
|
||||
Teeworlds is a free online multiplayer game, available for all major operating
|
||||
systems. Battle with up to 16 players in a variety of game modes, including Team
|
||||
Deathmatch and Capture The Flag. You can even design your own maps!
|
||||
.
|
||||
|
||||
Repo Type:srclib
|
||||
Repo:libsdl-android
|
||||
|
||||
Build:0.6.2.15,6215
|
||||
disable=build fails - submodules using ssh?
|
||||
commit=a7d9626282f
|
||||
subdir=project
|
||||
submodules=yes
|
||||
init=ln -fs teeworlds jni/application/src && \
|
||||
sed -ri 's/ant debug|ant release/exit 0/' ../build.sh && \
|
||||
sed -ri 's/exit 0//' ../copyAssets.sh && \
|
||||
find -regex ".+\.\(a\|dll\|so\|exe\|lib\)" -type f -delete && \
|
||||
cd jni && \
|
||||
rm -rf android/ ffmpeg/ avcodec/ python/ boost* ../themes/converter/converter && \
|
||||
cd ../.. && \
|
||||
./changeAppSettings.sh -a
|
||||
rm=project/jni/application/commandergenius/commandergenius/icotool
|
||||
target=android-17
|
||||
build=cd .. && \
|
||||
./build.sh release
|
||||
|
||||
Maintainer Notes:
|
||||
Tags and AndroidManifest are unusable. See website for upstream Teeworlds
|
||||
releases and look up Git history for actual updates.
|
||||
.
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:None
|
||||
Current Version:0.6.2.15
|
||||
Current Version Code:6215
|
Loading…
Reference in a new issue