Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: libsqsh-1.0.0
@ 2023-08-28  7:29 Gottox
  2023-08-28  8:42 ` [PR PATCH] [Updated] " Gottox
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Gottox @ 2023-08-28  7:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Gottox/void-packages libsqsh-1.0.0
https://github.com/void-linux/void-packages/pull/45795

New package: libsqsh-1.0.0
None

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

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

From 45dd13f481f9f8030bd7419bf324ee9c493aba6d Mon Sep 17 00:00:00 2001
From: Enno Boland <gottox@voidlinux.org>
Date: Mon, 28 Aug 2023 09:28:35 +0200
Subject: [PATCH] New package: libsqsh-1.0.0

---
 common/shlibs            |  1 +
 srcpkgs/libsqsh-devel    |  1 +
 srcpkgs/libsqsh/template | 30 ++++++++++++++++++++++++++++++
 srcpkgs/sqsh-tools       |  1 +
 4 files changed, 33 insertions(+)
 create mode 120000 srcpkgs/libsqsh-devel
 create mode 100644 srcpkgs/libsqsh/template
 create mode 120000 srcpkgs/sqsh-tools

diff --git a/common/shlibs b/common/shlibs
index abc389e1dd412..6003447a08804 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4331,3 +4331,4 @@ libchafa.so.0 libchafa-1.12.5_1
 libcppdap.so cppdap-1.58.0+a_1
 libkeyfinder.so.2 libkeyfinder-2.2.7_1
 libb64.so.0 libb64-1.2.1_1
+libsqsh.so.1 libsqsh-1.0.0_1
diff --git a/srcpkgs/libsqsh-devel b/srcpkgs/libsqsh-devel
new file mode 120000
index 0000000000000..069c20fe19003
--- /dev/null
+++ b/srcpkgs/libsqsh-devel
@@ -0,0 +1 @@
+libsqsh
\ No newline at end of file
diff --git a/srcpkgs/libsqsh/template b/srcpkgs/libsqsh/template
new file mode 100644
index 0000000000000..282823721b030
--- /dev/null
+++ b/srcpkgs/libsqsh/template
@@ -0,0 +1,30 @@
+# Template file for 'libsqsh'
+pkgname=libsqsh
+version=1.0.0
+revision=1
+build_style=meson
+makedepends="libcurl-devel zlib-devel liblz4-devel liblzma-devel libzstd-devel
+ fuse3-devel"
+short_desc="fresh squashfs implementation."
+maintainer="Enno Boland <gottox@voidlinux.org>"
+license="BSD-2-Clause"
+homepage="https://gottox.de/libsqsh/"
+distfiles="https://github.com/Gottox/libsqsh/archive/refs/tags/v${version}.tar.gz"
+checksum=8522861cf9258d068afc143e6bdc33d43cc8b5488f564d5a12e21148c5879bc9
+
+libsqsh-devel_package() {
+	depends="${sourcepkg}>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove "usr/lib/*.so"
+	}
+}
+
+sqsh-tools_package() {
+	pkg_install() {
+		vmove usr/bin
+		vmove usr/share/man
+	}
+}
diff --git a/srcpkgs/sqsh-tools b/srcpkgs/sqsh-tools
new file mode 120000
index 0000000000000..069c20fe19003
--- /dev/null
+++ b/srcpkgs/sqsh-tools
@@ -0,0 +1 @@
+libsqsh
\ No newline at end of file

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

* Re: [PR PATCH] [Updated] New package: libsqsh-1.0.0
  2023-08-28  7:29 [PR PATCH] New package: libsqsh-1.0.0 Gottox
@ 2023-08-28  8:42 ` Gottox
  2023-08-28  8:47 ` Gottox
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Gottox @ 2023-08-28  8:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Gottox/void-packages libsqsh-1.0.0
https://github.com/void-linux/void-packages/pull/45795

New package: libsqsh-1.0.0
None

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

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

From c497c0382231525861fa3f984ea492b8e7be01c6 Mon Sep 17 00:00:00 2001
From: Enno Boland <gottox@voidlinux.org>
Date: Mon, 28 Aug 2023 09:28:35 +0200
Subject: [PATCH] New package: libsqsh-1.0.0

---
 common/shlibs            |  1 +
 srcpkgs/libsqsh-devel    |  1 +
 srcpkgs/libsqsh/template | 34 ++++++++++++++++++++++++++++++++++
 srcpkgs/sqsh-tools       |  1 +
 4 files changed, 37 insertions(+)
 create mode 120000 srcpkgs/libsqsh-devel
 create mode 100644 srcpkgs/libsqsh/template
 create mode 120000 srcpkgs/sqsh-tools

diff --git a/common/shlibs b/common/shlibs
index abc389e1dd412..6003447a08804 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4331,3 +4331,4 @@ libchafa.so.0 libchafa-1.12.5_1
 libcppdap.so cppdap-1.58.0+a_1
 libkeyfinder.so.2 libkeyfinder-2.2.7_1
 libb64.so.0 libb64-1.2.1_1
+libsqsh.so.1 libsqsh-1.0.0_1
diff --git a/srcpkgs/libsqsh-devel b/srcpkgs/libsqsh-devel
new file mode 120000
index 0000000000000..069c20fe19003
--- /dev/null
+++ b/srcpkgs/libsqsh-devel
@@ -0,0 +1 @@
+libsqsh
\ No newline at end of file
diff --git a/srcpkgs/libsqsh/template b/srcpkgs/libsqsh/template
new file mode 100644
index 0000000000000..04b803f4f5908
--- /dev/null
+++ b/srcpkgs/libsqsh/template
@@ -0,0 +1,34 @@
+# Template file for 'libsqsh'
+pkgname=libsqsh
+version=1.0.0
+revision=1
+build_style=meson
+makedepends="libcurl-devel zlib-devel liblz4-devel liblzma-devel libzstd-devel
+ fuse3-devel"
+short_desc="Fresh squashfs implementation"
+maintainer="Enno Boland <gottox@voidlinux.org>"
+license="BSD-2-Clause"
+homepage="https://gottox.de/libsqsh/"
+distfiles="https://github.com/Gottox/libsqsh/archive/refs/tags/v${version}.tar.gz"
+checksum=8522861cf9258d068afc143e6bdc33d43cc8b5488f564d5a12e21148c5879bc9
+
+post_install() {
+	vlicense LICENSE
+}
+
+libsqsh-devel_package() {
+	depends="${sourcepkg}>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove "usr/lib/*.so"
+	}
+}
+
+sqsh-tools_package() {
+	pkg_install() {
+		vmove usr/bin
+		vmove usr/share/man
+	}
+}
diff --git a/srcpkgs/sqsh-tools b/srcpkgs/sqsh-tools
new file mode 120000
index 0000000000000..069c20fe19003
--- /dev/null
+++ b/srcpkgs/sqsh-tools
@@ -0,0 +1 @@
+libsqsh
\ No newline at end of file

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

* Re: [PR PATCH] [Updated] New package: libsqsh-1.0.0
  2023-08-28  7:29 [PR PATCH] New package: libsqsh-1.0.0 Gottox
  2023-08-28  8:42 ` [PR PATCH] [Updated] " Gottox
