commit:     37a64bdcacf7a711cbb8e0bfe5a92389c848a51b
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  8 11:10:24 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Jun  8 11:10:24 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37a64bdc

gui-apps/kanshi: add 1.7.0

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 gui-apps/kanshi/Manifest            |  1 +
 gui-apps/kanshi/kanshi-1.7.0.ebuild | 40 +++++++++++++++++++++++++++++++++++++
 2 files changed, 41 insertions(+)

diff --git a/gui-apps/kanshi/Manifest b/gui-apps/kanshi/Manifest
index 26ef5f05fb17..f79580edf209 100644
--- a/gui-apps/kanshi/Manifest
+++ b/gui-apps/kanshi/Manifest
@@ -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

diff --git a/gui-apps/kanshi/kanshi-1.7.0.ebuild 
b/gui-apps/kanshi/kanshi-1.7.0.ebuild
new file mode 100644
index 000000000000..14e7f07ebbf4
--- /dev/null
+++ b/gui-apps/kanshi/kanshi-1.7.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
+}

Reply via email to