惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

人人都是产品经理
人人都是产品经理
博客园_首页
博客园 - 三生石上(FineUI控件)
V
Visual Studio Blog
Hugging Face - Blog
Hugging Face - Blog
美团技术团队
小众软件
小众软件
T
Tailwind CSS Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
月光博客
月光博客
有赞技术团队
有赞技术团队
WordPress大学
WordPress大学
博客园 - 【当耐特】
Apple Machine Learning Research
Apple Machine Learning Research
罗磊的独立博客
V
V2EX
酷 壳 – CoolShell
酷 壳 – CoolShell
IT之家
IT之家
量子位
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Recent Announcements
Recent Announcements
M
MIT News - Artificial intelligence
阮一峰的网络日志
阮一峰的网络日志
The GitHub Blog
The GitHub Blog

AUR Newest Packages

AUR (en) - linuxqq-clipsync-git AUR (en) - libtslitex-git AUR (en) - libtslitex-git AUR (en) - carton-appimage AUR (en) - veila-git AUR (en) - veila-bin AUR (en) - vigil-baseline AUR (en) - byedroid AUR (en) - neovim-base16-git AUR (en) - pirata AUR (en) - rpi-imager-git-non-root AUR (en) - python-fastapi-sso AUR (en) - tmux-ai-titles AUR (en) - zeed-bin AUR (en) - bclone-bin AUR (en) - dwl-git-azerty AUR (en) - auggie-bin AUR (en) - libspatialaudio-git AUR (en) - libspatialaudio AUR (en) - miniupnpd-iptables-legacy AUR (en) - miniupnpd-nft AUR (en) - jeeves-bin AUR (en) - opennow AUR (en) - rotki AUR (en) - kapi-bin AUR (en) - classfi-bin AUR (en) - classfi-git AUR (en) - classfi AUR (en) - giff-git AUR (en) - budget-tracker-bin
AUR (en) - plasma6-themes-orchis-kde-git
2026-06-20 · via AUR Newest Packages

Pinned Comments

RinLin_NYA commented on 2025-01-13 15:31 (UTC) (edited on 2025-01-13 15:37 (UTC) by RinLin_NYA)

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.

Latest Comments

RinLin_NYA commented on 2025-01-13 15:31 (UTC) (edited on 2025-01-13 15:37 (UTC) by RinLin_NYA)

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.

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