public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/wl-mirror/
@ 2023-02-24  7:41 Viorel Munteanu
  0 siblings, 0 replies; 2+ messages in thread
From: Viorel Munteanu @ 2023-02-24  7:41 UTC (permalink / raw
  To: gentoo-commits

commit:     1a40d4da32241ab7d0b15290c04fbaf816c69706
Author:     David Denoncin <gentoo <AT> denoncin <DOT> fr>
AuthorDate: Thu Feb 23 23:17:12 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Thu Feb 23 23:17:12 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1a40d4da

gui-apps/wl-mirror: add myself as a maintainer

Signed-off-by: David Denoncin <gentoo <AT> denoncin.fr>

 gui-apps/wl-mirror/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-apps/wl-mirror/metadata.xml b/gui-apps/wl-mirror/metadata.xml
index b8d1b1931..f841c11a9 100644
--- a/gui-apps/wl-mirror/metadata.xml
+++ b/gui-apps/wl-mirror/metadata.xml
@@ -2,7 +2,7 @@
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 	<maintainer type="person" proxied="yes">
-		<email>ddenoncin@gmail.com</email>
+		<email>gentoo@denoncin.fr</email>
 		<name>David Denoncin</name>
 	</maintainer>
 	<longdescription lang="en">


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

* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/wl-mirror/
@ 2024-07-26 20:29 David Roman
  0 siblings, 0 replies; 2+ messages in thread
From: David Roman @ 2024-07-26 20:29 UTC (permalink / raw
  To: gentoo-commits

commit:     791b22e71ffb5190bcfb5504bc18473e853790d6
Author:     Mazunki Hoksaas <rolferen <AT> gmail <DOT> com>
AuthorDate: Fri Jul 26 19:07:16 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Fri Jul 26 19:09:16 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=791b22e7

gui-apps/wl-mirror: add 0.16.5

Signed-off-by: Mazunki Hoksaas <rolferen <AT> gmail.com>

 gui-apps/wl-mirror/Manifest                |  1 +
 gui-apps/wl-mirror/wl-mirror-0.16.5.ebuild | 39 ++++++++++++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/gui-apps/wl-mirror/Manifest b/gui-apps/wl-mirror/Manifest
index e348cca5f..b40d4dedc 100644
--- a/gui-apps/wl-mirror/Manifest
+++ b/gui-apps/wl-mirror/Manifest
@@ -1 +1,2 @@
 DIST wl-mirror-0.12.2.tar.gz 182414 BLAKE2B b1f2fedcf8ad9e7bc561c0656b7929ef91131414ab3c371fd16c876ebf4c13edaac5affd6aa47735411482820faa6fdc61812538cf1372673d74b6b83a164a5a SHA512 f40f52088f86ad84e05b976877a3628d226be4e6cc33617abceef26562df6af6c198a8b79f9a2c9e831d0f1e64f08ccf2bb63d8cd9e26b45adae511b59333db0
+DIST wl-mirror-0.16.5.tar.gz 198781 BLAKE2B 2ea41eeb35aec5bc745af107d56d9b3fee276adc3fa0955e6eb22bef80cfef34520289faf5e864e3444988b9757842f46d0a58ec957db89bca8d10ab333304b0 SHA512 f4260ac0798a25709676be8e6158b0cd06a4043f12fbe712ed53513b6791f402c38bc64d200e285edce04e18cf00f00ad36037ad5ea3af48243b7084dd73def5

diff --git a/gui-apps/wl-mirror/wl-mirror-0.16.5.ebuild b/gui-apps/wl-mirror/wl-mirror-0.16.5.ebuild
new file mode 100644
index 000000000..97944cb23
--- /dev/null
+++ b/gui-apps/wl-mirror/wl-mirror-0.16.5.ebuild
@@ -0,0 +1,39 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="A simple Wayland output mirror client"
+HOMEPAGE="https://github.com/Ferdi265/wl-mirror"
+SRC_URI="https://github.com/Ferdi265/wl-mirror/releases/download/v${PV}/wl-mirror-${PV}.tar.gz
+"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="man"
+
+DEPEND="
+	gui-libs/wlroots
+	dev-libs/wayland-protocols
+	dev-libs/wayland
+	media-libs/libglvnd
+	dev-util/wayland-scanner
+	man? (
+		app-text/scdoc
+	)
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+	mycmakeargs=(
+		-DINSTALL_DOCUMENTATION=$(usex man ON OFF)
+		-DFORCE_SYSTEM_WL_PROTOCOLS=ON
+		-DFORCE_SYSTEM_WLR_PROTOCOLS=OFF
+		-DINSTALL_EXAMPLE_SCRIPTS=OFF
+	)
+
+	cmake_src_configure
+}


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

end of thread, other threads:[~2024-07-26 20:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-24  7:41 [gentoo-commits] repo/proj/guru:master commit in: gui-apps/wl-mirror/ Viorel Munteanu
  -- strict thread matches above, loose matches on Subject: below --
2024-07-26 20:29 David Roman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox