From aea321df04b691e96bf200a08ac95157dea77e53 Mon Sep 17 00:00:00 2001 From: Aisha Tammy Date: Wed, 11 Nov 2020 15:07:21 -0500 Subject: gui-apps/wayland-logout: new dependency for wf-shell Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Aisha Tammy Signed-off-by: Aaron Bauman --- gui-apps/wayland-logout/Manifest | 1 + gui-apps/wayland-logout/metadata.xml | 12 ++++++++++ gui-apps/wayland-logout/wayland-logout-1.0.ebuild | 26 ++++++++++++++++++++++ gui-apps/wayland-logout/wayland-logout-9999.ebuild | 26 ++++++++++++++++++++++ 4 files changed, 65 insertions(+) create mode 100644 gui-apps/wayland-logout/Manifest create mode 100644 gui-apps/wayland-logout/metadata.xml create mode 100644 gui-apps/wayland-logout/wayland-logout-1.0.ebuild create mode 100644 gui-apps/wayland-logout/wayland-logout-9999.ebuild (limited to 'gui-apps/wayland-logout') diff --git a/gui-apps/wayland-logout/Manifest b/gui-apps/wayland-logout/Manifest new file mode 100644 index 000000000000..abc4336a7b56 --- /dev/null +++ b/gui-apps/wayland-logout/Manifest @@ -0,0 +1 @@ +DIST wayland-logout-1.0.tar.gz 16663 BLAKE2B 7f8932342cd584f9e8c6abcaf83b2a5ff7ff14eda00f6d47a402206cff5786a9f4d5fbd75b8704fd0c39fad9550e47dbd499ac4a9b233f63ee6ed80b544d4556 SHA512 2c31fe11d4e6de53c7e873e7d235c4dcfbcb1425f4d7d2969b623574dd0bea77ee1fd482949b09cd86a1755ed48f2a8b39e4b2db6adedaf6d465144e9ef71652 diff --git a/gui-apps/wayland-logout/metadata.xml b/gui-apps/wayland-logout/metadata.xml new file mode 100644 index 000000000000..d155fdbc0406 --- /dev/null +++ b/gui-apps/wayland-logout/metadata.xml @@ -0,0 +1,12 @@ + + + + + gentoo@aisha.cc + Aisha Tammy + + + proxy-maint@gentoo.org + Proxy Maintainers + + diff --git a/gui-apps/wayland-logout/wayland-logout-1.0.ebuild b/gui-apps/wayland-logout/wayland-logout-1.0.ebuild new file mode 100644 index 000000000000..edb385b32abf --- /dev/null +++ b/gui-apps/wayland-logout/wayland-logout-1.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="general logout scripts for wayland compositors" + +HOMEPAGE="https://github.com/soreau/wayland-logout" + +if [[ ${PV} == 9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/soreau/wayland-logout" +else + SRC_URI="https://github.com/soreau/wayland-logout/archive/v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~arm64 ~x86" +fi + +LICENSE="MIT" +SLOT="0" + +RDEPEND="sys-process/lsof" + +src_install() { + newbin wayland-logout.sh wayland-logout + dosym wayland-logout /usr/bin/wlogout +} diff --git a/gui-apps/wayland-logout/wayland-logout-9999.ebuild b/gui-apps/wayland-logout/wayland-logout-9999.ebuild new file mode 100644 index 000000000000..edb385b32abf --- /dev/null +++ b/gui-apps/wayland-logout/wayland-logout-9999.ebuild @@ -0,0 +1,26 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="general logout scripts for wayland compositors" + +HOMEPAGE="https://github.com/soreau/wayland-logout" + +if [[ ${PV} == 9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/soreau/wayland-logout" +else + SRC_URI="https://github.com/soreau/wayland-logout/archive/v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~arm64 ~x86" +fi + +LICENSE="MIT" +SLOT="0" + +RDEPEND="sys-process/lsof" + +src_install() { + newbin wayland-logout.sh wayland-logout + dosym wayland-logout /usr/bin/wlogout +} -- cgit v1.2.3-65-gdbad