mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-08 22:52:59 -04:00
gui-apps/wl-mirror: add 0.16.5
Signed-off-by: Mazunki Hoksaas <rolferen@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
39
gui-apps/wl-mirror/wl-mirror-0.16.5.ebuild
Normal file
39
gui-apps/wl-mirror/wl-mirror-0.16.5.ebuild
Normal file
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user