Github messages for voidlinux
 help / color / mirror / Atom feed
From: notthewave <notthewave@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: LibreSprite-1.0
Date: Mon, 27 Dec 2021 17:47:14 +0100	[thread overview]
Message-ID: <20211227164714.oPHohUHyPcZMmlB6NvosnYQkROZOeEVUg3iAbaOioyg@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-34654@inbox.vuxu.org>

[-- 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
+}

  parent reply	other threads:[~2021-12-27 16:47 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-22  1:54 [PR PATCH] " 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 [this message]
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
2023-08-07 17:16 ` [PR PATCH] [Updated] " moheb2000
2023-08-09 13:03 ` moheb2000
2024-01-02 15:52 [PR PATCH] New package: LibreSprite-1.0 MIvanchev
2024-01-02 15:56 ` [PR PATCH] [Updated] " MIvanchev
2024-01-02 16:04 ` MIvanchev
2024-01-02 16:10 ` MIvanchev
2024-01-02 21:22 ` MIvanchev
2024-01-02 21:23 ` MIvanchev
2024-01-02 21:45 ` MIvanchev
2024-01-02 21:46 ` MIvanchev
2024-01-02 21:48 ` MIvanchev
2024-01-02 21:58 ` MIvanchev
2024-01-02 22:06 ` MIvanchev
2024-01-02 22:09 ` MIvanchev
2024-01-02 22:25 ` MIvanchev
2024-01-02 22:26 ` MIvanchev
2024-01-03  8:22 ` MIvanchev
2024-01-03 13:40 ` sgn
2024-01-03 15:12 ` MIvanchev
2024-02-18 12:41 ` MIvanchev
2024-02-18 12:45 ` MIvanchev
2024-02-18 12:49 ` MIvanchev
2024-02-18 12:52 ` MIvanchev
2024-02-18 13:01 ` MIvanchev
2024-02-18 13:08 ` MIvanchev
2024-02-18 13:13 ` MIvanchev
2024-02-18 13:18 ` MIvanchev
2024-02-18 13:24 ` MIvanchev

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20211227164714.oPHohUHyPcZMmlB6NvosnYQkROZOeEVUg3iAbaOioyg@z \
    --to=notthewave@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).