Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: LibreSprite-1.0
@ 2021-12-22  1:54 notthewave
  2021-12-22  1:56 ` [PR PATCH] [Updated] " notthewave
                   ` (11 more replies)
  0 siblings, 12 replies; 15+ messages in thread
From: notthewave @ 2021-12-22  1:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/notthewave/void-packages LibreSprite
https://github.com/void-linux/void-packages/pull/34654

New package: LibreSprite-1.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - NO.

closes https://github.com/void-linux/void-packages/issues/34594 and potentially https://github.com/void-linux/void-packages/issues/24800

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

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

From 26a0ec6bda50fd8356a950b2383e9f9e9f6d15f7 Mon Sep 17 00:00:00 2001
From: notthewave <winklbauer_m@zoho.eu>
Date: Wed, 22 Dec 2021 02:51:36 +0100
Subject: [PATCH] New package: LibreSprite-1.0

---
 srcpkgs/LibreSprite/template | 48 ++++++++++++++++++++++++++++++++++++
 1 file changed, 48 insertions(+)
 create mode 100644 srcpkgs/LibreSprite/template

diff --git a/srcpkgs/LibreSprite/template b/srcpkgs/LibreSprite/template
new file mode 100644
index 000000000000..6de4136ce700
--- /dev/null
+++ b/srcpkgs/LibreSprite/template
@@ -0,0 +1,48 @@
+# Template file for 'LibreSprite'
+pkgname=LibreSprite
+_clipcommit=a65a9e543e9a270bb7c58789d15d027bbd8efb2a
+_fliccommit=65a6072fa0aa611c383b44d21b87d41e2ea8b523
+_observablecommit=89c97405025c17fbce5b147aae86fe35b00f98e5
+_undocommit=f39b188e29d0f9adaa49c8705c0f492939d967a9
+_simpleinicommit=0687587cef1816a04307d632e517be9803bbdca6
+_duktapecommit=6f715553e706b61e611aa4ae8e6fe90626800dae
+version=1.0
+revision=1
+#archs="i686 x86_64"
+#wrksrc=
+#create_wrksrc=yes
+build_style=cmake
+#configure_args=""
+#make_build_args=""
+#make_install_args=""
+#conf_files=""
+#make_dirs="/var/log/dir 0755 root root"
+hostmakedepends="pkg-config"
+makedepends="libpng-devel pixman-devel libcurl-devel nodejs-devel SDL2_image-devel tinyxml-devel zlib-devel SDL2-devel freetype-devel lua-devel giflib-devel libjpeg-turbo-devel gtest-devel"
+short_desc="Animated sprite editor & pixel art tool - GPL2 Aseprite fork"
+maintainer="notthewave <winklbauer_m@zoho.eu>"
+license="GPL-2.0-only"
+homepage="https://libresprite.github.io/"
+distfiles="https://github.com/LibreSprite/LibreSprite/archive/refs/tags/v${version}.tar.gz
+https://github.com/aseprite/clip/archive/${_clipcommit}.zip
+https://github.com/aseprite/flic/archive/${_fliccommit}.zip
+https://github.com/dacap/observable/archive/${_observablecommit}.zip
+https://github.com/aseprite/undo/archive/${_undocommit}.zip
+https://github.com/aseprite/simpleini/archive/${_simpleinicommit}.zip
+https://github.com/LibreSprite/duktape/archive/${_duktapecommit}.zip"
+checksum="7f1fc58ba3c1c7dae384a2e893d0b9d821c6213a5121f263d0964deabd07708e
+ eafc2435d03d4660edeaa6c89087abe8a6dfe0003cfcda1560b1a3296ea408f5
+ 0ef2ef3c3cd7b7e48c9df3e1af134059c53e295f1f82a23c91e92dae7eb602a2
+ 5df61dc43fc5c7491fa261502a4e547c33dbfab53b52965613235961e63f65bb
+ f870af42e3f9983862545c24f8ee9a0dff5a30415a1be06b68445d6ea4c3bc62
+ f72bd22ccca908ec0c61f2517fed8402af1ace1b07c4d111688bc9ee95789dcb
+ e736c47b942028680654fb55633ec7efda617324a5f032be44c05f5060a7a796"
+
+post_extract() {
+	mv -T ${XBPS_BUILDDIR}/clip-${_clipcommit} ${wrksrc}/src/clip
+	mv -T ${XBPS_BUILDDIR}/flic-${_fliccommit} ${wrksrc}/src/flic
+	mv -T ${XBPS_BUILDDIR}/observable-${_observablecommit} ${wrksrc}/src/observable
+	mv -T ${XBPS_BUILDDIR}/undo-${_undocommit} ${wrksrc}/src/undo
+	mv -T ${XBPS_BUILDDIR}/simpleini-${_simpleinicommit} ${wrksrc}/third_party/simpleini
+	mv -T ${XBPS_BUILDDIR}/duktape-${_duktapecommit} ${wrksrc}/third_party/duktape
+}

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

