Package Details: vimix-theme-kde-git r35.8ecc8db-1

Git Clone URL: https://aur.archlinux.org/vimix-theme-kde-git.git (read-only, click to copy)
Package Base: vimix-theme-kde-git
Description: Flat Design theme for KDE Plasma desktop
Upstream URL: https://github.com/vinceliuice/vimix-kde
Licenses: GPL3
Conflicts: kvantum-theme-vimix-git
Provides: vimix-kde
Submitter: Fruitsnack
Maintainer: None
Last Packager: Fruitsnack
Votes: 2
Popularity: 0.000000
First Submitted: 2020-09-01 18:34 (UTC)
Last Updated: 2020-09-01 18:37 (UTC)

Dependencies (5)

Required by (0)

Sources (1)

Latest Comments

rharish commented on 2024-01-06 23:24 (UTC) (edited on 2024-01-06 23:25 (UTC) by rharish)

This package leads to some missing files from the intended installation. Here's a patch that uses the installer script from upstream, while adapting it for an Arch package:

diff --git a/PKGBUILD b/PKGBUILD
index 8621768..4fc7e7d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
 pkgname=vimix-theme-kde-git
 _pkgname=vimix-kde
-pkgver=r35.8ecc8db
+pkgver=r58.29c4316
 pkgrel=1
 pkgdesc="Flat Design theme for KDE Plasma desktop"
 arch=(any)
@@ -30,14 +30,11 @@ package_vimix-theme-kde-git() {

     install -d "${pkgdir}/usr/share"

-    mkdir -p "${pkgdir}/usr/share/aurorae/themes"
-    mkdir -p "${pkgdir}/usr/share/plasma/desktoptheme"
-    mkdir -p "${pkgdir}/usr/share/sddm"
+    sed -i "s|\\\$HOME/.local|${pkgdir}/usr|" install.sh
+    sed -i "s|\\\$HOME/.config/Kvantum|${pkgdir}/usr/share/Kvantum|" install.sh
+    ./install.sh

-    cp -r plasma/desktoptheme/!(icons) "${pkgdir}/usr/share/plasma/desktoptheme"
-    cp -r aurorae/* "${pkgdir}/usr/share/aurorae/themes"
-    cp -r color-schemes "${pkgdir}/usr/share"
-    cp -r plasma/look-and-feel "${pkgdir}/usr/share/plasma"
+    mkdir -p "${pkgdir}/usr/share/sddm"
     cp -r sddm/themes "${pkgdir}/usr/share/sddm"
-    cp -r Kvantum "${pkgdir}/usr/share"
+    rm -rf "${pkgdir}/usr/share/wallpapers"
 }

Ashark commented on 2023-10-28 17:04 (UTC)

This package uses incorrect naming. The prefix for plasma themes should be "plasma5-themes". See KDE package guidelines.
Consider renaming the package or make a deletion request.