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:
Lucio Sauer 2024-05-15 02:12:22 +02:00 committed by Julien Roy
parent f51b3ad8e3
commit e04ce94a6c
No known key found for this signature in database
GPG Key ID: BEF2297448848842
2 changed files with 13 additions and 14 deletions

View File

@ -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

View File

@ -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() {