The bugs contained from the original PKGBUILD has been fixed in recent commits.
Please update to the latest version of this package.
| Git Clone URL: | https://aur.archlinux.org/plasma6-themes-orchis-kde-git.git (read-only, click to copy) |
|---|---|
| Package Base: | plasma6-themes-orchis-kde-git |
| Description: | A material Design theme for KDE Plasma desktop. |
| Upstream URL: | https://github.com/vinceliuice/Orchis-kde |
| Keywords: | orchis-kde |
| Licenses: | GPL-3.0-only |
| Submitter: | RinLin_NYA |
| Maintainer: | RinLin_NYA |
| Last Packager: | RinLin_NYA |
| Votes: | 5 |
| Popularity: | 0.36 |
| First Submitted: | 2025-01-13 15:19 (UTC) |
| Last Updated: | 2026-06-20 05:36 (UTC) |
The bugs contained from the original PKGBUILD has been fixed in recent commits.
Please update to the latest version of this package.
This package is a rename version of package "orchis-kde-theme-git", with no changes about PKGBUILD except version and name.
Any bugs kept on that package currently are all keep in this package, the process of fix will start in nearly several days.
Or, if anyone want to continue the maintain of this package, please do not hesitate to file a request of orphan, merge or delete, I will process this request happily.
Thank you for your patience.
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.
This patch fixes the PKGBUILD for me:
diff --git a/PKGBUILD b/PKGBUILD
index 5a46186..04338a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -25,7 +25,7 @@ package() {
# make folders
mkdir -p "${pkgdir}/usr/share/aurorae/themes"
mkdir -p "${pkgdir}/usr/share/color-schemes"
- mkdir -p "${pkgdir}/usr/share/plasma"
+ mkdir -p "${pkgdir}/usr/share/plasma/desktoptheme"
mkdir -p "${pkgdir}/usr/share/Kvantum"
mkdir -p "${pkgdir}/usr/share/sddm/themes"
mkdir -p "${pkgdir}/usr/share/wallpapers"
@@ -37,7 +37,10 @@ package() {
# color scheme
cp -r "${srcdir}/${_gitname}/color-schemes"/* "${pkgdir}/usr/share/color-schemes"
# desktop theme
- cp -r "${srcdir}/${_gitname}/plasma"/*/ "${pkgdir}/usr/share/plasma"
+ cp -r "${srcdir}/${_gitname}/plasma/look-and-feel" "${pkgdir}/usr/share/plasma/"
+ cp -r "${srcdir}/${_gitname}/plasma/desktoptheme"/Orchis{,-dark}/ "${pkgdir}/usr/share/plasma/desktoptheme/"
+ cp -r "${srcdir}/${_gitname}/plasma/desktoptheme/icons" "${pkgdir}/usr/share/plasma/desktoptheme/Orchis/"
+ cp -r "${srcdir}/${_gitname}/plasma/desktoptheme/icons" "${pkgdir}/usr/share/plasma/desktoptheme/Orchis-dark/"
# look and feel
cp -r "${srcdir}/${_gitname}/wallpaper/"*/ "${pkgdir}/usr/share/wallpapers"
# sddm
The packaging steps need to be changed after commit e8868720b70092260107838712740bef1f66cc3c. The theme icons are now stored only once and need to be copied to both theme variants separately, otherwise no icons are used by plasma currently.
/usr/share/plasma/desktoptheme/icons/akonadi.svg should be /usr/share/plasma/desktoptheme/Orchis/icons/akonadi.svg
Pinned Comments
RinLin_NYA commented on 2026-06-20 05:21 (UTC)
The bugs contained from the original PKGBUILD has been fixed in recent commits.
Please update to the latest version of this package.