summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxime Quandalle <maxime@quandalle.com>2015-08-29 15:24:22 +0200
committerMaxime Quandalle <maxime@quandalle.com>2015-08-29 15:26:03 +0200
commitc62050994c39c2df16658f819b6950c2de5f5314 (patch)
tree57a523e0175dd8cfa3d8c911cb1a808f65015e49
parent69b908422fa0b9fbfe636bed3fee6f93ff128002 (diff)
downloadwekan-c62050994c39c2df16658f819b6950c2de5f5314.tar.gz
wekan-c62050994c39c2df16658f819b6950c2de5f5314.tar.bz2
wekan-c62050994c39c2df16658f819b6950c2de5f5314.zip
Add a screenshot for sandstorm
It seems that the total size of the sandstorm package manifest can't exceed a certain size. Putting a small image works until I figure out what the issue is.
-rw-r--r--meta/screenshots/board-view.jpgbin0 -> 33060 bytes
-rw-r--r--meta/screenshots/board-view.pngbin164271 -> 0 bytes
-rw-r--r--sandstorm-pkgdef.capnp20
3 files changed, 8 insertions, 12 deletions
diff --git a/meta/screenshots/board-view.jpg b/meta/screenshots/board-view.jpg
new file mode 100644
index 00000000..6b8ffafe
--- /dev/null
+++ b/meta/screenshots/board-view.jpg
Binary files differ
diff --git a/meta/screenshots/board-view.png b/meta/screenshots/board-view.png
deleted file mode 100644
index bbc3830b..00000000
--- a/meta/screenshots/board-view.png
+++ /dev/null
Binary files differ
diff --git a/sandstorm-pkgdef.capnp b/sandstorm-pkgdef.capnp
index 90639ce1..770b45b4 100644
--- a/sandstorm-pkgdef.capnp
+++ b/sandstorm-pkgdef.capnp
@@ -73,18 +73,14 @@ const pkgdef :Spk.PackageDefinition = (
shortDescription = (defaultText = "Kanban board"),
- # screenshots = [
- # (
- # width = 1222,
- # height = 822,
- # png = embed "meta/screenshots/board-view.png"
- # ),
- # # XXX The UI visible screenshot is outdated, make some new screenshots
- # # before the final v0.9 release.
- # # XXX The screenshots should have a standard width and height.
- # ],
- # XXX Disabled because it seems that the PNG image is too large and causes
- # an exception, is it?
+ screenshots = [
+ (
+ width = 1024,
+ height = 660,
+ jpeg = embed "meta/screenshots/board-view.jpg"
+ ),
+ # XXX The screenshots should have a standard width and height.
+ ],
changeLog = (
defaultText = embed "History.md",