[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#28720] [PATCH 08/23] gnu: phonon: Enable building the Qt Designer p
From: |
Hartmut Goebel |
Subject: |
[bug#28720] [PATCH 08/23] gnu: phonon: Enable building the Qt Designer plugin. |
Date: |
Fri, 6 Oct 2017 14:16:21 +0200 |
Add native-inputs pkg-config, qttools and update comments.
This enables building the Qt Designer plugin.
* gnu/packages/kde-frameworks.scm (phonon): [native-inputs]: Add pkg-config,
qttools. [arguments]<#configure-flags>: Remove
PHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT
---
gnu/packages/kde-frameworks.scm | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 129f96324..3e3830433 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -138,16 +138,17 @@ common build settings used in software produced by the
KDE community.")
"177647r2jqfm32hqcz2nqfqv6v48hn5ab2vc31svba2wz23fkgk7"))))
(build-system cmake-build-system)
(native-inputs
- ;; TODO: Add qttools to build the Qt Designer plugin.
;; TODO: Think about adding pulseaudio. Is it required for sound?
- `(("extra-cmake-modules" ,extra-cmake-modules)))
+ ;; TODO: Add bulding the super experimental QML support
+ `(("extra-cmake-modules" ,extra-cmake-modules)
+ ("pkg-config" ,pkg-config)
+ ("qttools", qttools)))
(inputs
`(("qtbase" ,qtbase)))
(arguments
`(#:configure-flags
'("-DCMAKE_CXX_FLAGS=-fPIC"
- "-DPHONON_BUILD_PHONON4QT5=ON"
- "-DPHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT=ON")
+ "-DPHONON_BUILD_PHONON4QT5=ON")
#:phases
(modify-phases %standard-phases
(add-before 'install 'patch-installdir
--
2.13.5
[bug#28720] [PATCH 11/23] gnu: bluez-qt: Install udev-rules., Hartmut Goebel, 2017/10/06
[bug#28720] [PATCH 08/23] gnu: phonon: Enable building the Qt Designer plugin.,
Hartmut Goebel <=
[bug#28720] [PATCH 09/23] gnu: kdnssd: Enable service discovery on local network via avahi., Hartmut Goebel, 2017/10/06
[bug#28720] [PATCH 13/23] gnu: kparts: Make tests pass again., Hartmut Goebel, 2017/10/06
[bug#28720] [PATCH 14/23] gnu: kio: Remove unused input., Hartmut Goebel, 2017/10/06
[bug#28720] [PATCH 16/23] gnu: kio: Symlink some files referred to by different names., Hartmut Goebel, 2017/10/06
[bug#28720] [PATCH 22/23] gnu: ktexteditor: Symlink some files referred to by different names., Hartmut Goebel, 2017/10/06
[bug#28720] [PATCH 21/23] gnu: Add kdewebkit., Hartmut Goebel, 2017/10/06
[bug#28720] [PATCH 23/23] gnu: kdoctools: Symlink some files referred to by different names., Hartmut Goebel, 2017/10/06
[bug#28720] [PATCH 15/23] gnu: kio: Adopt a patch from Nix., Hartmut Goebel, 2017/10/06