Add spicetify community themes package
This commit is contained in:
@@ -15,13 +15,17 @@ KEYWORDS="~amd64"
|
|||||||
|
|
||||||
S="${WORKDIR}"
|
S="${WORKDIR}"
|
||||||
INSTALLDIR="/opt/spicetify-cli"
|
INSTALLDIR="/opt/spicetify-cli"
|
||||||
IUSE="marketplace"
|
IUSE="
|
||||||
|
marketplace
|
||||||
|
community-themes
|
||||||
|
"
|
||||||
|
|
||||||
DEPEND="
|
DEPEND="
|
||||||
!app-misc/spicetify-cli
|
!app-misc/spicetify-cli
|
||||||
"
|
"
|
||||||
PDEPEND="
|
PDEPEND="
|
||||||
marketplace? ( app-misc/spicetify-marketplace-bin )
|
marketplace? ( app-misc/spicetify-marketplace-bin )
|
||||||
|
community-themes? ( app-misc/spicetify-community-themes )
|
||||||
"
|
"
|
||||||
RDEPEND="
|
RDEPEND="
|
||||||
>=media-sound/spotify-1.2.14
|
>=media-sound/spotify-1.2.14
|
||||||
|
@@ -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}
|
||||||
|
}
|
Reference in New Issue
Block a user