summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2023-10-28 09:27:31 -0600
committerMark Wagie2023-10-28 09:27:31 -0600
commitf59cd07ae87db0d97a523727cd8782bc94ac85e7 (patch)
tree1998b80280c1b3e867f8acaf011083ddde32126b
parent423dcc9cbec43a9b706f831b198533b9115627e0 (diff)
downloadaur-f59cd07ae87db0d97a523727cd8782bc94ac85e7.tar.gz
packaging improvements
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD16
-rw-r--r--colloid-gtk-theme.install2
3 files changed, 6 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ba9ef18cba15..319efb493f0a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = colloid-gtk-theme-git
pkgdesc = Modern and clean Gtk theme for linux
- pkgver = 2023.08.12.r12.gc220ed59
+ pkgver = 2023.10.28.r0.g46fa7423
pkgrel = 1
url = https://github.com/vinceliuice/Colloid-gtk-theme
install = colloid-gtk-theme.install
diff --git a/PKGBUILD b/PKGBUILD
index 4c79384172f4..5d2e212bbae9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Mark Wagie <mark dot wagie at proton dot me>
pkgname=colloid-gtk-theme-git
-pkgver=2023.08.12.r12.gc220ed59
+pkgver=2023.10.28.r0.g46fa7423
pkgrel=1
pkgdesc="Modern and clean Gtk theme for linux"
arch=('any')
@@ -28,17 +28,9 @@ package() {
./install.sh -t all -d "$pkgdir/usr/share/themes"
./install.sh -t all -s compact --tweaks normal -d "$pkgdir/usr/share/themes"
- # Nord version
- ./install.sh -t all --tweaks nord -d "$pkgdir/usr/share/themes"
- ./install.sh -t all -s compact --tweaks nord -d "$pkgdir/usr/share/themes"
-
- # Dracula version
- ./install.sh -t all --tweaks dracula -d "$pkgdir/usr/share/themes"
- ./install.sh -t all -s compact --tweaks dracula -d "$pkgdir/usr/share/themes"
-
- # Gruvbox version
- ./install.sh -t all --tweaks gruvbox -d "$pkgdir/usr/share/themes"
- ./install.sh -t all -s compact --tweaks gruvbox -d "$pkgdir/usr/share/themes"
+ # Nord, Dracula & Gruvbox versions
+ ./install.sh -t all --tweaks all -d "$pkgdir/usr/share/themes"
+ ./install.sh -t all -s compact --tweaks all -d "$pkgdir/usr/share/themes"
# Firefox theme
install -d "$pkgdir/usr/share/doc/${pkgname%-git}"
diff --git a/colloid-gtk-theme.install b/colloid-gtk-theme.install
index 8bc4d0e82d7d..76a50bd9e87a 100644
--- a/colloid-gtk-theme.install
+++ b/colloid-gtk-theme.install
@@ -1,6 +1,6 @@
post_install() {
echo ""
- echo "To force Libadwaita appliations to use the gtk-4.0 theme,"
+ echo "To force Libadwaita applications to use the gtk-4.0 theme,"
echo "symlink the gtk-4.0 theme to config folder"
echo "(replace Colloid-Dark with chosen theme variant):"
echo ""