@ 2023-08-28  8:47 ` Gottox
  2023-10-24 14:25 ` Gottox
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Gottox @ 2023-08-28  8:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Gottox/void-packages libsqsh-1.0.0
https://github.com/void-linux/void-packages/pull/45795

New package: libsqsh-1.0.0
None

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

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

From 92300ed9a80d638854e1513dcf08ac8ba537f53f Mon Sep 17 00:00:00 2001
From: Enno Boland <gottox@voidlinux.org>
Date: Mon, 28 Aug 2023 09:28:35 +0200
Subject: [PATCH] New package: libsqsh-1.0.0

---
 common/shlibs            |  1 +
 srcpkgs/libsqsh-devel    |  1 +
 srcpkgs/libsqsh/template | 34 ++++++++++++++++++++++++++++++++++
 srcpkgs/sqsh-tools       |  1 +
 4 files changed, 37 insertions(+)
 create mode 120000 srcpkgs/libsqsh-devel
 create mode 100644 srcpkgs/libsqsh/template
 create mode 120000 srcpkgs/sqsh-tools

diff --git a/common/shlibs b/common/shlibs
index 82107af453333..4b5488bf49ddd 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4331,3 +4331,4 @@ libchafa.so.0 libchafa-1.12.5_1
 libcppdap.so cppdap-1.58.0+a_1
 libkeyfinder.so.2 libkeyfinder-2.2.7_1
 libb64.so.0 libb64-1.2.1_1
