fdroiddata/metadata/io.github.benoitduffez.cupsprint.yml
linsui f5701c12ad remove disabled versions
for f in $(rg --files-with-matches '^    disable: ' metadata/*.yml); do
  yq -i '.Builds |= ((.[:-1] | filter(has("disable") | not)) + .[-1:])' $f;
done
fdroid rewritemeta
2024-02-28 13:31:34 +00:00

79 lines
2.6 KiB
YAML

Categories:
- Connectivity
- Multimedia
License: LGPL-3.0-only
WebSite: https://benoitduffez.github.io/AndroidCupsPrint/
SourceCode: https://github.com/BenoitDuffez/AndroidCupsPrint/
IssueTracker: https://github.com/BenoitDuffez/AndroidCupsPrint/issues
Changelog: https://github.com/BenoitDuffez/AndroidCupsPrint/releases
AutoName: Android CUPS Print
Description: |-
This app provides a Print Service to Android. This means that once it's
installed, you need to enable it in the 'Print' section of the settings app.
Once the service is enabled, printers are automatically discovered using the
mDNS protocol. You can print anything you want from any app, as long as the
print service is enabled.
Of course, printing document is an important matter. Because your documents are
your most private information, you don't want anybody to have access to this
information. This is why this app is completely open sourced and free to use,
modify and redistribute.
RepoType: git
Repo: https://github.com/BenoitDuffez/AndroidCupsPrint.git
Builds:
- versionName: '1.2'
versionCode: 4
commit: ae2f04270c374c89cad312446cee68bd97c99a8f
- versionName: 1.3.0b2
versionCode: 6
commit: 96e38fb885a1a5114a10afd6964974d14688271f
subdir: app
gradle:
- yes
prebuild:
- sed -i -e '/Crashlytics/d' -e '/Fabric/d' src/main/java/io/github/benoitduffez/cupsprint/{,printservice,ssl}/*.java
- sed -i -e '/fabric/d' -e '/crashlytics/,+2d' build.gradle
- sed -i -e '/fabric/d' ../build.gradle
- versionName: 1.3.1
versionCode: 8
commit: aaa15bb23fb78078b8900028d5ee51bc53545d39
subdir: app
gradle:
- yes
prebuild:
- echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable 'ExtraTranslation'
} }" >> build.gradle
- sed -i -e '/fabric/d' build.gradle
- versionName: 1.4.0
versionCode: 9
commit: 4fa4dc96d3135290209a1ab289fd6f70d2c55219
subdir: app
gradle:
- yes
prebuild:
- echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable 'ExtraTranslation'
} }" >> build.gradle
- sed -i -e '/fabric/d' build.gradle
- versionName: 1.5.0
versionCode: 1050099
commit: 2d85016b788637c82019cde374db93828a798237
subdir: app
gradle:
- fdroid
prebuild:
- echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable 'ExtraTranslation'
} }" >> build.gradle
- sed -i -e '/.fabric/d' ../build.gradle build.gradle
- sed -i -e '/crashlytics/,+2d' build.gradle
AutoUpdateMode: None
UpdateCheckMode: None
CurrentVersion: 1.5.0
CurrentVersionCode: 1050099