[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/68: gnu: phonon: Fix indentation.
From: |
David Craven |
Subject: |
05/68: gnu: phonon: Fix indentation. |
Date: |
Sat, 29 Oct 2016 21:52:21 +0000 (UTC) |
dvc pushed a commit to branch master
in repository guix.
commit 84dee852912790d3dfe44cc46f169ab5d453b0f3
Author: David Craven <address@hidden>
Date: Sat Oct 29 18:47:46 2016 +0200
gnu: phonon: Fix indentation.
* gnu/packages/kde-frameworks.scm (phonon): Fix indentation.
---
gnu/packages/kde-frameworks.scm | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index da0de95..ae3161a 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -94,15 +94,15 @@ common build settings used in software produced by the KDE
community.")
(package
(name "phonon")
(version "4.9.0")
- (source
- (origin
- (method url-fetch)
- (uri (string-append "mirror://kde/stable/phonon"
- "/" version "/"
- name "-" version ".tar.xz"))
- (sha256
- (base32
- "1q5hvsk4sfcb91625wcmldy7kgjmfpmpmkgzi6mxkqdd307v8x5v"))))
+ (source (origin
+ (method url-fetch)
+ (uri (string-append
+ "mirror://kde/stable/phonon"
+ "/" version "/"
+ name "-" version ".tar.xz"))
+ (sha256
+ (base32
+ "1q5hvsk4sfcb91625wcmldy7kgjmfpmpmkgzi6mxkqdd307v8x5v"))))
(build-system cmake-build-system)
(native-inputs
`(("extra-cmake-modules" ,extra-cmake-modules)))
- 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 <=
- 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, 2016/10/29
- 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