Skip to content

Commit

Permalink
x11-themes/bibata-xcursors: fix QA failures
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/830149
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Alexey Zapparov <[email protected]>
  • Loading branch information
ixti committed Jan 17, 2022
1 parent 4250f42 commit d4a6962
Showing 1 changed file with 16 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@

EAPI=8

PYTHON_COMPAT=( python3_{8..10} )
inherit python-any-r1

MY_PN="Bibata_Cursor"

DESCRIPTION="Opensource, compact, and material-designed cursor set"
Expand All @@ -18,12 +21,24 @@ KEYWORDS="~amd64 ~x86"

RDEPEND="x11-libs/libXcursor"
BDEPEND="
dev-python/clickgen
${RDEPEND}
${PYTHON_DEPS}
$(python_gen_any_dep '
dev-python/clickgen[${PYTHON_USEDEP}]
')
app-arch/unzip
"

S="${WORKDIR}/${MY_PN}-${PV}"

python_check_deps() {
has_version -b "dev-python/clickgen[${PYTHON_USEDEP}]"
}

pkg_setup() {
python-any-r1_pkg_setup
}

src_unpack() {
unpack "${P}.tar.gz"
cd "${S}" || die "Cannot change dir into '${S}'"
Expand Down

0 comments on commit d4a6962

Please sign in to comment.