summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: python2-pyqt-4: Update to 4.12.3.Efraim Flashner2020-12-30
| | | | * gnu/packages/qt.scm (python2-pyqt-4): Update to 4.12.3.
* gnu: readosm: Update source hash.Christopher Baines2020-12-29
| | | | | | | | Looks like the tarball was changed by upstream, lots of timestamps changed from 2020-08-02 to 2020-08-23, and there were some minor changes to file contents. * gnu/packages/geo.scm (source): Update hash.
* gnu: kfourinline: Update to 20.12.0.Efraim Flashner2020-12-29
| | | | | | * gnu/packages/games.scm (kfourinline): Update to 20.12.0. [source]: Download from new upstream URI. [inputs]: Remove kdelibs4support.
* gnu: kolf: Update to 20.12.0.Efraim Flashner2020-12-29
| | | | | * gnu/packages/games.scm (kolf): Update to 20.12.0. [source]: Download from new upstream URI.
* gnu: ktuberling: Update to 20.12.0.Efraim Flashner2020-12-29
| | | | | | | * gnu/packages/games.scm (ktuberling): Update to 20.12.0. [source]: Update to new upstream URI. [native-inputs]: Add kdoctools. [inputs]: Remove kdelibs4support. Add kio, python-wrapper.
* gnu: picmi: Update to 20.12.0.Efraim Flashner2020-12-29
| | | | | * gnu/packages/games.scm (picmi): Update to 20.12.0. [source]: Download from new upstream URI.
* gnu: palapeli: Update to 20.12.0.Efraim Flashner2020-12-29
| | | | | * gnu/packages/games.scm (palapeli): Update to 20.12.0. [source]: Download from new upstream URI.
* gnu: lskat: Update to 20.12.0.Efraim Flashner2020-12-29
| | | | | * gnu/packages/games.scm (lskat): Update to 20.12.0. [source]: Download from new upstream URI.
* gnu: ksnakeduel: Update to 20.12.0.Efraim Flashner2020-12-29
| | | | | * gnu/packages/games.scm (ksnakeduel): Update to 20.12.0. [source]: Download from new upstream URI.
* gnu: kollision: Update to 20.12.0.Efraim Flashner2020-12-29
| | | | | * gnu/packages/games.scm (kollision): Update to 20.12.0. [source]: Download from new upstream URI.
* gnu: klines: Update to 20.12.0.Efraim Flashner2020-12-29
| | | | | * gnu/packages/games.scm (klines): Update to 20.12.0. [source]: Download from new upstream URI.
* gnu: kigo: Update to 20.12.0.Efraim Flashner2020-12-29
| | | | | * gnu/packages/games.scm (kigo): Update to 20.12.0. [source]: Download from new upstream URI.
* gnu: kdiamond: Update to 20.12.0.Efraim Flashner2020-12-29
| | | | | * gnu/packages/games.scm (kdiamond): Update to 20.12.0. [source]: Download from new source URI.
* gnu: kblocks: Update to 20.12.0.Efraim Flashner2020-12-29
| | | | | * gnu/packages/games.scm (kblocks): Update to 20.12.0. [source]: Download from new source URI.
* gnu: ktouch: Update to 20.12.0.Efraim Flashner2020-12-29
| | | | | * gnu/packages/education.scm (ktouch): Update to 20.12.0. [source]: Download from new upstream URI.
* gnu: rtl8821ce-linux-module: Update to 0.0.0-2.14b536f.Zhu Zihao2020-12-29
| | | | | | * gnu/packages/linux.scm (rtl8821ce-linux-module): Update to 0.0.0-2.14b536f. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: r-ldheatmap: Move to (gnu packages bioconductor).Ricardo Wurmus2020-12-29
| | | | | | | This is a follow-up to commit 0c8bb20b7cbd39537999fce29979a6acaf64e601. * gnu/packages/cran.scm (r-ldheatmap): Move this from here... * gnu/packages/bioconductor.scm (r-ldheatmap): ...to here.
* gnu: SVT-AV1: It only supports 64-bit Intel-compatible systems.Leo Famulari2020-12-29
| | | | * gnu/packages/video.scm (svt-av1)[supported-systems]: Remove i686-linux.
* gnu: SVT-AV1: Update URLs.Leo Famulari2020-12-29
| | | | * gnu/packages/video.scm (svt-av1)[source, home-page]: Update URLs.
* gnu: Add SVT-VP9.Leo Famulari2020-12-29
| | | | * gnu/packages/video.scm (svt-vp9): New variable.
* gnu: libsoup: Update to 2.72.0.Vincent Legoll2020-12-29
| | | | | | * gnu/packages/gnome.scm (libsoup): Update to 2.72.0. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
* gnu: file-roller: Update to 3.38.0.Vincent Legoll2020-12-29
| | | | | | * gnu/packages/gnome.scm (file-roller): Update to 3.38.0. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
* gnu: kiwix-desktop: Fix program start.Michael Rohleder2020-12-29
| | | | | | | | | Fixes <https://bugs.gnu.org/45404>. * gnu/packages/web.scm (kiwix-desktop)[arguments]: Add phase to wrap QTWEBENGINEPROCESS_PATH. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
* gnu: Add pitivi.Leo Prikler2020-12-29
| | | | | | * gnu/packages/video.scm (pitivi): New variable. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
* gnu: Update and deprecate gst-transcoder.Leo Prikler2020-12-29
| | | | | | | | As of 1.18, gst-transcoder is part of gst-plugins-bad. * gnu/packages/video.scm (gst-transcoder): Move from here... * gnu/packages/gstreamer.scm (gst-transcoder): ... to here. Redefine in terms of gst-plugins-bad and deprecate in favor of it.
* gnu: Add gst-plugins/selection.Leo Prikler2020-12-29
| | | | * gnu/packages/gstreamer.scm (gst-plugins/selection): New variable.
* gnu: gst-editing-services: Build with introspection.Leo Prikler2020-12-29
| | | | | | | | Some packages, such as Pitivi, might want to interact with GES through GObject Introspection, so let's enable that. * gnu/packages/gstreamer.scm (gstreamer-editing-services)[native-inputs]: Add gobject-introspection and glib:bin.
* gnu: libpeas: Update to 1.28.0.Leo Prikler2020-12-29
| | | | * gnu/packages/gnome.scm (libpeas): Update to 1.28.0.
* gnu: Add ruby-3.0.Ryan Prior2020-12-29
| | | | | | * gnu/packages/ruby.scm (ruby-3.0): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: r-ldheatmap: Fix missing variable.Mathieu Othacehe2020-12-29
| | | | | | | | This is a follow-up of 61ec8928c7fee048fea37558508eb0a80022684b. * gnu/packages/cran.scm (r-ldheatmap)[propagated-inputs]: Use 'module-ref' to resolve r-snpstats variable which is located in (gnu package bioinformatics) that cannot be included due to a circular dependency.
* gnu: r-ggbio: Move to (gnu packages bioconductor).zimoun2020-12-29
| | | | | * gnu/packages/bioinformatics.scm (r-ggbio): Move from here... * gnu/packages/bioconductor.scm (r-ggbio): ...to here.
* gnu: r-gqtlstats: Move to (gnu packages bioconductor).zimoun2020-12-29
| | | | | * gnu/packages/bioinformatics.scm (r-gqtlstats): Move from here... * gnu/packages/bioconductor.scm (r-gqtlstats): ...to here.
* gnu: r-snpstats: Move to (gnu packages bioconductor).zimoun2020-12-29
| | | | | * gnu/packages/bioinformatics.scm (r-snpstats): Move from here... * gnu/packages/bioconductor.scm (r-snpstats): ...to here.
* gnu: r-homo-sapiens: Move to (gnu packages bioconductor).zimoun2020-12-29
| | | | | | * gnu/packages/bioinformatics.scm (r-homo-sapiens): Move from here... * gnu/packages/bioconductor.scm (r-homo-sapiens): ...to here. Replace 'string-append' by 'bioconductor-uri' with 'annotation'.
* gnu: r-erma: Move to (gnu packages bioconductor).zimoun2020-12-29
| | | | | * gnu/packages/bioinformatics.scm (r-erma): Move from here... * gnu/packages/bioconductor.scm (r-erma): ...to here.
* gnu: r-ldblock: Move to (gnu packages bioconductor).zimoun2020-12-29
| | | | | * gnu/packages/bioinformatics.scm (r-ldblock): Move from here... * gnu/packages/bioconductor.scm (r-ldblock): ...to here.
* gnu: r-gqtlstats: Move to (gnu packages bioconductor).zimoun2020-12-29
| | | | | * gnu/packages/bioinformatics.scm (r-gqtlstats): Move from here... * gnu/packages/bioconductor.scm (r-gqtlstats): ...to here.
* gnu: r-gviz: Move to (gnu packages bioconductor).zimoun2020-12-29
| | | | | * gnu/packages/bioinformatics.scm (r-gviz): Move from here... * gnu/packages/bioconductor.scm (r-gviz): ...to here.
* gnu: r-gwascat: Move to (gnu packages bioconductor).zimoun2020-12-29
| | | | | * gnu/packages/bioinformatics.scm (r-gwascat): Move from here... * gnu/packages/bioconductor.scm (r-gwascat): ...to here.
* gnu: r-sushi: Move to (gnu packages bioconductor).zimoun2020-12-29
| | | | | * gnu/packages/bioinformatics.scm (r-sushi): Move from here... * gnu/packages/bioconductor.scm (r-sushi): ...to here.
* gnu: uBlock Origin: Update to 1.32.4.Marius Bakke2020-12-29
| | | | | * gnu/packages/browser-extensions.scm (uassets): Update to 8e79f25fc. (ublock-origin): Update to 1.32.4.
* gnu: Add r-mlr3.Wiktor Żelazny2020-12-29
| | | | | | * gnu/packages/cran.scm (r-mlr3): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: Add r-paradox.Wiktor Żelazny2020-12-29
| | | | | | * gnu/packages/cran.scm (r-paradox): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: Add r-mlr3misc.Wiktor Żelazny2020-12-29
| | | | | | * gnu/packages/cran.scm (r-mlr3misc): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: Add r-mlr3measures.Wiktor Żelazny2020-12-29
| | | | | | * gnu/packages/cran.scm (r-mlr3measures): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: Add r-lgr.Wiktor Żelazny2020-12-29
| | | | | | * gnu/packages/cran.scm (r-lgr): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: node: Fix npx shebang.Ricardo Wurmus2020-12-29
| | | | | * gnu/packages/node.scm (node)[arguments]: Add build phase "patch-node-shebang".
* gnu: Add js-context-menu.Ricardo Wurmus2020-12-29
| | | | * gnu/packages/javascript.scm (js-context-menu): New variable.
* gnu: gnome-maps: Patch DBUS service.Leo Prikler2020-12-29
| | | | | * gnu/packages/geo.scm (gnome-maps): [arguments]<#:phases>: Add patch-dbus-service.
* gnu: python-cloudscraper: Drop interpreters at build time.Leo Prikler2020-12-29
| | | | | | * gnu/packages/python-web.scm (python-cloudscraper)[snippet]: Keep interpreters. [arguments]<#:phases>: Add drop-unsupported-sources.