fdroiddata/metadata/com.rj.pixelesque.yml
Hans-Christoph Steiner 6dc775b236
rewrite all .txt with 'Auto Update Mode:None' (a-c)
```bash
for f in `grep --files-with-matches 'Auto Update Mode:None' metadata/*.txt |sed 's,^metadata/\(.*\)\.txt$,\1,'`; do echo $f; done >  /tmp/rewrite
fdroid rewritemeta --to yml `cat /tmp/rewrite`
for f in `cat /tmp/rewrite`; do git rm -f metadata/${f}.txt; git add metadata/${f}.yml; done
```
2019-08-19 13:13:47 +02:00

41 lines
1.2 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

AntiFeatures:
- NonFreeAssets
Categories:
- Graphics
License: CC-BY-NC-3.0
SourceCode: https://github.com/rjmarsan/Pixelesque
IssueTracker: https://github.com/rjmarsan/Pixelesque/issues
AutoName: Pixelesque
Summary: Pixel-art editor
Description: |-
The Pencil tool draws lines, and the eraser removes them. The shapes tool allows
you to use a paint bucket, rectangle, line and circle tools. Two finger drag and
zoom anywhere to navigate large images. Theres a full undo/redo stack, as well
as a color picker with history, hsv, rgb, and hex!
The canvas can be resized when a new canvas is chosen. The artwork is licensed
under CC-BY-NC while the source code is under BSD-3-Clause license.
RepoType: git
Repo: https://github.com/rjmarsan/Pixelesque.git
Builds:
- versionName: 1.2.01
versionCode: 7
commit: 3bd5e
srclibs:
- Processing-Multitouch@bb88609
extlibs:
- android/android-support-v4.jar
prebuild:
- sed -i 's@\(android.library.reference.1=\).*@\1$$Processing-Multitouch$$@'
project.properties
- rm ./libs/AndMT.zip
- rm -rf exports
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: 1.2.01
CurrentVersionCode: 7