Move some apps out of Internet
This commit is contained in:
parent
2b72c624f0
commit
68f1750100
|
@ -1,4 +1,4 @@
|
|||
Categories:Multimedia,Internet
|
||||
Categories:Multimedia
|
||||
License:GPLv3
|
||||
Web Site:https://github.com/geecko86/QuickLyric/blob/HEAD/README.md
|
||||
Source Code:https://github.com/geecko86/QuickLyric
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Categories:Internet
|
||||
Categories:Connectivity
|
||||
License:GPLv3
|
||||
Web Site:https://ppareit.github.com/swiftp
|
||||
Source Code:https://github.com/ppareit/swiftp
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Categories:Connectivity
|
||||
Categories:Phone & SMS
|
||||
License:GPLv3+
|
||||
Web Site:
|
||||
Source Code:https://github.com/try2codesecure/ShellMS
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Categories:Internet
|
||||
Categories:Connectivity
|
||||
License:GPLv3
|
||||
Web Site:
|
||||
Source Code:https://github.com/duncanje/android-open-wifi-network-remover
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Categories:Internet
|
||||
Categories:Development
|
||||
License:MPL2
|
||||
Web Site:https://github.com/pragma-/networklog/blob/HEAD/README.md
|
||||
Source Code:https://github.com/pragma-/networklog
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
Disabled:Never built. Source code, site, tracker, etc no longer there.
|
||||
Categories:Internet
|
||||
Categories:Phone & SMS
|
||||
License:GPLv3+
|
||||
Web Site:http://www.sechat.org
|
||||
Source Code:http://git.sechat.org/?p=SecHat.git;a=summary
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Categories:Internet,Connectivity
|
||||
Categories:Connectivity,Theming
|
||||
License:GPLv3
|
||||
Web Site:
|
||||
Source Code:https://github.com/ET-CS/EZ-Wifi-Notification
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Categories:Internet
|
||||
Categories:Connectivity
|
||||
License:GPLv3
|
||||
Web Site:https://github.com/n8fr8/gilgamesh/blob/HEAD/README.md
|
||||
Source Code:https://github.com/n8fr8/gilgamesh
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Categories:Internet
|
||||
Categories:Connectivity
|
||||
License:Apache2
|
||||
Web Site:https://code.google.com/p/inetify
|
||||
Source Code:https://code.google.com/p/inetify/source
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Categories:Games,Internet
|
||||
Categories:Games
|
||||
License:LGPLv2.1+,CC-BY-SA 3.0
|
||||
Web Site:http://minetest.net
|
||||
Source Code:https://github.com/minetest/minetest
|
||||
|
@ -26,31 +26,28 @@ Repo:https://github.com/minetest/minetest.git
|
|||
|
||||
Build:0.4.12.12,12
|
||||
commit=315b00d15081d1f56f0e2de22a4ff1a393ab7f22
|
||||
prebuild=mkdir ../../games/minetest_game && cp -R $$MinetestGame$$/* ../../games/minetest_game && \
|
||||
sed -i 's/ --system=linux-x86_64//' Makefile
|
||||
output=bin/Minetest-release-unsigned.apk
|
||||
subdir=build/android
|
||||
output=bin/Minetest-release-unsigned.apk
|
||||
srclibs=MinetestGame@03c00a831d5c2fd37096449bee49557879068af1
|
||||
prebuild=mkdir ../../games/minetest_game && \
|
||||
cp -R $$MinetestGame$$/* ../../games/minetest_game && \
|
||||
sed -i 's/ --system=linux-x86_64//' Makefile
|
||||
build=printf "%s\n%s\n%s" "ANDROID_NDK = $$NDK$$" "NDK_MODULE_PATH = $$NDK$$/toolchains" "SDKFOLDER = $$SDK$$" > path.cfg && \
|
||||
for n in 1 2 3; do make release && \
|
||||
break; done
|
||||
buildjni=no
|
||||
build=printf "%s\n%s\n%s" \
|
||||
"ANDROID_NDK = $$NDK$$" \
|
||||
"NDK_MODULE_PATH = $$NDK$$/toolchains" \
|
||||
"SDKFOLDER = $$SDK$$" > path.cfg && \
|
||||
for n in 1 2 3; do make release && break; done
|
||||
|
||||
Build:0.4.13.13,13
|
||||
commit=d44fceac7e1237b00c6431ee1bb5805b602d0dcd
|
||||
prebuild=mkdir ../../games/minetest_game && cp -R $$MinetestGame$$/* ../../games/minetest_game && \
|
||||
sed -i 's/VERS_MAJOR/VERSION_MAJOR/;s/VERS_MINOR/VERSION_MINOR/;s/VERS_PATCH/VERSION_PATCH/' Makefile
|
||||
output=bin/Minetest-release-unsigned.apk
|
||||
subdir=build/android
|
||||
output=bin/Minetest-release-unsigned.apk
|
||||
srclibs=MinetestGame@2392842948b114670334eabbb593b66e1427747c
|
||||
buildjni=no
|
||||
build=printf "%s\n%s\n%s" \
|
||||
"ANDROID_NDK = $$NDK$$" \
|
||||
"NDK_MODULE_PATH = $$NDK$$/toolchains" \
|
||||
"SDKFOLDER = $$SDK$$" > path.cfg && \
|
||||
prebuild=mkdir ../../games/minetest_game && \
|
||||
cp -R $$MinetestGame$$/* ../../games/minetest_game && \
|
||||
sed -i 's/VERS_MAJOR/VERSION_MAJOR/;s/VERS_MINOR/VERSION_MINOR/;s/VERS_PATCH/VERSION_PATCH/' Makefile
|
||||
build=printf "%s\n%s\n%s" "ANDROID_NDK = $$NDK$$" "NDK_MODULE_PATH = $$NDK$$/toolchains" "SDKFOLDER = $$SDK$$" > path.cfg && \
|
||||
make release
|
||||
buildjni=no
|
||||
|
||||
Maintainer Notes:
|
||||
Needs a 64bit machine for building. We circumvent this right now,
|
||||
|
@ -58,6 +55,8 @@ so remove the sed script when upstream fixed this or we have a
|
|||
64bit VM for the buildserver.
|
||||
.
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:None
|
||||
Current Version:0.4.12.12
|
||||
Current Version Code:12
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Categories:Internet
|
||||
Categories:Connectivity
|
||||
License:GPL
|
||||
Web Site:http://andhsli.sourceforge.net
|
||||
Source Code:http://andhsli.svn.sourceforge.net/viewvc/andhsli/HotspotLogin
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
AntiFeatures:NonFreeNet
|
||||
Categories:Internet
|
||||
Categories:Connectivity
|
||||
License:BSD
|
||||
Web Site:http://wigle.net
|
||||
Source Code:https://github.com/wiglenet/wigle-wifi-wardriving
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Categories:Internet
|
||||
Categories:Connectivity
|
||||
License:GPLv2
|
||||
Web Site:http://aprsdroid.org
|
||||
Source Code:https://github.com/ge0rg/aprsdroid
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Categories:Internet
|
||||
Categories:Phone & SMS
|
||||
License:MIT
|
||||
Web Site:https://envaya.org
|
||||
Source Code:https://github.com/youngj/EnvayaSMS
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Categories:Internet
|
||||
Categories:Connectivity
|
||||
License:Apache2
|
||||
Web Site:https://code.google.com/p/androidnetworktester
|
||||
Source Code:https://code.google.com/p/androidnetworktester/source
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Categories:Connectivity
|
||||
Categories:Phone & SMS
|
||||
License:Apache2
|
||||
Web Site:https://code.google.com/p/klaxon
|
||||
Source Code:https://code.google.com/p/klaxon/source
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Categories:Internet
|
||||
Categories:Connectivity
|
||||
License:AGPLv3
|
||||
Web Site:http://openbmap.org
|
||||
Source Code:https://github.com/wish7code/openbmap
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Categories:Internet,Development
|
||||
Categories:Development
|
||||
License:Apache2
|
||||
Web Site:https://droidphp.github.io
|
||||
Source Code:https://github.com/DroidPHP/DroidPHP
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Categories:Internet
|
||||
Categories:Security
|
||||
License:GPLv3
|
||||
Web Site:http://passwordmaker.tasermonkeys.com/android
|
||||
Source Code:https://github.com/tasermonkey/android-passwordmaker
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Categories:Internet
|
||||
Categories:Theming
|
||||
License:GPLv2
|
||||
Web Site:https://code.google.com/p/weather-notification-android
|
||||
Source Code:https://code.google.com/p/weather-notification-android/source
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Categories:Internet
|
||||
Categories:Theming
|
||||
License:GPLv3
|
||||
Web Site:https://code.google.com/p/slw-battery-widget
|
||||
Source Code:https://code.google.com/p/slw-battery-widget/source
|
||||
|
|
Loading…
Reference in a new issue