From 9d34e613432e539b4de35ae1449a942f8f8b6937 Mon Sep 17 00:00:00 2001 From: est31 Date: Sat, 7 May 2016 23:12:33 +0200 Subject: [PATCH 1/3] Minetest mod manager: correct icon license and remove antifeature The minetest icon is in fact licensed under CC-BY-SA 3.0 [1]. This means that the modified logo must be licensed under that license as well. This means that the antifeature can be removed. See also the upstream commit [2]. [1]: https://forum.minetest.net/viewtopic.php?p=63922#p63922 [2]: https://github.com/rubenwardy/mtmods4android/commit/45987b974869ab945c9f22d5e317bae9e8c0662b --- metadata/com.rubenwardy.minetestmodmanager.txt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/metadata/com.rubenwardy.minetestmodmanager.txt b/metadata/com.rubenwardy.minetestmodmanager.txt index 9fc4b3a28e..da66dd692c 100644 --- a/metadata/com.rubenwardy.minetestmodmanager.txt +++ b/metadata/com.rubenwardy.minetestmodmanager.txt @@ -1,4 +1,3 @@ -AntiFeatures:NonFreeAssets Categories:Games License:LGPLv2.1+ Author Name:Rubenwardy @@ -14,10 +13,6 @@ Install and update Minetest mods. The app depends on a free network service, see [https://github.com/rubenwardy/mtmods4android_server source code] and [http://app-mtmm.rubenwardy.com/ website] for more details. - -'''AntiFeatures:''' - -* non-free assets are used: All resources featuring the Minetest logo are CC-BY-SA-NC, original author is erlehmann. Also CC-BY-3.0 licensed assets from [http://shreyasachar.com/AndroidAssetStudio/attribution.html Android material design asset studio] have been used for app/src/main/res/drawable/ic_public_24dp.xml and app/src/main/res/drawable/ic_report_problem_24dp.xml. . Repo Type:git From 6a1bd3fce3aaa5add5500f62561b72f775c8c345 Mon Sep 17 00:00:00 2001 From: est31 Date: Sat, 7 May 2016 23:23:16 +0200 Subject: [PATCH 2/3] Fix author name Author wants no capitalisation: http://irc.minetest.ru/minetest/2016-05-07#i_4603804 --- metadata/com.rubenwardy.minetestmodmanager.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata/com.rubenwardy.minetestmodmanager.txt b/metadata/com.rubenwardy.minetestmodmanager.txt index da66dd692c..21e14b8332 100644 --- a/metadata/com.rubenwardy.minetestmodmanager.txt +++ b/metadata/com.rubenwardy.minetestmodmanager.txt @@ -1,6 +1,6 @@ Categories:Games License:LGPLv2.1+ -Author Name:Rubenwardy +Author Name:rubenwardy Web Site:http://rubenwardy.com/mtmods4android/ Source Code:https://github.com/rubenwardy/mtmods4android Issue Tracker:https://github.com/rubenwardy/mtmods4android/issues From 3ffb45fc79bb49cccacd6032c78c6f0b5d55a3be Mon Sep 17 00:00:00 2001 From: est31 Date: Sun, 15 May 2016 15:55:07 +0200 Subject: [PATCH 3/3] Add Minetest 0.4.14 release --- metadata/net.minetest.minetest.txt | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/metadata/net.minetest.minetest.txt b/metadata/net.minetest.minetest.txt index b0fa4fb66c..f5c708c177 100644 --- a/metadata/net.minetest.minetest.txt +++ b/metadata/net.minetest.minetest.txt @@ -49,7 +49,14 @@ Build:0.4.13.13,13 build=printf "%s\n%s\n%s" "ANDROID_NDK = $$NDK$$" "NDK_MODULE_PATH = $$NDK$$/toolchains" "SDKFOLDER = $$SDK$$" > path.cfg && \ make release +Build:0.4.14.14,14 + commit=854d9e3745304f5f420805818de99e5e6d1b2596 + subdir=build/android + output=build/outputs/apk/Minetest-release-unsigned.apk + srclibs=MinetestGame@e7a55734d3de051d6565ebe28a9dd53043f9b352 + prebuild=cp -R $$MinetestGame$$ ../../games/minetest_game + build=printf "%s\n%s" "ndk.dir = $$NDK$$" "sdk.dir = $$SDK$$" > local.properties && \ + make release + Auto Update Mode:None Update Check Mode:None -Current Version:0.4.13.13 -Current Version Code:13