Commit Graph

20029 Commits (fa10ae4fbb7c1c12e6de22a6a97a322f09df2a86)

Author SHA1 Message Date
Hartmut Goebel fa10ae4fbb
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.
2017-10-13 13:53:45 +02:00
Hartmut Goebel 66e7e43450
gnu: kdnssd: Enable service discovery on local network via avahi.
* gnu/packages/kde-frameworks.scm (kdnssd)[inputs]: Add avahi.
2017-10-13 13:53:45 +02:00
Hartmut Goebel ba81085b25
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-…/.
2017-10-13 13:53:44 +02:00
Hartmut Goebel 11f6570011
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.
2017-10-13 13:53:44 +02:00
Hartmut Goebel d49766b293
gnu: Add kdewebkit.
* gnu/package/kde-frameworks.scm (kdewebkit): New variable.
2017-10-13 13:53:43 +02:00
Hartmut Goebel 79677b2f4f
gnu: kwallet: Add optional input qgpgme.
Gpgme was already there, QGpgme was missing.

* gnu/packages/kde-frameworks.scm (kwallet)[inputs]: Add qgpgme.
2017-10-13 13:53:42 +02:00
Hartmut Goebel cc527338ee
gnu: kconfigwidgets: Add optional native-input kdoctools.
* gnu/packages/kde-frameworks.scm (kconfigwidgets)[native-inputs]:
  Add kdoctools.
2017-10-13 13:53:42 +02:00
Hartmut Goebel 3263e94c55
gnu: kcoreaddons: Add native-input shared-mime-info and a comment.
* gnu/packages/kde-frameworks.scm (kcoreaddons)[native-inputs]:
  Add shared-mime-info.
2017-10-13 13:53:41 +02:00
Hartmut Goebel 274365ca1c
gnu: Update prison to 5.37.0.
Align with the version of other kde-frameworks packages.

* gnu/package/kde-frameworks.scm (prision): Update to 5.37.0
2017-10-13 13:53:41 +02:00
Hartmut Goebel f8127d2644
gnu: qtkeychain: Reduce the number of warnings when configuring.
* gnu/packages/qt.scm (qtkeychain)[native-inputs]: Add pkg-config.
2017-10-13 13:53:41 +02:00
Hartmut Goebel 868b1a025a
gnu: grantlee: Enable all tests.
* gnu/packages/qt.scm (grantlee)[arguments]
  <#:phases>'check-setup': New phase, set QT_QPA_PLATFORM=offscreen.
  <#:phases>'check': Remove phase.
2017-10-13 13:53:40 +02:00
Hartmut Goebel 61cc757d5f
gnu: kde-framworks: Fix installation directories.
After the qtbase installation directories have been changed, kf5's plugins
etc. need to be install into lib/qt5/…, too. We change the global definitions
in "KDEInstallDirs.cmake", so this changes will apply to all packages without
these to need to define the paths. THis is okay, since "KDEInstallDirs.cmake"
defines the directory-layout guix is using.

