mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 04:53:07 -04:00
gui-apps/noctalia-shell: add 9999
Signed-off-by: dsaf <ghostyn678+git@gmail.com>
This commit is contained in:
@@ -9,13 +9,18 @@ inherit optfeature python-single-r1 systemd
|
||||
|
||||
DESCRIPTION="Noctalia Configuration for Quickshell"
|
||||
HOMEPAGE="https://github.com/noctalia-dev/noctalia-shell"
|
||||
SRC_URI="https://github.com/noctalia-dev/noctalia-shell/releases/download/v${PV}/noctalia-v${PV}.tar.gz"
|
||||
|
||||
S="${WORKDIR}/noctalia-release"
|
||||
if [[ ${PV} == *9999 ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/noctalia-dev/noctalia-shell.git"
|
||||
else
|
||||
SRC_URI="https://github.com/noctalia-dev/noctalia-shell/releases/download/v${PV}/noctalia-v${PV}.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
S="${WORKDIR}/noctalia-release"
|
||||
fi
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
RDEPEND="
|
||||
|
||||
Reference in New Issue
Block a user