From 39f453f1e4c58e8a2bcb7c2374e7f1de61ac4e14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sat, 8 Jan 2022 14:22:51 +0100 Subject: profiles/desktop/wayland: add wofi and wdisplays --- gui-apps/wofi/wofi-1.2.4.ebuild | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 gui-apps/wofi/wofi-1.2.4.ebuild (limited to 'gui-apps/wofi/wofi-1.2.4.ebuild') diff --git a/gui-apps/wofi/wofi-1.2.4.ebuild b/gui-apps/wofi/wofi-1.2.4.ebuild new file mode 100644 index 0000000..0ec4c50 --- /dev/null +++ b/gui-apps/wofi/wofi-1.2.4.ebuild @@ -0,0 +1,18 @@ +EAPI=8 + +inherit meson + +DESCRIPTION="Launcher for wlroots-based wayland compositors" +HOMEPAGE="https://hg.sr.ht/~scoopta/wofi" +SRC_URI="https://hg.sr.ht/~scoopta/wofi/archive/v${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${PN}-v${PV}" + +LICENSE="GPL-3.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + dev-libs/wayland + gui-libs/gtk +" +BDEPEND="" -- cgit v1.2.3