Package Details: spicetify-themes-git r517.b41e22b-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: strat
Last Packager: strat
Votes: 23
Popularity: 0.45
First Submitted: 2019-09-04 13:03 (UTC)
Last Updated: 2025-08-12 22:58 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

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.

LucasWagler commented on 2021-07-17 13:59 (UTC) (edited on 2021-07-17 14:02 (UTC) by LucasWagler)

@morpheusthewhite You may want to update the pkgver to reflect the last branch change. The new branch's lower commit count relative to the AUR pkgver results in constant rebuilds from my AUR helper (Paru).

Already fixed on my machine, but could prevent annoyance for others.

FriendlyChemist commented on 2021-07-09 11:51 (UTC)

Hello,

I tried to build this package with pamac, I get an error saying: build cache is required, but could not be located: GOCACHE is not defined and neither $XDG_CACHE_HOME nor $HOME are defined ==> ERROR: A failure occurred in build().

I'm new to Linux,

How can I fix this?

morpheusthewhite commented on 2020-08-31 20:03 (UTC)

@ibrokemypie now your PKGBUILD works correctly on my machine (I can't remember the previous error, but was related to the version): I just pushed it. Thank you for your suggestion

ibrokemypie commented on 2020-08-30 05:33 (UTC)

actually, just changing the cd "$srcdir" in the pkgver function to cd "$pkgname" works

ibrokemypie commented on 2020-08-30 03:33 (UTC)

@morpheusthewhite what exactly was wrong with the pkgver fucntion? I took it from the arch wiki wage here: https://wiki.archlinux.org/index.php/VCS_package_guidelines#The_pkgver()_function The current function doesnt actually produce a version, jist r.-1 every time, meaning the package is never actually rebuilt because the pkgver function reports the same version, meaning it never actually updates, you can see the output here:

==> Extracting sources...
  -> Creating working copy of spicetify-themes-git git repo...
Cloning into 'spicetify-themes-git'...
done.
==> Starting pkgver()...
fatal: not a git repository (or any parent up to mount point /)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
fatal: not a git repository (or any parent up to mount point /)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
==> Updated version: spicetify-themes-git r.-1
==> Sources are ready.
==> Making package: spicetify-themes-git r.-1 (Sun 30 Aug 2020 13:30:13)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting pkgver()...
fatal: not a git repository (or any parent up to mount point /)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
fatal: not a git repository (or any parent up to mount point /)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
==> Sources are ready.
 -> spicetify-themes-git-r.-1 already made -- skipping build
 -> Found git repo: github.com/morpheusthewhite/spicetify-themes
loading packages...
warning: spicetify-themes-git-r.-1 is up to date -- reinstalling
resolving dependencies...
looking for conflicting packages...

Package (1)           Old Version  New Version  Net Change

spicetify-themes-git  r.-1         r.-1           0.00 MiB