summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2024-04-13 09:42:46 -0600
committerMark Wagie2024-04-13 09:42:46 -0600
commite9757d85288d641e5b2a158ef468ce5655248509 (patch)
tree51379accc84961b3535f469d4cfbf94d441ed9fd
parentef6af703559fdf59f8b5ff5ec99682d820d31702 (diff)
downloadaur-e9757d85288d641e5b2a158ef468ce5655248509.tar.gz
add Everforest theme
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD12
2 files changed, 15 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9850ff73b5a4..64af38d90d59 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = colloid-gtk-theme-git
pkgdesc = Gtk theme for Linux
- pkgver = 2023.10.28.r7.g06da74bb
+ pkgver = 2023.10.28.r17.g96f65423
pkgrel = 1
url = https://github.com/vinceliuice/Colloid-gtk-theme
install = colloid-gtk-theme.install
@@ -22,5 +22,8 @@ pkgname = colloid-gtk-theme-git
pkgname = colloid-dracula-gtk-theme-git
pkgdesc = Gtk Dracula theme for Linux
+pkgname = colloid-everforest-gtk-theme-git
+ pkgdesc = Gtk Everforest theme for Linux
+
pkgname = colloid-nord-gtk-theme-git
pkgdesc = Gtk Nord theme for Linux
diff --git a/PKGBUILD b/PKGBUILD
index a6471bae9414..8019571137f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,11 @@
pkgname=(
'colloid-gtk-theme-git'
'colloid-dracula-gtk-theme-git'
+ 'colloid-everforest-gtk-theme-git'
'colloid-nord-gtk-theme-git'
)
pkgbase=colloid-gtk-theme-git
-pkgver=2023.10.28.r7.g06da74bb
+pkgver=2023.10.28.r17.g96f65423
pkgrel=1
pkgdesc="Gtk theme for Linux"
arch=('any')
@@ -47,6 +48,15 @@ package_colloid-dracula-gtk-theme-git() {
./install.sh -t all -s compact --tweaks dracula normal -d "$pkgdir/usr/share/themes"
}
+package_colloid-everforest-gtk-theme-git() {
+ pkgdesc="Gtk Everforest theme for Linux"
+
+ cd Colloid-gtk-theme
+ install -d "$pkgdir/usr/share/themes"
+ ./install.sh -t all --tweaks everforest -d "$pkgdir/usr/share/themes"
+ ./install.sh -t all -s compact --tweaks everforest normal -d "$pkgdir/usr/share/themes"
+}
+
package_colloid-nord-gtk-theme-git() {
pkgdesc="Gtk Nord theme for Linux"