Add spicetify community themes package

This commit is contained in:
Sravan Balaji
2024-11-30 12:18:48 -05:00
parent 5070b88f9c
commit 07038a3e08
2 changed files with 32 additions and 1 deletions

View File

@@ -15,13 +15,17 @@ KEYWORDS="~amd64"
S="${WORKDIR}"
INSTALLDIR="/opt/spicetify-cli"
IUSE="marketplace"
IUSE="
marketplace
community-themes
"
DEPEND="
!app-misc/spicetify-cli
"
PDEPEND="
marketplace? ( app-misc/spicetify-marketplace-bin )
community-themes? ( app-misc/spicetify-community-themes )
"
RDEPEND="
>=media-sound/spotify-1.2.14

View File

@@ -0,0 +1,27 @@
# Copyright 2022-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit git-r3
DESCRIPTION="A community-driven collection of themes for customizing Spotify through Spicetify"
HOMEPAGE="https://github.com/spicetify/spicetify-themes"
EGIT_REPO_URI="${HOMEPAGE}.git"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE="man"
S="${WORKDIR}/${P}"
INSTALLDIR="/opt/spicetify-cli"
DEPEND="
|| ( app-misc/spicetify-cli app-misc/spicetify-cli-bin )
"
src_install(){
insinto "${INSTALLDIR}/Themes"
doins -r {_Extra,Blossom,BurntSienna,Default,Dreary,Dribbblish,Flow,Matte,Nightlight,Onepunch,SharkBlue,Sleek,StarryNight,text,Turntable,Ziro}
}