+libsqsh.so.1 libsqsh-1.0.0_1
diff --git a/srcpkgs/libsqsh-devel b/srcpkgs/libsqsh-devel
new file mode 120000
index 0000000000000..069c20fe19003
--- /dev/null
+++ b/srcpkgs/libsqsh-devel
@@ -0,0 +1 @@
+libsqsh
\ No newline at end of file
diff --git a/srcpkgs/libsqsh/template b/srcpkgs/libsqsh/template
new file mode 100644
index 0000000000000..04b803f4f5908
--- /dev/null
+++ b/srcpkgs/libsqsh/template
@@ -0,0 +1,34 @@
+# Template file for 'libsqsh'
+pkgname=libsqsh
+version=1.0.0
+revision=1
+build_style=meson
+makedepends="libcurl-devel zlib-devel liblz4-devel liblzma-devel libzstd-devel
+ fuse3-devel"
+short_desc="Fresh squashfs implementation"
+maintainer="Enno Boland <gottox@voidlinux.org>"
+license="BSD-2-Clause"
+homepage="https://gottox.de/libsqsh/"
+distfiles="https://github.com/Gottox/libsqsh/archive/refs/tags/v${version}.tar.gz"
+checksum=8522861cf9258d068afc143e6bdc33d43cc8b5488f564d5a12e21148c5879bc9
+
+post_install() {
+	vlicense LICENSE
+}
+
+libsqsh-devel_package() {
+	depends="${sourcepkg}>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove "usr/lib/*.so"
+	}
+}
+
+sqsh-tools_package() {
+	pkg_install() {
+		vmove usr/bin
+		vmove usr/share/man
+	}
+}
diff --git a/srcpkgs/sqsh-tools b/srcpkgs/sqsh-tools
new file mode 120000
index 0000000000000..069c20fe19003
--- /dev/null
+++ b/srcpkgs/sqsh-tools
@@ -0,0 +1 @@
+libsqsh
\ No newline at end of file

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

* Re: [PR PATCH] [Updated] New package: libsqsh-1.0.0
  2023-08-28  7:29 [PR PATCH] New package: libsqsh-1.0.0 Gottox
  2023-08-28  8:42 ` [PR PATCH] [Updated] " Gottox
  2023-08-28  8:47 ` Gottox
@ 2023-10-24 14:25 ` Gottox
  2023-10-24 14:26 ` Gottox
  2023-12-02 12:04 ` [PR PATCH] [Closed]: New package: libsqsh-1.3.0 Gottox
  4 siblings, 0 replies; 6+ messages in thread
From: Gottox @ 2023-10-24 14:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Gottox/void-packages libsqsh-1.0.0
https://github.com/void-linux/void-packages/pull/45795

New package: libsqsh-1.0.0
None

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

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

From 65ae8d9bd04cf61a081fb9e3a8c1f4273dfbe5ee Mon Sep 17 00:00:00 2001
From: Enno Boland <gottox@voidlinux.org>
Date: Mon, 28 Aug 2023 09:28:35 +0200
Subject: [PATCH] New package: libsqsh-1.2.0

---
 common/shlibs            |  1 +
 srcpkgs/libsqsh-devel    |  1 +
 srcpkgs/libsqsh/template | 34 ++++++++++++++++++++++++++++++++++
 srcpkgs/sqsh-tools       |  1 +
 4 files changed, 37 insertions(+)
 create mode 120000 srcpkgs/libsqsh-devel
 create mode 100644 srcpkgs/libsqsh/template
 create mode 120000 srcpkgs/sqsh-tools

diff --git a/common/shlibs b/common/shlibs
index 185ba856d7e6c..b3b4631897b78 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4267,3 +4267,4 @@ libgrass_gproj.8.3.so grass-8.3.0_1
 libgrass_imagery.8.3.so grass-8.3.0_1
 libgrass_raster.8.3.so grass-8.3.0_1
 libgrass_vector.8.3.so grass-8.3.0_1
+libsqsh.so.1 libsqsh-1.0.0_1
diff --git a/srcpkgs/libsqsh-devel b/srcpkgs/libsqsh-devel
new file mode 120000
index 0000000000000..069c20fe19003
--- /dev/null
+++ b/srcpkgs/libsqsh-devel
@@ -0,0 +1 @@
+libsqsh
\ No newline at end of file
diff --git a/srcpkgs/libsqsh/template b/srcpkgs/libsqsh/template
new file mode 100644
index 0000000000000..307770eab8ef8
--- /dev/null
+++ b/srcpkgs/libsqsh/template
@@ -0,0 +1,34 @@
+# Template file for 'libsqsh'
+pkgname=libsqsh
+version=1.2.0
+revision=1
+build_style=meson
+makedepends="libcurl-devel zlib-devel liblz4-devel liblzma-devel libzstd-devel
+ fuse3-devel"
+short_desc="Fresh squashfs implementation"
+maintainer="Enno Boland <gottox@voidlinux.org>"
+license="BSD-2-Clause"
+homepage="https://gottox.de/libsqsh/"
+distfiles="https://github.com/Gottox/libsqsh/archive/refs/tags/v${version}.tar.gz"
+checksum=f0ad339efd69e657ca2b50169a11cc689958b50a9b7d0f45cce39dad8907762c
+
+post_install() {
+	vlicense LICENSE
+}
+
+libsqsh-devel_package() {
+	depends="${sourcepkg}>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove "usr/lib/*.so"
+	}
+}
+
+sqsh-tools_package() {
+	pkg_install() {
+		vmove usr/bin
+		vmove usr/share/man
+	}
+}
diff --git a/srcpkgs/sqsh-tools b/srcpkgs/sqsh-tools
new file mode 120000
index 0000000000000..069c20fe19003
--- /dev/null
+++ b/srcpkgs/sqsh-tools
@@ -0,0 +1 @@
+libsqsh
\ No newline at end of file

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

* Re: [PR PATCH] [Updated] New package: libsqsh-1.0.0
  2023-08-28  7:29 [PR PATCH] New package: libsqsh-1.0.0 Gottox
                   ` (2 preceding siblings ...)
  2023-10-24 14:25 ` Gottox
@ 2023-10-24 14:26 ` Gottox
  2023-12-02 12:04 ` [PR PATCH] [Closed]: New package: libsqsh-1.3.0 Gottox
  4 siblings, 0 replies; 6+ messages in thread
From: Gottox @ 2023-10-24 14:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Gottox/void-packages libsqsh-1.0.0
https://github.com/void-linux/void-packages/pull/45795

New package: libsqsh-1.0.0
None

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

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

From b1a3ab995870b0201fd65117294ec86f003d26ce Mon Sep 17 00:00:00 2001
From: Enno Boland <gottox@voidlinux.org>
Date: Mon, 28 Aug 2023 09:28:35 +0200
Subject: [PATCH] New package: libsqsh-1.2.0

---
 common/shlibs            |  1 +
 srcpkgs/libsqsh-devel    |  1 +
 srcpkgs/libsqsh/template | 34 ++++++++++++++++++++++++++++++++++
 srcpkgs/sqsh-tools       |  1 +
 4 files changed, 37 insertions(+)
 create mode 120000 srcpkgs/libsqsh-devel
 create mode 100644 srcpkgs/libsqsh/template
 create mode 120000 srcpkgs/sqsh-tools

diff --git a/common/shlibs b/common/shlibs
index 67e0812c68e19..220d5ebbcbecf 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4267,3 +4267,4 @@ libgrass_gproj.8.3.so grass-8.3.0_1
 libgrass_imagery.8.3.so grass-8.3.0_1
 libgrass_raster.8.3.so grass-8.3.0_1
 libgrass_vector.8.3.so grass-8.3.0_1
+libsqsh.so.1 libsqsh-1.0.0_1
diff --git a/srcpkgs/libsqsh-devel b/srcpkgs/libsqsh-devel
new file mode 120000
index 0000000000000..069c20fe19003
--- /dev/null
+++ b/srcpkgs/libsqsh-devel
@@ -0,0 +1 @@
+libsqsh
\ No newline at end of file
diff --git a/srcpkgs/libsqsh/template b/srcpkgs/libsqsh/template
new file mode 100644
index 0000000000000..307770eab8ef8
--- /dev/null
+++ b/srcpkgs/libsqsh/template
@@ -0,0 +1,34 @@
+# Template file for 'libsqsh'
+pkgname=libsqsh
+version=1.2.0
+revision=1
+build_style=meson
+makedepends="libcurl-devel zlib-devel liblz4-devel liblzma-devel libzstd-devel
+ fuse3-devel"
+short_desc="Fresh squashfs implementation"
+maintainer="Enno Boland <gottox@voidlinux.org>"
+license="BSD-2-Clause"
+homepage="https://gottox.de/libsqsh/"
+distfiles="https://github.com/Gottox/libsqsh/archive/refs/tags/v${version}.tar.gz"
+checksum=f0ad339efd69e657ca2b50169a11cc689958b50a9b7d0f45cce39dad8907762c
+
+post_install() {
+	vlicense LICENSE
+}
+
+libsqsh-devel_package() {
+	depends="${sourcepkg}>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+		vmove "usr/lib/*.so"
+	}
+}
+
+sqsh-tools_package() {
+	pkg_install() {
+		vmove usr/bin
+		vmove usr/share/man
+	}
+}
diff --git a/srcpkgs/sqsh-tools b/srcpkgs/sqsh-tools
new file mode 120000
index 0000000000000..069c20fe19003
--- /dev/null
+++ b/srcpkgs/sqsh-tools
@@ -0,0 +1 @@
+libsqsh
\ No newline at end of file

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

* Re: [PR PATCH] [Closed]: New package: libsqsh-1.3.0
  2023-08-28  7:29 [PR PATCH] New package: libsqsh-1.0.0 Gottox
                   ` (3 preceding siblings ...)
  2023-10-24 14:26 ` Gottox
@ 2023-12-02 12:04 ` Gottox
  4 siblings, 0 replies; 6+ messages in thread
From: Gottox @ 2023-12-02 12:04 UTC (permalink / raw)
  To: ml

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

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

New package: libsqsh-1.3.0
https://github.com/void-linux/void-packages/pull/45795

Description:
None

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

end of thread, other threads:[~2023-12-02 12:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-28  7:29 [PR PATCH] New package: libsqsh-1.0.0 Gottox
2023-08-28  8:42 ` [PR PATCH] [Updated] " Gottox
2023-08-28  8:47 ` Gottox
2023-10-24 14:25 ` Gottox
2023-10-24 14:26 ` Gottox
2023-12-02 12:04 ` [PR PATCH] [Closed]: New package: libsqsh-1.3.0 Gottox

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