Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 915795 | Differences between
and this patch

Collapse All | Expand All

(-)a/gui-libs/wayfire-plugins-extra/wayfire-plugins-extra-0.8.0.ebuild (-1 / +36 lines)
Line 0 Link Here
0
- 
1
# Copyright 2019-2023 Gentoo Authors
2
# Distributed under the terms of the GNU General Public License v2
3
4
EAPI=8
5
6
inherit meson
7
8
DESCRIPTION="extra plugins for wayfire"
9
HOMEPAGE="https://github.com/WayfireWM/wayfire-plugins-extra"
10
11
if [[ ${PV} == 9999 ]]; then
12
	inherit git-r3
13
	EGIT_REPO_URI="https://github.com/WayfireWM/wayfire-plugins-extra.git"
14
else
15
	SRC_URI="https://github.com/WayfireWM/wayfire-plugins-extra/releases/download/v${PV}/${P}.tar.xz"
16
	KEYWORDS="amd64 ~arm64 ~x86"
17
fi
18
19
LICENSE="MIT"
20
SLOT="0"
21
22
DEPEND="
23
	dev-cpp/glibmm:2
24
	x11-libs/pixman
25
	gnome-base/librsvg
26
	>=gui-libs/wlroots-0.16.0:0/16
27
	<gui-libs/wlroots-0.17.0:=
28
	>=gui-wm/wayfire-0.8.0
29
	x11-libs/cairo
30
	x11-libs/pixman
31
"
32
RDEPEND="${DEPEND}"
33
BDEPEND="
34
	dev-libs/wayland-protocols
35
	virtual/pkgconfig
36
"

Return to bug 915795