* gnu/packages/kde-frameworks.scm (extra-cmake-modules)[#:phase fix-lib-path]:
  In modules/KDEInstallDirs.cmake also patch QTPLUGINDIR, QTQUICKIMPORTSDIR,
  QMLDIR.
  (kwindowsystem)[#:phase check]: Adjust QT_PLUGIN_PATH.
  (kfilemetadata)[#:phase check-setup]: dito.
2017-10-13 13:53:40 +02:00
Hartmut Goebel 5430732b22
gnu: qscintilla: Adjust installation directory layout.
* gnu/packages/qt.scm (qscintilla)[#:phase configure]: Set QT_INSTALL_DATA and
  QT_HOST_DATA to $OUT/lib/qt5.
2017-10-13 13:53:39 +02:00
Hartmut Goebel 4eb972b95c
gnu: qtwebkit: Fix rpath for the qmlwebkit plugins.
After the qtbase installation directories have been changed,
the relative RPATH in the libs no longer matched the sructure.

* gnu/packages/qt.scm(qtwebkit)[arguments]: New phase
  fix-qmlwebkit-plugins-rpath.
2017-10-13 13:53:39 +02:00
宋文武 163651cbdc
gnu: qwt: Adjust installation directory layout.
* gnu/packages/qt.scm (qwt)[arguments]<#:phases>: Modify 'qwtconfig.pri' to
use a directory layout that matching qtbase.  Modify 'doc/doc.pro' to remove
the misplaced installation of man pages.  Rename phase 'install-documentation'
to 'install-man-pages'.
2017-10-13 13:53:39 +02:00
宋文武 8075b62378
gnu: qt: Fix install paths in submodules.
Before this, the paths in pkg-config (.pc) and libtool (.la) files of
submodules are all pointing to qtbase.

* gnu/packages/qt.scm (qtbase)[native-inputs]: Move 'which' to
'propagated-inputs'.
[arguments]: Rename 'patch-qt_config.prf' phase to 'patch-mkspecs' and
patch more qmake spec files there.
(qtsvg)[arguments]: Add 'configure-qmake' phase.
2017-10-13 13:53:38 +02:00
宋文武 6fc0e157ee
gnu: qtbase: Use a more standard directory layout.
* gnu/packages/qt.scm (qtbase)[arguments]: Pass docdir, headerdir,
archdatadir, datadir and examplesdir to 'configure'.  Ajdust the
patch-qt_config.prf phase accordingly.
[native-search-paths]: Adjust accordingly.
(qtwayland)[arguments]: New field.

Co-authored-by: Hartmut Goebel <h.goebel@crazy-compilers.com>
2017-10-13 13:53:37 +02:00
Ricardo Wurmus dad66da493
gnu: Add plink-ng.
* gnu/packages/bioinformatics.scm (plink-ng): New variable.
2017-10-13 11:14:00 +02:00
Ricardo Wurmus dc8ddbfb07
gnu: Add paml.
* gnu/packages/bioinformatics.scm (paml): New variable.
2017-10-13 11:14:00 +02:00
Chris Marusich f3eeca5621
gnu: Add GnuCash documentation.
* gnu/packages/gnucash.scm (gnucash-docs): Add it.
  (gnucash): Use the glib-or-gtk-build-system, create a "doc" output, and
  install the output of "gnucash-docs" into there.
2017-10-13 01:05:54 -07:00
Mark H Weaver 2eac8e6b0d
gnu: linux-libre: Update to 4.13.6.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.13.6.
(%linux-libre-hash): Update hash.
2017-10-13 03:41:30 -04:00
Mark H Weaver e7804c3da1
gnu: linux-libre@4.9: Update to 4.9.56.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.56.
2017-10-13 03:41:28 -04:00
Mark H Weaver ef036c7d52
gnu: linux-libre@4.4: Update to 4.4.92.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.92.
2017-10-13 03:41:26 -04:00
Mark H Weaver 2890b07cd3
gnu: linux-libre@4.1: Update URL for CVE-2017-1000251 fix.
* gnu/packages/linux.scm (linux-libre-4.1)[source]: Update the URL
and hash of the patch for CVE-2017-1000251.
2017-10-13 03:37:30 -04:00
Ricardo Wurmus b38e417903
gnu: emacs-helm: Update to 2.8.5.
* gnu/packages/emacs.scm (emacs-helm): Update to 2.8.5.
2017-10-13 08:39:02 +02:00
Leo Famulari 947453a88d
gnu: Add Syncthing.
* gnu/packages/syncthing.scm (syncthing): New variable.
2017-10-12 21:22:55 -04:00
Leo Famulari ae8c7774c0
gnu: Add go-golang-org-x-text-union.
* gnu/packages/syncthing.scm (go-golang-org-x-text-union): New variable.
2017-10-12 21:22:55 -04:00
Leo Famulari 4c3cc9496c
gnu: Add go-golang-org-x-net-union.
* gnu/packages/syncthing.scm (go-golang-org-x-net-union): New variable.
2017-10-12 21:22:55 -04:00
Leo Famulari 3c466da1d5
gnu: Add go-github-com-vitrun-qart-union.
* gnu/packages/syncthing.scm (go-github-com-vitrun-qart-union): New variable.
2017-10-12 21:22:54 -04:00
Leo Famulari 503802ab91
gnu: Add go-github-com-gogo-protobuf-union.
* gnu/packages/syncthing.scm (go-github-com-gogo-protobuf-union): New variable.
2017-10-12 21:22:54 -04:00
Leo Famulari cca22eb31a
gnu: Add go-golang-org-x-crypto-union.
* gnu/packages/syncthing.scm (go-golang-org-x-crypto-union): New variable.
2017-10-12 21:22:54 -04:00
Leo Famulari 3d86b557c6
gnu: Add go-github-com-audriusbutkevicius-kcp-go.
* gnu/packages/syncthing.scm (go-github-com-audriusbutkevicius-kcp-go): New
variable.
2017-10-12 21:22:54 -04:00
Leo Famulari 478ebb31a9
gnu: Add go-github-com-templexxx-reedsolomon.
* gnu/packages/syncthing.scm (go-github-com-templexxx-reedsolomon): New
variable.
2017-10-12 21:22:54 -04:00
Leo Famulari a3d98dd8d9
gnu: Add go-github-com-templexxx-cpufeat.
* gnu/packages/syncthing.scm (go-github-com-templexxx-cpufeat): New variable.
2017-10-12 21:22:54 -04:00
Leo Famulari 89d91ee2a0
gnu: Add go-github-com-kballard-go-shellquote.
* gnu/packages/syncthing.scm (go-github-com-kballard-go-shellquote): New
variable.
2017-10-12 21:22:53 -04:00
Leo Famulari 71415e23f9
gnu: Add go-github-com-audriusbutkevicius-cli.
* gnu/packages/syncthing.scm (go-github-com-audriusbutkevicius-cli): New
variable.
2017-10-12 21:22:53 -04:00
Leo Famulari cb42a2a89d
gnu: Add go-golang-org-x-time-rate.
* gnu/packages/syncthing.scm (go-golang-org-x-time-rate): New variable.
2017-10-12 21:22:53 -04:00
Leo Famulari 3ce463908a
gnu: Add go-github-com-xtaci-smux.
* gnu/packages/syncthing.scm (go-github-com-xtaci-smux): New variable.
2017-10-12 21:22:53 -04:00
Leo Famulari 936e02b480
gnu: Add go-github-com-pkg-errors.
* gnu/packages/syncthing.scm (go-github-com-pkg-errors): New variable.
2017-10-12 21:22:53 -04:00
Leo Famulari 66500b27e5
gnu: Add go-github-com-templexxx-xor.
* gnu/packages/syncthing.scm (go-github-com-templexxx-xor): New variable.
2017-10-12 21:22:52 -04:00
Leo Famulari 2785690a23
gnu: Add go-github-com-chmduquesne-rollinghash-adler32.
* gnu/packages/syncthing.scm (go-github-com-chmduquesne-rollinghash-adler32):
New variable.
2017-10-12 21:22:52 -04:00
Leo Famulari db64cb4010
gnu: Add go-github-com-ccding-go-stun.
* gnu/packages/syncthing.scm (go-github-com-ccding-go-stun): New variable.
2017-10-12 21:22:52 -04:00
Leo Famulari 6deb73c493
gnu: Add go-github-com-audriusbutkevicius-pfilter.
* gnu/packages/syncthing.scm (go-github-com-audriusbutkevicius-pfilter): New
variable.
2017-10-12 21:22:52 -04:00
Leo Famulari ea969c6b04
gnu: Add go-golang-org-x-text-unicode-norm.
* gnu/packages/syncthing.scm (go-golang-org-x-text-unicode-norm): New variable.
2017-10-12 21:22:52 -04:00
Leo Famulari e4ef477212
gnu: Add go-golang-org-x-text-transform.
* gnu/packages/syncthing.scm (go-golang-org-x-text-transform): New variable.
2017-10-12 21:22:52 -04:00
Leo Famulari 04e2d470ab
gnu: Add go-golang-org-x-net-proxy.
* gnu/packages/syncthing.scm (go-golang-org-x-net-proxy): New variable.
2017-10-12 21:22:51 -04:00
Leo Famulari 8c73bb2c72
gnu: Add go-golang-org-x-net-ipv6.
* gnu/packages/syncthing.scm (go-golang-org-x-net-ipv6): New variable.
2017-10-12 21:22:51 -04:00
Leo Famulari f20d1300b3
gnu: Add go-golang-org-x-net-internal-iana.
* gnu/packages/syncthing.scm (go-golang-org-x-net-internal-iana): New variable.
2017-10-12 21:22:51 -04:00
Leo Famulari 303dfd5c56
gnu: Add go-golang-org-x-net-context.
* gnu/packages/syncthing.scm (go-golang-org-x-net-context): New variable.
2017-10-12 21:22:51 -04:00
Leo Famulari 3544d5259c
gnu: Add go-golang-org-x-net-bpf.
* gnu/packages/syncthing.scm (go-golang-org-x-net-bpf): New variable.
2017-10-12 21:22:51 -04:00