diff --git a/metadata/com.agateau.tinywheels.android.yml b/metadata/com.agateau.tinywheels.android.yml index ffdefd7f94..8fc277b707 100644 --- a/metadata/com.agateau.tinywheels.android.yml +++ b/metadata/com.agateau.tinywheels.android.yml @@ -60,7 +60,41 @@ Builds: - xvfb-run -a make -C .. mapscreenshotgenerator - make -C .. packer + - versionName: 0.14.1 + versionCode: 14 + commit: 0.14.1 + subdir: android + sudo: + - apt-get update || apt-get update + - apt-get install -y g++ python3-pil imagemagick-6.q16 ninja-build libx11-dev + libxcursor-dev + gradle: + - yes + srclibs: + - aseprite@v1.2.16.3 + - pafx@269b0241a4b5507a1f45d0aa576fb9f9dad91ad8 + rm: + - tools/packr.jar + prebuild: sed -i -e 's#./gradlew#gradle#' ../Makefile + scandelete: + - android/libs/ + build: + - install_dir=$PWD/aseprite + - pushd $$aseprite$$ + - mkdir -p build + - cd build + - cmake "-DCMAKE_INSTALL_PREFIX=$install_dir" -DENABLE_UI=OFF -DCMAKE_BUILD_TYPE=MinSizeRel + -G Ninja .. + - ninja aseprite + - ninja install + - popd + - export PATH=$PATH:$PWD/aseprite/bin + - gradle tools:dist -b ../build.gradle + - export PYTHONPATH=../$$pafx$$/build/lib/ + - make -C .. assets + - make -C .. packer + AutoUpdateMode: Version %v UpdateCheckMode: Tags -CurrentVersion: 0.13.0 -CurrentVersionCode: 12 +CurrentVersion: 0.14.1 +CurrentVersionCode: 14 diff --git a/metadata/com.asdoi.gymwen.yml b/metadata/com.asdoi.gymwen.yml new file mode 100644 index 0000000000..3c0560aee4 --- /dev/null +++ b/metadata/com.asdoi.gymwen.yml @@ -0,0 +1,38 @@ +Categories: + - Internet + - Science & Education +License: GPL-3.0-or-later +AuthorName: Felix Hollederer +AuthorEmail: GymWennApp@t-online.de +WebSite: https://gitlab.com/asdoi/GymWen +SourceCode: https://gitlab.com/asdoi/GymWen/tree/HEAD +IssueTracker: https://gitlab.com/asdoi/GymWen/issues +Changelog: https://gitlab.com/asdoi/GymWen/blob/HEAD/app/src/main/res/xml/changelog_master.xml + +AutoName: GymWen +Summary: This is the official App for the Gymnasium Wendelstein +Description: |- + Offizielle App des [http://gym-wen.de/startseite/ Gymnasium Wendelstein]. + + Mit dieser App können Schüler: + * Ihren Online-Vertretungsplan abrufen + * Die Lehrerliste durchsuchen + * Essen in der Mensa bestellen + * Mebis nutzen + * u.v.m. + +RepoType: git +Repo: https://gitlab.com/asdoi/GymWen.git + +Builds: + - versionName: 1.0.3 + versionCode: 103 + commit: v1.0.3 + subdir: app + gradle: + - yes + +AutoUpdateMode: Version v%v +UpdateCheckMode: Tags +CurrentVersion: 1.0.3 +CurrentVersionCode: 103 diff --git a/metadata/com.iven.musicplayergo.yml b/metadata/com.iven.musicplayergo.yml index c7c66c7fb0..8a871db42c 100644 --- a/metadata/com.iven.musicplayergo.yml +++ b/metadata/com.iven.musicplayergo.yml @@ -285,7 +285,7 @@ Builds: - versionName: 3.6.9.2 versionCode: 131 - commit: 3.6.9.2 + commit: v3.6.9.2 subdir: project/app gradle: - yes diff --git a/metadata/com.zeapo.pwdstore.yml b/metadata/com.zeapo.pwdstore.yml index 012c0e1405..943d06f5be 100644 --- a/metadata/com.zeapo.pwdstore.yml +++ b/metadata/com.zeapo.pwdstore.yml @@ -2,10 +2,11 @@ Categories: - Internet - Science & Education License: GPL-3.0-only -WebSite: https://github.com/password-store/Android-Password-Store/wiki -SourceCode: https://github.com/password-store/Android-Password-Store -IssueTracker: https://github.com/password-store/Android-Password-Store/issues -Changelog: https://github.com/password-store/Android-Password-Store/releases +WebSite: https://github.com/android-password-store/Android-Password-Store/wiki +SourceCode: https://github.com/android-password-store/Android-Password-Store +IssueTracker: https://github.com/android-password-store/Android-Password-Store/issues +Translation: https://www.transifex.com/android-password-store/android-password-store/ +Changelog: https://github.com/android-password-store/Android-Password-Store/releases Bitcoin: 1H1Z1NPTrR5Cej9bKV3Hu4f5WJZYtkbpox AutoName: Password Store @@ -28,7 +29,7 @@ Description: |- * Ability to change remote repository info RepoType: git -Repo: https://github.com/password-store/Android-Password-Store +Repo: https://github.com/android-password-store/Android-Password-Store Builds: - versionName: 1.1-b3 diff --git a/metadata/cx.ring.yml b/metadata/cx.ring.yml index ae795a477f..6985d16459 100644 --- a/metadata/cx.ring.yml +++ b/metadata/cx.ring.yml @@ -950,6 +950,33 @@ Builds: - ./compile.sh --release --no-gradle ndk: r20 + - versionName: 20191217-01 + versionCode: 206 + commit: android/release_206 + timeout: 10800 + subdir: client-android/ring-android/app + submodules: true + gradle: + - noPush + rm: + - client-electron + - client-gnome + - client-ios + - client-macosx + - client-uwp + - client-windows + - docker + - docs + - lrc + - packaging + - scripts + build: + - cd ../.. + - export ANDROID_NDK_ROOT="$ANDROID_NDK" + - export ANDROID_ABI="armeabi-v7a arm64-v8a x86" + - ./compile.sh --release --no-gradle + ndk: r20 + MaintainerNotes: |- Ring has a lot of native dependencies, the source tarballs of these are all downloaded and build for all enabled architectures. Build failed with swig 2.0.12 from jessie but works with 3.0.10 from jessie-backports. @@ -959,5 +986,5 @@ MaintainerNotes: |- AutoUpdateMode: None UpdateCheckMode: None -CurrentVersion: 20191208-01 -CurrentVersionCode: 205 +CurrentVersion: 20191217-01 +CurrentVersionCode: 206 diff --git a/metadata/de.freifunk_karte.freifunk_karte.yml b/metadata/de.freifunk_karte.freifunk_karte.yml index a56cfd73b3..59839ceb3e 100644 --- a/metadata/de.freifunk_karte.freifunk_karte.yml +++ b/metadata/de.freifunk_karte.freifunk_karte.yml @@ -26,7 +26,14 @@ Builds: gradle: - yes + - versionName: '1.5' + versionCode: 9 + commit: '1.5' + subdir: app + gradle: + - yes + AutoUpdateMode: Version %v UpdateCheckMode: Tags -CurrentVersion: '1.4' -CurrentVersionCode: 7 +CurrentVersion: '1.5' +CurrentVersionCode: 9 diff --git a/metadata/dk.kjeldsen.carwingsflutter.yml b/metadata/dk.kjeldsen.carwingsflutter.yml index c81d6fcc29..71ec7e4a28 100644 --- a/metadata/dk.kjeldsen.carwingsflutter.yml +++ b/metadata/dk.kjeldsen.carwingsflutter.yml @@ -273,28 +273,12 @@ Builds: - $$flutter$$/bin/flutter config --no-analytics - $$flutter$$/bin/flutter build apk - - versionName: 1.7.6 - versionCode: 123 - disable: fails to build - commit: 1.7.6 - output: build/app/outputs/apk/release/app-release.apk - srclibs: - - flutter@v1.7.3 - prebuild: - - touch android/key.properties - - echo 'android.applicationVariants.all { variant -> variant.outputs.all { output - -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle - build: - - $$flutter$$/bin/flutter config --no-analytics - - $$flutter$$/bin/flutter build apk - - versionName: 1.7.7 versionCode: 124 - disable: fails to build commit: 1.7.7 output: build/app/outputs/apk/release/app-release.apk srclibs: - - flutter@v1.7.3 + - flutter@v1.12.13+hotfix.5 prebuild: - touch android/key.properties - echo 'android.applicationVariants.all { variant -> variant.outputs.all { output diff --git a/metadata/fr.gouv.etalab.mastodon.yml b/metadata/fr.gouv.etalab.mastodon.yml index 7b24fd525f..6783cb7d9c 100644 --- a/metadata/fr.gouv.etalab.mastodon.yml +++ b/metadata/fr.gouv.etalab.mastodon.yml @@ -1555,9 +1555,9 @@ Builds: - sed -i -e '/playstoreImplementation/d' -e '/dl.bintray.com/d' -e 's/com.github.pengfeizhou.android.animation:glide-plugin:0.2.16/com.github.penfeizhou.APNG4Android:glide-plugin:0.2.8/' build.gradle - - versionName: 2.27.1 - versionCode: 343 - commit: 2.27.1 + - versionName: 2.28.0 + versionCode: 344 + commit: 2.28.0 subdir: app gradle: - fdroid @@ -1568,5 +1568,5 @@ Builds: AutoUpdateMode: Version %v UpdateCheckMode: Tags ^[0-9.]+$ -CurrentVersion: 2.27.1 -CurrentVersionCode: 343 +CurrentVersion: 2.28.0 +CurrentVersionCode: 344 diff --git a/metadata/org.getdisconnected.libreipsum.yml b/metadata/org.getdisconnected.libreipsum.yml new file mode 100644 index 0000000000..575783fe93 --- /dev/null +++ b/metadata/org.getdisconnected.libreipsum.yml @@ -0,0 +1,25 @@ +Categories: + - Development + - Writing +License: GPL-3.0-or-later +WebSite: https://get-disconnected.org/apps/LibreIpsum +SourceCode: https://codeberg.org/getdisconnected/LibreIpsum +IssueTracker: https://codeberg.org/getdisconnected/LibreIpsum/issues + +AutoName: Libre Ipsum + +RepoType: git +Repo: https://codeberg.org/getdisconnected/LibreIpsum.git + +Builds: + - versionName: 0.1.0 + versionCode: 100 + commit: v0.1.0 + subdir: app + gradle: + - yes + +AutoUpdateMode: Version v%v +UpdateCheckMode: Tags +CurrentVersion: 0.1.0 +CurrentVersionCode: 100 diff --git a/srclibs/BingTranslator.txt b/srclibs/BingTranslator.txt index 2181ce0fe9..499c491856 100644 --- a/srclibs/BingTranslator.txt +++ b/srclibs/BingTranslator.txt @@ -9,7 +9,3 @@ Subdir: # Any extra commands to prepare the source library Prepare: - -# If given "Yes", "android update project -p ." will be executed -Update Project: - diff --git a/srclibs/BouncyCastle.txt b/srclibs/BouncyCastle.txt index 78ac649bc8..1ce54a67b3 100644 --- a/srclibs/BouncyCastle.txt +++ b/srclibs/BouncyCastle.txt @@ -9,7 +9,3 @@ Subdir: # Any extra commands to prepare the source library Prepare: - -# If given "Yes", "android update project -p ." will be executed -Update Project: - diff --git a/srclibs/FluffyLocations.txt b/srclibs/FluffyLocations.txt index 878710b5ce..50fc71b134 100644 --- a/srclibs/FluffyLocations.txt +++ b/srclibs/FluffyLocations.txt @@ -9,7 +9,3 @@ Subdir:little-fluffy-location-library/LittleFluffyLocationLibrary # Any extra commands to prepare the source library Prepare: - -# If given "Yes", "android update project -p ." will be executed -Update Project: - diff --git a/srclibs/JSoup.txt b/srclibs/JSoup.txt index 9b0d76a8d9..f16fb90022 100644 --- a/srclibs/JSoup.txt +++ b/srclibs/JSoup.txt @@ -9,7 +9,3 @@ Subdir: # Any extra commands to prepare the source library Prepare: - -# If given "Yes", "android update project -p ." will be executed -Update Project: - diff --git a/srclibs/MSQLite.txt b/srclibs/MSQLite.txt index 4b770a2034..aab5956bb1 100644 --- a/srclibs/MSQLite.txt +++ b/srclibs/MSQLite.txt @@ -9,7 +9,3 @@ Subdir: # Any extra commands to prepare the source library Prepare: - -# If given "Yes", "android update project -p ." will be executed -Update Project: - diff --git a/srclibs/SystemBarTint.txt b/srclibs/SystemBarTint.txt index 4ea289f8ef..e820a2726c 100644 --- a/srclibs/SystemBarTint.txt +++ b/srclibs/SystemBarTint.txt @@ -9,7 +9,3 @@ Subdir:library # Any extra commands to prepare the source library Prepare: - -# If given "Yes", "android update project -p ." will be executed -Update Project: - diff --git a/srclibs/aseprite.txt b/srclibs/aseprite.txt new file mode 100644 index 0000000000..456b7d42a3 --- /dev/null +++ b/srclibs/aseprite.txt @@ -0,0 +1,4 @@ +Repo Type:git +Repo:https://github.com/aseprite/aseprite + +Prepare:git submodule update --init --recursive diff --git a/srclibs/template b/srclibs/template index b3c4035b1b..db16023cba 100644 --- a/srclibs/template +++ b/srclibs/template @@ -9,7 +9,3 @@ Subdir: # Any extra commands to prepare the source library Prepare: - -# If given "Yes", "android update project -p ." will be executed -Update Project: -