From 7825305c5ddf11fffe24fa30453c4e8468f64305 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 8 Mar 2024 13:07:48 +0000 Subject: gentoo auto-resync : 08:03:2024 - 13:07:48 --- gui-apps/kanshi/kanshi-1.6.0.ebuild | 40 +++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 gui-apps/kanshi/kanshi-1.6.0.ebuild (limited to 'gui-apps/kanshi/kanshi-1.6.0.ebuild') diff --git a/gui-apps/kanshi/kanshi-1.6.0.ebuild b/gui-apps/kanshi/kanshi-1.6.0.ebuild new file mode 100644 index 000000000000..14e7f07ebbf4 --- /dev/null +++ b/gui-apps/kanshi/kanshi-1.6.0.ebuild @@ -0,0 +1,40 @@ +# Copyright 2020-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit meson + +DESCRIPTION="dynamic display configuration (autorandr for wayland)" +HOMEPAGE="https://wayland.emersion.fr/kanshi/ https://sr.ht/~emersion/kanshi/" +SRC_URI=" + https://git.sr.ht/~emersion/kanshi/archive/v${PV}.tar.gz + -> ${P}.tar.gz +" +S=${WORKDIR}/${PN}-v${PV} + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="+man varlink" + +RDEPEND=" + dev-libs/libscfg + dev-libs/wayland + varlink? ( dev-libs/libvarlink ) +" +BDEPEND=" + ${RDEPEND} + virtual/pkgconfig + dev-libs/wayland-protocols + dev-util/wayland-scanner + man? ( >=app-text/scdoc-1.9.3 ) +" + +src_configure() { + local emesonargs=( + $(meson_feature man man-pages) + $(meson_feature varlink ipc) + ) + meson_src_configure +} -- cgit v1.2.3