Package Details: vimix-gtk-themes-git 2023.09.09.r4.g6d990ef1-1

Git Clone URL: https://aur.archlinux.org/vimix-gtk-themes-git.git (read-only, click to copy)
Package Base: vimix-gtk-themes-git
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
Conflicts: vimix-gtk-themes
Provides: vimix-gtk-themes
Submitter: Dj_Krip
Maintainer: yochananmarqos
Last Packager: yochananmarqos
Votes: 53
Popularity: 0.014265
First Submitted: 2016-12-13 10:29 (UTC)
Last Updated: 2024-01-22 00:48 (UTC)

Dependencies (7)

Required by (1)

Sources (1)

Latest Comments

1 2 3 Next › Last »

LordDemecrius83 commented on 2022-11-19 09:04 (UTC) (edited on 2022-11-19 09:04 (UTC) by LordDemecrius83)

Replace -a to '--theme all' in the PKGBUILD to fix build issues

Rodancoci commented on 2022-11-01 23:16 (UTC)

PKGBUILD needs updating. Getting the following error under package() when it runs install.sh:

GNOME Shell 43.0
ERROR: Unrecognized installation option '--all'.
Try './install.sh --help' for more information.

database64128 commented on 2022-05-07 21:04 (UTC)

Please add options=(!strip). There's nothing to strip in this package.

sQVe commented on 2021-11-01 15:12 (UTC)

@yochananmarqos @kris7t @dr460nf1r3

This is now fixed. This is also excellent examples on when to flag an git package as out of date.

dr460nf1r3 commented on 2021-10-19 09:14 (UTC)

The ./install apparently requires sudo, which shouldn't happen while building. It breaks the build for automatic builds.

yochananmarqos commented on 2021-09-04 20:38 (UTC)

@sQVe: This requires sassc to build.

@kris7t:

Perhaps something like this?

install -d "$pkgdir/usr/share/themes"

  # Normal
  for theme in standard doder beryl ruby amethyst; do
    ./install.sh -a -t ${theme} -d "$pkgdir/usr/share/themes"
  done

  # Compact
  for theme in standard doder beryl ruby amethyst; do
    ./install.sh -a -t ${theme} -s compact -d "$pkgdir/usr/share/themes"
  done

Sherlock-Holo commented on 2021-09-04 19:30 (UTC)

this issue point out maybe we can enable the -tweaks translucent to enable translucent mode

kris7t commented on 2021-09-04 15:01 (UTC)

Looks like the laptop variant has been renamed to compact, and install.sh no longer builds both variants by default. I had to add the -s compact flag to build the compact variant (but subsequently lost the normal variant).

A possible fix would be to invoke install.sh both with and without the -s compact flag, since the large and compact variants are installed as distinct directories.

arglebargle commented on 2021-05-02 18:49 (UTC)

quick patch request here, can you add a provides & conflicts line for vimix-gtk-themes so users can cleanly switch between the two packages?

diff --git a/PKGBUILD b/PKGBUILD
index b8f6794..41c9eeb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,6 +22,8 @@ pkgver() {
 }

 package() {
+    provides=(vimix-gtk-themes)
+    conflicts=(vimix-gtk-themes)
     cd "${_gitname}"
     install -dm755 "${pkgdir}/usr/share/themes"
     ./install.sh -a -d "$pkgdir/usr/share/themes"

Thanks!

sQVe commented on 2020-12-01 08:23 (UTC)

@op3 The GTK2 dependencies should now be listed as optional.