Commit graph

49935 commits

Author SHA1 Message Date
Hartmut Goebel
77f144d87e
gnu: ktouch: Update to 19.08.2.
* gnu/packages/education.scm (ktouch): Update to 19.08.2.
2019-11-10 22:18:20 +01:00
Hartmut Goebel
6d8bffd155
gnu: krita: Update to 4.2.7.1.
* gnu/packages/kde.scm (krita): Update to 4.2.7.1;
  [source]: Update path.
2019-11-10 22:18:20 +01:00
Hartmut Goebel
6da8785728
gnu: kqtquickcharts: Update to 19.08.2.
* gnu/packages/kde.scm (kqtquickcharts): Update to 19.08.2.
2019-11-10 22:18:20 +01:00
Hartmut Goebel
869184af51
gnu: libkomparediff2: Update to 19.08.2.
* gnu/packages/kde.scm (libkomparediff2): Update to 19.08.2.
2019-11-10 22:18:20 +01:00
Hartmut Goebel
eddad10997
gnu: kde plasma: Update to 5.17.0.
* gnu/packages/kde-plasma.scm (kdecoration, kscreenlocker, libkscreen,
  libksysguard): Update to 5.17.0
2019-11-10 22:18:20 +01:00
Hartmut Goebel
12c6554233
gnu: Add syndication.
* gnu/packages/kde-frameworks.scm (syndication): New variable.
2019-11-10 22:18:20 +01:00
Hartmut Goebel
ebd00f39fc
gnu: Add kcontacts.
This is now a part in KDE Frameworks.

* gnu/packages/kde-frameworks.scm(kcontacts): New variable.
2019-11-10 22:18:20 +01:00
Hartmut Goebel
862862e592
gnu: Add kcalendarcore.
This is now a part of KDE Frameworks.

* gnu/packages/kde-frameworks.scm(kcalendarcore): New variable.
2019-11-10 22:18:19 +01:00
Hartmut Goebel
1dd1076c5e
gnu: kde-frameworks: Update to 5.63.0.
KHolidays is part of frameworks since version 5.43 already.

* gnu/packages/kde.scm(kholidays): Move to …
* gnu/packages/kde-frameworks.scm(kholidays) … here, update to 5.63.0 and
  [source]: Update path.
  (attica, baloo, bluez-qt, breeze- icons,
  extra-cmake-modules, kactivities, kactivities-stats, kapidox, karchive,
  kauth, kbookmarks, kcmutils, kcodecs, kcompletion, kconfig, kcoreaddons,
  kcrash, kdbusaddons, kde-frameworkintegration, kdeclarative, kded,
  kdelibs4support, kdesu, kdnssd, kdoctools, kemoticons, kglobalaccel,
  kguiaddons, khtml, ki18n, kidletime, kimageformats, kinit, kirigami,
  kitemmodels, kitemviews, kjobwidgets, kjs, kjsembed, kmediaplayer,
  knewstuff, knotifications, knotifyconfig, kpackage, kparts, kpeople, kpty,
  kross, krunner, kservice, ksyntaxhighlighting, ktexteditor, kunitconversion,
  kwallet, kwidgetsaddons, kxmlrpcclient, modemmanager-qt, networkmanager-qt,
  oxygen-icons, plasma-framework, prison, qqc2-desktop-style, solid, sonnet,
  threadweaver): Update to 5.63.0.
  (kconfigwidgets): Update to 5.63.0; [inputs]: Add qttools.
  (kdesignerplugin):  Update to 5.63.0; [source]: Update path.
  (kdewebkit): Update to 5.63.0; [source]: Update path.;
  [inputs]: Add qttools.
  (kfilemetadata): Update to 5.63.0; [inputs]: Add kcoreaddons;
  [arguments]<#pahses>: Add a test-case to the blacklist
  (kiconthemes): Update to 5.63.0; [inputs]: Add qttools.
  (kio): Update to 5.63.0; [inputs]: Add qttools.
  (kplotting): Update to 5.63.0; [inputs]: Add qttools.
  (ktextwidgets): Update to 5.63.0; [inputs]: Add qttools.
  (kwayland): Update to 5.63.0; [inputs]: Add wayland-protocols.
  (kwindowsystem): Update to 5.63.0, update blacklist or tests,
  explicitly set XDG_RUNTIME_DIR; [inputs]: Add xcb-util-wm.
  (kxmlgui): Update to 5.63.0; [inputs]: Add qttools.

* gnu/packages/patches/kinit-kdeinit-extra_libs.patch: Adjust.
* gnu/packages/patches/kwindowsystem-qt-compat.patch: Remove obsolete patch.
2019-11-10 22:18:19 +01:00
Hartmut Goebel
a1cbeb7b10
gnu: phonon-backend-gstreamer: Update to 4.10.0.
* gnu/packages/kde-frameworks.scm(phonon-backend-gstreamer): Update to 4.10.0;
  [inputs]: Add qttools.
