mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
gui-apps/kanshi: add 1.7.0
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST kanshi-1.6.0.tar.gz 22107 BLAKE2B 6e18525f6efdbf201326fd228f926bddc7fe67363decd07bd473b3d235a5324831461b07e0ff86c877b702194284c740fa2a4547d8907738dd480e41d3d1aebf SHA512 0202cf7e9e4f1c9bb456b8e5452fe5a7d4a7f8f37ee6a3809d165238b95c71b6f278ece7dc2b323e2788e41248fc3e4752aaac6728810faccd34fdeb147e6143
|
||||
DIST kanshi-1.7.0.tar.gz 23073 BLAKE2B f742d36ea425eda35231c060b24485282932574ee61919934305d6234c92c66b69e1d5813f9402cc328ff7a046fae71061c8b8363f0290152982f218897cbeb3 SHA512 69ba65e7f4f034ce6c18c297723fa27920fba28ac0772b3214edc5dd61474735950cc5001f97ba33af15316dadff9a2c8282e6ced1ae1b4ccb837c4227dd73ac
|
||||
|
||||
40
gui-apps/kanshi/kanshi-1.7.0.ebuild
Normal file
40
gui-apps/kanshi/kanshi-1.7.0.ebuild
Normal file
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user