Package Details: vimix-gtk-themes 2024.04.20-1

Git Clone URL: https://aur.archlinux.org/vimix-gtk-themes.git (read-only, click to copy)
Package Base: vimix-gtk-themes
Description: A flat Material Design theme for GTK 3, GTK 2, GNOME Shell, etc.
Upstream URL: https://vinceliuice.github.io/theme-vimix.html
Licenses: GPL-3.0-or-later
Submitter: yochananmarqos
Maintainer: yochananmarqos
Last Packager: yochananmarqos
Votes: 12
Popularity: 0.43
First Submitted: 2020-02-24 15:52 (UTC)
Last Updated: 2024-07-07 14:31 (UTC)

Dependencies (6)

Required by (0)

Sources (1)

Latest Comments

yochananmarqos commented on 2024-07-07 14:33 (UTC)

@jahway603: Fixed.

jahway603 commented on 2024-07-07 03:02 (UTC)

line 22: cd: vimix-gtk-themes-2024-04-20: No such file or directory & I had to change it to cd "$srcdir/Vimix-gtk-themes-$_pkgver" to get it to build correctly.

yochananmarqos commented on 2022-04-25 14:52 (UTC)

@mv-sh: gnome-shell is only required to build, it's not a runtime dependency. Without it, it fails to install the GNOME Shell theme. It's supposed to install the latest version if it does not detect it, but it's not.

mv-sh commented on 2022-04-25 06:31 (UTC)

Update to the new 2022.04.24-1:

:: New dependencies will be installed from repository:
 extra/geoclue (for gnome-settings-daemon)                  -> 2.6.0-2        0.21 MiB
 extra/gnome-bluetooth-3.0 (for gnome-shell)                -> 42.0-1       0.27 MiB
 extra/gnome-session (for gnome-shell)                      -> 42.0-1             0.33 MiB
 extra/gnome-settings-daemon (for mutter, gnome-shell)      -> 42.1-1 0.92 MiB
 extra/gnome-shell (for vimix-gtk-themes)                   -> 1:42.0-1        1.69 MiB
 extra/gsound (for gnome-bluetooth-3.0)                     -> 1.0.3-2           0.04 MiB
 extra/libadwaita (for gnome-bluetooth-3.0)                 -> 1:1.1.1-1     0.33 MiB
 extra/libgdm (for gnome-shell)                             -> 42.0+r11+g4a52f026-1 0.07 MiB
 community/libsass (for sassc)                              -> 3.6.5-2             0.70 MiB
 extra/mutter (for gnome-shell, gnome-shell)                -> 42.0-2       2.67 MiB
 community/sassc (for vimix-gtk-themes)                     -> 3.6.2-3           0.01 MiB
 extra/xorg-xwayland (for mutter)                           -> 22.1.1-1            0.88 MiB

:: AUR package will be installed:
 vimix-gtk-themes                      2021.08.17-1         -> 2022.04.24-1

That's quite a lot of extra dependencies to use the theme in my XFCE. Can something be done about this?

yochananmarqos commented on 2020-12-01 17:06 (UTC)

@quatauta: Done.

quatauta commented on 2020-12-01 08:39 (UTC)

With version 2020-11-28, only the default color variant "doder". Earlier versions installed all/more color variants.

Adding -a to ./install.sh in package() includes all color variants for me.

diff --git a/vimix-gtk-themes/PKGBUILD b/vimix-gtk-themes/PKGBUILD
index 1235a7b..60873d7 100644
--- a/vimix-gtk-themes/PKGBUILD
+++ b/vimix-gtk-themes/PKGBUILD
@@ -20,6 +20,6 @@ sha256sums=('c2fbe0d29cb32ab4b4cd4f419655212c684bb1cb9becd37eb6b7874f5555fc8d')
 package() {
        cd "$pkgname-$_pkgver"
        install -d "$pkgdir/usr/share/themes"
-       ./install.sh -d "$pkgdir/usr/share/themes"
+       ./install.sh -a -d "$pkgdir/usr/share/themes"
 }