Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Added swww package
@ 2023-04-14 14:37 Positive205
  2023-04-14 14:48 ` [PR PATCH] [Updated] New package: swww Positive205
                   ` (48 more replies)
  0 siblings, 49 replies; 50+ messages in thread
From: Positive205 @ 2023-04-14 14:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Positive205/void-packages new-packages
https://github.com/void-linux/void-packages/pull/43441

Added swww package
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc

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

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

From c0a8d4c276ee54a529b4ee9d53c546578c76297d Mon Sep 17 00:00:00 2001
From: Faizudin bin Taufik Tuah <faizudinproman@gmail.com>
Date: Fri, 14 Apr 2023 22:25:36 +0800
Subject: [PATCH] Added swww package

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

diff --git a/srcpkgs/swww/template b/srcpkgs/swww/template
new file mode 100644
index 000000000000..15c647d48547
--- /dev/null
+++ b/srcpkgs/swww/template
@@ -0,0 +1,35 @@
+# Template file for 'swww'
+pkgname=swww
+version=0.7.2
+revision=1
+build_style=cargo
+hostmakedepends=""
+makedepends="scdoc pkg-config libxkbcommon-devel"
+depends="lz4"
+short_desc="Efficient animated wallpaper daemon for wayland, controlled at runtime"
+maintainer="Posi+ive"
+license="GPL-3.0-or-later"
+homepage="https://github.com/Horus645/swww"
+changelog="https://github.com/Horus645/swww/blob/main/CHANGELOG.md"
+distfiles="https://github.com/Horus645/swww/archive/refs/tags/v${version}.tar.gz"
+checksum=bb961577387aefd64b54090b3a7d0db5a393120edc24fe71d149e77fe132025c
+
+do_install() {
+	vbin target/x86_64-unknown-linux-gnu/release/swww
+	vbin target/x86_64-unknown-linux-gnu/release/swww-daemon
+
+	vman doc/generated/swww-clear.1
+	vman doc/generated/swww-daemon.1
+	vman doc/generated/swww-img.1
+	vman doc/generated/swww-init.1
+	vman doc/generated/swww-kill.1
+	vman doc/generated/swww-query.1
+	vman doc/generated/swww.1
+	
+	vcompletion completions/swww.bash bash
+	vcompletion completions/swww.fish fish
+}
+
+post_build() {
+	./doc/gen.sh
+}

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

end of thread, other threads:[~2024-03-02 10:33 UTC | newest]

Thread overview: 50+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-14 14:37 [PR PATCH] Added swww package Positive205
2023-04-14 14:48 ` [PR PATCH] [Updated] New package: swww Positive205
2023-04-15  1:08 ` Positive205
2023-04-15 15:53 ` [PR PATCH] [Updated] New package: swww-v0.7.2 Positive205
2023-04-15 18:10 ` paper42
2023-04-15 18:33 ` Positive205
2023-04-15 18:34 ` Positive205
2023-04-15 22:08 ` [PR PATCH] [Updated] " Positive205
2023-04-15 22:09 ` Positive205
2023-04-15 22:10 ` [PR PATCH] [Updated] " Positive205
2023-04-15 22:26 ` Positive205
2023-04-15 22:41 ` Positive205
2023-04-16  2:41 ` [PR REVIEW] " classabbyamp
2023-04-16  2:41 ` classabbyamp
2023-04-16  2:41 ` classabbyamp
2023-04-16  2:41 ` classabbyamp
2023-04-16  2:41 ` classabbyamp
2023-04-16 11:39 ` Positive205
2023-04-16 12:11 ` classabbyamp
2023-04-16 13:00 ` Positive205
2023-04-16 13:00 ` Positive205
2023-04-16 14:19 ` classabbyamp
2023-04-16 16:37 ` Positive205
2023-04-16 16:40 ` [PR PATCH] [Updated] " Positive205
2023-04-16 16:47 ` Positive205
2023-04-16 17:31 ` Positive205
2023-04-16 18:24 ` classabbyamp
2023-04-16 22:57 ` Positive205
2023-04-17  0:12 ` [PR PATCH] [Updated] " Positive205
2023-04-20 12:26 ` abenson
2023-04-20 21:55 ` [PR PATCH] [Updated] " Positive205
2023-05-06 12:32 ` Positive205
2023-08-05  1:48 ` github-actions
2023-08-20  1:44 ` [PR PATCH] [Closed]: " github-actions
2023-11-02  3:41 ` Positive205
2023-11-02  3:46 ` [PR PATCH] [Updated] " classabbyamp
2023-11-02  4:11 ` Positive205
2023-11-02  4:47 ` [PR PATCH] [Updated] " Positive205
2023-11-02  4:50 ` New package: swww-v0.8.1 Positive205
2023-11-02 11:35 ` Positive205
2023-11-03 10:06 ` [PR PATCH] [Updated] " Positive205
2023-11-05  1:52 ` Positive205
2023-11-08  5:18 ` Positive205
2023-11-09 13:42 ` Positive205
2023-11-09 13:42 ` Positive205
2023-11-09 17:13 ` Positive205
2023-11-09 17:13 ` Positive205
2023-12-21  3:30 ` [PR PATCH] [Updated] " Positive205
2023-12-21  4:02 ` Positive205
2024-03-02 10:33 ` [PR PATCH] [Updated] " Posiplusive

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