summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2024-04-13 11:31:57 -0600
committerMark Wagie2024-04-13 11:31:57 -0600
commit4f192d48079507de96cbfdd4c8b4ad7ad58f4096 (patch)
tree693db7608c4eb6a5a5775bda0c5b0634ca4a96c3
parente9757d85288d641e5b2a158ef468ce5655248509 (diff)
downloadaur-4f192d48079507de96cbfdd4c8b4ad7ad58f4096.tar.gz
add Gruvbox theme
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD12
2 files changed, 15 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 64af38d90d59..2de08037e050 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = colloid-gtk-theme-git
pkgdesc = Gtk theme for Linux
- pkgver = 2023.10.28.r17.g96f65423
+ pkgver = 2023.10.28.r18.g2949b6a7
pkgrel = 1
url = https://github.com/vinceliuice/Colloid-gtk-theme
install = colloid-gtk-theme.install
@@ -25,5 +25,8 @@ pkgname = colloid-dracula-gtk-theme-git
pkgname = colloid-everforest-gtk-theme-git
pkgdesc = Gtk Everforest theme for Linux
+pkgname = colloid-gruvbox-gtk-theme-git
+ pkgdesc = Gtk Gruvbox theme for Linux
+
pkgname = colloid-nord-gtk-theme-git
pkgdesc = Gtk Nord theme for Linux
diff --git a/PKGBUILD b/PKGBUILD
index 8019571137f7..dceccbedf7d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,11 @@ pkgname=(
'colloid-gtk-theme-git'
'colloid-dracula-gtk-theme-git'
'colloid-everforest-gtk-theme-git'
+ 'colloid-gruvbox-gtk-theme-git'
'colloid-nord-gtk-theme-git'
)
pkgbase=colloid-gtk-theme-git
-pkgver=2023.10.28.r17.g96f65423
+pkgver=2023.10.28.r18.g2949b6a7
pkgrel=1
pkgdesc="Gtk theme for Linux"
arch=('any')
@@ -57,6 +58,15 @@ package_colloid-everforest-gtk-theme-git() {
./install.sh -t all -s compact --tweaks everforest normal -d "$pkgdir/usr/share/themes"
}
+package_colloid-gruvbox-gtk-theme-git() {
+ pkgdesc="Gtk Gruvbox theme for Linux"
+
+ cd Colloid-gtk-theme
+ install -d "$pkgdir/usr/share/themes"
+ ./install.sh -t all --tweaks gruvbox -d "$pkgdir/usr/share/themes"
+ ./install.sh -t all -s compact --tweaks gruvbox normal -d "$pkgdir/usr/share/themes"
+}
+
package_colloid-nord-gtk-theme-git() {
pkgdesc="Gtk Nord theme for Linux"