Hartmut Goebel
109461f919
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.
2017-10-13 13:53:51 +02:00
Hartmut Goebel
f96302abe7
gnu: kdoctools: Symlink some files referred to by different names.
...
* gnu/package/kde-frameworks.scm (kdoctools)[arguments]
<#:phases>'add-symlinks': New phase.
2017-10-13 13:53:51 +02:00
Hartmut Goebel
b87633fc0f
gnu: ktexteditor: Symlink some files referred to by different names.
...
* gnu/package/kde-frameworks.scm (ktexteditor)[arguments]
<#:phases>'add-symlinks': New phase.
2017-10-13 13:53:51 +02:00
Hartmut Goebel
d3726f0587
gnu: kdeclarative: Reduce the number of warnings when configuring.
...
* gnu/packages/kde-frameworks.scm (kdeclarative)[inputs]: Add libepoxy.
[native-inputs]: Add pkg-config.
2017-10-13 13:53:50 +02:00
Hartmut Goebel
7a8287da25
gnu: kglobalaccel: Reduce the number of warnings when configuring.
...
* gnu/packages/kde-frameworks.scm (kglobalaccel)[native-inputs]: Add
pkg-config.
2017-10-13 13:53:50 +02:00
Hartmut Goebel
91499e4524
gnu: sonnet: Reduce the number of warnings when configuring.
...
* gnu/packages/kde-frameworks.scm (sonnet)[native-inputs]: Add pkg-config.
2017-10-13 13:53:49 +02:00
Hartmut Goebel
455a0bf50c
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.
2017-10-13 13:53:49 +02:00
Hartmut Goebel
cf7cf45a5f
gnu: kio: Symlink some files referred to by different names.
...
* gnu/package/kde-frameworks.scm (kio)[arguments]
<#:phases>'add-symlinks': New phase.
2017-10-13 13:53:48 +02:00
Hartmut Goebel
bb4fcf7ba6
gnu: kio: Adopt a patch from Nix.
...
* gnu/package/kde-frameworks.scm (kio)[arguments]
<#:phases>'patch': New phase.
2017-10-13 13:53:48 +02:00
Hartmut Goebel
3d7bb7b304
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.
2017-10-13 13:53:47 +02:00
Hartmut Goebel
1ee4fb14f2
gnu: kparts: Make tests pass again.
...
* gnu/packages/kde-frameworks.scm (kparts)[native-inputs]: Add
shared-mime-info.
2017-10-13 13:53:47 +02:00
Hartmut Goebel
a9314dc307
gnu: bluez-qt: Add comment about status of tests.
...
* gnu/packages/kde-frameworks.scm (bluez-qt)[arguments]: Add comment.
2017-10-13 13:53:46 +02:00
Hartmut Goebel
b67f7f667f
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.
2017-10-13 13:53:46 +02:00
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
Leo Famulari
b5ad117bb2
gnu: Add go-golang-org-x-net-ipv4.
...
* gnu/packages/syncthing.scm (go-golang-org-x-net-ipv4): New variable.
2017-10-12 21:22:50 -04:00
Leo Famulari
edcc061cec
gnu: Add go-golang-org-x-crypto-xtea.
...
* gnu/packages/syncthing.scm (go-golang-org-x-crypto-xtea): New variable.
2017-10-12 21:22:50 -04:00
Leo Famulari
932fb47755
gnu: Add go-golang-org-x-crypto-twofish.
...
* gnu/packages/syncthing.scm (go-golang-org-x-crypto-twofish): New variable.
2017-10-12 21:22:50 -04:00
Leo Famulari
95b493f2a8
gnu: Add go-golang-org-x-crypto-cast5.
...
* gnu/packages/syncthing.scm (go-golang-org-x-crypto-cast5): New variable.
2017-10-12 21:22:50 -04:00
Leo Famulari
7e7df095d7
gnu: Add go-golang-org-x-crypto-salsa20.
...
* gnu/packages/syncthing.scm (go-golang-org-x-crypto-salsa20): New variable.
2017-10-12 21:22:50 -04:00
Leo Famulari
63950f9b39
gnu: Add go-golang-org-x-crypto-tea.
...
* gnu/packages/syncthing.scm (go-golang-org-x-crypto-tea): New variable.
2017-10-12 21:22:49 -04:00
Leo Famulari
b65620b6d2
gnu: Add go-golang-org-x-crypto-pbkdf2.
...
* gnu/packages/syncthing.scm (go-golang-org-x-crypto-pbkdf2): New variable.
2017-10-12 21:22:49 -04:00
Leo Famulari
3cf3cdc9b9
gnu: Add go-golang-org-x-crypto-blowfish.
...
* gnu/packages/syncthing.scm (go-golang-org-x-crypto-blowfish): New variable.
2017-10-12 21:22:49 -04:00
Leo Famulari
8da09afc1f
gnu: Add go-golang-org-x-crypto-bcrypt.
...
* gnu/packages/syncthing.scm (go-golang-org-x-crypto-bcrypt): New variable.
2017-10-12 21:22:49 -04:00
Leo Famulari
892ced6d0f
gnu: Add go-github-com-vitrun-qart-qr.
...
* gnu/packages/syncthing.scm (go-github-com-vitrun-qart-qr): New variable.
2017-10-12 21:22:49 -04:00
Leo Famulari
6934827a3e
gnu: Add go-github-com-vitrun-qart-gf256.
...
* gnu/packages/syncthing.scm (go-github-com-vitrun-qart-gf256): New variable.
2017-10-12 21:22:49 -04:00
Leo Famulari
292a6b0d16
gnu: Add go-github-com-vitrun-qart-coding.
...
* gnu/packages/syncthing.scm (go-github-com-vitrun-qart-coding): New variable.
2017-10-12 21:22:48 -04:00
Leo Famulari
f7612f0fcf
gnu: Add go-github-com-thejerf-suture.
...
* gnu/packages/syncthing.scm (go-github-com-thejerf-suture): New
variable.
2017-10-12 21:22:48 -04:00
Leo Famulari
c864a4a700
gnu: Add go-github-com-syndtr-goleveldb.
...
* gnu/packages/syncthing.scm (go-github-com-syndtr-goleveldb): New
variable
2017-10-12 21:22:48 -04:00
Leo Famulari
8d7e99243a
gnu: Add go-github-com-sasha-s-go-deadlock.
...
* gnu/packages/syncthing.scm (go-github-com-sasha-s-go-deadlock): New variable.
2017-10-12 21:22:48 -04:00
Leo Famulari
73a2f8418d
gnu: Add go-github-com-petermattis-goid.
...
* gnu/packages/syncthing.scm (go-github-com-petermattis-goid): New variable.
2017-10-12 21:22:48 -04:00
Leo Famulari
1a4795f9d0
gnu: Add go-github-com-rcrowley-go-metrics.
...
* gnu/packages/syncthing.scm (go-github-com-rcrowley-go-metrics): New variable.
2017-10-12 21:22:48 -04:00
Leo Famulari
6bc1eb1159
gnu: Add go-github-com-stathat-go.
...
* gnu/packages/syncthing.scm (go-github-com-stathat-go): New variable.
2017-10-12 21:22:47 -04:00
Leo Famulari
0921b23014
gnu: Add go-github-com-oschwald-geoip2-golang.
...
* gnu/packages/syncthing.scm (go-github-com-oschwald-geoip2-golang): New
variable.
2017-10-12 21:22:47 -04:00
Leo Famulari
a57778f585
gnu: Add go-github-com-oschwald-maxminddb-golang.
...
* gnu/packages/syncthing.scm (go-github-com-oschwald-maxminddb-golang): New
variable.
2017-10-12 21:22:47 -04:00
Leo Famulari
bde48edc0f
gnu: Add go-golang-org-x-sys-unix.
...
* gnu/packages/syncthing.scm (go-golang-org-x-sys-unix): New variable.
2017-10-12 21:22:47 -04:00
Leo Famulari
4a9c4dbe3b
gnu: Add go-github-com-minio-sha256-simd.
...
* gnu/packages/syncthing.scm (go-github-com-minio-sha256-simd): New variable.
2017-10-12 21:22:47 -04:00
Leo Famulari
340e1a9a24
gnu: Add go-github-com-lib-pq.
...
* gnu/packages/syncthing.scm (go-github-com-lib-pq): New variable.
2017-10-12 21:22:46 -04:00
Leo Famulari
7577a1d520
gnu: Add go-github-com-kardianos-osext.
...
* gnu/packages/syncthing.scm (go-github-com-kardianos-osext): New variable.
2017-10-12 21:22:46 -04:00
Leo Famulari
7b92093d18
gnu: Add go-github-com-jackpal-gateway.
...
* gnu/packages/syncthing.scm (go-github-com-jackpal-gateway): New variable.
2017-10-12 21:22:46 -04:00
Leo Famulari
b32eab0b4c
gnu: Add go-github-com-golang-snappy.
...
* gnu/packages/syncthing.scm (go-github-com-golang-snappy): New variable.
2017-10-12 21:22:46 -04:00
Leo Famulari
ede4f50c6b
gnu: Add go-github-com-golang-groupcache-lru.
...
* gnu/packages/syncthing.scm (go-github-com-golang-groupcache-lru): New
variable.
2017-10-12 21:22:46 -04:00
Leo Famulari
3a4d3838d6
gnu: Add go-github-com-gogo-protobuf.
...
* gnu/packages/syncthing.scm (go-github-com-gogo-protobuf): New variable.
2017-10-12 21:22:45 -04:00
Leo Famulari
07e88fc63b
gnu: Add go-github-com-gogo-protobuf-protoc-gen-gogo.
...
* gnu/packages/syncthing.scm (go-github-com-gogo-protobuf-protoc-gen-gogo):
New variable.
2017-10-12 21:22:45 -04:00
Leo Famulari
4d93ebb313
gnu: Add go-github-com-gobwas-glob.
...
* gnu/packages/syncthing.scm (go-github-com-gobwas-glob): New variable.
2017-10-12 21:22:45 -04:00
Leo Famulari
a3a5b01240
gnu: Add go-github-com-edsrzf-mmap-go.
...
* gnu/packages/syncthing.scm (go-github-com-edsrzf-mmap-go): New variable.
2017-10-12 21:22:45 -04:00
Leo Famulari
ab3e15899c
gnu: Add go-github-com-d4l3k-messagediff.
...
* gnu/packages/syncthing.scm (go-github-com-d4l3k-messagediff): New variable.
2017-10-12 21:22:45 -04:00
Leo Famulari
1e28085e76
gnu: Add go-github-com-calmh-xdr.
...
* gnu/packages/syncthing.scm (go-github-com-calmh-xdr): New variable.
2017-10-12 21:22:45 -04:00
Leo Famulari
add56f3469
gnu: Add go-github-com-calmh-du.
...
* gnu/packages/syncthing.scm (go-github-com-calmh-du): New variable.
2017-10-12 21:22:44 -04:00
Leo Famulari
67b468182a
gnu: Add go-github-com-bkaradzic-go-lz4.
...
* gnu/packages/syncthing.scm (go-github-com-bkaradzic-go-lz4): New variable.
2017-10-12 21:22:44 -04:00
Leo Famulari
56a37713c3
gnu: Add go-github-com-audriusbutkevicius-go-nat-pmp.
...
* gnu/packages/syncthing.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
2017-10-12 21:22:44 -04:00
Ricardo Wurmus
b3936f35ae
gnu: clustal-omega: Update to 1.2.4.
...
* gnu/packages/bioinformatics.scm (clustal-omega): Update to 1.2.4.
2017-10-12 23:54:54 +02:00
Ludovic Courtès
e2491f2bd4
gnu: Add trailing slash to 'search.cpan.org' home pages.
...
* gnu/packages/perl.scm: Add trailing slash to 'search.cpan.org' home
pages.
2017-10-12 23:47:48 +02:00
Ludovic Courtès
9f9c36f5c4
gnu: Update home page URLs for Xorg packages.
...
* gnu/packages/xorg.scm (imake, lndir, libxshmfence)
(xorg-rgb, xinit, xterm): Update 'home-page' following redirects.
2017-10-12 23:47:48 +02:00
Efraim Flashner
e37415917c
gnu: python-psycopg2: Update to 2.7.3.1.
...
* gnu/packages/python.scm (python-psycopg2): Update to 2.7.3.1.
[inputs]: Replace postgresql@9.6 with postgresql.
2017-10-13 00:00:42 +03:00
Efraim Flashner
4e169fc67a
gnu: python-psycopg2: Use postgresql@9.6.
...
* gnu/packages/python.scm (python-psycopg2)[inputs]: Replace postgresql
with postgresql@9.6.
2017-10-12 23:39:36 +03:00
Efraim Flashner
7658d89bb7
gnu: Add postgresql@9.6.
...
* gnu/packages/databases.scm (postgresql@9.6): New variable.
2017-10-12 23:39:35 +03:00
Christopher Baines
ee8aab1f8d
gnu: Add python-jupyter-console as input to python-ipython.
...
This fixes running ipython console and ipython3 console, as the
jupyter_console package is missing.
As python-ipython is an input to python-jupyter-console, use a modified
version of the package which doesn't have this input.
* gnu/packages/python.scm (python-jupyter-console-minimal): New variable.
(python-ipython)[propagated-inputs]: Replace python-jupyter-console with
python-jupyter-console-minimal.
2017-10-12 20:23:25 +01:00
Marius Bakke
db314bf44e
gnu: wireshark: Minor package improvements.
...
* gnu/packages/networking.scm (wireshark)[inputs]: Move QTTOOLS ...
[native-inputs]: ... here.
[home-page]: Remove duplicate.
2017-10-12 20:32:09 +02:00
Marius Bakke
453361b374
gnu: wireshark: Update to 2.4.2.
...
* gnu/packages/networking.scm (wireshark): Update to 2.4.2.
2017-10-12 20:25:38 +02:00
Marius Bakke
24384c39ad
gnu: xorg-server: Update to 1.19.5. [security fixes]
...
Fixes CVE-2017-{12176..12187}. See
<https://lists.x.org/archives/xorg-announce/2017-October/002814.html >
* gnu/packages/xorg.scm (xorg-server): Update to 1.19.5.
2017-10-12 20:02:39 +02:00
Marius Bakke
fc0ed8c9c9
Revert "gnu: xorg-server: Make the test-variant visible."
...
Hiding/unhiding changes the derivation and thus this caused too many rebuilds
for 'master'.
This reverts commit 8cf892e6cd
.
2017-10-12 19:35:53 +02:00
Marius Bakke
0bf6212338
gnu: libextractor: Update to 1.5.
...
* gnu/packages/gnunet.scm (libextractor): Update to 1.5.
2017-10-12 19:24:59 +02:00
Marius Bakke
d636fd99c3
gnu: ccid: Update to 1.4.28.
...
* gnu/packages/security-token.scm (ccid): Update to 1.4.28.
2017-10-12 19:24:59 +02:00
Marius Bakke
2a087882b1
gnu: mesa: Disable imx driver for armhf-linux.
...
* gnu/packages/gl.scm (mesa)<#:configure-flags>: Don't build imx driver.
2017-10-12 19:24:58 +02:00
Efraim Flashner
5acd59ee12
gnu: qt: Update to 5.9.2.
...
* gnu/packages/qt.scm (qt): Update to 5.9.2.
[outputs]: Add 'examples'.
[source]: Update 3rd party code to unbundle.
[inputs]: Add bluez, double-conversion, gstreamer, gst-plugins-base,
jasper, libinput-minimal, libtiff, libwebp, libxext, wayland. Replace
pcre with pcre2.
[arguments]: Re-enable parallel building. Update build flags.
2017-10-12 20:00:19 +03:00
Ricardo Wurmus
c6643f2d52
gnu: f-seq: Truncate version string.
...
* gnu/packages/bioinformatics.scm (f-seq)[version]: Truncate commit part of
the version string.
2017-10-12 08:43:54 +02:00
Ludovic Courtès
7ad81b8b67
gnu: totem: Update to 3.26.0.
...
* gnu/packages/gnome.scm (totem): Update to 3.26.0.
[source]: Add 'patches' field.
[build-system]: Switch to MESON-BUILD-SYSTEM.
[native-inputs]: Add GTK+:bin and GLIB:bin.
[arguments]: Pass #:glib-or-gtk?. Adjust #:configure-flags to new
syntax.
* gnu/packages/patches/totem-meson-easy-codec.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
2017-10-11 23:00:46 +02:00
Tobias Geerinckx-Rice
22345a8ed7
gnu: mobile-broadband-provider-info: Update to 20170310.
...
* gnu/packages/gnome.scm (mobile-broadband-provider-info): Update to 20170310.
2017-10-11 21:53:37 +02:00
Tobias Geerinckx-Rice
be84a1231e
gnu: dovecot: Update to 2.2.33.1.
...
* gnu/packages/mail.scm (dovecot): Update to 2.2.33.1.
2017-10-11 21:53:36 +02:00
Tobias Geerinckx-Rice
3bf42e22b3
gnu: gparted: Update to 0.30.0.
...
* gnu/packages/disk.scm (gparted): Update to 0.30.0.
2017-10-11 21:53:36 +02:00
Tobias Geerinckx-Rice
f9bd6b3aef
gnu: evince: Update to 3.26.0.
...
* gnu/packages/gnome.scm (evince): Update to 3.26.0.
2017-10-11 21:53:36 +02:00
Tobias Geerinckx-Rice
f51ea1cd61
gnu: orca: Update to 3.26.0.
...
gnu/packages/gnome.scm (orca): Update to 3.26.0.
2017-10-11 21:53:35 +02:00
Thomas Danckaert
de47cfed13
gnu: bluez: Disable unpredictable test on armhf.
...
* gnu/packages/linux.scm (bluez): [arguments] Add phase to skip a test instead
of marking it as XFAIL.
2017-10-11 21:44:06 +02:00
Ricardo Wurmus
01d87d3c18
gnu: rcas-web: Update to 0.0.4.
...
* gnu/packages/bioinformatics.scm (rcas-web): Update to 0.0.4.
2017-10-11 21:37:37 +02:00
Leo Famulari
5781c7dd27
gnu: mpg123: Update to 1.25.7.
...
* gnu/packages/mp3.scm (mpg123): Update to 1.25.7.
2017-10-11 08:24:13 -04:00
Theodoros Foradis
f26af33aec
gnu: Add freehdl.
...
* gnu/packages/engineering.scm (freehdl): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-11 11:12:33 +02:00
Theodoros Foradis
91cabd3e58
gnu: Add xyce-parallel.
...
* gnu/packages/engineering.scm (trilinos-parallel-xyce)
(xyce-parallel): New variables.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-11 11:12:33 +02:00
Theodoros Foradis
1da02b6a49
gnu: Add xyce-serial.
...
* gnu/packages/engineering.scm (trilinos-serial-xyce)
(xyce-serial): New variables.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-11 11:12:33 +02:00
Theodoros Foradis
b509efb385
gnu: Add lapack-3.5.
...
* gnu/packages/maths.scm (lapack-3.5): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-11 11:12:33 +02:00
Ricardo Wurmus
22d1060eff
gnu: python-rpy2: Ignore test results.
...
* gnu/packages/python.scm (python-rpy2)[arguments]: Ignore test failures.
2017-10-11 11:06:05 +02:00
Roel Janssen
6de897ac5a
gnu: Add r-ggdendro.
...
* gnu/packages/statistics.scm (r-ggdendro): New variable.
2017-10-11 10:02:08 +02:00
Mark H Weaver
2f44e7b036
gnu: linux-libre@4.9: Update to 4.9.54.
...
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.54.
2017-10-11 00:39:27 -04:00
Mark H Weaver
dac1d8efd4
gnu: linux-libre@4.4: Update to 4.4.91.
...
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.91.
2017-10-11 00:38:46 -04:00
Tobias Geerinckx-Rice
c3bece41b7
gnu: dovecot: Update to 2.2.33.
...
* gnu/packages/mail.scm (dovecot): Update to 2.2.33.
2017-10-10 23:42:35 +02:00
Ludovic Courtès
db9c49f499
gnu: games: Remove unneeded import.
...
Fixes a regression introduced in
42abb842f6
.
* gnu/packages/games.scm: Remove unneeded (guix build utils) import,
which led to a name clash on 'which'.
2017-10-10 23:12:04 +02:00
Troy Sankey
3f81ca324b
gnu: alot: Update to 0.5.1.
...
* gnu/packages/mail.scm (alot): Update to 0.5.1.
[arguments]: Enable tests.
[native-inputs]: Add python2-mock.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2017-10-10 23:09:41 +02:00
Troy Sankey
c1578ad063
gnu: python-twisted: Update to 17.1.0.
...
* gnu/packages/python.scm (python-twisted): Update to 17.1.0.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2017-10-10 23:09:41 +02:00
Troy Sankey
0cd83b4e00
gnu: Add python-incremental.
...
* gnu/packages/python.scm (python-incremental, python2-incremental): New
variables.
Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2017-10-10 23:09:41 +02:00
Troy Sankey
96cb5ca1f2
gnu: Add python-automat.
...
* gnu/packages/python.scm (python-automat, python2-automat): New variables.
Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2017-10-10 23:09:41 +02:00
Ricardo Wurmus
6414410d7a
gnu: Add python-graphviz.
...
* gnu/packages/graphviz.scm (python-graphviz, python2-graphviz): New
variables.
2017-10-10 23:09:40 +02:00
Troy Sankey
fd8ff99aa7
gnu: Add python-m2r.
...
* gnu/packages/python.scm (python-m2r, python2-m2r): New variables.
Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2017-10-10 23:09:40 +02:00
Troy Sankey
9074bac139
gnu: Add python-constantly.
...
* gnu/packages/python.scm (python-constantly, python2-constantly): New
variables.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2017-10-10 23:09:40 +02:00
Troy Sankey
bb3b4b4ee9
gnu: Add python-attrs.
...
* gnu/packages/python.scm (python-attrs, python2-attrs): New variables.
Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2017-10-10 23:09:40 +02:00
Julien Lepiller
262a4d335a
gnu: Add java-fasterxml-jackson-dataformat-xml.
...
* gnu/packages/java.scm (java-fasterxml-jackson-dataformat-xml): New
variable.
2017-10-10 22:05:59 +02:00
Julien Lepiller
40f193f316
gnu: Add java-woodstox-core.
...
* gnu/packages/java.scm (java-woodstox-core): New variable.
2017-10-10 22:05:57 +02:00
Julien Lepiller
6fd07b98b1
gnu: Add java-stax2-api.
...
* gnu/packages/java.scm (java-stax2-api): New variable.
2017-10-10 22:05:55 +02:00
Julien Lepiller
087c8fd2c0
gnu: Add java-fasterxml-jackson-dataformat-yaml.
...
* gnu/packages/java.scm (java-fasterxml-jackson-dataformat-yaml): New
variable.
2017-10-10 22:05:52 +02:00
Julien Lepiller
0f296d3747
gnu: Add java-snakeyaml.
...
* gnu/packages/java.scm (java-snakeyaml): New variable.
2017-10-10 22:05:50 +02:00
Julien Lepiller
d57d8b89bb
gnu: Add java-fasterxml-jackson-modules-base-jaxb.
...
* gnu/packages/java.scm (java-fasterxml-jackson-modules-base-jaxb): New
variable.
2017-10-10 22:05:45 +02:00
Julien Lepiller
f234c7a065
gnu: Add java-fasterxml-jackson-databind.
...
* gnu/packages/java.scm (java-fasterxml-jackson-databind): New variable.
2017-10-10 22:05:43 +02:00
Julien Lepiller
0b5481dfd3
gnu: Add java-fasterxml-jackson-core.
...
* gnu/packages/java.scm (java-fasterxml-jackson-core): New variable.
2017-10-10 22:05:40 +02:00