From: Calandracas606 <Calandracas606@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: swww-0.9.1
Date: Fri, 21 Jun 2024 18:36:37 +0200 [thread overview]
Message-ID: <20240621163637.CA798200C5@inbox.vuxu.org> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-47552@inbox.vuxu.org>
[-- 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: 1497 bytes --]
From 332254fdff92120aad8e03843af423e40f7f53f8 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.5
---
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..f227ff0a8893a6
--- /dev/null
+++ b/srcpkgs/swww/template
@@ -0,0 +1,33 @@
+# Template file for 'swww'
+pkgname=swww
+version=0.9.5
+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=567e2ac76203ad47df5aaafab7d9d0e4e283a74e34690930a4730ecf0a667428
+
+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
+}
next prev parent reply other threads:[~2024-06-21 16:36 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
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
2024-06-21 16:36 ` Calandracas606 [this message]
2024-06-21 18:02 ` [PR REVIEW] New package: swww-0.9.5 classabbyamp
2024-06-21 18:13 ` [PR PATCH] [Updated] " Calandracas606
2024-06-21 18:13 ` [PR REVIEW] " Calandracas606
2024-06-21 23:47 ` [PR PATCH] [Merged]: " classabbyamp
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=20240621163637.CA798200C5@inbox.vuxu.org \
--to=calandracas606@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).