Merge branch 'master' of gitlab.com:fdroid/fdroiddata
This commit is contained in:
commit
1ef7ade9d4
|
@ -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
|
||||
|
|
38
metadata/com.asdoi.gymwen.yml
Normal file
38
metadata/com.asdoi.gymwen.yml
Normal file
|
@ -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
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
25
metadata/org.getdisconnected.libreipsum.yml
Normal file
25
metadata/org.getdisconnected.libreipsum.yml
Normal file
|
@ -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
|
|
@ -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:
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
4
srclibs/aseprite.txt
Normal file
4
srclibs/aseprite.txt
Normal file
|
@ -0,0 +1,4 @@
|
|||
Repo Type:git
|
||||
Repo:https://github.com/aseprite/aseprite
|
||||
|
||||
Prepare:git submodule update --init --recursive
|
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in a new issue