mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-10 12:08:43 -04:00
x11-wm/*: fix variable order
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net> Closes: https://github.com/gentoo/guru/pull/190 Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
parent
f51b3ad8e3
commit
e04ce94a6c
@ -3,18 +3,21 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit toolchain-funcs xdg-utils desktop
|
||||
|
||||
DESCRIPTION="A list based tiling window manager in the vein of dwm, bspwm, and xmonad."
|
||||
HOMEPAGE="https://bitbucket.org/natemaia/dk/src/master/"
|
||||
#EGIT_REPO_URI="https://bitbucket.org/natemaia/dk.git"
|
||||
SRC_URI="https://bitbucket.org/natemaia/dk/get/bc9bd6349321c27ddb2dd7a9cb7630e2f1794c85.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}"
|
||||
|
||||
inherit toolchain-funcs xdg-utils desktop
|
||||
S="${WORKDIR}"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~riscv ~x86"
|
||||
|
||||
IUSE="examples man"
|
||||
RESTRICT=strip
|
||||
|
||||
DEPEND="
|
||||
x11-base/xcb-proto
|
||||
x11-libs/libxcb
|
||||
@ -28,7 +31,6 @@ RDEPEND="
|
||||
${DEPEND}
|
||||
x11-misc/sxhkd
|
||||
"
|
||||
KEYWORDS="~amd64 ~riscv ~x86"
|
||||
#src_prepare() {
|
||||
# default
|
||||
|
||||
|
@ -8,25 +8,22 @@ PYTHON_COMPAT=(python3_{9..12})
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
SRC_URI="https://github.com/elParaguayo/qtile-extras/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
DESCRIPTION="elParaguayo's Qtile Extras"
|
||||
HOMEPAGE="https://github.com/elParaguayo/qtile-extras"
|
||||
SRC_URI="https://github.com/elParaguayo/qtile-extras/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
RDEPEND="x11-wm/qtile"
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="
|
||||
dev-python/build
|
||||
dev-python/installer
|
||||
dev-python/setuptools-scm
|
||||
"
|
||||
|
||||
RDEPEND="x11-wm/qtile"
|
||||
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
|
||||
export SETUPTOOLS_SCM_PRETEND_VERSION=7.0.0
|
||||
|
||||
python_compile() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user