~ruther/guix-local

ref: ad3c61fcd3d6e2e3eab41aae642467f5eaf64b57 guix-local/gnu/packages/kde-frameworks.scm -rw-r--r-- 130.9 KiB
109461f9 — Hartmut Goebel 8 years ago
gnu: kdelibs4support: Remove redundant inputs.

These are listed as propagated inputs already, no need
to list them as normal inputs again.

* gnu/packages/kde-frameworks.scm (kdelibs4support)[inputs]: Remove
  kconfigwidgets, kdesignerplugin, kdoctools, kguiaddons.
f96302ab — Hartmut Goebel 8 years ago
gnu: kdoctools: Symlink some files referred to by different names.

* gnu/package/kde-frameworks.scm (kdoctools)[arguments]
  <#:phases>'add-symlinks': New phase.
b87633fc — Hartmut Goebel 8 years ago
gnu: ktexteditor: Symlink some files referred to by different names.

* gnu/package/kde-frameworks.scm (ktexteditor)[arguments]
  <#:phases>'add-symlinks': New phase.
d3726f05 — Hartmut Goebel 8 years ago
gnu: kdeclarative: Reduce the number of warnings when configuring.

* gnu/packages/kde-frameworks.scm (kdeclarative)[inputs]: Add libepoxy.
  [native-inputs]: Add pkg-config.
7a8287da — Hartmut Goebel 8 years ago
gnu: kglobalaccel: Reduce the number of warnings when configuring.

* gnu/packages/kde-frameworks.scm (kglobalaccel)[native-inputs]: Add
  pkg-config.
91499e45 — Hartmut Goebel 8 years ago
gnu: sonnet: Reduce the number of warnings when configuring.

* gnu/packages/kde-frameworks.scm (sonnet)[native-inputs]: Add pkg-config.
455a0bf5 — Hartmut Goebel 8 years ago
gnu: kidletime: Enable fallback mode to X-Screensaver based poller.

This does no harm and reduced the number of warnings. Also
pkg-config was added to reduce the number of warnings further.

* gnu/packages/kde-frameworks.scm (kidletime)[inputs]: Add
  libxscrnsaver. [native-inputs]: Add pkg-config.
cf7cf45a — Hartmut Goebel 8 years ago
gnu: kio: Symlink some files referred to by different names.

* gnu/package/kde-frameworks.scm (kio)[arguments]
  <#:phases>'add-symlinks': New phase.
bb4fcf7b — Hartmut Goebel 8 years ago
gnu: kio: Adopt a patch from Nix.

* gnu/package/kde-frameworks.scm (kio)[arguments]
  <#:phases>'patch': New phase.
3d7bb7b3 — Hartmut Goebel 8 years ago
gnu: kio: Remove unused input.

This "acl" is not the "libacl" kio wants, but that libacl is not yet
available. Added a commend instead.

* gnu/packages/kde-frameworks.scm (kio)[inputs]: Remove acl.
1ee4fb14 — Hartmut Goebel 8 years ago
gnu: kparts: Make tests pass again.

* gnu/packages/kde-frameworks.scm (kparts)[native-inputs]: Add
  shared-mime-info.
a9314dc3 — Hartmut Goebel 8 years ago
gnu: bluez-qt: Add comment about status of tests.

* gnu/packages/kde-frameworks.scm (bluez-qt)[arguments]: Add comment.
b67f7f66 — Hartmut Goebel 8 years ago
gnu: bluez-qt: Install udev-rules.

This requires setting UDEV_RULES_INSTALL_DIR since the CMakeLists.txt does not
base this any prefix.

* gnu/packages/kde-frameworks.scm (bluez-qt)[arguments]<#:configure-flags>:
  Remove INSTALL_UDEV_RULE=OFF, add UDEV_RULES_INSTALL_DIR.
fa10ae4f — Hartmut Goebel 8 years ago
gnu: kfilemetadata: Enable support for PDF files and audio files.

- Qt5 Multimedia module is needed to bild an extractor for audio files.
- poppler, which was defined as input, is not including the requested Qt
  support, thus poppler-qt is needed.

* gnu/packages/kde-frameworks.scm (kfilemetadata)[inuts]: Add qtmultimedia,
  replace poppler by poppler-qt5. [native-inputs]: Add pkg-config.
66e7e434 — Hartmut Goebel 8 years ago
gnu: kdnssd: Enable service discovery on local network via avahi.

* gnu/packages/kde-frameworks.scm (kdnssd)[inputs]: Add avahi.
ba81085b — Hartmut Goebel 8 years ago
gnu: phonon: Enable building the Qt Designer plugin.

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, to avoid installing the
  Phonon-Qt-extension into /gnu/store/…-qtbase-…/.
11f65700 — Hartmut Goebel 8 years ago
gnu: kdesignerplugin: Add optional inputs.

Still missing: kwebkit (KF5WebKitConfig.cmake).

* gnu/packages/kde-frameworks.scm (kdesignerplugin)[inputs]: Add kcompletion,
  kconfigwidgets, kiconthemes, kitemviews, kkio, kplotting, ktextwidgets,
  kwidgetsaddons, kxmlgui, sonnet.
d49766b2 — Hartmut Goebel 8 years ago
gnu: Add kdewebkit.

* gnu/package/kde-frameworks.scm (kdewebkit): New variable.
79677b2f — Hartmut Goebel 8 years ago
gnu: kwallet: Add optional input qgpgme.

Gpgme was already there, QGpgme was missing.

* gnu/packages/kde-frameworks.scm (kwallet)[inputs]: Add qgpgme.
cc527338 — Hartmut Goebel 8 years ago
gnu: kconfigwidgets: Add optional native-input kdoctools.

* gnu/packages/kde-frameworks.scm (kconfigwidgets)[native-inputs]:
  Add kdoctools.
Next