[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gsrc-commit] trunk r3699: inklingreader moved to gnu dir
From: |
Carl Hansen |
Subject: |
[Gsrc-commit] trunk r3699: inklingreader moved to gnu dir |
Date: |
Fri, 3 Jun 2016 08:39:43 +0000 (UTC) |
User-agent: |
Bazaar (2.6b2) |
------------------------------------------------------------
revno: 3699
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Fri 2016-06-03 01:39:43 -0700
message:
inklingreader moved to gnu dir
added:
gnu/inklingreader/ inklingreader-20160603083835-vipokvjd2tp4ot12-1
gnu/inklingreader/Makefile makefile-20160603083835-vipokvjd2tp4ot12-3
gnu/inklingreader/config.mk config.mk-20160603083835-vipokvjd2tp4ot12-2
gnu/inklingreader/gpg-keyring gpgkeyring-20160603083852-19oeawowt042kf5c-1
gnu/inklingreader/sha256sums sha256sums-20160603083835-vipokvjd2tp4ot12-4
=== added directory 'gnu/inklingreader'
=== added file 'gnu/inklingreader/Makefile'
--- a/gnu/inklingreader/Makefile 1970-01-01 00:00:00 +0000
+++ b/gnu/inklingreader/Makefile 2016-06-03 08:39:43 +0000
@@ -0,0 +1,51 @@
+# Copyright © 2015 Carl Hansen
+#
+# This file is part of GSRC.
+#
+# GSRC is free software: you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# GSRC is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
+# License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with GSRC. If not, see <http://www.gnu.org/licenses/>.
+
+NAME = inklingreader
+GARNAME = inklingreader
+GARVERSION = 0.8
+HOME_URL = http://www.gnu.org/software/inklingreader/
+DESCRIPTION = pen-sketch on tablet integration program
+define BLURB
+GNU project to create a free/libre version of the Wacom Inkling
+SketchManager. Instead of integrating with proprietary programs,
+this program aims to be compatible with free software alternatives
+like Inkscape. It can display and merge WPI files, export to Inkscape
+SVG (preserving layers), PDF, PNG and JSON, convert all WPI files in a
+directory to SVG, automatically use different colors when the "new layer"
+is pressed multiple times, give control over stroke pressure, export
+timing information in JSON, interact with the timeline of your drawing.
+There is an Inkscape extension available that allows you to open WPI
+files with Inkscape "directly".
+endef
+
+######################################################################
+
+MASTER_SITES = $(MASTER_GNU_ALPHA)
+MASTER_SUBDIR = $(GARNAME)/
+DISTFILES = $(DISTNAME).tar.gz
+SIGFILES = $(DISTNAME).tar.gz.sig
+
+BUILDDEPS =
+
+# see README:
+LIBDEPS =
+
+######################################################################
+
+include ../../gar.lib/auto.mk
+include config.mk
=== added file 'gnu/inklingreader/config.mk'
--- a/gnu/inklingreader/config.mk 1970-01-01 00:00:00 +0000
+++ b/gnu/inklingreader/config.mk 2016-06-03 08:39:43 +0000
@@ -0,0 +1,4 @@
+## Configuration options for inklingreader ##
+
+CONFIGURE_OPTS ?=
+BUILD_OPTS ?=
=== added file 'gnu/inklingreader/gpg-keyring'
Binary files a/gnu/inklingreader/gpg-keyring 1970-01-01 00:00:00 +0000 and
b/gnu/inklingreader/gpg-keyring 2016-06-03 08:39:43 +0000 differ
=== added file 'gnu/inklingreader/sha256sums'
--- a/gnu/inklingreader/sha256sums 1970-01-01 00:00:00 +0000
+++ b/gnu/inklingreader/sha256sums 2016-06-03 08:39:43 +0000
@@ -0,0 +1,2 @@
+cf24fadff065f2a60c8521bd23f6c64c311f5b7573ff46f002103bfe6a496f46
download/inklingreader-0.8.tar.gz
+c3d437cc3d5a9c8b1976489ca5abe2d7c974f4127280db7f44b9c627f0774ad1
download/inklingreader-0.8.tar.gz.sig
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gsrc-commit] trunk r3699: inklingreader moved to gnu dir,
Carl Hansen <=