Spicetify on Gentoo

This page summarizes the projects mentioned and recommended in the original post on /r/Gentoo

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • spicetify-cli

    Discontinued Commandline tool to customize Spotify client. Supports Windows, MacOS and Linux. [Moved to: https://github.com/spicetify/spicetify-cli] (by khanhas)

  • # Copyright 2020-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit go-module EGO_SUM=( "github.com/davecgh/go-spew v1.1.0" "github.com/davecgh/go-spew v1.1.0/go.mod" "github.com/go-ini/ini v1.66.4" "github.com/go-ini/ini v1.66.4/go.mod" "github.com/mattn/go-colorable v0.1.12" "github.com/mattn/go-colorable v0.1.12/go.mod" "github.com/mattn/go-isatty v0.0.14" "github.com/mattn/go-isatty v0.0.14/go.mod" "github.com/pmezard/go-difflib v1.0.0" "github.com/pmezard/go-difflib v1.0.0/go.mod" "github.com/stretchr/objx v0.1.0/go.mod" "github.com/stretchr/testify v1.7.1" "github.com/stretchr/testify v1.7.1/go.mod" "golang.org/x/net v0.0.0-20220325170049-de3da57026de" "golang.org/x/net v0.0.0-20220325170049-de3da57026de/go.mod" "golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c/go.mod" "golang.org/x/sys v0.0.0-20210927094055-39ccf1dd6fa6/go.mod" "golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8" "golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8/go.mod" "gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod" "gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c" "gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod" ) go-module_set_globals DESCRIPTION="Commandline tool to customize Spotify client." HOMEPAGE="https://github.com/khanhas/spicetify-cli" SRC_URI=" https://github.com/khanhas/spicetify-cli/archive/v${PV}.tar.gz -> ${P}.tar.gz ${EGO_SUM_SRC_URI} " LICENSE="Apache-2.0 BSD GPL-3 MIT" SLOT="0" KEYWORDS="~amd64" INSTALLDIR="/opt/${PN}" RDEPEND="media-sound/spotify" PATCHES=( "${FILESDIR}/add_gentoo_install_dir.patch" ) src_compile() { go build || die } src_install() { insinto "${INSTALLDIR}" doins -r {CustomApps,Extensions,Themes,jsHelper,spicetify-cli} dobin "${FILESDIR}/spicetify" fperms +x "${INSTALLDIR}/spicetify-cli" } pkg_postinst() { elog "Spicetify requires a Spotify install that it can modify. Version 1.1.72 and 1.1.73" elog "are supported by this version of spicetify. To be able to modify system installed " elog "Spotify like media-sound/spotify then you have to allow spicetify to read and write" elog "to its install location like shown below." elog "# chmod a+wr /opt/spotify/spotify-client" elog "# chmod a+wr /opt/spotify/spotify-client/Apps -R" elog "" elog "Otherwise you can install spotify to a user modifiable location like as a flatpak:" elog "https://github.com/khanhas/spicetify-cli/wiki/Installation#spotify-installed-from-flatpak" }

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts