public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Philippe-Alexandre Mathieu" <pamathieu@poum.ca>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/swww/
Date: Fri, 03 Jan 2025 17:43:46 +0000 (UTC)	[thread overview]
Message-ID: <1735926177.00dc1f6fa36feb4956d4d28fb50013c28bf10188.pamathieu@gentoo> (raw)

commit:     00dc1f6fa36feb4956d4d28fb50013c28bf10188
Author:     Philippe-Alexandre Mathieu <pamathieu <AT> poum <DOT> ca>
AuthorDate: Fri Jan  3 17:42:57 2025 +0000
Commit:     Philippe-Alexandre Mathieu <pamathieu <AT> poum <DOT> ca>
CommitDate: Fri Jan  3 17:42:57 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=00dc1f6f

gui-apps/swww: add 9999

Signed-off-by: Philippe-Alexandre Mathieu <pamathieu <AT> poum.ca>

 gui-apps/swww/swww-9999.ebuild | 52 ++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 52 insertions(+)

diff --git a/gui-apps/swww/swww-9999.ebuild b/gui-apps/swww/swww-9999.ebuild
new file mode 100644
index 000000000..34f66d248
--- /dev/null
+++ b/gui-apps/swww/swww-9999.ebuild
@@ -0,0 +1,52 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cargo git-r3 shell-completion
+
+DESCRIPTION="Efficient animated wallpaper daemon for wayland, controlled at runtime"
+HOMEPAGE="https://github.com/LGFae/swww"
+EGIT_REPO_URI="https://github.com/LGFae/swww.git"
+
+LICENSE="GPL-3"
+# Dependent crate licenses
+LICENSE+="
+	Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD-2 BSD ISC MIT
+	Unicode-DFS-2016
+"
+SLOT="0"
+
+DEPEND="
+	app-arch/lz4:=
+	x11-libs/libxkbcommon[wayland]
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+	app-text/scdoc
+"
+
+QA_FLAGS_IGNORED="
+	usr/bin/${PN}
+	usr/bin/${PN}-daemon
+"
+
+src_unpack() {
+	git-r3_src_unpack
+	cargo_live_src_unpack
+}
+
+src_compile() {
+	cargo_src_compile
+	./doc/gen.sh || die # generate man pages
+}
+
+src_install() {
+	dobin "$(cargo_target_dir)"/swww{,-daemon}
+	doman doc/generated/*.1
+
+	dodoc README.md CHANGELOG.md
+	newbashcomp completions/swww.bash swww
+	dofishcomp completions/swww.fish
+	dozshcomp completions/_swww
+}


             reply	other threads:[~2025-01-03 17:43 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-03 17:43 Philippe-Alexandre Mathieu [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-10 15:34 [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/swww/ Viorel Munteanu
2024-08-28 13:59 Takuya Wakazono
2024-08-28 13:59 Takuya Wakazono
2024-05-09 10:04 David Roman
2024-04-13  7:06 Remigiusz Micielski
2024-04-05 10:28 Julien Roy
2024-01-26 16:36 Remigiusz Micielski
2024-01-16 20:15 Remigiusz Micielski
2024-01-16 19:57 Remigiusz Micielski
2023-12-04 18:07 Remigiusz Micielski
2023-12-03  9:47 Remigiusz Micielski
2023-11-26 17:13 Gonçalo Negrier Duarte
2023-11-26 17:09 Gonçalo Negrier Duarte
2023-11-26 17:09 Gonçalo Negrier Duarte
2023-08-29 15:24 Remigiusz Micielski
2023-04-24 12:56 Remigiusz Micielski
2023-04-22 12:01 Remigiusz Micielski
2023-04-22 11:58 Remigiusz Micielski
2023-04-02 11:46 Remigiusz Micielski
2023-03-26 15:37 Remigiusz Micielski

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=1735926177.00dc1f6fa36feb4956d4d28fb50013c28bf10188.pamathieu@gentoo \
    --to=pamathieu@poum.ca \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.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