summaryrefslogtreecommitdiff
path: root/x11-misc/lineak-xosdplugin
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-03-20 14:27:17 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-03-20 14:27:17 +0000
commit5bb9ff1ee56d2b5e75e01a7f066d8b0cec84ec02 (patch)
tree66e860a5099bcad013f1cf667255dc372a7c11b3 /x11-misc/lineak-xosdplugin
parent7218e1b46bceac05841e90472501742d905fb3fc (diff)
gentoo resync : 20.03.2021
Diffstat (limited to 'x11-misc/lineak-xosdplugin')
-rw-r--r--x11-misc/lineak-xosdplugin/Manifest2
-rw-r--r--x11-misc/lineak-xosdplugin/lineak-xosdplugin-0.9.0-r2.ebuild12
2 files changed, 5 insertions, 9 deletions
diff --git a/x11-misc/lineak-xosdplugin/Manifest b/x11-misc/lineak-xosdplugin/Manifest
index a1b1ca29c44a..1a1a063114fa 100644
--- a/x11-misc/lineak-xosdplugin/Manifest
+++ b/x11-misc/lineak-xosdplugin/Manifest
@@ -1,4 +1,4 @@
AUX lineak-xosdplugin-0.9.0-gcc43.patch 260 BLAKE2B 388a7c6e3e89ec3d4ab779127df0a3f83dae83dda8ac60889a8a29189e82e6b41f9c324f076cd3df8da5e22bcba97e92aa7df4ad46dc4c44fe6c665fd7746435 SHA512 3f4d9c929ba3bc1c831bbea2fefa78229e73f9d2f863bbe0e0695eeff84eac6d5d162c6ad4fbf608811c169ec8e75c811623858196c907a59a652498f5cc9fae
DIST lineak-xosdplugin-0.9.tar.gz 802367 BLAKE2B 76e9f0fd088a1323eb72deca02aa325a908b4308f2d76e10e33c57af7dc41823a6b5572ef861ba337af9b76d07d650b31539aba7d0a4815b19d2abba3ad0cf7c SHA512 5f38616a770dea9336e1af93c209ab1c5232d783e301d949e54ca44dc5b9dc462e8fad6448c6ffbb81d6494f5da91f507da2ed3835e62ecb6ef794f68b5f8009
-EBUILD lineak-xosdplugin-0.9.0-r2.ebuild 789 BLAKE2B f04d6c162105071ffe37e63c963aca51116ba51736eb7409ada5afb7b81c7fb66e534892502f6bd817bfc712230402b1b47b401a8065983b5eaa2adc40c56300 SHA512 f32329e80162d0429974995e89100c69df8cfccd0b08b16dad818a7def67c3abf5870c45818734fdd5ba3c6d1a0d0ddde6687d0074316d82c2021cf72b3a2992
+EBUILD lineak-xosdplugin-0.9.0-r2.ebuild 772 BLAKE2B bb420c38b5a26bf05999a6b829b176ffec5c3735168995336a45c0c0918d20d531f85f73cb4adbc3796f74be15b86c5fd981c16b0f6c123b6a819b32eaef3f18 SHA512 19b397bf116cb01c1348c518ad39c5724e4cb1aedcb923132c51b62e9b5bae803a816e85dbfea8958319e13c6a78116e4fcee3f92d48546081056e020bbb5a23
MISC metadata.xml 352 BLAKE2B 4110d9b5e116df93d0d52f464d392dc4b55d95615b20db7c92e8792ff684e60c84ed9c9703272eb7ce70688de54ce1943c99d90b2f6d81ed8342898fbe710346 SHA512 1abdaf434e7034702a0dfceff233083abc0bdaea90e215687ace13b6d005502da7193794cdc7beda708e741c5562313b93fd41677fa07d4f68bf8ef7cfa81939
diff --git a/x11-misc/lineak-xosdplugin/lineak-xosdplugin-0.9.0-r2.ebuild b/x11-misc/lineak-xosdplugin/lineak-xosdplugin-0.9.0-r2.ebuild
index 5499b6eedf13..5ad5aca6757c 100644
--- a/x11-misc/lineak-xosdplugin/lineak-xosdplugin-0.9.0-r2.ebuild
+++ b/x11-misc/lineak-xosdplugin/lineak-xosdplugin-0.9.0-r2.ebuild
@@ -1,14 +1,13 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit multilib
MY_P=${P/.0/}
-
DESCRIPTION="Xosd plugin for LINEAK"
HOMEPAGE="http://lineak.sourceforge.net/"
SRC_URI="mirror://sourceforge/lineak/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
LICENSE="GPL-2"
SLOT="0"
@@ -19,11 +18,8 @@ DEPEND="
=x11-misc/lineakd-${PV}*
x11-libs/xosd
"
-RDEPEND="
- ${DEPEND}
-"
+RDEPEND="${DEPEND}"
-S=${WORKDIR}/${MY_P}
PATCHES=(
"${FILESDIR}"/${P}-gcc43.patch
)
@@ -31,7 +27,7 @@ PATCHES=(
src_configure() {
econf \
$(use_enable debug) \
- --with-lineak-plugindir="${EROOT}/usr/$(get_libdir)/lineakd" \
+ --with-lineak-plugindir="${EPREFIX}/usr/$(get_libdir)/lineakd" \
--with-x
}