mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 12:49:14 +00:00
140 lines
5.1 KiB
YAML
140 lines
5.1 KiB
YAML
AntiFeatures:
|
|
NonFreeNet:
|
|
en-US: Depends on Pixiv and connects GitHub for update check.
|
|
Categories:
|
|
- Graphics
|
|
- Internet
|
|
- Multimedia
|
|
License: GPL-3.0-only
|
|
AuthorName: kagg886
|
|
WebSite: https://pmf.kagg886.top
|
|
SourceCode: https://github.com/magic-cucumber/Pixiv-MultiPlatform
|
|
IssueTracker: https://github.com/magic-cucumber/Pixiv-MultiPlatform/issues
|
|
Changelog: https://github.com/magic-cucumber/Pixiv-MultiPlatform/releases
|
|
|
|
AutoName: Pixiv
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/magic-cucumber/Pixiv-MultiPlatform
|
|
Binaries: https://github.com/magic-cucumber/Pixiv-MultiPlatform/releases/download/v%v/android.apk
|
|
|
|
Builds:
|
|
- versionName: 1.6.5
|
|
versionCode: 165
|
|
commit: 0a34e4e58da2a506e8e7d080badfdd91c94d504e
|
|
subdir: composeApp
|
|
gradle:
|
|
- yes
|
|
rm:
|
|
- iosApp
|
|
- plugin
|
|
prebuild:
|
|
- sed -i -e '/compose-desktop-build-windows/d' -e '/foojay/d' -e '/jogamp/d'
|
|
../settings.gradle.kts
|
|
- sed -i -e '/signConfig/d' -e '/top.kagg886.compose.installer.windows/d' -e
|
|
'/configureComposeWindowsInstaller {/,/^}/d' build.gradle.kts
|
|
- echo -e '\nAPP_VERSION_NAME=v$$VERSION$$' >> ../gradle.properties
|
|
- gradle exportLibraryDefinitions -PaboutLibraries.exportVariant=release
|
|
|
|
- versionName: 1.7.1
|
|
versionCode: 171
|
|
commit: dd0469f94ba34885f340b641efa8efaf46ee2996
|
|
subdir: composeApp
|
|
gradle:
|
|
- yes
|
|
srclibs:
|
|
- rustup@1.27.1
|
|
rm:
|
|
- iosApp
|
|
- plugin
|
|
prebuild:
|
|
- sed -i -e '/compose-desktop-build-windows/d' -e '/foojay/d' -e '/jogamp/d'
|
|
../settings.gradle.kts
|
|
- sed -i -e '/signConfig/d' -e '/top.kagg886.compose.installer.windows/d' -e
|
|
'/configureComposeWindowsInstaller {/,/^}/d' build.gradle.kts
|
|
- echo -e '\nAPP_VERSION_NAME=v$$VERSION$$' >> ../gradle.properties
|
|
- gradle exportLibraryDefinitions -PaboutLibraries.exportVariant=release
|
|
- RUST_VERSION=$(sed -n -E "s/.*rustup default ([0-9.]+).*/\1/p" ../.github/workflows/publish-release.yml
|
|
| head -n 1)
|
|
- '[[ $RUST_VERSION ]] || exit 1'
|
|
- $$rustup$$/rustup-init.sh -y --default-toolchain $RUST_VERSION --target aarch64-linux-android
|
|
x86_64-linux-android
|
|
|
|
- versionName: 1.7.2
|
|
versionCode: 172
|
|
commit: v1.7.2
|
|
subdir: composeApp
|
|
gradle:
|
|
- yes
|
|
srclibs:
|
|
- rustup@1.27.1
|
|
rm:
|
|
- iosApp
|
|
- plugin
|
|
prebuild:
|
|
- sed -i -e '/compose-desktop-build-windows/d' -e '/foojay/d' -e '/jogamp/d'
|
|
../settings.gradle.kts
|
|
- sed -i -e '/signConfig/d' -e '/top.kagg886.compose.installer.windows/d' -e
|
|
'/configureComposeWindowsInstaller {/,/^}/d' build.gradle.kts
|
|
- echo -e '\nAPP_VERSION_NAME=v$$VERSION$$' >> ../gradle.properties
|
|
- gradle exportLibraryDefinitions -PaboutLibraries.exportVariant=release
|
|
- RUST_VERSION=$(sed -n -E "s/.*rustup default ([0-9.]+).*/\1/p" ../.github/workflows/publish-release.yml
|
|
| head -n 1)
|
|
- '[[ $RUST_VERSION ]] || exit 1'
|
|
- $$rustup$$/rustup-init.sh -y --default-toolchain $RUST_VERSION --target aarch64-linux-android
|
|
x86_64-linux-android
|
|
|
|
- versionName: 1.8.1
|
|
versionCode: 181
|
|
commit: 97c5aec6156908d1a6bb15919a27620acc234523
|
|
subdir: composeApp
|
|
gradle:
|
|
- yes
|
|
srclibs:
|
|
- rustup@1.27.1
|
|
rm:
|
|
- iosApp
|
|
- plugin
|
|
prebuild:
|
|
- sed -i -e '/compose-desktop-build-windows/d' -e '/foojay/d' -e '/jogamp/d'
|
|
../settings.gradle.kts
|
|
- sed -i -e '/signConfig/d' -e '/top.kagg886.compose.installer.windows/d' -e
|
|
'/configureComposeWindowsInstaller {/,/^}/d' build.gradle.kts
|
|
- echo -e '\nAPP_VERSION_NAME=v$$VERSION$$' >> ../gradle.properties
|
|
- gradle exportLibraryDefinitions -PaboutLibraries.exportVariant=release
|
|
- RUST_VERSION=$(sed -n -E 's/channel = "([0-9.]+)"/\1/p' ../rust-toolchain.toml)
|
|
- '[[ $RUST_VERSION ]]'
|
|
- $$rustup$$/rustup-init.sh -y --default-toolchain $RUST_VERSION --target aarch64-linux-android
|
|
x86_64-linux-android
|
|
|
|
- versionName: 1.8.2
|
|
versionCode: 182
|
|
commit: b57af13e8bd1d69ab106316cf180b5d1d1fae9c0
|
|
subdir: composeApp
|
|
gradle:
|
|
- yes
|
|
srclibs:
|
|
- rustup@1.27.1
|
|
rm:
|
|
- iosApp
|
|
- plugin
|
|
prebuild:
|
|
- sed -i -e '/compose-desktop-build-windows/d' -e '/foojay/d' -e '/jogamp/d'
|
|
../settings.gradle.kts
|
|
- sed -i -e '/signConfig/d' -e '/top.kagg886.compose.installer.windows/d' -e
|
|
'/configureComposeWindowsInstaller {/,/^}/d' build.gradle.kts
|
|
- echo -e '\nAPP_VERSION_NAME=v$$VERSION$$' >> ../gradle.properties
|
|
- gradle exportLibraryDefinitions -PaboutLibraries.exportVariant=release
|
|
- RUST_VERSION=$(sed -n -E 's/channel = "([0-9.]+)"/\1/p' ../rust-toolchain.toml)
|
|
- '[[ $RUST_VERSION ]]'
|
|
- $$rustup$$/rustup-init.sh -y --default-toolchain $RUST_VERSION --target aarch64-linux-android
|
|
x86_64-linux-android
|
|
|
|
AllowedAPKSigningKeys: 0d0a5b77ee74694c0b63cb663f0639785603583610683da6f0aa2e73f7ff3bbc
|
|
|
|
AutoUpdateMode: Version v%v
|
|
UpdateCheckMode: HTTP
|
|
UpdateCheckData: https://github.com/magic-cucumber/Pixiv-MultiPlatform/releases/latest|>v[\d.]+
|
|
- (\d+)</h1>|.|>v([\d.]+) - \d+</h1>
|
|
CurrentVersion: 1.8.2
|
|
CurrentVersionCode: 182
|