* [PR PATCH] Dulcepan
@ 2025-01-22 0:40 elbachir-one
2025-01-25 4:33 ` [PR PATCH] [Closed]: New package: dulcepan-1.0.2 ahesford
0 siblings, 1 reply; 2+ messages in thread
From: elbachir-one @ 2025-01-22 0:40 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1098 bytes --]
There is a new pull request by elbachir-one against master on the void-packages repository
https://github.com/elbachir-one/void-packages dulcepan
https://github.com/void-linux/void-packages/pull/54067
Dulcepan
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
Closes: #54050
A patch file from https://github.com/void-linux/void-packages/pull/54067.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-dulcepan-54067.patch --]
[-- Type: text/x-diff, Size: 2611 bytes --]
From 401975b7d3a3f94eb1989ad9d1608c7919acac2b Mon Sep 17 00:00:00 2001
From: elbachir-one <bachiralfa@gmail.com>
Date: Tue, 21 Jan 2025 20:00:04 +0100
Subject: [PATCH 1/2] New package: libspng-0.7.4
---
common/shlibs | 1 +
srcpkgs/libspng/template | 17 +++++++++++++++++
2 files changed, 18 insertions(+)
create mode 100644 srcpkgs/libspng/template
diff --git a/common/shlibs b/common/shlibs
index 3dcacc7de76d9d..94b14db8ae2800 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1204,6 +1204,7 @@ libwayland-egl.so.1 wayland-1.15.0_4
libvarlink.so.0 libvarlink-22_1
libtomcrypt.so.1 libtomcrypt-1.18.0_1
libHX.so.32 libHX-4.24_1
+libspng.so.0 libspng-0.7.4_1
libxkbcommon.so.0 libxkbcommon-0.2.0_1
libxkbcommon-x11.so.0 libxkbcommon-x11-0.4.2_1
libxkbregistry.so.0 libxkbregistry-1.3.0_3
diff --git a/srcpkgs/libspng/template b/srcpkgs/libspng/template
new file mode 100644
index 00000000000000..4d5b2d3108ea98
--- /dev/null
+++ b/srcpkgs/libspng/template
@@ -0,0 +1,17 @@
+# Template file for 'libspng'
+pkgname=libspng
+version=0.7.4
+revision=1
+build_style=meson
+hostmakedepends="pkg-config cmake"
+makedepends="zlib-devel"
+short_desc="Simple, modern libpng alternative"
+maintainer="elbachir-one <bachiralfa@gmail.com>"
+license="BSD-2-Clause"
+homepage="https://libspng.org"
+distfiles="https://github.com/randy408/libspng/archive/refs/tags/v${version}.tar.gz"
+checksum=47ec02be6c0a6323044600a9221b049f63e1953faf816903e7383d4dc4234487
+
+post_install() {
+ vlicense LICENSE
+}
From dd09bced339540ef451c2bdb13d53f3540de21c7 Mon Sep 17 00:00:00 2001
From: elbachir-one <bachiralfa@gmail.com>
Date: Tue, 21 Jan 2025 23:58:03 +0100
Subject: [PATCH 2/2] New package: dulcepan-1.0.2
---
srcpkgs/dulcepan/template | 14 ++++++++++++++
1 file changed, 14 insertions(+)
create mode 100644 srcpkgs/dulcepan/template
diff --git a/srcpkgs/dulcepan/template b/srcpkgs/dulcepan/template
new file mode 100644
index 00000000000000..40d20060032907
--- /dev/null
+++ b/srcpkgs/dulcepan/template
@@ -0,0 +1,14 @@
+# Template file for 'dulcepan'
+pkgname=dulcepan
+version=1.0.2
+revision=1
+build_style=meson
+hostmakedepends="pkg-config cmake wayland-protocols libspng"
+makedepends="wayland-devel cairo-devel libsfdo-devel libxkbcommon-devel"
+depends=""
+short_desc="Screenshot tool for Wayland compositors"
+maintainer="elbachir-one <bachiralfa@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://codeberg.org/vyivel/dulcepan/"
+distfiles="https://codeberg.org/vyivel/dulcepan/archive/v${version}.tar.gz"
+checksum=9d21d8cef45ea965a9a3039af3e3f887808c30d423c5dc3159c40aedab7da870
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PR PATCH] [Closed]: New package: dulcepan-1.0.2
2025-01-22 0:40 [PR PATCH] Dulcepan elbachir-one
@ 2025-01-25 4:33 ` ahesford
0 siblings, 0 replies; 2+ messages in thread
From: ahesford @ 2025-01-25 4:33 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 955 bytes --]
There's a closed pull request on the void-packages repository
New package: dulcepan-1.0.2
https://github.com/void-linux/void-packages/pull/54067
Description:
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
Closes: #54050
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-01-25 4:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-22 0:40 [PR PATCH] Dulcepan elbachir-one
2025-01-25 4:33 ` [PR PATCH] [Closed]: New package: dulcepan-1.0.2 ahesford
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).