summaryrefslogtreecommitdiff
path: root/gui-apps/kanshi/kanshi-1.5.0.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-03-08 13:07:48 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-03-08 13:07:48 +0000
commit7825305c5ddf11fffe24fa30453c4e8468f64305 (patch)
treef3c43caefa7210acc3d8fd79ac82f8ade47a8dc9 /gui-apps/kanshi/kanshi-1.5.0.ebuild
parentdc22a05dc2db2827053483e8cab136b33b339307 (diff)
gentoo auto-resync : 08:03:2024 - 13:07:48
Diffstat (limited to 'gui-apps/kanshi/kanshi-1.5.0.ebuild')
-rw-r--r--gui-apps/kanshi/kanshi-1.5.0.ebuild39
1 files changed, 0 insertions, 39 deletions
diff --git a/gui-apps/kanshi/kanshi-1.5.0.ebuild b/gui-apps/kanshi/kanshi-1.5.0.ebuild
deleted file mode 100644
index a3441df26d64..000000000000
--- a/gui-apps/kanshi/kanshi-1.5.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 2020-2023 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/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
-}