Package Details: plasma5-themes-colloid-git r42.0b79bef-2

Git Clone URL: https://aur.archlinux.org/plasma5-themes-colloid-git.git (read-only, click to copy)
Package Base: plasma5-themes-colloid-git
Description: colloid theme for KDE Plasma
Upstream URL: https://github.com/vinceliuice/Colloid-kde
Licenses: GPL-3.0-or-later
Provides: plasma5-themes-colloid
Submitter: edward-p
Maintainer: None
Last Packager: edward-p
Votes: 0
Popularity: 0.000000
First Submitted: 2023-10-29 02:40 (UTC)
Last Updated: 2024-01-18 06:16 (UTC)

Dependencies (7)

Required by (0)

Sources (1)

Latest Comments

HunabKu commented on 2024-12-08 05:12 (UTC) (edited on 2024-12-08 05:19 (UTC) by HunabKu)

Can't build because plasma5-themes-colloid-git/src/Colloid-kde/sddm/Colloid folder now have 5.0 and 6.0 folders (for sddm/plasma 5 & 6)

Personnaly i replaced

cp -r "${srcdir}/${_gitname}/sddm/${_themeName}" "${pkgdir}/usr/share/sddm/themes/${_themeName}-${color}"

cp -r "${srcdir}/${_gitname}/sddm/images/${_themeName}-${color}.png" "${pkgdir}/usr/share/sddm/themes/${_themeName}-${color}/background.png"

cp -r "${srcdir}/${_gitname}/sddm/images/Preview-${color}.png" "${pkgdir}/usr/share/sddm/themes/${_themeName}-${color}/Preview.png"

by

cp -r "${srcdir}/${_gitname}/sddm/6.0/${_themeName}" "${pkgdir}/usr/share/sddm/themes/${_themeName}-${color}"

cp -r "${srcdir}/${_gitname}/sddm/6.0/images/${_themeName}-${color}.png" "${pkgdir}/usr/share/sddm/themes/${_themeName}-${color}/background.png"

cp -r "${srcdir}/${_gitname}/sddm/6.0/images/Preview-${color}.png" "${pkgdir}/usr/share/sddm/themes/${_themeName}-${color}/Preview.png"

because plasma version on arch baed is 6