[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/68: gnu: breeze-icons: Update to 5.27.0.
From: |
David Craven |
Subject: |
08/68: gnu: breeze-icons: Update to 5.27.0. |
Date: |
Sat, 29 Oct 2016 21:52:21 +0000 (UTC) |
dvc pushed a commit to branch master
in repository guix.
commit 02dc8847c8bdb1866cd51b0570a641fc138cb497
Author: David Craven <address@hidden>
Date: Sat Oct 29 18:48:28 2016 +0200
gnu: breeze-icons: Update to 5.27.0.
* gnu/packages/kde-frameworks.scm (breeze-icons): Update to 5.27.0.
[native-inputs]: Add fduptes and libxml2.
[arguments]: Disable tests.
---
gnu/packages/kde-frameworks.scm | 29 ++++++++++++++++++-----------
1 file changed, 18 insertions(+), 11 deletions(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index ba22f89..c725461 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -250,21 +250,28 @@ Bluetooth stack. It is used by the KDE Bluetooth stack,
BlueDevil.")
(define-public breeze-icons
(package
(name "breeze-icons")
- (version "5.24.0")
- (source
- (origin
- (method url-fetch)
- (uri (string-append "mirror://kde/stable/frameworks/"
- (version-major+minor version) "/"
- name "-" version ".tar.xz"))
- (sha256
- (base32
- "1dh7bijx99sdb3vn6394wmm5cq0fvvmz8h17sx4hakmbga849cx2"))))
+ (version "5.27.0")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append
+ "mirror://kde/stable/frameworks/"
+ (version-major+minor version) "/"
+ name "-" version ".tar.xz"))
+ (sha256
+ (base32
+ "12awfvka9sgdgh7dyg7cw7myw7fxrx1w93s1gyhdq2drjsdbghgz"))))
(build-system cmake-build-system)
(native-inputs
- `(("extra-cmake-modules" ,extra-cmake-modules)))
+ `(("extra-cmake-modules" ,extra-cmake-modules)
+ ("fdupes" ,fdupes)
+ ("libxml2" ,libxml2)))
(inputs
`(("qtbase" ,qtbase)))
+ ;; FIXME: Dupes test fails. Issue is fixed upstream
+ ;; Remove when updating to 5.28.
+ ;;
https://github.com/KDE/breeze-icons/commit/22b383359e3a0e02d4828e6fa8ed8a3d213440b1
+ (arguments
+ `(#:tests? #f))
(home-page "https://community.kde.org/Frameworks")
(synopsis "Default KDE Plasma 5 icon theme")
(description "Breeze provides a freedesktop.org compatible icon theme.
- branch master updated (ee5fb7e -> 9efa472), David Craven, 2016/10/29
- 03/68: gnu: gpgmepp: Update to 16.08.2., David Craven, 2016/10/29
- 04/68: gnu: kpmcore: Fix indentation., David Craven, 2016/10/29
- 05/68: gnu: phonon: Fix indentation., David Craven, 2016/10/29
- 02/68: gnu: extra-cmake-modules: Update to 5.27.0., David Craven, 2016/10/29
- 01/68: gnu: Add flex-2.6.1., David Craven, 2016/10/29
- 10/68: gnu: karchive: Update to 5.27.0., David Craven, 2016/10/29
- 06/68: gnu: attica: Update to 5.27.0., David Craven, 2016/10/29
- 08/68: gnu: breeze-icons: Update to 5.27.0.,
David Craven <=
- 15/68: gnu: kdnssd: Update to 5.27.0., David Craven, 2016/10/29
- 16/68: gnu: kguiaddons: Update to 5.27.0., David Craven, 2016/10/29
- 18/68: gnu: kidletime: Update to 5.27.0., David Craven, 2016/10/29
- 13/68: gnu: kcoreaddons: Update to 5.27.0., David Craven, 2016/10/29
- 14/68: gnu: kdbusaddons: Update to 5.27.0., David Craven, 2016/10/29
- 24/68: gnu: kwindowsystem: Update to 5.27.0., David Craven, 2016/10/29
- 30/68: gnu: threadweaver: Update to 5.27.0., David Craven, 2016/10/29
- 28/68: gnu: solid: Update to 5.27.0., David Craven, 2016/10/29
- 34/68: gnu: kdoctools: Update to 5.27.0., David Craven, 2016/10/29
- 19/68: gnu: kitemmodels: Update to 5.27.0., David Craven, 2016/10/29