# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit meson DESCRIPTION="Fixes harcoded tray icons in Linux" HOMEPAGE="https://github.com/bilelmoussaoui/Hardcode-Tray" if [[ ${PV} == 9999 ]]; then inherit git-r3 EGIT_REPO_URI="${HOMEPAGE}" else SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~arm ~arm64 ~x86" S="${WORKDIR}/Hardcode-Tray-${PV}" fi LICENSE="BSD GPL-3" SLOT="0" IUSE="" DEPEND="" RDEPEND="${DEPEND}"