2019-11-10 22:18:19 +01:00
Hartmut Goebel
4f8071f2a6
gnu: phonon: Update to 4.11.1. 2019-11-10 22:18:19 +01:00
Hartmut Goebel
8bfd7c8beb
gnu: qtwebkit: Use sqlite-with-column-metadata.
This needs to be the same variant as for qtbase, otherwise applications
might fail if libQt5WebKit is loaded prior to libQt5Sql.

* gnu/packages/qt.scm(wtwebkit)[inputs]: Replace sqlite by
  sqlite-with-column-metadata.
2019-11-10 21:27:09 +01:00
Hartmut Goebel
ea57bb893e
gnu: grantlee: Fix build for Qt 5.12.
Build using gnu++11 standard.

* gnu/packages/qt.scm(grantlee)[argument]<configure-flags>: New
  element.
2019-11-06 10:26:25 +01:00
Marius Bakke
998e6cdcd2
Merge branch 'master' into staging 2019-10-30 14:32:53 +01:00
Marius Bakke
d8bb1097d7
gnu: python2-pandas: Downgrade to 0.24.2.
This is a follow-up to commit 7a97a26d01.

* gnu/packages/python-xyz.scm (python-pandas)[properties]: New field.
(python2-pandas): Downgrade to 0.24.2.
2019-10-30 14:32:17 +01:00
Marius Bakke
adb396eae3
gnu: python2-numpy: Downgrade to 1.16.5.
Fixes <https://bugs.gnu.org/37989>.
Reported by Josh Holland <josh@inv.alid.pw>.

This is a follow-up to commit 8e5fbd5dda.

* gnu/packages/python-xyz.scm (python-numpy)[properties]: New field.
(python2-numpy): Downgrade to 1.16.5.
2019-10-30 14:32:17 +01:00
Ricardo Wurmus
8cdfaef118
gnu: cuirass: Update to 0.0.1-26.e20ff86.
* gnu/packages/ci.scm (cuirass): Update to 0.0.1-26.e20ff86.
2019-10-30 13:32:24 +01:00
Efraim Flashner
2679d9a419
gnu: python-whoosh: Skip test suite.
* gnu/packages/python-xyz.scm (python-whoosh)[arguments]: Disable the
test suite.
2019-10-30 12:38:11 +02:00
Mathieu Othacehe
3ccdd3a5ff
gnu: python-xlrd: Fix comment.
* gnu/packages/python-xyz.scm (python-xlrd)[arguments]: Turn comment into a
full sentence.
2019-10-30 10:19:08 +01:00
Giacomo Leidi
7a97a26d01
gnu: python-pandas: Update to 0.25.2.
* gnu/packages/python-xyz.scm (python-pandas): Update to 0.25.2.

Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
2019-10-30 10:17:59 +01:00
Giacomo Leidi
3a2b1a3c9c
gnu: python-xlrd: Update to 1.2.0.
* gnu/packages/python-xyz.scm (python-xlrd): Update to 1.2.0.

Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
2019-10-30 10:17:52 +01:00
Giacomo Leidi
8e5fbd5dda
gnu: python-numpy: Update to 1.17.3.
* gnu/packages/python-xyz.scm (python-numpy): Update to 1.17.3.

Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
2019-10-30 10:17:44 +01:00
Pierre Neidhardt
cb7b501deb
doc: Explain how to switch profile from empty shell in "Profiles in Practice".
* doc/guix-cookbook.texi (Profiles in Practice): Add example.
2019-10-30 09:33:53 +01:00
Mark H Weaver
6d8e6f1940
gnu: linux-libre: Update to 5.3.8.
* gnu/packages/linux.scm (linux-libre-5.3-version): Update to 5.3.8.
(linux-libre-5.3-pristine-source): Update hash.
2019-10-30 02:46:58 -04:00
Mark H Weaver
fd41243c81
gnu: linux-libre@4.19: Update to 4.19.81.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.81.
(linux-libre-4.19-pristine-source): Update hash.
2019-10-30 02:46:13 -04:00
Mark H Weaver
54e616403d
gnu: linux-libre@4.14: Update to 4.14.151.
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.151.
(linux-libre-4.14-pristine-source): Update hash.
2019-10-30 02:45:33 -04:00
Mark H Weaver
a6891409e3
gnu: linux-libre@4.9: Update to 4.9.198.
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.198.
(linux-libre-4.9-pristine-source): Update hash.
2019-10-30 02:44:59 -04:00
Mark H Weaver
6e5bc87ced
gnu: linux-libre@4.4: Update to 4.4.198.
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.198.
(linux-libre-4.4-pristine-source): Update hash.
2019-10-30 02:43:55 -04:00
Tobias Geerinckx-Rice
9110ee4c57
gnu: r-rgdal: Update to 1.4-7.
* gnu/packages/cran.scm (r-rgdal): Update to 1.4-7.
2019-10-30 05:52:39 +01:00
Tobias Geerinckx-Rice
5f5961121b
gnu: r-huge: Update to 1.3.4.
* gnu/packages/cran.scm (r-huge): Update to 1.3.4.
2019-10-30 05:52:39 +01:00
Tobias Geerinckx-Rice
020e32149d
gnu: r-spam: Update to 2.3-0.2.
* gnu/packages/cran.scm (r-spam): Update to 2.3-0.2.
2019-10-30 05:52:38 +01:00
Tobias Geerinckx-Rice
7f2a457783
gnu: perl-net-dns-native: Update to 0.22.
* gnu/packages/perl.scm (perl-net-dns-native): Update to 0.22.
2019-10-30 05:21:05 +01:00
Tobias Geerinckx-Rice
b7d9d92b60
gnu: perl-moo-2: Update to 2.003006.
* gnu/packages/perl.scm (perl-moo-2): Update to 2.003006.
2019-10-30 05:21:05 +01:00
Tobias Geerinckx-Rice
b6909d47cc
gnu: openrct2: Update to 0.2.4.
* gnu/packages/games.scm (openrct2): Update to 0.2.4.
2019-10-30 05:21:04 +01:00
Tobias Geerinckx-Rice
da321a54f8
gnu: r-tidytree: Update to 0.2.9.
* gnu/packages/cran.scm (r-tidytree): Update to 0.2.9.
2019-10-30 05:21:04 +01:00
Tobias Geerinckx-Rice
355420c6ac
gnu: goffice: Update to 0.10.45.
* gnu/packages/gnome.scm (goffice): Update to 0.10.45.
2019-10-30 05:21:04 +01:00
Tobias Geerinckx-Rice
16243f0b50
gnu: goffice: Don't use NAME in source URI.
* gnu/packages/gnome.scm (goffice)[source]: Hard-code NAME.
2019-10-30 05:21:04 +01:00
Tobias Geerinckx-Rice
9f3028676c
gnu: gpxsee: Update to 7.16.
* gnu/packages/gps.scm (gpxsee): Update to 7.16.
2019-10-30 05:21:04 +01:00
Tobias Geerinckx-Rice
faefa2eda3
gnu: arb: Update to 2.17.0.
* gnu/packages/algebra.scm (arb): Update to 2.17.0.
[home-page]: Replace with a working one.
2019-10-30 04:28:59 +01:00
Tobias Geerinckx-Rice
c10f6c5ab4
gnu: ams-lv2: Update to 1.2.2.
This is the same commit, now with a version number.

