Package Details: orchis-kde-theme-git r5.018fd0f-2

Git Clone URL: https://aur.archlinux.org/orchis-kde-theme-git.git (read-only, click to copy)
Package Base: orchis-kde-theme-git
Description: A materia Design theme for KDE Plasma desktop.
Upstream URL: https://github.com/vinceliuice/Orchis-kde
Licenses: GPL3
Submitter: h_cheung
Maintainer: h_cheung
Last Packager: h_cheung
Votes: 3
Popularity: 0.000002
First Submitted: 2020-12-12 16:31 (UTC)
Last Updated: 2020-12-12 16:39 (UTC)

Dependencies (6)

Required by (0)

Sources (1)

Latest Comments

Ashark commented on 2023-10-28 16:56 (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.

twilk commented on 2022-04-13 18:36 (UTC) (edited on 2022-04-13 18:36 (UTC) by twilk)

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

prettyvanilla commented on 2022-02-16 10:00 (UTC)

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.

SolarAquarion commented on 2022-02-11 21:41 (UTC)

/usr/share/plasma/desktoptheme/icons/akonadi.svg should be /usr/share/plasma/desktoptheme/Orchis/icons/akonadi.svg