summaryrefslogtreecommitdiffstats
path: root/sandstorm-pkgdef.capnp
diff options
context:
space:
mode:
authorMaxime Quandalle <maxime@quandalle.com>2015-08-28 09:50:41 +0200
committerMaxime Quandalle <maxime@quandalle.com>2015-08-28 09:52:20 +0200
commit84f49fa7a11065f6ca21057d532011e2f4d51300 (patch)
tree5b89f799cf4ecd06fa30161128f33685e3d8c1a1 /sandstorm-pkgdef.capnp
parent691c3aff684e945add6a4c1a119094e77fa32e6c (diff)
downloadwekan-84f49fa7a11065f6ca21057d532011e2f4d51300.tar.gz
wekan-84f49fa7a11065f6ca21057d532011e2f4d51300.tar.bz2
wekan-84f49fa7a11065f6ca21057d532011e2f4d51300.zip
Call me Wekan
Thank you @neynah for the Wekan icons Closes #247
Diffstat (limited to 'sandstorm-pkgdef.capnp')
-rw-r--r--sandstorm-pkgdef.capnp20
1 files changed, 8 insertions, 12 deletions
diff --git a/sandstorm-pkgdef.capnp b/sandstorm-pkgdef.capnp
index accf3c54..9db8f6fd 100644
--- a/sandstorm-pkgdef.capnp
+++ b/sandstorm-pkgdef.capnp
@@ -19,13 +19,13 @@ const pkgdef :Spk.PackageDefinition = (
# This manifest is included in our app package to tell Sandstorm about our
# app.
- appTitle = (defaultText = "LibreBoard"),
+ appTitle = (defaultText = "Wekan"),
# The name of the app as it is displayed to the user.
appVersion = 3,
# Increment this for every release.
- appMarketingVersion = (defaultText = "0.9.0_beta1"),
+ appMarketingVersion = (defaultText = "0.9.0_rc1"),
# Human-readable presentation of the app version.
minUpgradableAppVersion = 0,
@@ -51,18 +51,14 @@ const pkgdef :Spk.PackageDefinition = (
# case.
metadata = (
- # icons = (
- # appGrid = (svg = embed "meta/icons/libreboard-128.svg"),
- # grain = (svg = embed "meta/icons/libreboard-24.svg"),
- # market = (svg = embed "meta/icons/libreboard-150.svg"),
- # ),
- # XXX We currently don't have an icon, because the bird image included in
- # previous version was a copyright infringement, see
- # https://github.com/libreboard/libreboard/issues/64.
- # I have an idea to replace it but it's not ready yet.
+ icons = (
+ appGrid = (svg = embed "meta/icons/wekan-128.svg"),
+ grain = (svg = embed "meta/icons/wekan-24.svg"),
+ market = (svg = embed "meta/icons/wekan-150.svg"),
+ ),
website = "http://libreboard.com",
- codeUrl = "https://github.com/libreboard/libreboard",
+ codeUrl = "https://github.com/wekan/wekan",
license = (openSource = mit),
categories = [productivity, office],