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

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