Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: PikoPixel.app-1.0.b9e
@ 2020-04-20 13:03 RoundDuckKira
  2020-04-20 13:12 ` RoundDuckKira
                   ` (20 more replies)
  0 siblings, 21 replies; 22+ messages in thread
From: RoundDuckKira @ 2020-04-20 13:03 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 791 bytes --]

There is a new pull request by RoundDuckKira against master on the void-packages repository

https://github.com/RoundDuckKira/void-packages pikopixel
https://github.com/void-linux/void-packages/pull/21185

New package: PikoPixel.app-1.0.b9e
This is a GNUstep-based app that's used to create pixel art. When I was looking for an open source art program to use after finding out I couldn't use aseprite and wanting to use something open source but still focused on pixel art anyways, I realized I could use this, but I always had trouble with it due to having to compile and run it manually, so I made my own package, with help from the irc chat.

I hope in the future I can port other packages too.

A patch file from https://github.com/void-linux/void-packages/pull/21185.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-pikopixel-21185.patch --]
[-- Type: text/x-diff, Size: 1576 bytes --]

From 83077fbee7af4c32ecf3bd9abe05fc0b6f3e1a9f Mon Sep 17 00:00:00 2001
From: Kira Patton <roundduckman@protonmail.com>
Date: Mon, 20 Apr 2020 08:38:36 -0400
Subject: [PATCH] New package: PikoPixel.app-1.0.b9e

---
 srcpkgs/PikoPixel.app/template | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)
 create mode 100644 srcpkgs/PikoPixel.app/template

diff --git a/srcpkgs/PikoPixel.app/template b/srcpkgs/PikoPixel.app/template
new file mode 100644
index 00000000000..f838d46ee8b
--- /dev/null
+++ b/srcpkgs/PikoPixel.app/template
@@ -0,0 +1,28 @@
+# Template file for 'PikoPixel.app'
+pkgname=PikoPixel.app
+version=1.0.b9e
+revision=1
+archs="x86_64"
+create_wrksrc=yes
+build_wrksrc=PikoPixel.Sources.${version%.*}-${version##*.}/PikoPixel
+build_style=gnu-makefile
+make_use_env=yes
+hostmakedepends="gnustep-make gcc-objc tar"
+makedepends="gnustep-base-devel gnustep-gui-devel"
+depends="gnustep-base gnustep-gui gnustep-back"
+short_desc="GNUstep application for drawing/editing pixel-art"
+maintainer="Kira Patton <roundduckman@protonmail.com>"
+license="AGPL-3.0"
+homepage="http://twilightedge.com/mac/pikopixel/"
+distfiles="http://twilightedge.com/downloads/PikoPixel.Sources.${version%.*}-${version##*.}.tar.gz"
+checksum=96977fc51343d294c7d7e76d8f1ac7aa82ae9da1d7d082dee6cee8035959afbe
+pre_build() {
+	source /usr/share/GNUstep/Makefiles/GNUstep.sh
+}
+pre_install() {
+	source /usr/share/GNUstep/Makefiles/GNUstep.sh
+}
+post_install() {
+	#.desktop file exists but isn't included due to issues in the file
+	vlicense ../LICENSE_agpl-3.0.txt
+}

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: New package: PikoPixel.app-1.0.b9e
  2020-04-20 13:03 [PR PATCH] New package: PikoPixel.app-1.0.b9e RoundDuckKira
@ 2020-04-20 13:12 ` RoundDuckKira
  2020-04-20 13:16 ` RoundDuckKira
                   ` (19 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: RoundDuckKira @ 2020-04-20 13:12 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 779 bytes --]

New comment by RoundDuckKira on void-packages repository

https://github.com/void-linux/void-packages/pull/21185#issuecomment-616543770

Comment:
I'll admit there are some problems with this initial contribution that I (or others?) would fix in the future

the first is the .desktop shortcut, I tried to install it in but it's broken so I omitted it

the second is icons, which I have no clue why icons aren't working though I think it has to do with the fact one needs a GNUstep theme with needed icons

the third issue that might be the easiest to fix but I wanted a working package in still is support for other architectures besides x86_64. I tried to compile an i686 version to test that out but that failed, with it mentioning about how it couldn't get libobjc.so.4.

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: New package: PikoPixel.app-1.0.b9e
  2020-04-20 13:03 [PR PATCH] New package: PikoPixel.app-1.0.b9e RoundDuckKira
  2020-04-20 13:12 ` RoundDuckKira
@ 2020-04-20 13:16 ` RoundDuckKira
  2020-04-20 13:52 ` [PR PATCH] [Updated] " RoundDuckKira
                   ` (18 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: RoundDuckKira @ 2020-04-20 13:16 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 269 bytes --]

New comment by RoundDuckKira on void-packages repository

https://github.com/void-linux/void-packages/pull/21185#issuecomment-616546136

Comment:
as for the Travis issue I realized I needed to use SPDX oof, will update request accordingly to the instructions from Void

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [PR PATCH] [Updated] New package: PikoPixel.app-1.0.b9e
  2020-04-20 13:03 [PR PATCH] New package: PikoPixel.app-1.0.b9e RoundDuckKira
  2020-04-20 13:12 ` RoundDuckKira
  2020-04-20 13:16 ` RoundDuckKira
@ 2020-04-20 13:52 ` RoundDuckKira
  2020-04-20 14:17 ` Duncaen
                   ` (17 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: RoundDuckKira @ 2020-04-20 13:52 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 796 bytes --]

There is an updated pull request by RoundDuckKira against master on the void-packages repository

https://github.com/RoundDuckKira/void-packages pikopixel
https://github.com/void-linux/void-packages/pull/21185

New package: PikoPixel.app-1.0.b9e
This is a GNUstep-based app that's used to create pixel art. When I was looking for an open source art program to use after finding out I couldn't use aseprite and wanting to use something open source but still focused on pixel art anyways, I realized I could use this, but I always had trouble with it due to having to compile and run it manually, so I made my own package, with help from the irc chat.

I hope in the future I can port other packages too.

A patch file from https://github.com/void-linux/void-packages/pull/21185.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-pikopixel-21185.patch --]
[-- Type: text/x-diff, Size: 1581 bytes --]

From 55650bd4c8b7d5e0ec85ee76a7fede871245c105 Mon Sep 17 00:00:00 2001
From: Kira Patton <roundduckman@protonmail.com>
Date: Mon, 20 Apr 2020 08:38:36 -0400
Subject: [PATCH] New package: PikoPixel.app-1.0.b9e

---
 srcpkgs/PikoPixel.app/template | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)
 create mode 100644 srcpkgs/PikoPixel.app/template

