From: "Julien Roy" <julien@jroy.ca>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-apps/lswt/
Date: Sat, 18 May 2024 00:43:47 +0000 (UTC) [thread overview]
Message-ID: <1715970592.6e5626386124754050f0326fbc85e74be243aee1.julien@gentoo> (raw)
commit: 6e5626386124754050f0326fbc85e74be243aee1
Author: Ben Buhse <me <AT> benbuhse <DOT> com>
AuthorDate: Fri May 17 18:29:52 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Fri May 17 18:29:52 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6e562638
gui-apps/lswt: add 2.0.0
Signed-off-by: Ben Buhse <me <AT> benbuhse.com>
gui-apps/lswt/Manifest | 1 +
gui-apps/lswt/lswt-2.0.0.ebuild | 39 +++++++++++++++++++++++++++++++++++++++
2 files changed, 40 insertions(+)
diff --git a/gui-apps/lswt/Manifest b/gui-apps/lswt/Manifest
index 214feff0e2..c4511a6cb0 100644
--- a/gui-apps/lswt/Manifest
+++ b/gui-apps/lswt/Manifest
@@ -1 +1,2 @@
DIST lswt-1.0.4.tar.gz 21479 BLAKE2B fc5f2dd3d28bc10bd460ab6557ce2a5be17d88ff58f22414ed836c1f63a1cf7c70d6363b23a794c49631ab465f1e69a6fa539d5ccd397148a6819ce927137c4d SHA512 708500f09cd50acd9df4d6101c599b7a48bda274ddb2f31d138ca77b37b11cf244b2c5b473c2f13274b61458eb820aa506f9b1ad6ce517c8e5c274935e4f3443
+DIST lswt-2.0.0.tar.gz 27758 BLAKE2B 9f659d3a37c800457727da9df44517ffe0bb4c8d4dab269fdf3752b9da4fd64e37c091e075c7576009a453c261eed7eff6d784d092c2ea32b55302d3d8d08b10 SHA512 147c4a0f7f2410230b9a27adb669ce7004f19701bf50d8e3c540fedb79ad37a282ce7968d2f1abdef6991b297f5d2b6b913ffbf4a4ef3ebc4481ff0cc803a01f
diff --git a/gui-apps/lswt/lswt-2.0.0.ebuild b/gui-apps/lswt/lswt-2.0.0.ebuild
new file mode 100644
index 0000000000..d923c8b54a
--- /dev/null
+++ b/gui-apps/lswt/lswt-2.0.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="List Wayland toplevels"
+HOMEPAGE="https://git.sr.ht/~leon_plickat/lswt/"
+
+if [[ ${PV} == *9999* ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://git.sr.ht/~leon_plickat/lswt"
+else
+ SRC_URI="https://git.sr.ht/~leon_plickat/lswt/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+ S="${WORKDIR}/${PN}-v${PV}"
+ KEYWORDS="~amd64"
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+
+DEPEND="dev-libs/wayland"
+RDEPEND="${DEPEND}"
+BDEPEND="dev-util/wayland-scanner"
+
+src_prepare() {
+ default
+ sed '/^CFLAGS/{s/=/:=/;s/-Werror//;s/$/ $(CFLAGS)/}' \
+ -i Makefile || die
+}
+
+src_compile() {
+ emake CC="$(tc-getCC)"
+}
+
+src_install() {
+ emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
+}
next reply other threads:[~2024-05-18 0:43 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-18 0:43 Julien Roy [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-03-23 13:16 [gentoo-commits] repo/proj/guru:master commit in: gui-apps/lswt/ Julien Roy
2024-03-22 21:28 Julien Roy
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=1715970592.6e5626386124754050f0326fbc85e74be243aee1.julien@gentoo \
--to=julien@jroy.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