Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: swww-0.8.1
@ 2023-12-03 20:11 Calandracas606
  2023-12-03 20:12 ` classabbyamp
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: Calandracas606 @ 2023-12-03 20:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Calandracas606/void-packages swww
https://github.com/void-linux/void-packages/pull/47552

New package: swww-0.8.1
<!-- 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**

<!-- 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, x86_64-glibc
- I built this PR locally for these architectures (crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl

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

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

From 15a3fbbaf52fcfd4f79cbbd373d35d3acfab83f3 Mon Sep 17 00:00:00 2001
From: Daniel Martinez <danielmartinez@cock.li>
Date: Tue, 7 Nov 2023 08:16:32 -0500
Subject: [PATCH] New package: swww-0.8.1

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

diff --git a/srcpkgs/swww/template b/srcpkgs/swww/template
new file mode 100644
index 0000000000000..473288f9006b6
--- /dev/null
+++ b/srcpkgs/swww/template
@@ -0,0 +1,28 @@
+# Template file for 'swww'
+pkgname=swww
+version=0.8.1
+revision=1
+build_style=cargo
+hostmakedepends="scdoc lz4"
+makedepends="liblzf-devel"
+short_desc="Solution to your Wayland Wallpaper Woes"
+maintainer="Daniel Martinez <danielmartinez@cock.li>"
+license="GPL-3.0-only"
+homepage="https://github.com/Horus645/swww"
+distfiles="https://github.com/Horus645/swww/archive/refs/tags/v${version}.tar.gz"
+checksum=7612ae780d0aa86b772d1e224346137d490eba48e158033185d52649ff01b757
+
+post_install() {
+
+	vbin "./target/${RUST_TARGET}/release/swww-daemon"
+
+	./doc/gen.sh
+
+	for doc in doc/generated/*; do
+		vman "./${doc}"
+	done
+
+	for shell in bash fish; do
+		vcompletion "./completions/${pkgname}.${shell}" "${shell}"
+	done
+}

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

* Re: New package: swww-0.8.1
  2023-12-03 20:11 [PR PATCH] New package: swww-0.8.1 Calandracas606
@ 2023-12-03 20:12 ` classabbyamp
  2023-12-03 20:15 ` Calandracas606
                   ` (12 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: classabbyamp @ 2023-12-03 20:12 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/47552#issuecomment-1837587179

Comment:
#43441 

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

* Re: New package: swww-0.8.1
  2023-12-03 20:11 [PR PATCH] New package: swww-0.8.1 Calandracas606
  2023-12-03 20:12 ` classabbyamp
@ 2023-12-03 20:15 ` Calandracas606
  2023-12-03 20:17 ` classabbyamp
                   ` (11 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: Calandracas606 @ 2023-12-03 20:15 UTC (permalink / raw)
  To: ml

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

New comment by Calandracas606 on void-packages repository

https://github.com/void-linux/void-packages/pull/47552#issuecomment-1837587687

Comment:
@classabbyamp want me to close? I should have checked if it was a dupe before submitting 

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

* Re: New package: swww-0.8.1
  2023-12-03 20:11 [PR PATCH] New package: swww-0.8.1 Calandracas606
  2023-12-03 20:12 ` classabbyamp
  2023-12-03 20:15 ` Calandracas606
@ 2023-12-03 20:17 ` classabbyamp
  2023-12-03 20:46 ` [PR PATCH] [Updated] " Calandracas606
                   ` (10 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: classabbyamp @ 2023-12-03 20:17 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/47552#issuecomment-1837588175

Comment:
I think your template might be more correct (e.g. the makedepends)

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

* Re: [PR PATCH] [Updated] New package: swww-0.8.1
  2023-12-03 20:11 [PR PATCH] New package: swww-0.8.1 Calandracas606
                   ` (2 preceding siblings ...)
  2023-12-03 20:17 ` classabbyamp
@ 2023-12-03 20:46 ` Calandracas606
  2024-03-03  1:45 ` github-actions
                   ` (9 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: Calandracas606 @ 2023-12-03 20:46 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Calandracas606/void-packages swww
https://github.com/void-linux/void-packages/pull/47552

New package: swww-0.8.1
<!-- 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**

<!-- 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, x86_64-glibc
- I built this PR locally for these architectures (crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl

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

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

From 4d105047fce078e09f90b591ace726b1046efdc3 Mon Sep 17 00:00:00 2001
From: Daniel Martinez <danielmartinez@cock.li>
Date: Tue, 7 Nov 2023 08:16:32 -0500
Subject: [PATCH] New package: swww-0.8.1

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

diff --git a/srcpkgs/swww/template b/srcpkgs/swww/template
new file mode 100644
index 0000000000000..de8064bb65ad5
--- /dev/null
+++ b/srcpkgs/swww/template
@@ -0,0 +1,28 @@
+# Template file for 'swww'
+pkgname=swww
+version=0.8.1
+revision=1
+build_style=cargo
+hostmakedepends="scdoc"
+short_desc="Solution to your Wayland Wallpaper Woes"
+maintainer="Daniel Martinez <danielmartinez@cock.li>"
+license="GPL-3.0-only"
+homepage="https://github.com/Horus645/swww"
+changelog="https://github.com/Horus645/swww/raw/main/CHANGELOG.md"
+distfiles="https://github.com/Horus645/swww/archive/refs/tags/v${version}.tar.gz"
+checksum=7612ae780d0aa86b772d1e224346137d490eba48e158033185d52649ff01b757
+
+post_install() {
+
+	vbin "./target/${RUST_TARGET}/release/swww-daemon"
+
+	./doc/gen.sh
+
+	for doc in doc/generated/*; do
+		vman "./${doc}"
+	done
+
+	for shell in bash fish; do
+		vcompletion "./completions/${pkgname}.${shell}" "${shell}"
+	done
+}

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

* Re: New package: swww-0.8.1
  2023-12-03 20:11 [PR PATCH] New package: swww-0.8.1 Calandracas606
                   ` (3 preceding siblings ...)
  2023-12-03 20:46 ` [PR PATCH] [Updated] " Calandracas606
@ 2024-03-03  1:45 ` github-actions
  2024-03-03  2:15 ` [PR PATCH] [Updated] " Calandracas606
                   ` (8 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: github-actions @ 2024-03-03  1:45 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/47552#issuecomment-1974973747

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

* Re: [PR PATCH] [Updated] New package: swww-0.8.1
  2023-12-03 20:11 [PR PATCH] New package: swww-0.8.1 Calandracas606
                   ` (4 preceding siblings ...)
  2024-03-03  1:45 ` github-actions
@ 2024-03-03  2:15 ` Calandracas606
  2024-03-03  2:33 ` Calandracas606
                   ` (7 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: Calandracas606 @ 2024-03-03  2:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Calandracas606/void-packages swww
https://github.com/void-linux/void-packages/pull/47552

New package: swww-0.8.1
<!-- 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**

<!-- 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, x86_64-glibc
- I built this PR locally for these architectures (crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl

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

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

From 17da888f145ad17f87b3a98dca8ca443e74201d6 Mon Sep 17 00:00:00 2001
From: Daniel Martinez <danielmartinez@cock.li>
Date: Tue, 7 Nov 2023 08:16:32 -0500
Subject: [PATCH] New package: swww-0.8.2

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

diff --git a/srcpkgs/swww/template b/srcpkgs/swww/template
new file mode 100644
index 00000000000000..04fafce6ed55c8
--- /dev/null
+++ b/srcpkgs/swww/template
@@ -0,0 +1,28 @@
+# Template file for 'swww'
+pkgname=swww
+version=0.8.2
+revision=1
+build_style=cargo
+hostmakedepends="scdoc"
+short_desc="Solution to your Wayland Wallpaper Woes"
+maintainer="Daniel Martinez <danielmartinez@cock.li>"
+license="GPL-3.0-only"
+homepage="https://github.com/LGFae/swww"
+changelog="https://raw.githubusercontent.com/LGFae/swww/v${version}/CHANGELOG.md"
+distfiles="https://github.com/LGFae/swww/archive/refs/tags/v${version}.tar.gz"
+checksum=6733cda771a0e635dbd00f7aef78ed60f1ccdf640647ecfe02d0cdfdef996b68
+
+post_install() {
+
+	vbin "./target/${RUST_TARGET}/release/swww-daemon"
+
+	./doc/gen.sh
+
+	for doc in doc/generated/*; do
+		vman "./${doc}"
+	done
+
+	for shell in bash fish; do
+		vcompletion "./completions/swww.${shell}" "${shell}"
+	done
+}

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

* Re: [PR PATCH] [Updated] New package: swww-0.8.1
  2023-12-03 20:11 [PR PATCH] New package: swww-0.8.1 Calandracas606
                   ` (5 preceding siblings ...)
  2024-03-03  2:15 ` [PR PATCH] [Updated] " Calandracas606
@ 2024-03-03  2:33 ` Calandracas606
  2024-03-03  2:37 ` Calandracas606
                   ` (6 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: Calandracas606 @ 2024-03-03  2:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Calandracas606/void-packages swww
https://github.com/void-linux/void-packages/pull/47552

New package: swww-0.8.1
<!-- 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**

<!-- 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, x86_64-glibc
- I built this PR locally for these architectures (crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl

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

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

From 864bfb7a9dc773269bfa0cd3e51a4ebe6552d21b Mon Sep 17 00:00:00 2001
From: Daniel Martinez <danielmartinez@cock.li>
Date: Tue, 7 Nov 2023 08:16:32 -0500
Subject: [PATCH] New package: swww-0.8.2

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

diff --git a/srcpkgs/swww/template b/srcpkgs/swww/template
new file mode 100644
index 00000000000000..79cae8639a94d4
--- /dev/null
+++ b/srcpkgs/swww/template
@@ -0,0 +1,33 @@
+# Template file for 'swww'
+pkgname=swww
+version=0.8.2
+revision=1
+build_style=cargo
+hostmakedepends="scdoc"
+short_desc="Solution to your Wayland Wallpaper Woes"
+maintainer="Daniel Martinez <danielmartinez@cock.li>"
+license="GPL-3.0-only"
+homepage="https://github.com/LGFae/swww"
+changelog="https://raw.githubusercontent.com/LGFae/swww/v${version}/CHANGELOG.md"
+distfiles="https://github.com/LGFae/swww/archive/refs/tags/v${version}.tar.gz"
+checksum=6733cda771a0e635dbd00f7aef78ed60f1ccdf640647ecfe02d0cdfdef996b68
+
+post_build() {
+	./doc/gen.sh
+}
+
+# overriding default do_install(), since by default
+# it will pointlessly rebuild the package again
+do_install() {
+
+	vbin target/${RUST_TARGET}/release/swww
+	vbin target/${RUST_TARGET}/release/swww-daemon
+
+	for doc in doc/generated/*; do
+		vman $doc
+	done
+
+	vcompletion completions/swww.bash bash
+	vcompletion completions/swww.fish fish
+	vcompletion completions/_swww zsh
+}

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

* Re: New package: swww-0.8.1
  2023-12-03 20:11 [PR PATCH] New package: swww-0.8.1 Calandracas606
                   ` (6 preceding siblings ...)
  2024-03-03  2:33 ` Calandracas606
@ 2024-03-03  2:37 ` Calandracas606
  2024-03-03  2:38 ` [PR PATCH] [Updated] " Calandracas606
                   ` (5 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: Calandracas606 @ 2024-03-03  2:37 UTC (permalink / raw)
  To: ml

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

New comment by Calandracas606 on void-packages repository

https://github.com/void-linux/void-packages/pull/47552#issuecomment-1974988617

Comment:
bump


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

* Re: [PR PATCH] [Updated] New package: swww-0.8.1
  2023-12-03 20:11 [PR PATCH] New package: swww-0.8.1 Calandracas606
                   ` (7 preceding siblings ...)
  2024-03-03  2:37 ` Calandracas606
@ 2024-03-03  2:38 ` Calandracas606
  2024-03-03 10:12 ` tranzystorekk
                   ` (4 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: Calandracas606 @ 2024-03-03  2:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Calandracas606/void-packages swww
https://github.com/void-linux/void-packages/pull/47552

New package: swww-0.8.1
<!-- 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**

<!-- 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, x86_64-glibc
- I built this PR locally for these architectures (crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl

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

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

From 1a4e4b6864e77f25970326ce53e7a05c7bad6e53 Mon Sep 17 00:00:00 2001
From: Daniel Martinez <danielmartinez@cock.li>
Date: Tue, 7 Nov 2023 08:16:32 -0500
Subject: [PATCH] New package: swww-0.8.2

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

diff --git a/srcpkgs/swww/template b/srcpkgs/swww/template
new file mode 100644
index 00000000000000..ef087099d82aff
--- /dev/null
+++ b/srcpkgs/swww/template
@@ -0,0 +1,32 @@
+# Template file for 'swww'
+pkgname=swww
+version=0.8.2
+revision=1
+build_style=cargo
+hostmakedepends="scdoc"
+short_desc="Solution to your Wayland Wallpaper Woes"
+maintainer="Daniel Martinez <danielmartinez@cock.li>"
+license="GPL-3.0-only"
+homepage="https://github.com/LGFae/swww"
+changelog="https://raw.githubusercontent.com/LGFae/swww/v${version}/CHANGELOG.md"
+distfiles="https://github.com/LGFae/swww/archive/refs/tags/v${version}.tar.gz"
+checksum=6733cda771a0e635dbd00f7aef78ed60f1ccdf640647ecfe02d0cdfdef996b68
+
+post_build() {
+	./doc/gen.sh
+}
+
+# overriding do_install(), since by default it will pointlessly rebuild the package again
+do_install() {
+
+	vbin target/${RUST_TARGET}/release/swww
+	vbin target/${RUST_TARGET}/release/swww-daemon
+
+	for doc in doc/generated/*; do
+		vman $doc
+	done
+
+	vcompletion completions/swww.bash bash
+	vcompletion completions/swww.fish fish
+	vcompletion completions/_swww zsh
+}

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

* Re: New package: swww-0.8.1
  2023-12-03 20:11 [PR PATCH] New package: swww-0.8.1 Calandracas606
                   ` (8 preceding siblings ...)
  2024-03-03  2:38 ` [PR PATCH] [Updated] " Calandracas606
@ 2024-03-03 10:12 ` tranzystorekk
  2024-03-28 13:26 ` [PR PATCH] [Updated] " Calandracas606
                   ` (3 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: tranzystorekk @ 2024-03-03 10:12 UTC (permalink / raw)
  To: ml

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

New comment by tranzystorekk on void-packages repository

https://github.com/void-linux/void-packages/pull/47552#issuecomment-1975111207

Comment:
LGTM

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

* Re: [PR PATCH] [Updated] New package: swww-0.8.1
  2023-12-03 20:11 [PR PATCH] New package: swww-0.8.1 Calandracas606
                   ` (9 preceding siblings ...)
  2024-03-03 10:12 ` tranzystorekk
@ 2024-03-28 13:26 ` Calandracas606
  2024-03-28 14:15 ` [PR PATCH] [Updated] New package: swww-0.9.1 Calandracas606
                   ` (2 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: Calandracas606 @ 2024-03-28 13:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Calandracas606/void-packages swww
https://github.com/void-linux/void-packages/pull/47552

New package: swww-0.8.1
<!-- 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**

<!-- 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, x86_64-glibc
- I built this PR locally for these architectures (crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl

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

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

From f5d1240cd64dec12ae86c0807a1e312254eac9f6 Mon Sep 17 00:00:00 2001
From: Daniel Martinez <danielmartinez@cock.li>
Date: Tue, 7 Nov 2023 08:16:32 -0500
Subject: [PATCH] New package: swww-0.9.1

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

diff --git a/srcpkgs/swww/template b/srcpkgs/swww/template
new file mode 100644
index 00000000000000..ad0b414eb1b637
--- /dev/null
+++ b/srcpkgs/swww/template
@@ -0,0 +1,33 @@
+# Template file for 'swww'
+pkgname=swww
+version=0.9.1
+revision=1
+build_style=cargo
+hostmakedepends="scdoc pkg-config"
+makedepends="liblz4-devel"
+short_desc="Solution to your Wayland Wallpaper Woes"
+maintainer="Daniel Martinez <danielmartinez@cock.li>"
+license="GPL-3.0-only"
+homepage="https://github.com/LGFae/swww"
+changelog="https://raw.githubusercontent.com/LGFae/swww/v${version}/CHANGELOG.md"
+distfiles="https://github.com/LGFae/swww/archive/refs/tags/v${version}.tar.gz"
+checksum=c1f6cf2ccd4878e9cb5b6c6412494120535227516d3749694ac4e75ec68e0547
+
+post_build() {
+	./doc/gen.sh
+}
+
+# overriding do_install(), since by default it will pointlessly rebuild the package again
+do_install() {
+
+	vbin target/${RUST_TARGET}/release/swww
+	vbin target/${RUST_TARGET}/release/swww-daemon
+
+	for doc in doc/generated/*; do
+		vman $doc
+	done
+
+	vcompletion completions/swww.bash bash
+	vcompletion completions/swww.fish fish
+	vcompletion completions/_swww zsh
+}

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

* Re: [PR PATCH] [Updated] New package: swww-0.9.1
  2023-12-03 20:11 [PR PATCH] New package: swww-0.8.1 Calandracas606
                   ` (10 preceding siblings ...)
  2024-03-28 13:26 ` [PR PATCH] [Updated] " Calandracas606
@ 2024-03-28 14:15 ` Calandracas606
  2024-03-28 14:28 ` Calandracas606
  2024-03-28 14:29 ` [PR PATCH] [Updated] " Calandracas606
  13 siblings, 0 replies; 15+ messages in thread
From: Calandracas606 @ 2024-03-28 14:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Calandracas606/void-packages swww
https://github.com/void-linux/void-packages/pull/47552

New package: swww-0.9.1
<!-- 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**

<!-- 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, x86_64-glibc
- I built this PR locally for these architectures (crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl

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

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

From 717fe0d6f08dadb3210ad15747520739368305c2 Mon Sep 17 00:00:00 2001
From: Daniel Martinez <danielmartinez@cock.li>
Date: Tue, 7 Nov 2023 08:16:32 -0500
Subject: [PATCH] New package: swww-0.9.1

---
 srcpkgs/swww/patches/i686.patch | 60 +++++++++++++++++++++++++++++++++
 srcpkgs/swww/template           | 35 +++++++++++++++++++
 2 files changed, 95 insertions(+)
 create mode 100644 srcpkgs/swww/patches/i686.patch
 create mode 100644 srcpkgs/swww/template

diff --git a/srcpkgs/swww/patches/i686.patch b/srcpkgs/swww/patches/i686.patch
new file mode 100644
index 00000000000000..834f81659e38fe
--- /dev/null
+++ b/srcpkgs/swww/patches/i686.patch
@@ -0,0 +1,60 @@
+diff --git a/utils/src/compression/comp/sse2.rs b/utils/src/compression/comp/sse2.rs
+index 9c291dd..f69fd82 100644
+--- a/utils/src/compression/comp/sse2.rs
++++ b/utils/src/compression/comp/sse2.rs
+@@ -4,6 +4,9 @@
+ #[inline]
+ #[target_feature(enable = "sse2")]
+ unsafe fn count_equals(s1: &[u8], s2: &[u8], mut i: usize) -> usize {
++    #[cfg(target_arch = "x86")]
++    use std::arch::x86 as intr;
++    #[cfg(target_arch = "x86_64")]
+     use std::arch::x86_64 as intr;
+     let mut equals = 0;
+     while i + 15 < s1.len() {
+@@ -39,6 +42,9 @@ unsafe fn count_equals(s1: &[u8], s2: &[u8], mut i: usize) -> usize {
+ #[inline]
+ #[target_feature(enable = "sse2")]
+ unsafe fn count_different(s1: &[u8], s2: &[u8], mut i: usize) -> usize {
++    #[cfg(target_arch = "x86")]
++    use std::arch::x86 as intr;
++    #[cfg(target_arch = "x86_64")]
+     use std::arch::x86_64 as intr;
+     let mut diff = 0;
+     while i + 15 < s1.len() {
+diff --git a/utils/src/compression/cpu.rs b/utils/src/compression/cpu.rs
+index 8113631..537124d 100644
+--- a/utils/src/compression/cpu.rs
++++ b/utils/src/compression/cpu.rs
+@@ -30,7 +30,7 @@ pub(super) fn init() {
+     ONCE_INIT.call_once(|| unsafe { features::init() });
+ }
+ 
+-#[cfg(target_arch = "x86_64")]
++#[cfg(any(target_arch = "x86", target_arch = "x86_64"))]
+ pub mod features {
+     decl_feature!(SSE2, sse2);
+     decl_feature!(SSSE3, ssse3);
+@@ -49,7 +49,7 @@ pub mod features {
+     }
+ }
+ 
+-#[cfg(not(target_arch = "x86_64"))]
++#[cfg(not(any(target_arch = "x86", target_arch = "x86_64")))]
+ pub mod features {
+ 
+     /// UNIMPLEMENTED!!! This function must exist so that the init function in super compiles on
+diff --git a/utils/src/compression/decomp/ssse3.rs b/utils/src/compression/decomp/ssse3.rs
+index 6b616fe..3992230 100644
+--- a/utils/src/compression/decomp/ssse3.rs
++++ b/utils/src/compression/decomp/ssse3.rs
+@@ -1,6 +1,9 @@
+ #[inline]
+ #[target_feature(enable = "ssse3")]
+ pub(super) unsafe fn unpack_bytes_4channels(buf: &mut [u8], diff: &[u8]) {
++    #[cfg(target_arch = "x86")]
++    use std::arch::x86 as intr;
++    #[cfg(target_arch = "x86_64")]
+     use std::arch::x86_64 as intr;
+ 
+     // The final bytes are just padding to prevent us from going out of bounds
diff --git a/srcpkgs/swww/template b/srcpkgs/swww/template
new file mode 100644
index 00000000000000..2bbe1ec40fa1ee
--- /dev/null
+++ b/srcpkgs/swww/template
@@ -0,0 +1,35 @@
+# Template file for 'swww'
+pkgname=swww
+version=0.9.1
+revision=1
+# archs="~i686*"
+# error[E0432]: unresolved import 'std::arch::x86_64'
+build_style=cargo
+hostmakedepends="scdoc pkg-config"
+makedepends="liblz4-devel"
+short_desc="Solution to your Wayland Wallpaper Woes"
+maintainer="Daniel Martinez <danielmartinez@cock.li>"
+license="GPL-3.0-only"
+homepage="https://github.com/LGFae/swww"
+changelog="https://raw.githubusercontent.com/LGFae/swww/v${version}/CHANGELOG.md"
+distfiles="https://github.com/LGFae/swww/archive/refs/tags/v${version}.tar.gz"
+checksum=c1f6cf2ccd4878e9cb5b6c6412494120535227516d3749694ac4e75ec68e0547
+
+post_build() {
+	./doc/gen.sh
+}
+
+# overriding do_install(), since by default it will pointlessly rebuild the package again
+do_install() {
+
+	vbin target/${RUST_TARGET}/release/swww
+	vbin target/${RUST_TARGET}/release/swww-daemon
+
+	for doc in doc/generated/*; do
+		vman $doc
+	done
+
+	vcompletion completions/swww.bash bash
+	vcompletion completions/swww.fish fish
+	vcompletion completions/_swww zsh
+}

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

* Re: New package: swww-0.9.1
  2023-12-03 20:11 [PR PATCH] New package: swww-0.8.1 Calandracas606
                   ` (11 preceding siblings ...)
  2024-03-28 14:15 ` [PR PATCH] [Updated] New package: swww-0.9.1 Calandracas606
@ 2024-03-28 14:28 ` Calandracas606
  2024-03-28 14:29 ` [PR PATCH] [Updated] " Calandracas606
  13 siblings, 0 replies; 15+ messages in thread
From: Calandracas606 @ 2024-03-28 14:28 UTC (permalink / raw)
  To: ml

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

New comment by Calandracas606 on void-packages repository

https://github.com/void-linux/void-packages/pull/47552#issuecomment-2025340655

Comment:
submitted patch upstream: https://github.com/LGFae/swww/pull/254

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

* Re: [PR PATCH] [Updated] New package: swww-0.9.1
  2023-12-03 20:11 [PR PATCH] New package: swww-0.8.1 Calandracas606
                   ` (12 preceding siblings ...)
  2024-03-28 14:28 ` Calandracas606
@ 2024-03-28 14:29 ` Calandracas606
  13 siblings, 0 replies; 15+ messages in thread
From: Calandracas606 @ 2024-03-28 14:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Calandracas606/void-packages swww
https://github.com/void-linux/void-packages/pull/47552

New package: swww-0.9.1
<!-- 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**

<!-- 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, x86_64-glibc
- I built this PR locally for these architectures (crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl

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

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

From 9e07ca75f4852baa544f52585362973316e362cc Mon Sep 17 00:00:00 2001
From: Daniel Martinez <danielmartinez@cock.li>
Date: Tue, 7 Nov 2023 08:16:32 -0500
Subject: [PATCH] New package: swww-0.9.1

---
 srcpkgs/swww/patches/i686.patch | 60 +++++++++++++++++++++++++++++++++
 srcpkgs/swww/template           | 33 ++++++++++++++++++
 2 files changed, 93 insertions(+)
 create mode 100644 srcpkgs/swww/patches/i686.patch
 create mode 100644 srcpkgs/swww/template

diff --git a/srcpkgs/swww/patches/i686.patch b/srcpkgs/swww/patches/i686.patch
new file mode 100644
index 00000000000000..834f81659e38fe
--- /dev/null
+++ b/srcpkgs/swww/patches/i686.patch
@@ -0,0 +1,60 @@
+diff --git a/utils/src/compression/comp/sse2.rs b/utils/src/compression/comp/sse2.rs
+index 9c291dd..f69fd82 100644
+--- a/utils/src/compression/comp/sse2.rs
++++ b/utils/src/compression/comp/sse2.rs
+@@ -4,6 +4,9 @@
+ #[inline]
+ #[target_feature(enable = "sse2")]
+ unsafe fn count_equals(s1: &[u8], s2: &[u8], mut i: usize) -> usize {
++    #[cfg(target_arch = "x86")]
++    use std::arch::x86 as intr;
++    #[cfg(target_arch = "x86_64")]
+     use std::arch::x86_64 as intr;
+     let mut equals = 0;
+     while i + 15 < s1.len() {
+@@ -39,6 +42,9 @@ unsafe fn count_equals(s1: &[u8], s2: &[u8], mut i: usize) -> usize {
+ #[inline]
+ #[target_feature(enable = "sse2")]
+ unsafe fn count_different(s1: &[u8], s2: &[u8], mut i: usize) -> usize {
++    #[cfg(target_arch = "x86")]
++    use std::arch::x86 as intr;
++    #[cfg(target_arch = "x86_64")]
+     use std::arch::x86_64 as intr;
+     let mut diff = 0;
+     while i + 15 < s1.len() {
+diff --git a/utils/src/compression/cpu.rs b/utils/src/compression/cpu.rs
+index 8113631..537124d 100644
+--- a/utils/src/compression/cpu.rs
++++ b/utils/src/compression/cpu.rs
+@@ -30,7 +30,7 @@ pub(super) fn init() {
+     ONCE_INIT.call_once(|| unsafe { features::init() });
+ }
+ 
+-#[cfg(target_arch = "x86_64")]
++#[cfg(any(target_arch = "x86", target_arch = "x86_64"))]
+ pub mod features {
+     decl_feature!(SSE2, sse2);
+     decl_feature!(SSSE3, ssse3);
+@@ -49,7 +49,7 @@ pub mod features {
+     }
+ }
+ 
+-#[cfg(not(target_arch = "x86_64"))]
++#[cfg(not(any(target_arch = "x86", target_arch = "x86_64")))]
+ pub mod features {
+ 
+     /// UNIMPLEMENTED!!! This function must exist so that the init function in super compiles on
+diff --git a/utils/src/compression/decomp/ssse3.rs b/utils/src/compression/decomp/ssse3.rs
+index 6b616fe..3992230 100644
+--- a/utils/src/compression/decomp/ssse3.rs
++++ b/utils/src/compression/decomp/ssse3.rs
+@@ -1,6 +1,9 @@
+ #[inline]
+ #[target_feature(enable = "ssse3")]
+ pub(super) unsafe fn unpack_bytes_4channels(buf: &mut [u8], diff: &[u8]) {
++    #[cfg(target_arch = "x86")]
++    use std::arch::x86 as intr;
++    #[cfg(target_arch = "x86_64")]
+     use std::arch::x86_64 as intr;
+ 
+     // The final bytes are just padding to prevent us from going out of bounds
diff --git a/srcpkgs/swww/template b/srcpkgs/swww/template
new file mode 100644
index 00000000000000..ad0b414eb1b637
--- /dev/null
+++ b/srcpkgs/swww/template
@@ -0,0 +1,33 @@
+# Template file for 'swww'
+pkgname=swww
+version=0.9.1
+revision=1
+build_style=cargo
+hostmakedepends="scdoc pkg-config"
+makedepends="liblz4-devel"
+short_desc="Solution to your Wayland Wallpaper Woes"
+maintainer="Daniel Martinez <danielmartinez@cock.li>"
+license="GPL-3.0-only"
+homepage="https://github.com/LGFae/swww"
+changelog="https://raw.githubusercontent.com/LGFae/swww/v${version}/CHANGELOG.md"
+distfiles="https://github.com/LGFae/swww/archive/refs/tags/v${version}.tar.gz"
+checksum=c1f6cf2ccd4878e9cb5b6c6412494120535227516d3749694ac4e75ec68e0547
+
+post_build() {
+	./doc/gen.sh
+}
+
+# overriding do_install(), since by default it will pointlessly rebuild the package again
+do_install() {
+
+	vbin target/${RUST_TARGET}/release/swww
+	vbin target/${RUST_TARGET}/release/swww-daemon
+
+	for doc in doc/generated/*; do
+		vman $doc
+	done
+
+	vcompletion completions/swww.bash bash
+	vcompletion completions/swww.fish fish
+	vcompletion completions/_swww zsh
+}

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

end of thread, other threads:[~2024-03-28 14:29 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-03 20:11 [PR PATCH] New package: swww-0.8.1 Calandracas606
2023-12-03 20:12 ` classabbyamp
2023-12-03 20:15 ` Calandracas606
2023-12-03 20:17 ` classabbyamp
2023-12-03 20:46 ` [PR PATCH] [Updated] " Calandracas606
2024-03-03  1:45 ` github-actions
2024-03-03  2:15 ` [PR PATCH] [Updated] " Calandracas606
2024-03-03  2:33 ` Calandracas606
2024-03-03  2:37 ` Calandracas606
2024-03-03  2:38 ` [PR PATCH] [Updated] " Calandracas606
2024-03-03 10:12 ` tranzystorekk
2024-03-28 13:26 ` [PR PATCH] [Updated] " Calandracas606
2024-03-28 14:15 ` [PR PATCH] [Updated] New package: swww-0.9.1 Calandracas606
2024-03-28 14:28 ` Calandracas606
2024-03-28 14:29 ` [PR PATCH] [Updated] " Calandracas606

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