* Re: [PR PATCH] [Updated] New package: LibreSprite-1.0
  2021-12-22  1:54 [PR PATCH] New package: LibreSprite-1.0 notthewave
@ 2021-12-22  1:56 ` notthewave
  2021-12-22  2:01 ` notthewave
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 15+ messages in thread
From: notthewave @ 2021-12-22  1:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/notthewave/void-packages LibreSprite
https://github.com/void-linux/void-packages/pull/34654

New package: LibreSprite-1.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - NO.

closes https://github.com/void-linux/void-packages/issues/34594 and potentially https://github.com/void-linux/void-packages/issues/24800

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

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

From 87fd94bea713b83b9acc75628e22e161efce95d3 Mon Sep 17 00:00:00 2001
From: notthewave <winklbauer_m@zoho.eu>
Date: Wed, 22 Dec 2021 02:51:36 +0100
Subject: [PATCH] New package: LibreSprite-1.0

---
 srcpkgs/LibreSprite/template | 40 ++++++++++++++++++++++++++++++++++++
 1 file changed, 40 insertions(+)
 create mode 100644 srcpkgs/LibreSprite/template

diff --git a/srcpkgs/LibreSprite/template b/srcpkgs/LibreSprite/template
new file mode 100644
index 000000000000..0f28ba8cedb4
--- /dev/null
+++ b/srcpkgs/LibreSprite/template
@@ -0,0 +1,40 @@
+# Template file for 'LibreSprite'
+pkgname=LibreSprite
+_clipcommit=a65a9e543e9a270bb7c58789d15d027bbd8efb2a
+_fliccommit=65a6072fa0aa611c383b44d21b87d41e2ea8b523
+_observablecommit=89c97405025c17fbce5b147aae86fe35b00f98e5
+_undocommit=f39b188e29d0f9adaa49c8705c0f492939d967a9
+_simpleinicommit=0687587cef1816a04307d632e517be9803bbdca6
+_duktapecommit=6f715553e706b61e611aa4ae8e6fe90626800dae
+version=1.0
+revision=1
+build_style=cmake
+hostmakedepends="pkg-config"
+makedepends="libpng-devel pixman-devel libcurl-devel nodejs-devel SDL2_image-devel tinyxml-devel zlib-devel SDL2-devel freetype-devel lua-devel giflib-devel libjpeg-turbo-devel gtest-devel"
+short_desc="Animated sprite editor & pixel art tool - GPL2 Aseprite fork"
+maintainer="notthewave <winklbauer_m@zoho.eu>"
+license="GPL-2.0-only"
+homepage="https://libresprite.github.io/"
+distfiles="https://github.com/LibreSprite/LibreSprite/archive/refs/tags/v${version}.tar.gz
+https://github.com/aseprite/clip/archive/${_clipcommit}.zip
+https://github.com/aseprite/flic/archive/${_fliccommit}.zip
+https://github.com/dacap/observable/archive/${_observablecommit}.zip
+https://github.com/aseprite/undo/archive/${_undocommit}.zip
+https://github.com/aseprite/simpleini/archive/${_simpleinicommit}.zip
+https://github.com/LibreSprite/duktape/archive/${_duktapecommit}.zip"
+checksum="7f1fc58ba3c1c7dae384a2e893d0b9d821c6213a5121f263d0964deabd07708e
+ eafc2435d03d4660edeaa6c89087abe8a6dfe0003cfcda1560b1a3296ea408f5
+ 0ef2ef3c3cd7b7e48c9df3e1af134059c53e295f1f82a23c91e92dae7eb602a2
+ 5df61dc43fc5c7491fa261502a4e547c33dbfab53b52965613235961e63f65bb
+ f870af42e3f9983862545c24f8ee9a0dff5a30415a1be06b68445d6ea4c3bc62
+ f72bd22ccca908ec0c61f2517fed8402af1ace1b07c4d111688bc9ee95789dcb
+ e736c47b942028680654fb55633ec7efda617324a5f032be44c05f5060a7a796"
+
+post_extract() {
+	mv -T ${XBPS_BUILDDIR}/clip-${_clipcommit} ${wrksrc}/src/clip
+	mv -T ${XBPS_BUILDDIR}/flic-${_fliccommit} ${wrksrc}/src/flic
+	mv -T ${XBPS_BUILDDIR}/observable-${_observablecommit} ${wrksrc}/src/observable
+	mv -T ${XBPS_BUILDDIR}/undo-${_undocommit} ${wrksrc}/src/undo
+	mv -T ${XBPS_BUILDDIR}/simpleini-${_simpleinicommit} ${wrksrc}/third_party/simpleini
+	mv -T ${XBPS_BUILDDIR}/duktape-${_duktapecommit} ${wrksrc}/third_party/duktape
+}

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

