Package Details: spicetify-themes-git r404.4f10f4f-1

Git Clone URL: https://aur.archlinux.org/spicetify-themes-git.git (read-only, click to copy)
Package Base: spicetify-themes-git
Description: A community-driven collection of themes for spicetify
Upstream URL: https://github.com/spicetify/spicetify-themes
Keywords: customization spicetify spotify unixporn
Licenses: MIT
Conflicts: spicetify-themes
Provides: spicetify-themes
Submitter: morpheusthewhite
Maintainer: morpheusthewhite
Last Packager: morpheusthewhite
Votes: 21
Popularity: 0.166054
First Submitted: 2019-09-04 13:03 (UTC)
Last Updated: 2023-04-27 19:46 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

1 2 3 Next › Last »

ZhangHua commented on 2024-09-28 06:44 (UTC)

Please move your themes to /opt/spicetify-cli/Themes as spicetify-cli moved itself to /opt/spicetify-cli since 2.38.4-2

shtrophic commented on 2023-08-30 11:13 (UTC)

I am pretty sure all the .png-files are not necessary to for the themes to work, what about just running find $pkgdir -name '*.png' -delete before installing?

ZhangHua commented on 2023-04-30 05:29 (UTC)

@eeeXun The simplest solution is removing $HOME/.cache/paru/clone/spicetify-themes-git and rebuild the package.

eeeXun commented on 2023-04-29 13:39 (UTC) (edited on 2023-04-29 13:40 (UTC) by eeeXun)

After updating, I got the error (I'm using paru)

fetching devel info...
==> Making package: spicetify-themes-git r404.4f10f4f-1 (Sat 29 Apr 2023 09:36:37 PM CST)
==> Retrieving sources...
==> ERROR: /home/xun/.cache/paru/clone/spicetify-themes-git/spicetify-themes-git is not a clone of https://github.com/spicetify/spicetify-themes
    Aborting...
error: failed to download sources for 'spicetify-themes-git-r404.4f10f4f-1':
error: packages failed to build: spicetify-themes-git-r404.4f10f4f-1

morpheusthewhite commented on 2023-04-27 19:50 (UTC)

Sorry for being inactive recently. I updated the package, please try again

@pflakus Thank you for the patch

ZhangHua commented on 2023-04-27 04:36 (UTC)

Please consider removing _Extra, .git, .github, .gitignore, CODE_OF_CONDUCT.md, CONTRIUTING.md, manifest.json and THEMES.md, they are useless for applying theme to spotify

pflakus commented on 2023-04-20 15:46 (UTC)

@zayatura: From what I am gathering from this commit the filename has changed, but also it's no longer actually necessary to move the file manually during installation.

Here's a patch I threw together that should work with the new way the theme's supposed to be used:

diff --git a/PKGBUILD b/PKGBUILD
index d1cc463..bdf79a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -33,7 +33,4 @@ package() {

     cp -R "$srcdir/${pkgname}" "${pkgdir}"/usr/share/spicetify-cli/Themes
     rm -r "${pkgdir}"/usr/share/spicetify-cli/Themes/README.md "${pkgdir}"/usr/share/spicetify-cli/Themes/LICENSE
-
-    # for Dribbblish theme
-    cp -R "$srcdir/${pkgname}/Dribbblish/dribbblish.js" "${pkgdir}"/usr/share/spicetify-cli/Extensions/dribbblish.js
 }
diff --git a/spicetify-themes-git.install b/spicetify-themes-git.install
index 54afbe1..f8c9bb1 100644
--- a/spicetify-themes-git.install
+++ b/spicetify-themes-git.install
@@ -9,8 +9,7 @@ post_install(){
     echo "-> https://github.com/morpheusthewhite/spicetify-themes/blob/master/Dribbblish/README.md"

     ## Dribbblish theme installation
-    #spicetify config extensions dribbblish.js
     #spicetify config current_theme Dribbblish color_scheme base
-    #spicetify config inject_css 1 replace_colors 1 overwrite_assets 1
+    #spicetify config inject_css 1 replace_colors 1 overwrite_assets 1 inject_theme_js 1
 }

zayatura commented on 2023-04-18 11:31 (UTC)

Cannot build anymore, probably upstream changed something:

==> Entering fakeroot environment...
==> Starting package()...
cp: cannot stat '/home/user/.cache/paru/clone/spicetify-themes-git/src/spicetify-themes-git/Dribbblish/dribbblish.js': No such file or directory
==> ERROR: A failure occurred in package().
    Aborting...
error: failed to build 'spicetify-themes-git-r149.691a069-1': 
error: packages failed to build: spicetify-themes-git-r149.691a069-1

denisse commented on 2022-11-30 23:07 (UTC)

Hi morpheusthewhite, I see that the upstream URL in this package redirects to the https://github.com/spicetify/spicetify-themes repository. I think it would be good to update the URL to avoid that redirect. :)

morpheusthewhite commented on 2021-07-17 14:13 (UTC)

@LucasWagler it should be fixed now. Thanks for the notification.