summaryrefslogtreecommitdiffstats
path: root/python/pygoocanvas
diff options
context:
space:
mode:
author B. Watson2016-11-06 23:16:24 +0100
committer Willy Sudiarto Raharjo2016-11-12 00:58:01 +0100
commit120cd0a5bd08c58203acb16db76664894199e1c1 (patch)
tree4814e3f0ec1b76d2933a789e2f9ccd2d9c7b177e /python/pygoocanvas
parent9e994b7c5efb48c4976d8e1fa99bc3a646a94d40 (diff)
downloadslackbuilds-120cd0a5bd08c58203acb16db76664894199e1c1.tar.gz
python/pygoocanvas: Update README, slack-desc.
Diffstat (limited to 'python/pygoocanvas')
-rw-r--r--python/pygoocanvas/README9
-rw-r--r--python/pygoocanvas/slack-desc2
2 files changed, 9 insertions, 2 deletions
diff --git a/python/pygoocanvas/README b/python/pygoocanvas/README
index 2d7e2d0c7b..5c44f2fc5c 100644
--- a/python/pygoocanvas/README
+++ b/python/pygoocanvas/README
@@ -1 +1,8 @@
-PyGoocanvas are the python bindings for GooCanvas which is a canvas widget for GTK+ that uses the cairo 2D library for drawing.
+pygoocanvas (python bindings for GooCanvas)
+
+GooCanvas is a new canvas widget for GTK+ that uses the cairo 2D library
+for drawing. It has a model/view split, and uses interfaces for canvas
+items and views, so you can easily turn any application object into
+canvas items.
+
+This package contains Python bindings for GooCanvas.
diff --git a/python/pygoocanvas/slack-desc b/python/pygoocanvas/slack-desc
index 5460a50c0e..b6b7acb6b8 100644
--- a/python/pygoocanvas/slack-desc
+++ b/python/pygoocanvas/slack-desc
@@ -5,7 +5,7 @@
# You must make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':' except on otherwise blank lines.
|-----handy-ruler------------------------------------------------------|
-pygoocanvas: pygoocanvas (Python Bindings for GooCanvas)
+pygoocanvas: pygoocanvas (python bindings for GooCanvas)
pygoocanvas:
pygoocanvas: GooCanvas is a new canvas widget for GTK+ that uses the cairo 2D
pygoocanvas: library for drawing. It has a model/view split, and uses interfaces