* Re: New package: LibreSprite-1.0
  2021-12-22  1:54 [PR PATCH] New package: LibreSprite-1.0 notthewave
  2021-12-22  1:56 ` [PR PATCH] [Updated] " notthewave
@ 2021-12-22  2:01 ` notthewave
  2021-12-22  2:08 ` notthewave
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 15+ messages in thread
From: notthewave @ 2021-12-22  2:01 UTC (permalink / raw)
  To: ml

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

New comment by notthewave on void-packages repository

https://github.com/void-linux/void-packages/pull/34654#issuecomment-999223798

Comment:
.desktop seems to be missing

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

* Re: New package: LibreSprite-1.0
  2021-12-22  1:54 [PR PATCH] New package: LibreSprite-1.0 notthewave
  2021-12-22  1:56 ` [PR PATCH] [Updated] " notthewave
  2021-12-22  2:01 ` notthewave
@ 2021-12-22  2:08 ` notthewave
  2021-12-22 17:28 ` notthewave
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 15+ messages in thread
From: notthewave @ 2021-12-22  2:08 UTC (permalink / raw)
  To: ml

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

New comment by notthewave on void-packages repository

https://github.com/void-linux/void-packages/pull/34654#issuecomment-999226831

Comment:
worked totally fine locally

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

* Re: New package: LibreSprite-1.0
  2021-12-22  1:54 [PR PATCH] New package: LibreSprite-1.0 notthewave
                   ` (2 preceding siblings ...)
  2021-12-22  2:08 ` notthewave
@ 2021-12-22 17:28 ` notthewave
  2021-12-23 20:04 ` notthewave
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 15+ messages in thread
From: notthewave @ 2021-12-22 17:28 UTC (permalink / raw)
  To: ml

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

New comment by notthewave on void-packages repository

https://github.com/void-linux/void-packages/pull/34654#issuecomment-999226831

Comment:
worked totally fine locally

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

* Re: New package: LibreSprite-1.0
  2021-12-22  1:54 [PR PATCH] New package: LibreSprite-1.0 notthewave
                   ` (3 preceding siblings ...)
  2021-12-22 17:28 ` notthewave
@ 2021-12-23 20:04 ` notthewave
  2021-12-23 20:13 ` notthewave
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 15+ messages in thread
From: notthewave @ 2021-12-23 20:04 UTC (permalink / raw)
  To: ml

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

New comment by notthewave on void-packages repository

https://github.com/void-linux/void-packages/pull/34654#issuecomment-1000501924

Comment:
how can I fix those failing checks?

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

* Re: New package: LibreSprite-1.0
  2021-12-22  1:54 [PR PATCH] New package: LibreSprite-1.0 notthewave
                   ` (4 preceding siblings ...)
  2021-12-23 20:04 ` notthewave
@ 2021-12-23 20:13 ` notthewave
  2021-12-27 16:16 ` [PR PATCH] [Updated] " notthewave
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 15+ messages in thread
From: notthewave @ 2021-12-23 20:13 UTC (permalink / raw)
  To: ml

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

New comment by notthewave on void-packages repository

https://github.com/void-linux/void-packages/pull/34654#issuecomment-1000501924

Comment:
how can I fix those failing checks? the checks that fail are from the submoudule

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

* Re: [PR PATCH] [Updated] New package: LibreSprite-1.0
  2021-12-22  1:54 [PR PATCH] New package: LibreSprite-1.0 notthewave
                   ` (5 preceding siblings ...)
  2021-12-23 20:13 ` notthewave
@ 2021-12-27 16:16 ` notthewave
  2021-12-27 16:39 ` notthewave
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 15+ messages in thread
From: notthewave @ 2021-12-27 16:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/notthewave/void-packages LibreSprite
https://github.com/void-linux/void-packages/pull/34654

New package: LibreSprite-1.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - NO.

closes https://github.com/void-linux/void-packages/issues/34594 and potentially https://github.com/void-linux/void-packages/issues/24800

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

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

From bd357f0180a66a31f4f261e5e6d5c835852d6353 Mon Sep 17 00:00:00 2001
From: notthewave <winklbauer_m@zoho.eu>
Date: Wed, 22 Dec 2021 02:51:36 +0100
Subject: [PATCH] New package: LibreSprite-1.0

---
 srcpkgs/LibreSprite/template | 44 ++++++++++++++++++++++++++++++++++++
 1 file changed, 44 insertions(+)
 create mode 100644 srcpkgs/LibreSprite/template

diff --git a/srcpkgs/LibreSprite/template b/srcpkgs/LibreSprite/template
new file mode 100644
index 000000000000..34ca2fd5ce21
--- /dev/null
+++ b/srcpkgs/LibreSprite/template
@@ -0,0 +1,44 @@
+# Template file for 'LibreSprite'
+pkgname=LibreSprite
+_clipcommit=a65a9e543e9a270bb7c58789d15d027bbd8efb2a
+_fliccommit=65a6072fa0aa611c383b44d21b87d41e2ea8b523
+_observablecommit=89c97405025c17fbce5b147aae86fe35b00f98e5
+_undocommit=f39b188e29d0f9adaa49c8705c0f492939d967a9
+_simpleinicommit=0687587cef1816a04307d632e517be9803bbdca6
+_duktapecommit=6f715553e706b61e611aa4ae8e6fe90626800dae
+version=1.0
+revision=1
+build_style=cmake
+hostmakedepends="pkg-config"
+makedepends="libpng-devel pixman-devel libcurl-devel nodejs-devel SDL2_image-devel tinyxml-devel zlib-devel SDL2-devel freetype-devel lua-devel giflib-devel libjpeg-turbo-devel gtest-devel"
+short_desc="Animated sprite editor & pixel art tool - GPL2 Aseprite fork"
+maintainer="notthewave <winklbauer_m@zoho.eu>"
+license="GPL-2.0-only"
+homepage="https://libresprite.github.io/"
+distfiles="https://github.com/LibreSprite/LibreSprite/archive/refs/tags/v${version}.tar.gz
+https://github.com/aseprite/clip/archive/${_clipcommit}.zip
+https://github.com/aseprite/flic/archive/${_fliccommit}.zip
+https://github.com/dacap/observable/archive/${_observablecommit}.zip
+https://github.com/aseprite/undo/archive/${_undocommit}.zip
+https://github.com/aseprite/simpleini/archive/${_simpleinicommit}.zip
+https://github.com/LibreSprite/duktape/archive/${_duktapecommit}.zip"
+checksum="7f1fc58ba3c1c7dae384a2e893d0b9d821c6213a5121f263d0964deabd07708e
+ eafc2435d03d4660edeaa6c89087abe8a6dfe0003cfcda1560b1a3296ea408f5
+ 0ef2ef3c3cd7b7e48c9df3e1af134059c53e295f1f82a23c91e92dae7eb602a2
+ 5df61dc43fc5c7491fa261502a4e547c33dbfab53b52965613235961e63f65bb
+ f870af42e3f9983862545c24f8ee9a0dff5a30415a1be06b68445d6ea4c3bc62
+ f72bd22ccca908ec0c61f2517fed8402af1ace1b07c4d111688bc9ee95789dcb
+ e736c47b942028680654fb55633ec7efda617324a5f032be44c05f5060a7a796"
+
+post_extract() {
+	mv -T ${XBPS_BUILDDIR}/clip-${_clipcommit} ${wrksrc}/src/clip
+	mv -T ${XBPS_BUILDDIR}/flic-${_fliccommit} ${wrksrc}/src/flic
+	mv -T ${XBPS_BUILDDIR}/observable-${_observablecommit} ${wrksrc}/src/observable
+	mv -T ${XBPS_BUILDDIR}/undo-${_undocommit} ${wrksrc}/src/undo
+	mv -T ${XBPS_BUILDDIR}/simpleini-${_simpleinicommit} ${wrksrc}/third_party/simpleini
+	mv -T ${XBPS_BUILDDIR}/duktape-${_duktapecommit} ${wrksrc}/third_party/duktape
+}
+
+do_install() {
+	vinstall desktop/libresprite.desktop 644 usr/share/applications
+}

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

* Re: [PR PATCH] [Updated] New package: LibreSprite-1.0
  2021-12-22  1:54 [PR PATCH] New package: LibreSprite-1.0 notthewave
                   ` (6 preceding siblings ...)
  2021-12-27 16:16 ` [PR PATCH] [Updated] " notthewave
@ 2021-12-27 16:39 ` notthewave
  2021-12-27 16:47 ` notthewave
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 15+ messages in thread
From: notthewave @ 2021-12-27 16:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/notthewave/void-packages LibreSprite
https://github.com/void-linux/void-packages/pull/34654

New package: LibreSprite-1.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - NO.

closes https://github.com/void-linux/void-packages/issues/34594 and potentially https://github.com/void-linux/void-packages/issues/24800

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

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

From 1533c318e2db57e52e1f5fc3a76e2f4abd1e54d8 Mon Sep 17 00:00:00 2001
From: notthewave <winklbauer_m@zoho.eu>
Date: Wed, 22 Dec 2021 02:51:36 +0100
Subject: [PATCH] New package: LibreSprite-1.0

---
 srcpkgs/LibreSprite/template | 41 ++++++++++++++++++++++++++++++++++++
 1 file changed, 41 insertions(+)
 create mode 100644 srcpkgs/LibreSprite/template

diff --git a/srcpkgs/LibreSprite/template b/srcpkgs/LibreSprite/template
new file mode 100644
index 000000000000..9c9727e49e88
--- /dev/null
+++ b/srcpkgs/LibreSprite/template
@@ -0,0 +1,41 @@
+# Template file for 'LibreSprite'
+pkgname=LibreSprite
+_clipcommit=a65a9e543e9a270bb7c58789d15d027bbd8efb2a
+_fliccommit=65a6072fa0aa611c383b44d21b87d41e2ea8b523
+_observablecommit=89c97405025c17fbce5b147aae86fe35b00f98e5
+_undocommit=f39b188e29d0f9adaa49c8705c0f492939d967a9
+_simpleinicommit=0687587cef1816a04307d632e517be9803bbdca6
+_duktapecommit=6f715553e706b61e611aa4ae8e6fe90626800dae
+version=1.0
+revision=1
+build_style=cmake
+configure_args="-DWITH_DESKTOP_INTEGRATION=ON"
+hostmakedepends="pkg-config gtest-devel"
+makedepends="libpng-devel pixman-devel libcurl-devel nodejs-devel SDL2_image-devel tinyxml-devel zlib-devel SDL2-devel freetype-devel lua-devel giflib-devel libjpeg-turbo-devel gtest-devel"
+short_desc="Animated sprite editor & pixel art tool - GPL2 Aseprite fork"
+maintainer="notthewave <winklbauer_m@zoho.eu>"
+license="GPL-2.0-only"
+homepage="https://libresprite.github.io/"
+distfiles="https://github.com/LibreSprite/LibreSprite/archive/refs/tags/v${version}.tar.gz
+https://github.com/aseprite/clip/archive/${_clipcommit}.zip
+https://github.com/aseprite/flic/archive/${_fliccommit}.zip
+https://github.com/dacap/observable/archive/${_observablecommit}.zip
+https://github.com/aseprite/undo/archive/${_undocommit}.zip
+https://github.com/aseprite/simpleini/archive/${_simpleinicommit}.zip
+https://github.com/LibreSprite/duktape/archive/${_duktapecommit}.zip"
+checksum="7f1fc58ba3c1c7dae384a2e893d0b9d821c6213a5121f263d0964deabd07708e
+ eafc2435d03d4660edeaa6c89087abe8a6dfe0003cfcda1560b1a3296ea408f5
+ 0ef2ef3c3cd7b7e48c9df3e1af134059c53e295f1f82a23c91e92dae7eb602a2
+ 5df61dc43fc5c7491fa261502a4e547c33dbfab53b52965613235961e63f65bb
+ f870af42e3f9983862545c24f8ee9a0dff5a30415a1be06b68445d6ea4c3bc62
+ f72bd22ccca908ec0c61f2517fed8402af1ace1b07c4d111688bc9ee95789dcb
+ e736c47b942028680654fb55633ec7efda617324a5f032be44c05f5060a7a796"
+
+post_extract() {
+	mv -T ${XBPS_BUILDDIR}/clip-${_clipcommit} ${wrksrc}/src/clip
+	mv -T ${XBPS_BUILDDIR}/flic-${_fliccommit} ${wrksrc}/src/flic
+	mv -T ${XBPS_BUILDDIR}/observable-${_observablecommit} ${wrksrc}/src/observable
+	mv -T ${XBPS_BUILDDIR}/undo-${_undocommit} ${wrksrc}/src/undo
+	mv -T ${XBPS_BUILDDIR}/simpleini-${_simpleinicommit} ${wrksrc}/third_party/simpleini
+	mv -T ${XBPS_BUILDDIR}/duktape-${_duktapecommit} ${wrksrc}/third_party/duktape
+}

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

* Re: [PR PATCH] [Updated] New package: LibreSprite-1.0
  2021-12-22  1:54 [PR PATCH] New package: LibreSprite-1.0 notthewave
                   ` (7 preceding siblings ...)
  2021-12-27 16:39 ` notthewave
@ 2021-12-27 16:47 ` notthewave
  2022-01-04 22:36 ` notthewave
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 15+ messages in thread
From: notthewave @ 2021-12-27 16:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/notthewave/void-packages LibreSprite
https://github.com/void-linux/void-packages/pull/34654

New package: LibreSprite-1.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - NO.

closes https://github.com/void-linux/void-packages/issues/34594 and potentially https://github.com/void-linux/void-packages/issues/24800

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

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

From 283b6e36bf16d2ff5f83abcf0df62f1aa96a29a0 Mon Sep 17 00:00:00 2001
From: notthewave <winklbauer_m@zoho.eu>
Date: Wed, 22 Dec 2021 02:51:36 +0100
Subject: [PATCH] New package: LibreSprite-1.0

---
 srcpkgs/LibreSprite/template | 41 ++++++++++++++++++++++++++++++++++++
 1 file changed, 41 insertions(+)
 create mode 100644 srcpkgs/LibreSprite/template

diff --git a/srcpkgs/LibreSprite/template b/srcpkgs/LibreSprite/template
new file mode 100644
index 000000000000..3c43c79f7d29
--- /dev/null
+++ b/srcpkgs/LibreSprite/template
@@ -0,0 +1,41 @@
+# Template file for 'LibreSprite'
+pkgname=LibreSprite
+_clipcommit=a65a9e543e9a270bb7c58789d15d027bbd8efb2a
+_fliccommit=65a6072fa0aa611c383b44d21b87d41e2ea8b523
+_observablecommit=89c97405025c17fbce5b147aae86fe35b00f98e5
+_undocommit=f39b188e29d0f9adaa49c8705c0f492939d967a9
+_simpleinicommit=0687587cef1816a04307d632e517be9803bbdca6
+_duktapecommit=6f715553e706b61e611aa4ae8e6fe90626800dae
+version=1.0
+revision=1
+build_style=cmake
+configure_args="-DWITH_DESKTOP_INTEGRATION=ON"
+hostmakedepends="pkg-config gtest-devel"
+makedepends="libpng-devel pixman-devel libcurl-devel nodejs-devel SDL2_image-devel tinyxml-devel zlib-devel SDL2-devel freetype-devel lua54-devel giflib-devel libjpeg-turbo-devel gtest-devel"
+short_desc="Animated sprite editor & pixel art tool - GPL2 Aseprite fork"
+maintainer="notthewave <winklbauer_m@zoho.eu>"
+license="GPL-2.0-only"
+homepage="https://libresprite.github.io/"
+distfiles="https://github.com/LibreSprite/LibreSprite/archive/refs/tags/v${version}.tar.gz
+https://github.com/aseprite/clip/archive/${_clipcommit}.zip
+https://github.com/aseprite/flic/archive/${_fliccommit}.zip
+https://github.com/dacap/observable/archive/${_observablecommit}.zip
+https://github.com/aseprite/undo/archive/${_undocommit}.zip
+https://github.com/aseprite/simpleini/archive/${_simpleinicommit}.zip
+https://github.com/LibreSprite/duktape/archive/${_duktapecommit}.zip"
+checksum="7f1fc58ba3c1c7dae384a2e893d0b9d821c6213a5121f263d0964deabd07708e
+ eafc2435d03d4660edeaa6c89087abe8a6dfe0003cfcda1560b1a3296ea408f5
+ 0ef2ef3c3cd7b7e48c9df3e1af134059c53e295f1f82a23c91e92dae7eb602a2
+ 5df61dc43fc5c7491fa261502a4e547c33dbfab53b52965613235961e63f65bb
+ f870af42e3f9983862545c24f8ee9a0dff5a30415a1be06b68445d6ea4c3bc62
+ f72bd22ccca908ec0c61f2517fed8402af1ace1b07c4d111688bc9ee95789dcb
+ e736c47b942028680654fb55633ec7efda617324a5f032be44c05f5060a7a796"
+
+post_extract() {
+	mv -T ${XBPS_BUILDDIR}/clip-${_clipcommit} ${wrksrc}/src/clip
+	mv -T ${XBPS_BUILDDIR}/flic-${_fliccommit} ${wrksrc}/src/flic
+	mv -T ${XBPS_BUILDDIR}/observable-${_observablecommit} ${wrksrc}/src/observable
+	mv -T ${XBPS_BUILDDIR}/undo-${_undocommit} ${wrksrc}/src/undo
+	mv -T ${XBPS_BUILDDIR}/simpleini-${_simpleinicommit} ${wrksrc}/third_party/simpleini
+	mv -T ${XBPS_BUILDDIR}/duktape-${_duktapecommit} ${wrksrc}/third_party/duktape
+}

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

* Re: New package: LibreSprite-1.0
  2021-12-22  1:54 [PR PATCH] New package: LibreSprite-1.0 notthewave
                   ` (8 preceding siblings ...)
  2021-12-27 16:47 ` notthewave
@ 2022-01-04 22:36 ` notthewave
  2022-04-09  0:32 ` illusioon
  2022-07-08  2:14 ` github-actions
  11 siblings, 0 replies; 15+ messages in thread
