summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Lew2021-11-20 11:37:53 +0800
committerAdrian Lew2021-11-20 11:37:53 +0800
commit78edbd10eab5f2e4c895e0d5dee43ec5ae7a8338 (patch)
treeb579cc31780640fadac9e10262eeb955e1277521
parent2423861390871d522ac35f10e47b2336a88dce7d (diff)
downloadaur-78edbd10eab5f2e4c895e0d5dee43ec5ae7a8338.tar.gz
Update to 4.0.0, added notice to manually update config files, improved post install/update user instructions
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
-rw-r--r--spicetify-theme-dribbblish-dynamic.install17
3 files changed, 18 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c018e93e3dde..3ea0be548ea5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = spicetify-theme-dribbblish-dynamic
pkgdesc = A mod of Dribbblish theme for Spicetify with support for light/dark modes and album art based colors.
- pkgver = 3.1.1
- pkgrel = 3
+ pkgver = 4.0.0
+ pkgrel = 1
url = https://github.com/JulienMaille/dribbblish-dynamic-theme
install = spicetify-theme-dribbblish-dynamic.install
arch = any
license = custom
depends = spicetify-cli
- source = https://github.com/JulienMaille/dribbblish-dynamic-theme/releases/download/3.1.1/DribbblishDynamic_v3.1.1.zip
- md5sums = 1a68c271cdffc4b462d489ae1e2a221c
+ source = https://github.com/JulienMaille/dribbblish-dynamic-theme/releases/download/4.0.0/DribbblishDynamic_v4.0.0.zip
+ md5sums = a96fbe99238cf58c4d2f05629e9fc2f3
pkgname = spicetify-theme-dribbblish-dynamic
diff --git a/PKGBUILD b/PKGBUILD
index a784120fbb58..6ff6b58a7654 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Adrian Lew <adrian.lewtx at gmail dot com>
pkgname=spicetify-theme-dribbblish-dynamic
-pkgver=3.1.1
-pkgrel=3
+pkgver=4.0.0
+pkgrel=1
pkgdesc="A mod of Dribbblish theme for Spicetify with support for light/dark modes and album art based colors."
arch=('any')
url="https://github.com/JulienMaille/dribbblish-dynamic-theme"
@@ -9,7 +9,7 @@ license=('custom')
depends=(spicetify-cli)
install="${pkgname}.install"
source=("https://github.com/JulienMaille/dribbblish-dynamic-theme/releases/download/${pkgver}/DribbblishDynamic_v${pkgver}.zip")
-md5sums=('1a68c271cdffc4b462d489ae1e2a221c')
+md5sums=('a96fbe99238cf58c4d2f05629e9fc2f3')
package() {
mkdir -p "${pkgdir}/usr/share/spicetify-cli/Themes/DribbblishDynamic"
diff --git a/spicetify-theme-dribbblish-dynamic.install b/spicetify-theme-dribbblish-dynamic.install
index b6864953444d..e6a5a3ab90af 100644
--- a/spicetify-theme-dribbblish-dynamic.install
+++ b/spicetify-theme-dribbblish-dynamic.install
@@ -1,17 +1,22 @@
post_install() {
- echo ""
- echo "To enable the theme, add the following to your spicetify config file (see https://github.com/JulienMaille/dribbblish-dynamic-theme/tree/main#important)"
+ echo "To enable or update the theme, add the following to your spicetify config file, usually in ~/.config/spicetify/config-xpui.ini (see https://github.com/JulienMaille/dribbblish-dynamic-theme/tree/main#important)"
echo "[Patch]"
echo "xpui.js_find_8008 = ,(\w+=)32,"
- echo "xpui.js_repl_8008 = ,\${1}56,"
+ echo "xpui.js_repl_8008 = ,\${1}58,"
echo ""
echo "and run"
- echo "spicetify config extensions default-dynamic.js- extensions dribbblish-dynamic.js- extensions dribbblish.js- extensions Vibrant.min.js-"
- echo "spicetify config extensions dribbblish-dynamic.js"
+ echo "spicetify config extensions default-dynamic.js- extensions dribbblish.js- extensions Vibrant.min.js- extensions dribbblish-dynamic.js"
echo "spicetify config current_theme DribbblishDynamic"
echo "spicetify config color_scheme base"
echo "spicetify config inject_css 1 replace_colors 1 overwrite_assets 1"
- echo "spicetify apply"
+ echo ""
+ echo "Run spicetify backup apply if it is your first time using spicetify, otherwise, run spicetify apply"
+ echo ""
+ echo "Notice: "
+ echo "There has been a change in the [Patch] section in the config-xpui.ini. Please change the line"
+ echo "xpui.js_repl_8008 = ,\${1}56,"
+ echo "to"
+ echo "xpui.js_repl_8008 = ,\${1}58,"
echo ""
}