diff --git a/srcpkgs/PikoPixel.app/template b/srcpkgs/PikoPixel.app/template
new file mode 100644
index 00000000000..13d5d244bce
--- /dev/null
+++ b/srcpkgs/PikoPixel.app/template
@@ -0,0 +1,28 @@
+# Template file for 'PikoPixel.app'
+pkgname=PikoPixel.app
+version=1.0.b9e
+revision=1
+archs="x86_64"
+create_wrksrc=yes
+build_wrksrc=PikoPixel.Sources.${version%.*}-${version##*.}/PikoPixel
+build_style=gnu-makefile
+make_use_env=yes
+hostmakedepends="gnustep-make gcc-objc tar"
+makedepends="gnustep-base-devel gnustep-gui-devel"
+depends="gnustep-base gnustep-gui gnustep-back"
+short_desc="GNUstep application for drawing/editing pixel-art"
+maintainer="Kira Patton <roundduckman@protonmail.com>"
+license="AGPL-3.0-only"
+homepage="http://twilightedge.com/mac/pikopixel/"
+distfiles="http://twilightedge.com/downloads/PikoPixel.Sources.${version%.*}-${version##*.}.tar.gz"
+checksum=96977fc51343d294c7d7e76d8f1ac7aa82ae9da1d7d082dee6cee8035959afbe
+pre_build() {
+	source /usr/share/GNUstep/Makefiles/GNUstep.sh
+}
+pre_install() {
+	source /usr/share/GNUstep/Makefiles/GNUstep.sh
+}
+post_install() {
+	#.desktop file exists but isn't included due to issues in the file
+	vlicense ../LICENSE_agpl-3.0.txt
+}

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: New package: PikoPixel.app-1.0.b9e
  2020-04-20 13:03 [PR PATCH] New package: PikoPixel.app-1.0.b9e RoundDuckKira
                   ` (2 preceding siblings ...)
  2020-04-20 13:52 ` [PR PATCH] [Updated] " RoundDuckKira
@ 2020-04-20 14:17 ` Duncaen
  2020-04-20 14:40 ` [PR PATCH] [Updated] " RoundDuckKira
                   ` (16 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: Duncaen @ 2020-04-20 14:17 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1251 bytes --]

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/21185#issuecomment-616583947

Comment:
```diff
diff --git a/srcpkgs/PikoPixel.app/template b/srcpkgs/PikoPixel.app/template
index 13d5d244bc..1656fcfba7 100644
--- a/srcpkgs/PikoPixel.app/template
+++ b/srcpkgs/PikoPixel.app/template
@@ -2,9 +2,8 @@
 pkgname=PikoPixel.app
 version=1.0.b9e
 revision=1
-archs="x86_64"
-create_wrksrc=yes
-build_wrksrc=PikoPixel.Sources.${version%.*}-${version##*.}/PikoPixel
+wrksrc="PikoPixel.Sources.${version%.*}-${version##*.}"
+build_wrksrc=PikoPixel
 build_style=gnu-makefile
 make_use_env=yes
 hostmakedepends="gnustep-make gcc-objc tar"
@@ -16,12 +15,15 @@ license="AGPL-3.0-only"
 homepage="http://twilightedge.com/mac/pikopixel/"
 distfiles="http://twilightedge.com/downloads/PikoPixel.Sources.${version%.*}-${version##*.}.tar.gz"
 checksum=96977fc51343d294c7d7e76d8f1ac7aa82ae9da1d7d082dee6cee8035959afbe
+
 pre_build() {
 	source /usr/share/GNUstep/Makefiles/GNUstep.sh
 }
+
 pre_install() {
 	source /usr/share/GNUstep/Makefiles/GNUstep.sh
 }
+
 post_install() {
 	#.desktop file exists but isn't included due to issues in the file
 	vlicense ../LICENSE_agpl-3.0.txt
```

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [PR PATCH] [Updated] New package: PikoPixel.app-1.0.b9e
  2020-04-20 13:03 [PR PATCH] New package: PikoPixel.app-1.0.b9e RoundDuckKira
                   ` (3 preceding siblings ...)
  2020-04-20 14:17 ` Duncaen
@ 2020-04-20 14:40 ` RoundDuckKira
  2020-04-20 14:41 ` RoundDuckKira
                   ` (15 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: RoundDuckKira @ 2020-04-20 14:40 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 796 bytes --]

There is an updated pull request by RoundDuckKira against master on the void-packages repository

https://github.com/RoundDuckKira/void-packages pikopixel
https://github.com/void-linux/void-packages/pull/21185

New package: PikoPixel.app-1.0.b9e
This is a GNUstep-based app that's used to create pixel art. When I was looking for an open source art program to use after finding out I couldn't use aseprite and wanting to use something open source but still focused on pixel art anyways, I realized I could use this, but I always had trouble with it due to having to compile and run it manually, so I made my own package, with help from the irc chat.

I hope in the future I can port other packages too.

A patch file from https://github.com/void-linux/void-packages/pull/21185.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-pikopixel-21185.patch --]
[-- Type: text/x-diff, Size: 1555 bytes --]

From 1f44e845039f82079f895243a4b7f7476a8fa3aa Mon Sep 17 00:00:00 2001
From: Kira Patton <roundduckman@protonmail.com>
Date: Mon, 20 Apr 2020 08:38:36 -0400
Subject: [PATCH] New package: PikoPixel.app-1.0.b9e

---
 srcpkgs/PikoPixel.app/template | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)
 create mode 100644 srcpkgs/PikoPixel.app/template

diff --git a/srcpkgs/PikoPixel.app/template b/srcpkgs/PikoPixel.app/template
new file mode 100644
index 00000000000..101aca10711
--- /dev/null
+++ b/srcpkgs/PikoPixel.app/template
@@ -0,0 +1,27 @@
+# Template file for 'PikoPixel.app'
+pkgname=PikoPixel.app
+version=1.0.b9e
+revision=1
+wrksrc="PikoPixel.Sources.${version%.*}-${version##*.}"
+build_wrksrc=PikoPixel
+build_style=gnu-makefile
+make_use_env=yes
+hostmakedepends="gnustep-make gcc-objc tar"
+makedepends="gnustep-base-devel gnustep-gui-devel"
+depends="gnustep-base gnustep-gui gnustep-back"
+short_desc="GNUstep application for drawing/editing pixel-art"
+maintainer="Kira Patton <roundduckman@protonmail.com>"
+license="AGPL-3.0-only"
+homepage="http://twilightedge.com/mac/pikopixel/"
+distfiles="http://twilightedge.com/downloads/PikoPixel.Sources.${version%.*}-${version##*.}.tar.gz"
+checksum=96977fc51343d294c7d7e76d8f1ac7aa82ae9da1d7d082dee6cee8035959afbe
+pre_build() {
+	source /usr/share/GNUstep/Makefiles/GNUstep.sh
+}
+pre_install() {
+	source /usr/share/GNUstep/Makefiles/GNUstep.sh
+}
+post_install() {
+	#.desktop file exists but isn't included due to issues in the file
+	vlicense ../LICENSE_agpl-3.0.txt
+}

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: New package: PikoPixel.app-1.0.b9e
  2020-04-20 13:03 [PR PATCH] New package: PikoPixel.app-1.0.b9e RoundDuckKira
                   ` (4 preceding siblings ...)
  2020-04-20 14:40 ` [PR PATCH] [Updated] " RoundDuckKira
@ 2020-04-20 14:41 ` RoundDuckKira
  2020-04-20 15:11 ` [PR PATCH] [Updated] " RoundDuckKira
                   ` (14 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: RoundDuckKira @ 2020-04-20 14:41 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 183 bytes --]

New comment by RoundDuckKira on void-packages repository

https://github.com/void-linux/void-packages/pull/21185#issuecomment-616598583

Comment:
I brought your changes in Duncaen :D

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [PR PATCH] [Updated] New package: PikoPixel.app-1.0.b9e
  2020-04-20 13:03 [PR PATCH] New package: PikoPixel.app-1.0.b9e RoundDuckKira
                   ` (5 preceding siblings ...)
  2020-04-20 14:41 ` RoundDuckKira
@ 2020-04-20 15:11 ` RoundDuckKira
  2020-04-20 15:13 ` RoundDuckKira
                   ` (13 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: RoundDuckKira @ 2020-04-20 15:11 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 796 bytes --]

There is an updated pull request by RoundDuckKira against master on the void-packages repository

https://github.com/RoundDuckKira/void-packages pikopixel
https://github.com/void-linux/void-packages/pull/21185

New package: PikoPixel.app-1.0.b9e
This is a GNUstep-based app that's used to create pixel art. When I was looking for an open source art program to use after finding out I couldn't use aseprite and wanting to use something open source but still focused on pixel art anyways, I realized I could use this, but I always had trouble with it due to having to compile and run it manually, so I made my own package, with help from the irc chat.

I hope in the future I can port other packages too.

A patch file from https://github.com/void-linux/void-packages/pull/21185.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-pikopixel-21185.patch --]
[-- Type: text/x-diff, Size: 1564 bytes --]

From c8b3b416aa7cae0c8c67a829a45d73a62d54d6f3 Mon Sep 17 00:00:00 2001
From: Kira Patton <roundduckman@protonmail.com>
Date: Mon, 20 Apr 2020 08:38:36 -0400
Subject: [PATCH] New package: PikoPixel.app-1.0.b9e

---
 srcpkgs/PikoPixel.app/template | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)
 create mode 100644 srcpkgs/PikoPixel.app/template

diff --git a/srcpkgs/PikoPixel.app/template b/srcpkgs/PikoPixel.app/template
new file mode 100644
index 00000000000..1656fcfba7b
--- /dev/null
+++ b/srcpkgs/PikoPixel.app/template
@@ -0,0 +1,30 @@
+# Template file for 'PikoPixel.app'
+pkgname=PikoPixel.app
+version=1.0.b9e
+revision=1
+wrksrc="PikoPixel.Sources.${version%.*}-${version##*.}"
+build_wrksrc=PikoPixel
+build_style=gnu-makefile
+make_use_env=yes
+hostmakedepends="gnustep-make gcc-objc tar"
+makedepends="gnustep-base-devel gnustep-gui-devel"
+depends="gnustep-base gnustep-gui gnustep-back"
+short_desc="GNUstep application for drawing/editing pixel-art"
+maintainer="Kira Patton <roundduckman@protonmail.com>"
+license="AGPL-3.0-only"
+homepage="http://twilightedge.com/mac/pikopixel/"
+distfiles="http://twilightedge.com/downloads/PikoPixel.Sources.${version%.*}-${version##*.}.tar.gz"
+checksum=96977fc51343d294c7d7e76d8f1ac7aa82ae9da1d7d082dee6cee8035959afbe
+
+pre_build() {
+	source /usr/share/GNUstep/Makefiles/GNUstep.sh
+}
+
+pre_install() {
+	source /usr/share/GNUstep/Makefiles/GNUstep.sh
+}
+
+post_install() {
+	#.desktop file exists but isn't included due to issues in the file
+	vlicense ../LICENSE_agpl-3.0.txt
+}

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: New package: PikoPixel.app-1.0.b9e
  2020-04-20 13:03 [PR PATCH] New package: PikoPixel.app-1.0.b9e RoundDuckKira
                   ` (6 preceding siblings ...)
  2020-04-20 15:11 ` [PR PATCH] [Updated] " RoundDuckKira
@ 2020-04-20 15:13 ` RoundDuckKira
  2020-04-21  0:30 ` RoundDuckKira
                   ` (12 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: RoundDuckKira @ 2020-04-20 15:13 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 247 bytes --]

New comment by RoundDuckKira on void-packages repository

https://github.com/void-linux/void-packages/pull/21185#issuecomment-616618106

Comment:
added more changes to make it more stylistically consistent with other Void packages, thanks Duncaen

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: New package: PikoPixel.app-1.0.b9e
  2020-04-20 13:03 [PR PATCH] New package: PikoPixel.app-1.0.b9e RoundDuckKira
                   ` (7 preceding siblings ...)
  2020-04-20 15:13 ` RoundDuckKira
@ 2020-04-21  0:30 ` RoundDuckKira
  2020-04-21  0:38 ` RoundDuckKira
                   ` (11 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: RoundDuckKira @ 2020-04-21  0:30 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 290 bytes --]

New comment by RoundDuckKira on void-packages repository

https://github.com/void-linux/void-packages/pull/21185#issuecomment-616879926

Comment:
Any other changes I should bring in?

Should I go about attempting to fix the .desktop file in the package instead of completely omitting it?

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: New package: PikoPixel.app-1.0.b9e
  2020-04-20 13:03 [PR PATCH] New package: PikoPixel.app-1.0.b9e RoundDuckKira
                   ` (8 preceding siblings ...)
  2020-04-21  0:30 ` RoundDuckKira
@ 2020-04-21  0:38 ` RoundDuckKira
  2020-04-21  8:33 ` RoundDuckKira
                   ` (10 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: RoundDuckKira @ 2020-04-21  0:38 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 277 bytes --]

New comment by RoundDuckKira on void-packages repository

https://github.com/void-linux/void-packages/pull/21185#issuecomment-616882095

Comment:
I'm gonna look tonight or whenever to see in a VM how the .desktop file functions in a experimental private version of the package

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: New package: PikoPixel.app-1.0.b9e
  2020-04-20 13:03 [PR PATCH] New package: PikoPixel.app-1.0.b9e RoundDuckKira
                   ` (9 preceding siblings ...)
  2020-04-21  0:38 ` RoundDuckKira
@ 2020-04-21  8:33 ` RoundDuckKira
  2020-04-21  8:35 ` RoundDuckKira
                   ` (9 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: RoundDuckKira @ 2020-04-21  8:33 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 487 bytes --]

New comment by RoundDuckKira on void-packages repository

https://github.com/void-linux/void-packages/pull/21185#issuecomment-617036783

Comment:
One other issue I need to deal with at some point but I'm realizing isn't a bug with the program but with how things are packaged are icons. Icons are missing. Unfortunately I have not much of a clue why this is happening, but I feel it may involve gnustep-examples, which is not available in Void. I may need to create that package too >_<

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: New package: PikoPixel.app-1.0.b9e
  2020-04-20 13:03 [PR PATCH] New package: PikoPixel.app-1.0.b9e RoundDuckKira
                   ` (10 preceding siblings ...)
  2020-04-21  8:33 ` RoundDuckKira
@ 2020-04-21  8:35 ` RoundDuckKira
  2020-04-21  8:35 ` RoundDuckKira
                   ` (8 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: RoundDuckKira @ 2020-04-21  8:35 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 631 bytes --]

New comment by RoundDuckKira on void-packages repository

https://github.com/void-linux/void-packages/pull/21185#issuecomment-617037861

Comment:
> One other issue I need to deal with at some point but I'm realizing isn't a bug with the program but with how things are packaged are icons. Icons are missing. Unfortunately I have not much of a clue why this is happening, but I feel it may involve gnustep-examples, which is not available in Void. I may need to create that package too >_<

![2020-04-21-043432_175x224_scrot](https://user-images.githubusercontent.com/18473231/79844318-83032100-8389-11ea-8fde-453d8ca9e273.png)


^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: New package: PikoPixel.app-1.0.b9e
  2020-04-20 13:03 [PR PATCH] New package: PikoPixel.app-1.0.b9e RoundDuckKira
                   ` (11 preceding siblings ...)
  2020-04-21  8:35 ` RoundDuckKira
@ 2020-04-21  8:35 ` RoundDuckKira
  2020-04-21  8:35 ` RoundDuckKira
                   ` (7 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: RoundDuckKira @ 2020-04-21  8:35 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 487 bytes --]

New comment by RoundDuckKira on void-packages repository

https://github.com/void-linux/void-packages/pull/21185#issuecomment-617036783

Comment:
One other issue I need to deal with at some point but I'm realizing isn't a bug with the program but with how things are packaged are icons. Icons are missing. Unfortunately I have not much of a clue why this is happening, but I feel it may involve gnustep-examples, which is not available in Void. I may need to create that package too >_<

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: New package: PikoPixel.app-1.0.b9e
  2020-04-20 13:03 [PR PATCH] New package: PikoPixel.app-1.0.b9e RoundDuckKira
                   ` (12 preceding siblings ...)
  2020-04-21  8:35 ` RoundDuckKira
@ 2020-04-21  8:35 ` RoundDuckKira
  2020-04-21 16:58 ` RoundDuckKira
                   ` (6 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: RoundDuckKira @ 2020-04-21  8:35 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 629 bytes --]

New comment by RoundDuckKira on void-packages repository

https://github.com/void-linux/void-packages/pull/21185#issuecomment-617037861

Comment:
One other issue I need to deal with at some point but I'm realizing isn't a bug with the program but with how things are packaged are icons. Icons are missing. Unfortunately I have not much of a clue why this is happening, but I feel it may involve gnustep-examples, which is not available in Void. I may need to create that package too >_<

![2020-04-21-043432_175x224_scrot](https://user-images.githubusercontent.com/18473231/79844318-83032100-8389-11ea-8fde-453d8ca9e273.png)


^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: New package: PikoPixel.app-1.0.b9e
  2020-04-20 13:03 [PR PATCH] New package: PikoPixel.app-1.0.b9e RoundDuckKira
                   ` (13 preceding siblings ...)
  2020-04-21  8:35 ` RoundDuckKira
@ 2020-04-21 16:58 ` RoundDuckKira
  2020-04-21 20:02 ` RoundDuckKira
                   ` (5 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: RoundDuckKira @ 2020-04-21 16:58 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 686 bytes --]

New comment by RoundDuckKira on void-packages repository

https://github.com/void-linux/void-packages/pull/21185#issuecomment-617286104

Comment:
Update: the bug doesn't appear when building on Devuan 3 Beowulf on a pretty barebones system, minus installing extra command line tools during the install and firefox and arandr. Even gnustep-examples was omitted. Despite that, icons still appeared in PikoPixel.

The reason why this matters in the discussion is that something else, not the lack of gnustep-examples, is causing problems. Something relating to the gnustep packages already in Void, perhaps? But then again icons work fine in things like Gorm so I have no clue. :sweat: 

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: New package: PikoPixel.app-1.0.b9e
  2020-04-20 13:03 [PR PATCH] New package: PikoPixel.app-1.0.b9e RoundDuckKira
                   ` (14 preceding siblings ...)
  2020-04-21 16:58 ` RoundDuckKira
@ 2020-04-21 20:02 ` RoundDuckKira
  2020-04-26 18:17 ` abenson
                   ` (4 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: RoundDuckKira @ 2020-04-21 20:02 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 349 bytes --]

New comment by RoundDuckKira on void-packages repository

https://github.com/void-linux/void-packages/pull/21185#issuecomment-617383981

Comment:
Ok one thing for sure, this will need to wait out a bit anyways until https://github.com/void-linux/void-packages/pull/21214 is approved into Void, as that fixes the missing icon issues in PikoPixel. :D

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: New package: PikoPixel.app-1.0.b9e
  2020-04-20 13:03 [PR PATCH] New package: PikoPixel.app-1.0.b9e RoundDuckKira
                   ` (15 preceding siblings ...)
  2020-04-21 20:02 ` RoundDuckKira
@ 2020-04-26 18:17 ` abenson
  2020-04-27  0:08 ` [PR PATCH] [Updated] " RoundDuckKira
                   ` (3 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: abenson @ 2020-04-26 18:17 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 213 bytes --]

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/21185#issuecomment-619599267

Comment:
Should be good to go for this one! Rebase on master and rebuild to test.

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [PR PATCH] [Updated] New package: PikoPixel.app-1.0.b9e
  2020-04-20 13:03 [PR PATCH] New package: PikoPixel.app-1.0.b9e RoundDuckKira
                   ` (16 preceding siblings ...)
  2020-04-26 18:17 ` abenson
@ 2020-04-27  0:08 ` RoundDuckKira
  2020-04-27  0:26 ` RoundDuckKira
                   ` (2 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: RoundDuckKira @ 2020-04-27  0:08 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 796 bytes --]

There is an updated pull request by RoundDuckKira against master on the void-packages repository

https://github.com/RoundDuckKira/void-packages pikopixel
https://github.com/void-linux/void-packages/pull/21185

New package: PikoPixel.app-1.0.b9e
This is a GNUstep-based app that's used to create pixel art. When I was looking for an open source art program to use after finding out I couldn't use aseprite and wanting to use something open source but still focused on pixel art anyways, I realized I could use this, but I always had trouble with it due to having to compile and run it manually, so I made my own package, with help from the irc chat.

I hope in the future I can port other packages too.

A patch file from https://github.com/void-linux/void-packages/pull/21185.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-pikopixel-21185.patch --]
[-- Type: text/x-diff, Size: 1584 bytes --]

From 18e03a667e03ca3c0eb4fe8eaf1711143d5a0b57 Mon Sep 17 00:00:00 2001
From: Kira Patton <roundduckman@protonmail.com>
Date: Mon, 20 Apr 2020 08:38:36 -0400
Subject: [PATCH] New package: PikoPixel.app-1.0.b9e

---
 srcpkgs/PikoPixel.app/template | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)
 create mode 100644 srcpkgs/PikoPixel.app/template

diff --git a/srcpkgs/PikoPixel.app/template b/srcpkgs/PikoPixel.app/template
new file mode 100644
index 00000000000..33eda021519
--- /dev/null
+++ b/srcpkgs/PikoPixel.app/template
@@ -0,0 +1,30 @@
+# Template file for 'PikoPixel.app'
+pkgname=PikoPixel.app
+version=1.0.b9e
+revision=1
+wrksrc="PikoPixel.Sources.${version%.*}-${version##*.}"
+build_wrksrc=PikoPixel
+build_style=gnu-makefile
+make_use_env=yes
+hostmakedepends="gnustep-make gcc-objc tar which"
+makedepends="gnustep-base-devel gnustep-gui-devel"
+depends="gnustep-base gnustep-gui gnustep-back"
+short_desc="GNUstep application for drawing/editing pixel-art"
+maintainer="Kira Patton <roundduckman@protonmail.com>"
+license="AGPL-3.0-only"
+homepage="http://twilightedge.com/mac/pikopixel/"
+distfiles="http://twilightedge.com/downloads/PikoPixel.Sources.${version%.*}-${version##*.}.tar.gz"
+checksum=96977fc51343d294c7d7e76d8f1ac7aa82ae9da1d7d082dee6cee8035959afbe
+
+pre_build() {
+	source /usr/share/GNUstep/Makefiles/GNUstep.sh
+}
+
+pre_install() {
+	source /usr/share/GNUstep/Makefiles/GNUstep.sh
+}
+
+post_install() {
+	vinstall PikoPixel.app/Resources/PikoPixel.desktop 0755 /usr/share/applications/
+	vlicense ../LICENSE_agpl-3.0.txt
+}

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: New package: PikoPixel.app-1.0.b9e
  2020-04-20 13:03 [PR PATCH] New package: PikoPixel.app-1.0.b9e RoundDuckKira
                   ` (17 preceding siblings ...)
  2020-04-27  0:08 ` [PR PATCH] [Updated] " RoundDuckKira
@ 2020-04-27  0:26 ` RoundDuckKira
  2020-04-27  0:27 ` RoundDuckKira
  2020-04-27  0:43 ` [PR PATCH] [Merged]: " the-maldridge
  20 siblings, 0 replies; 22+ messages in thread
From: RoundDuckKira @ 2020-04-27  0:26 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 626 bytes --]

