[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gsrc-commit] trunk r4137: new program, PikoPixel pixel image editor
From: |
Carl Hansen |
Subject: |
[Gsrc-commit] trunk r4137: new program, PikoPixel pixel image editor |
Date: |
Mon, 21 Nov 2016 02:00:45 +0000 (UTC) |
User-agent: |
Bazaar (2.6b2) |
------------------------------------------------------------
revno: 4137
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Sun 2016-11-20 18:00:41 -0800
message:
new program, PikoPixel pixel image editor
added:
pkg/gnustep/PikoPixel/ pikopixel-20161121020001-qd816o8uqs5azsgz-1
pkg/gnustep/PikoPixel/Makefile makefile-20161121020001-qd816o8uqs5azsgz-3
pkg/gnustep/PikoPixel/config.mk config.mk-20161121020001-qd816o8uqs5azsgz-2
pkg/gnustep/PikoPixel/sha256sums sha256sums-20161121020001-qd816o8uqs5azsgz-4
=== added directory 'pkg/gnustep/PikoPixel'
=== added file 'pkg/gnustep/PikoPixel/Makefile'
--- a/pkg/gnustep/PikoPixel/Makefile 1970-01-01 00:00:00 +0000
+++ b/pkg/gnustep/PikoPixel/Makefile 2016-11-21 02:00:41 +0000
@@ -0,0 +1,47 @@
+# Copyright © 2016 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 = PikoPixel
+GARNAME = PikoPixel
+GARVERSION = 1.0-b7
+HOME_URL = http://twilightedge.com/mac/pikopixel/
+ # see also http://www.gnustep.org/softwareindex
+DESCRIPTION = PikoPixel is a free app for drawing and editing pixel-art images.
+define BLURB
+
+endef
+
+######################################################################
+# http://twilightedge.com/downloads/PikoPixel.Sources.1.0-b7.zip
+MASTER_SITES = http://twilightedge.com/
+MASTER_SUBDIR = /downloads/
+DISTFILES = $(NAME).Sources.$(GARVERSION).zip
+
+WORKOBJ= $(WORKDIR)/$(NAME).Sources.$(GARVERSION)/$(NAME)/
+
+SIGFILES =
+CONFIGURE_SCRIPTS=
+
+# apt install libicns1 libicns-dev
+#
+BUILDDEPS =
+LIBDEPS =
+
+######################################################################
+
+include ../../../gar/gar.lib/gnustep.mk
+include config.mk
=== added file 'pkg/gnustep/PikoPixel/config.mk'
--- a/pkg/gnustep/PikoPixel/config.mk 1970-01-01 00:00:00 +0000
+++ b/pkg/gnustep/PikoPixel/config.mk 2016-11-21 02:00:41 +0000
@@ -0,0 +1,4 @@
+## Configuration options for PikoPixel ##
+
+CONFIGURE_OPTS ?=
+BUILD_OPTS ?=
=== added file 'pkg/gnustep/PikoPixel/sha256sums'
--- a/pkg/gnustep/PikoPixel/sha256sums 1970-01-01 00:00:00 +0000
+++ b/pkg/gnustep/PikoPixel/sha256sums 2016-11-21 02:00:41 +0000
@@ -0,0 +1,1 @@
+000e0346a13ae481a523448b3a8ab5c646cc2a46a9e176db72e1b24be574f157
download/PikoPixel.Sources.1.0-b7.zip
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gsrc-commit] trunk r4137: new program, PikoPixel pixel image editor,
Carl Hansen <=