From d2e9bd33dd19f987773726dc141122e2daa6fe07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 3 Aug 2020 16:41:18 +0200 Subject: x11-misc/myi3lock: improve and remove nohup Nohup might no longer be necessary as different approach is now chosen. We can block execution now. --- x11-misc/myi3lock/myi3lock-1.2-r1.ebuild | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 x11-misc/myi3lock/myi3lock-1.2-r1.ebuild (limited to 'x11-misc/myi3lock/myi3lock-1.2-r1.ebuild') diff --git a/x11-misc/myi3lock/myi3lock-1.2-r1.ebuild b/x11-misc/myi3lock/myi3lock-1.2-r1.ebuild new file mode 100644 index 0000000..9b8caa0 --- /dev/null +++ b/x11-misc/myi3lock/myi3lock-1.2-r1.ebuild @@ -0,0 +1,20 @@ +EAPI=7 + +DESCRIPTION="Script calling i3lock used to automate some tasks on lock" +HOMEPAGE="https://git.cynerd.cz" +S="${WORKDIR}" + +LICENSE="GPL-3.0+" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + x11-misc/i3lock + x11-themes/background-lnxpcs + x11-misc/xss-lock + x11-wm/i3" +BDEPEND="" + +src_install() { + dobin "${FILESDIR}/myi3lock" +} -- cgit v1.2.3