New comment by RoundDuckKira on void-packages repository

https://github.com/void-linux/void-packages/pull/21185#issuecomment-619649382

Comment:
FINALLY IT WORKS NOW AND EVEN THE .DESKTOP FILE WORKS NOW
![2020-04-26-202040_1920x1080_scrot](https://user-images.githubusercontent.com/18473231/80323925-04303d00-87fc-11ea-954f-ecc54684be70.png)
![2020-04-26-202533_1920x1080_scrot](https://user-images.githubusercontent.com/18473231/80323943-2033de80-87fc-11ea-80bd-3b3d2faf2780.png)
![2020-04-26-202626_1920x1080_scrot](https://user-images.githubusercontent.com/18473231/80323964-4194ca80-87fc-11ea-88cf-93bc876e5bfd.png)


^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: New package: PikoPixel.app-1.0.b9e
  2020-04-20 13:03 [PR PATCH] New package: PikoPixel.app-1.0.b9e RoundDuckKira
                   ` (18 preceding siblings ...)
  2020-04-27  0:26 ` RoundDuckKira
@ 2020-04-27  0:27 ` RoundDuckKira
  2020-04-27  0:43 ` [PR PATCH] [Merged]: " the-maldridge
  20 siblings, 0 replies; 22+ messages in thread
From: RoundDuckKira @ 2020-04-27  0:27 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 242 bytes --]

New comment by RoundDuckKira on void-packages repository

https://github.com/void-linux/void-packages/pull/21185#issuecomment-619649507

Comment:
I feel now the package is finally ready to join the repos, so now I'm just waiting for approval

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [PR PATCH] [Merged]: New package: PikoPixel.app-1.0.b9e
  2020-04-20 13:03 [PR PATCH] New package: PikoPixel.app-1.0.b9e RoundDuckKira
                   ` (19 preceding siblings ...)
  2020-04-27  0:27 ` RoundDuckKira
@ 2020-04-27  0:43 ` the-maldridge
  20 siblings, 0 replies; 22+ messages in thread
From: the-maldridge @ 2020-04-27  0:43 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 626 bytes --]

There's a merged pull request on the void-packages repository

New package: PikoPixel.app-1.0.b9e
https://github.com/void-linux/void-packages/pull/21185

Description:
This is a GNUstep-based app that's used to create pixel art. When I was looking for an open source art program to use after finding out I couldn't use aseprite and wanting to use something open source but still focused on pixel art anyways, I realized I could use this, but I always had trouble with it due to having to compile and run it manually, so I made my own package, with help from the irc chat.

I hope in the future I can port other packages too.

^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2020-04-27  0:43 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-20 13:03 [PR PATCH] New package: PikoPixel.app-1.0.b9e RoundDuckKira
2020-04-20 13:12 ` RoundDuckKira
2020-04-20 13:16 ` RoundDuckKira
2020-04-20 13:52 ` [PR PATCH] [Updated] " RoundDuckKira
2020-04-20 14:17 ` Duncaen
2020-04-20 14:40 ` [PR PATCH] [Updated] " RoundDuckKira
2020-04-20 14:41 ` RoundDuckKira
2020-04-20 15:11 ` [PR PATCH] [Updated] " RoundDuckKira
2020-04-20 15:13 ` RoundDuckKira
2020-04-21  0:30 ` RoundDuckKira
2020-04-21  0:38 ` RoundDuckKira
2020-04-21  8:33 ` RoundDuckKira
2020-04-21  8:35 ` RoundDuckKira
2020-04-21  8:35 ` RoundDuckKira
2020-04-21  8:35 ` RoundDuckKira
2020-04-21 16:58 ` RoundDuckKira
2020-04-21 20:02 ` RoundDuckKira
2020-04-26 18:17 ` abenson
2020-04-27  0:08 ` [PR PATCH] [Updated] " RoundDuckKira
2020-04-27  0:26 ` RoundDuckKira
2020-04-27  0:27 ` RoundDuckKira
2020-04-27  0:43 ` [PR PATCH] [Merged]: " the-maldridge

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).