From: notthewave @ 2022-01-04 22:36 UTC (permalink / raw)
  To: ml

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

New comment by notthewave on void-packages repository

https://github.com/void-linux/void-packages/pull/34654#issuecomment-999223798

Comment:
~~.desktop seems to be missing~~

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

* Re: New package: LibreSprite-1.0
  2021-12-22  1:54 [PR PATCH] New package: LibreSprite-1.0 notthewave
                   ` (9 preceding siblings ...)
  2022-01-04 22:36 ` notthewave
@ 2022-04-09  0:32 ` illusioon
  2022-07-08  2:14 ` github-actions
  11 siblings, 0 replies; 15+ messages in thread
From: illusioon @ 2022-04-09  0:32 UTC (permalink / raw)
  To: ml

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

New comment by illusioon on void-packages repository

https://github.com/void-linux/void-packages/pull/34654#issuecomment-1093522560

Comment:
Any news on this one?

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

* Re: New package: LibreSprite-1.0
  2021-12-22  1:54 [PR PATCH] New package: LibreSprite-1.0 notthewave
                   ` (10 preceding siblings ...)
  2022-04-09  0:32 ` illusioon
@ 2022-07-08  2:14 ` github-actions
  11 siblings, 0 replies; 15+ messages in thread
From: github-actions @ 2022-07-08  2:14 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/34654#issuecomment-1178461554

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* [PR PATCH] New package: LibreSprite-1.0
@ 2024-01-02 15:52 MIvanchev
  0 siblings, 0 replies; 15+ messages in thread
From: MIvanchev @ 2024-01-02 15:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/MIvanchev/void-packages libresprite
https://github.com/void-linux/void-packages/pull/48030

New package: LibreSprite-1.0
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)


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

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

From 991502fcea658267ab35fe6e563dcb787e86fec8 Mon Sep 17 00:00:00 2001
From: Mihail Ivanchev <contact@ivanchev.net>
Date: Tue, 2 Jan 2024 16:47:39 +0100
Subject: [PATCH] New package: LibreSprite-1.0

---
 srcpkgs/LibreSprite/template | 46 ++++++++++++++++++++++++++++++++++++
 1 file changed, 46 insertions(+)
 create mode 100644 srcpkgs/LibreSprite/template

diff --git a/srcpkgs/LibreSprite/template b/srcpkgs/LibreSprite/template
new file mode 100644
index 0000000000000..a13986b335681
--- /dev/null
+++ b/srcpkgs/LibreSprite/template
@@ -0,0 +1,46 @@
+# Template file for 'LibreSprite'
+pkgname=LibreSprite
+_clipcommit=8175b5b941e93313d093dba7c68a905773e9e76b
+_fliccommit=876ef60df5fec606f8eb0638ee893e4967db4673
+# TODO: Using older commit here due to incompatiblity with the current version
+# Check upon every new version!
+_observablecommit=f5e79fefd465ad722f1ab98705d16e8af8b6a5df
+_undocommit=c868a0238973f04564253133c1cd3689f9aa3913
+_simpleinicommit=9fa7622f41e36105a4c767a7765bb24afec4d6be
+_duktapecommit=6f715553e706b61e611aa4ae8e6fe90626800dae
+version=1.0
+revision=1
+build_style=cmake
+configure_args="-DWITH_DESKTOP_INTEGRATION=ON"
+hostmakedepends="pkg-config git"
+makedepends="libpng-devel pixman-devel libcurl-devel SDL2_image-devel tinyxml-devel zlib-devel SDL2-devel freetype-devel lua54-devel giflib-devel libjpeg-turbo-devel gtest-devel"
+depends="desktop-file-utils hicolor-icon-theme"
+short_desc="Animated sprite editor & pixel art tool -- Fork of the last GPLv2 commit of Aseprite"
+maintainer="Mihail Ivanchev <contact@ivanchev.net>"
+license="GPL-2.0-only"
+homepage="https://libresprite.github.io/"
+distfiles="https://github.com/LibreSprite/LibreSprite/archive/refs/tags/v${version}.tar.gz
+https://github.com/aseprite/clip/archive/${_clipcommit}.zip
+https://github.com/aseprite/flic/archive/${_fliccommit}.zip
+https://github.com/dacap/observable/archive/${_observablecommit}.zip
+https://github.com/aseprite/undo/archive/${_undocommit}.zip
+https://github.com/aseprite/simpleini/archive/${_simpleinicommit}.zip
+https://github.com/LibreSprite/duktape/archive/${_duktapecommit}.zip"
+checksum="7f1fc58ba3c1c7dae384a2e893d0b9d821c6213a5121f263d0964deabd07708e
+ 5d07e4e2102dc3bd073aab2f6e217981f8ccbf3b944a31768ac774dd652f12a5
+ 05861274a408e4c75afba5096e9c6dc0f8e8cde54ea2c005c34ce47e1485d468
+ c5e62c9dabee7b7c2448eb0f612ddd3c26a0007bb32095ca294d77f39629e409
+ bd151d5e0482b704eda33f91dc74c2de5c6339522a2a837ab29100aef796c552
+ d19e2498aa8d55a616e0621c0d59343f59a80e6789edc144915271b874dd887f
+ e736c47b942028680654fb55633ec7efda617324a5f032be44c05f5060a7a796"
+
+post_extract() {
+	mv -T ${wrksrc}/clip-${_clipcommit} ${wrksrc}/${pkgname}-${version}/src/clip
+	mv -T ${wrksrc}/flic-${_fliccommit} ${wrksrc}/${pkgname}-${version}/src/flic
+	mv -T ${wrksrc}/observable-${_observablecommit} ${wrksrc}/${pkgname}-${version}/src/observable
+	mv -T ${wrksrc}/undo-${_undocommit} ${wrksrc}/${pkgname}-${version}/src/undo
+	mv -T ${wrksrc}/simpleini-${_simpleinicommit} ${wrksrc}/${pkgname}-${version}/third_party/simpleini
+	mv -T ${wrksrc}/duktape-${_duktapecommit} ${wrksrc}/${pkgname}-${version}/third_party/duktape
+        mv ${wrksrc}/${pkgname}-${version}/{*,.[!.]*} ${wrksrc}/
+	rmdir ${wrksrc}/${pkgname}-${version}
+}

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

* [PR PATCH] New package: libresprite-1.0
@ 2023-08-06 19:04 moheb2000
  0 siblings, 0 replies; 15+ messages in thread
From: moheb2000 @ 2023-08-06 19:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/moheb2000/void-packages libresprite
https://github.com/void-linux/void-packages/pull/45457

New package: libresprite-1.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)


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

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

From 82d07587915eae3a54c35227ea1e76624e95e2f0 Mon Sep 17 00:00:00 2001
From: Mohammad <moh.ebrahimi2000@gmail.com>
Date: Sun, 6 Aug 2023 22:30:41 +0330
Subject: [PATCH] New package: libresprite-1.0

---
 srcpkgs/libresprite/template | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)
 create mode 100644 srcpkgs/libresprite/template

diff --git a/srcpkgs/libresprite/template b/srcpkgs/libresprite/template
new file mode 100644
index 0000000000000..6be6fdc628de6
--- /dev/null
+++ b/srcpkgs/libresprite/template
@@ -0,0 +1,29 @@
+# Template file for 'libresprite'
+pkgname=libresprite
+version=1.0
+revision=1
+archs="x86_64"
+create_wrksrc=yes
+build_style=cmake
+configure_args="-DCMAKE_BUILD_TYPE:STRING=Release -DWITH_DESKTOP_INTEGRATION=ON"
+hostmakedepends="git zlib-devel libpng-devel freetype-devel giflib-devel gtest-devel libjpeg-turbo-devel libcurl-devel SDL2-devel SDL2_image-devel lua-devel pixman-devel tinyxml-devel nodejs-devel"
+short_desc="Animated sprite editor & pixel art tool"
+maintainer="Mohammad Ebrahimi <moh.ebrahimi2000@gmail.com>"
+license="GPL-2.0-or-later"
+homepage="https://libresprite.github.io"
+
+do_fetch() {
+	git clone --recursive https://github.com/LibreSprite/LibreSprite.git $wrksrc
+	cd $wrksrc
+	git reset --hard v1.0
+}
+
+post_install() {
+	vdoc ${wrksrc}/docs/files/ase.txt
+	vdoc ${wrksrc}/docs/files/fli.txt
+	vdoc ${wrksrc}/docs/files/msk.txt
+	vdoc ${wrksrc}/docs/files/pic.txt
+	vdoc ${wrksrc}/docs/files/picpro.txt
+	vlicense ${wrksrc}/LICENSE.txt
+}
+

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

end of thread, other threads:[~2024-01-02 15:52 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-22  1:54 [PR PATCH] New package: LibreSprite-1.0 notthewave
2021-12-22  1:56 ` [PR PATCH] [Updated] " notthewave
2021-12-22  2:01 ` notthewave
2021-12-22  2:08 ` notthewave
2021-12-22 17:28 ` notthewave
2021-12-23 20:04 ` notthewave
2021-12-23 20:13 ` notthewave
2021-12-27 16:16 ` [PR PATCH] [Updated] " notthewave
2021-12-27 16:39 ` notthewave
2021-12-27 16:47 ` notthewave
2022-01-04 22:36 ` notthewave
2022-04-09  0:32 ` illusioon
2022-07-08  2:14 ` github-actions
2023-08-06 19:04 [PR PATCH] New package: libresprite-1.0 moheb2000
2024-01-02 15:52 [PR PATCH] New package: LibreSprite-1.0 MIvanchev

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).