* gnu/packages/music.scm (ams-lv2): Update to 1.2.2.
[home-page]: Replace with a working one.
2019-10-30 04:28:59 +01:00
Tobias Geerinckx-Rice
aee4e47c5e
gnu: youtube-dl: Update to 2019.10.29.
* gnu/packages/video.scm (youtube-dl): Update to 2019.10.29.
2019-10-30 04:28:58 +01:00
Tobias Geerinckx-Rice
2dbd8365da
gnu: libedit: Download over HTTPS.
* gnu/packages/libedit.scm (libedit)[source]: Use HTTPS.
2019-10-30 04:28:58 +01:00
Tobias Geerinckx-Rice
bd189ebcc5
gnu: libedit: Update to 20191025-3.1.
* gnu/packages/libedit.scm (libedit): Update to 20191025-3.1.
2019-10-30 04:28:58 +01:00
Tobias Geerinckx-Rice
a26b73b6fc
gnu: paps: Update to 0.7.1.
* gnu/packages/pdf.scm (paps): Update to 0.7.1.
2019-10-30 04:28:58 +01:00
Tobias Geerinckx-Rice
3216577dbc
gnu: powertop: Update to 2.11.
* gnu/packages/linux.scm (powertop): Update to 2.11.
2019-10-30 04:28:58 +01:00
Alex Griffin
51add2a97b
gnu: Add kmonad.
* gnu/packages/haskell-apps.scm (kmonad): New variable.
2019-10-29 21:15:08 -05:00
Alex Griffin
d392f8039a
gnu: Add ghc-unagi-chan.
* gnu/packages/haskell-xyz.scm (ghc-unagi-chan): New variable.
2019-10-29 21:15:07 -05:00
Alex Griffin
9ad9ec2e61
gnu: Add ghc-atomic-primops.
* gnu/packages/haskell-xyz.scm (ghc-atomic-primops): New variable.
2019-10-29 21:06:25 -05:00
Comrade Yuri
8476e5857a
gnu: Add renpy.
* gnu/packages/game-development: (python2-pygame-sdl2): New variable.
(python2-renpy): New variable.
(renpy): New variable.
2019-10-30 00:01:24 +01:00
Josh Holland
2f490bf3d6
gnu: Add bemenu.
* gnu/packages/xdisorg.scm (bemenu): New public variable.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2019-10-29 20:33:14 +01:00