[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
27/68: gnu: oxygen-icons: Update to 5.27.0.
From: |
David Craven |
Subject: |
27/68: gnu: oxygen-icons: Update to 5.27.0. |
Date: |
Sat, 29 Oct 2016 21:52:23 +0000 (UTC) |
dvc pushed a commit to branch master
in repository guix.
commit beb21382d30ced80b783060e4db8aadda18b1ef3
Author: David Craven <address@hidden>
Date: Sat Oct 29 18:48:28 2016 +0200
gnu: oxygen-icons: Update to 5.27.0.
* gnu/packages/kde-frameworks.scm (oxygen-icons): Update to 5.27.0.
[native-inputs]: Add fdupes.
---
gnu/packages/kde-frameworks.scm | 23 ++++++++++++-----------
1 file changed, 12 insertions(+), 11 deletions(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 99cfe88..fcdf034 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1010,19 +1010,20 @@ which are used in DBus communication.")
(define-public oxygen-icons
(package
(name "oxygen-icons")
- (version "5.24.0")
- (source
- (origin
- (method url-fetch)
- (uri (string-append "mirror://kde/stable/frameworks/"
- (version-major+minor version) "/"
- name "5" "-" version ".tar.xz"))
- (sha256
- (base32
- "1c7spjbzk04725vv0ly7vmyvwa96mfa5ki2pm146ld4888a896wm"))))
+ (version "5.27.0")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append
+ "mirror://kde/stable/frameworks/"
+ (version-major+minor version) "/"
+ name "5" "-" version ".tar.xz"))
+ (sha256
+ (base32
+ "1lb09ykj5ayj5lv7w2k2pqis7z61clr3gkinf6n7jghnlc96222g"))))
(build-system cmake-build-system)
(native-inputs
- `(("extra-cmake-modules" ,extra-cmake-modules)))
+ `(("extra-cmake-modules" ,extra-cmake-modules)
+ ("fdupes" ,fdupes)))
(inputs
`(("qtbase" ,qtbase)))
(home-page "https://community.kde.org/Frameworks")
- 09/68: gnu: kapidox: Update to 5.27.0., (continued)
- 09/68: gnu: kapidox: Update to 5.27.0., David Craven, 2016/10/29
- 20/68: gnu: kitemviews: Update to 5.27.0., David Craven, 2016/10/29
- 45/68: gnu: kbookmarks: Update to 5.27.0., David Craven, 2016/10/29
- 07/68: gnu: bluez-qt: Update to 5.27.0., David Craven, 2016/10/29
- 17/68: gnu: ki18n: Update to 5.27.0., David Craven, 2016/10/29
- 11/68: gnu: kcodecs: Update to 5.27.0., David Craven, 2016/10/29
- 22/68: gnu: kwayland: Update to 5.27.0., David Craven, 2016/10/29
- 23/68: gnu: kwidgetsaddons: Update to 5.27.0., David Craven, 2016/10/29
- 35/68: gnu: kfilemetadata: Update to 5.27.0., David Craven, 2016/10/29
- 31/68: gnu: kauth: Update to 5.27.0., David Craven, 2016/10/29
- 27/68: gnu: oxygen-icons: Update to 5.27.0.,
David Craven <=
- 26/68: gnu: networkmanager-qt: Update to 5.27.0., David Craven, 2016/10/29
- 36/68: gnu: kimageformats: Update to 5.27.0., David Craven, 2016/10/29
- 43/68: gnu: kactivities: Update to 5.27.0., David Craven, 2016/10/29
- 61/68: gnu: krunner: Update to 5.27.0., David Craven, 2016/10/29
- 39/68: gnu: kpackage: Update to 5.27.0., David Craven, 2016/10/29
- 68/68: gnu: plasma-framework: Update to 5.27.0., David Craven, 2016/10/29
- 29/68: gnu: sonnet: Update to 5.27.0., David Craven, 2016/10/29
- 46/68: gnu: kcmutils: Update to 5.27.0., David Craven, 2016/10/29
- 49/68: gnu: kded: Update to 5.27.0., David Craven, 2016/10/29
- 63/68: gnu: ktexteditor: Update to 5.27.0., David Craven, 2016/10/29