From 7625f0c6f9f622dc93c98d430b2c0f21cb9b99b5 Mon Sep 17 00:00:00 2001 From: Izzy Date: Fri, 9 Aug 2019 23:28:00 +0000 Subject: [PATCH] removing TeaWorld and OSMNavigator (their only builds were disabled, see #1016) --- metadata/com.osmnavigator.txt | 63 ----------------------------------- metadata/com.teeworlds.txt | 44 ------------------------ 2 files changed, 107 deletions(-) delete mode 100644 metadata/com.osmnavigator.txt delete mode 100644 metadata/com.teeworlds.txt diff --git a/metadata/com.osmnavigator.txt b/metadata/com.osmnavigator.txt deleted file mode 100644 index 8c14d69a3d..0000000000 --- a/metadata/com.osmnavigator.txt +++ /dev/null @@ -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 diff --git a/metadata/com.teeworlds.txt b/metadata/com.teeworlds.txt deleted file mode 100644 index 6054f875fd..0000000000 --- a/metadata/com.teeworlds.txt +++ /dev/null @@ -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