Search Criteria
Package Details: plasma5-themes-colloid-git r42.0b79bef-2
Package Actions
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)
- git (git-gitAUR, git-glAUR) (make)
- kvantum-qt5 (kvantum-qt5-gitAUR) (optional) – for included kvantum theme
- plasma-desktop (plasma-desktop-gitAUR) (optional) – for included plasma theme
- sddm (sddm-sasasu-gitAUR, sddm-gitAUR) (optional) – for included sddm theme
- whitesur-cursor-theme-gitAUR (optional) – matching cursor theme
- whitesur-gtk-theme-gitAUR (optional) – matching gtk theme
- whitesur-icon-theme-gitAUR (optional) – matching icon theme
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