Package Details: breeze-git 6.0.80_r2864.gbca12f7a-3

Git Clone URL: https://aur.archlinux.org/breeze-git.git (read-only, click to copy)
Package Base: breeze-git
Description: Artwork, styles and assets for the Breeze visual style for the Plasma Desktop
Upstream URL: https://kde.org/plasma-desktop/
Licenses: LGPL-2.0-or-later
Groups: plasma-git
Conflicts: breeze
Provides: breeze
Submitter: arojas
Maintainer: IslandC0der (chaotic-aur)
Last Packager: IslandC0der
Votes: 14
Popularity: 0.001857
First Submitted: 2014-04-29 10:43 (UTC)
Last Updated: 2024-03-02 14:25 (UTC)

Latest Comments

davispuh commented on 2023-06-18 19:59 (UTC)

Actually no, seems I had some outdated dependencies (maybe kdecoration-git). Rebuilt bunch and now it builds fine, don't need any changes.

davispuh commented on 2023-06-18 15:38 (UTC) (edited on 2023-06-18 15:40 (UTC) by davispuh)

Looks like need to add

diff --git a/PKGBUILD b/PKGBUILD
index fbad86e..a260789 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -28,6 +28,7 @@ pkgver() {
 build() {
   cmake -B build -S ${pkgname%-git} \
     -DQT_MAJOR_VERSION=6 \
+    -DKDECORATION_KCM_PLUGIN_DIR="plasma/kcms/breeze" \
     -DBUILD_TESTING=OFF
   cmake --build build
 }

arojas commented on 2015-10-29 14:38 (UTC)

No, this contains the icons too

FadeMind commented on 2015-10-29 14:02 (UTC)

Should not provides breeze-icons - this is only Themes pack.

sl1pkn07 commented on 2015-07-15 21:39 (UTC)

breeze-git E: Files in /usr/share/icons/hicolor but no call to gtk-update-icon-cache or xdg-icon-resource to update the icon cache breeze-git E: Dependency hicolor-icon-theme detected and not included (needed for hicolor theme hierarchy)

tajidinabd commented on 2015-04-09 12:47 (UTC)

https://projects.kde.org/projects/kde/workspace/breeze/repository/revisions/8e53547771f3bffa2b97c0654a680efe43f86e2d have moved wallpapers to plasma-workspace-wallpapers

andre.vmatos commented on 2015-03-29 16:59 (UTC)

Where's breeze-dark icons? Mine just gone in r971 =/

tajidinabd commented on 2015-02-10 20:17 (UTC)

breeze-git E: Dependency hicolor-icon-theme detected and not included (needed for hicolor theme hierarchy)

TZ86 commented on 2014-05-20 09:12 (UTC)

Build fails on non found KDecorationsConfig.cmake until I've added -DCMAKE_PREFIX_PATH=/opt/kf5/lib/cmake.