Age | Commit message (Expand) | Author |
2022-04-04 | gnu: marble-qt: Update to 21.12.3....* gnu/packages/kde.scm (marble-qt): Update to 21.12.3.
[inputs]: Add qtwebchannel, qtwebengine.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Michael Rohleder |
2022-03-04 | gnu: kdenlive: Gexp arguments....* gnu/packages/kde.scm (kdenlive)[arguments]: Rewrite as gexps.
| Vinicius Monego |
2022-03-04 | gnu: kdenlive: Add dependency on ladspa....* gnu/packages/kde.scm (kdenlive)[inputs]: Add ladspa.
[arguments]<#:phases>: Wrap LADSPA_PATH in the 'wrap-executable phase.
| Vinicius Monego |
2022-03-04 | gnu: kdenlive: Update to 21.12.3....* gnu/packages/kde.scm (kdenlive): Update to 21.12.3.
[source]: Use git-file-name function.
[inputs]: Add bash-minimal.
| Vinicius Monego |
2022-01-29 | gnu: kdenlive: Don't depend on QtWebKit....Kdenlive no longer uses QtWebKit.
See <https://issues.guix.gnu.org/53289> for more information about this change.
* gnu/packages/kde.scm (kdenlive)[inputs]: Remove qtwebkit.
| Leo Famulari |
2022-01-11 | gnu: krita: Update to 5.0.2....* gnu/packages/kde.scm (krita): Update to 5.0.2.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Z572 |
2022-01-01 | gnu: krita: Fix build failure:...------
Generating the kritamod bindings...
sip-generate.py: Unable to find file "QtCore/QtCoremod.sip"
make[2]: *** [plugins/extensions/pykrita/sip/CMakeFiles/python_module_PyKrita_krita_autogen.dir/build.make:79: plugins/extensions/pykrita/sip/_tmp/krita/sipkritapart0.cpp] Error 1
------
See <https://issues.guix.gnu.org/52910> for more information.
* gnu/packages/kde.scm (krita)[inputs]: Remove python, python-pyqt, python-sip.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Vinicius Monego |
2021-12-26 | gnu: krita: Switch to qt-build-system....* gnu/packages/kde.scm (krita)[build-system]: Switch to qt-build-system.
[arguments]<#:phases>: Remove 'wrap-executable phase that is performed by the
new build system.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| Vinicius Monego |
2021-12-26 | gnu: krita: Add optional dependencies....* gnu/packages/kde.scm (krita)[arguments]<#:configure-flags>: Don't set
-DCMAKE_CXX_FLAGS as it's not required for OpenEXR 3.
[inputs]: Remove ilmbase, openexr-2. Add imath, libmypaint, libwebp, openexr.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| Vinicius Monego |
2021-12-26 | gnu: krita: Update to 5.0.0....* gnu/packages/kde.scm (krita): Update to 5.0.0.
[source]: Make some cosmetic changes.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| Vinicius Monego |
2021-12-26 | gnu: krita: Add optional dependencies....* gnu/packages/kde.scm (krita)[inputs]: Add giflib, kseexpr, libheif,
opencolorio, openjpeg, python, python-pyqt, python-sip.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| Vinicius Monego |
2021-12-26 | gnu: Add kseexpr....* gnu/packages/kde.scm (kseexpr): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| Vinicius Monego |
2021-12-13 | gnu: Further simplify package inputs....This is the result of running:
./pre-inst-env guix style --input-simplification=safe
and manually undoing changes on a dozen of packages to reduce
rebuilds (derivations for emacs, icecat, and libreoffice are unchanged.)
| Ludovic Courtès |
2021-12-13 | gnu: Simplify package inputs....This commit was obtained by running:
./pre-inst-env guix style
without any additional argument.
| Ludovic Courtès |
2021-12-05 | Merge remote-tracking branch 'origin/master' into core-updates-frozen | Ricardo Wurmus |
2021-12-02 | gnu: kdenlive: Update to 21.08.3....* gnu/packages/kde.scm (kdenlive): Update to 21.08.3.
[arguments]: Pass "-DBUILD_TESTING=off" to #:configure-flags as tests are
currently disabled.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Vinicius Monego |
2021-11-27 | gnu: marble-qt: Add optional dependencies....* gnu/packages/kde.scm (marble-qt)[arguments]<#:configure-flags>: Remove
"-DCMAKE_BUILD_TYPE=Release" and "-DWITH_KF5=FALSE". Add
"-DBUILD_MARBLE_TOOLS=YES" and "-DBUILD_TOUCH=YES".
[native-inputs]: Add extra-cmake-modules.
[inputs]: Sort alphabetically. Add gpsd, kcoreaddons, kcrash, kdoctools,
ki18n, kio, knewstuff, kparts, krunner, kwallet, perl, phonon, protobuf,
qtserialport, qtsvg, shapelib, shared-mime-info, zlib. Remove qtwebkit.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Vinicius Monego |
2021-11-27 | gnu: marble-qt: Update to 21.08.3....* gnu/packages/kde.scm (marble-qt): Update to 21.08.3.
[build-system]: Use qt-build-system.
[arguments]<#:configure-flags>: Pass "-DBUILD_MARBLE_TESTS=FALSE".
[license]: Change to lgpl2.1+.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Vinicius Monego |
2021-11-27 | gnu: marble-qt: Move to (gnu packages kde)....* gnu/packages/geo.scm (marble-qt): Move to (gnu packages kde).
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Vinicius Monego |
2021-10-31 | Merge remote-tracking branch 'origin/master' into core-updates-frozen | Efraim Flashner |
2021-10-23 | gnu: Rename openexr to openexr-2....This is done so the OpenEXR package can be upgraded to version 3 in a
later commit.
* gnu/packages/graphics.scm (openexr): Rename to ...
(openexr-2): ... new variable.
(blender, blender-2.79, openimageio, povray)[inputs]: Adjust accordingly.
(ctl)[propagated-inputs]: Likewise.
* gnu/packages/animation.scm (synfig)[propagated-inputs]: Likewise.
* gnu/packages/gimp.scm (gegl, gimp)[inputs]: Likewise.
* gnu/packages/gstreamer.scm (gst-plugins-bad)[inputs]: Likewise.
* gnu/packages/image-processing.scm (mia, opencolorio, opencv, vips, gmic,
nip2)[inputs]: Likewise.
* gnu/packages/image-viewers.scm (luminance-hdr)[inputs]: Likewise.
* gnu/packages/image.scm (freeimage, vigra, devil)[inputs]: Likewise.
* gnu/packages/kde-frameworks.scm (kimageformats)[inputs]: Likewise.
* gnu/packages/kde.scm (krita)[inputs]: Likewise.
* gnu/packages/photo.scm (enblend-enfuse, darktable, hugin)[inputs]: Likewise.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Vinicius Monego |
2021-10-12 | Merge remote-tracking branch 'origin/master' into core-updates-frozen. | Mathieu Othacehe |
2021-10-12 | gnu: kdenlive: Update to 21.08.2....* gnu/packages/kde.scm (kdenlive): Update to 21.08.2.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Vinicius Monego |
2021-10-12 | gnu: krita: Update to 4.4.8....* gnu/packages/kde.scm (krita): Update to 4.4.8.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Z572 |
2021-10-06 | gnu: quazip: Update to 1.1....* gnu/packages/compression.scm (quazip): Redefine as an heir to the…
(quazip-0): …new name of the previous package definition.
Adjust all packages with quazip as input to use quazip-0.
| Tobias Geerinckx-Rice |
2021-09-20 | gnu: kdenlive: Use qt-build-system....* gnu/packages/kde.scm (kdenlive)[build-system]: Use qt-build-system.
[arguments]<#:phases>: Do not wrap variables that are wrapped by
qt-build-system in 'wrap-executable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Vinicius Monego |
2021-09-20 | gnu: kdenlive: Update to 21.08.1....* gnu/packages/kde.scm (kdenlive): Update to 21.08.1.
[inputs]: Order alphabetically. Use MLT 7. Add qtnetworkauth. Remove rttr.
[arguments]<#:phases>: Don't return #t.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Vinicius Monego |
2021-08-10 | gnu: kdeconnect: Fix build....* gnu/packages/kde.scm (kdeconnect)[arguments]: Replace custom
'extend-CPLUS_INCLUDE_PATH with 'adjust-include-header to fix finding
all header files.
| Efraim Flashner |
2021-07-24 | gnu: Use 'search-input-directory' when looking for C/C++ library headers....* gnu/packages/arcan.scm (arcan)[arguments]: Use
'search-input-directory' for "include/libdrm" and "include/apr-1".
* gnu/packages/bioinformatics.scm (sailfish): Likewise for jellyfish.
* gnu/packages/boost.scm (boost-for-irods): Likewise for libcxx headers.
* gnu/packages/cedille.scm (cedille): Likewise for IAL headers.
* gnu/packages/compression.scm (snappy-with-clang6): Likewise for libcxx
headers.
* gnu/packages/cups.scm (hplip): Likewise for libusb headers.
* gnu/packages/emulators.scm (pcsxr): Likewise for libcdio headers.
* gnu/packages/game-development.scm (python2-renpy): Likewise for
fribidi headers.
* gnu/packages/games.scm (pokerth): Likewise for libircclient.
* gnu/packages/guile-xyz.scm (guile-persist): Likewise for Guile.
* gnu/packages/hurd.scm (hurd): Likewise for libtirpc.
* gnu/packages/irods.scm (irods, irods-client-icommands): Likewise for
libcxx, catch2, and nlohmann-json-cpp.
* gnu/packages/julia.scm (julia): Use 'search-input-file' for libuv's
errno.h.
* gnu/packages/kde-pim.scm (kdepim-runtime): Use
'search-input-directory' for "include/KF5".
(kmessagelib): Likewise.
* gnu/packages/kde.scm (kdeconnect): Likewise.
* gnu/packages/llvm.scm (clang-runtime-3.5): Likewise for libtirpc.
* gnu/packages/mpi.scm (openmpi): Likewise for "include/infiniband".
* gnu/packages/pumpio.scm (pumpa): Use 'search-input-file' for "tidy.h"
and "aspell.h".
* gnu/packages/radio.scm (dream): Use 'search-input-file' and
'search-input-directory' for pulseaudio, sndfile, etc.
* gnu/packages/selinux.scm (policycoreutils): Likewise for PAM and
libaudit.
* gnu/packages/serialization.scm (avro-cpp-1.9-for-irods): Likewise for
libcxx.
* gnu/packages/sync.scm (nextcloud-client): Likewise for "include/KF5".
* gnu/packages/video.scm (mkvtoolnix): Likewise for "include/gtest".
(libopenshot): Likewise for "include/UnitTest++".
* gnu/packages/virtualization.scm (criu): Likewise for libnl3 and for
protobuf file.
| Ludovic Courtès |
2021-07-14 | Revert "gnu: kdeconnect: Fix wayland compatibility."...This is unneeded after 30759c4aadf279e470e8d7f94de332a31c1b9f42.
This reverts commit f60ef2f7a46a00da40dc19af9d409781aa700a37.
| Efraim Flashner |
2021-07-06 | gnu: mlt: Rename to mlt-6....* gnu/packages/video.scm (mlt): Rename to mlt-6.
[build-system]: Use cmake-build-system.
[arguments]: Remove #:make-flags. Adjust 'override-LDFLAGS phase.
{#:configure-flags}: Remove --enable-gpl3 and --enable-gpl. Set
"GTK2_GDKCONFIG_INCLUDE_DIR" and "GTK2_GLIBCONFIG_INCLUDE_DIR".
(shotcut): Use mlt-6.
* gnu/packages/animation.scm (synfig): Use mlt-6.
* gnu/packages/kde.scm (kdenlive): Use mlt-6.
This change is to add MLT 7 which will be done in the next commit.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Vinicius Monego |
2021-06-25 | gnu: krita: Update to 4.4.5....* gnu/packages/kde.scm (krita): Update to 4.4.5.
| Tobias Geerinckx-Rice |
2021-06-14 | gnu: Rename qtbase to qtbase-5....This change was automated via the following command:
$ git ls-files | xargs sed -i 's/,qtbase)/,qtbase-5)/g'
$ git ls-files | xargs sed -i 's/inherit qtbase)/inherit qtbase-5)/g'
$ git ls-files | xargs sed -i 's/package-version qtbase)/package-version qtbase-5)/g'
$ git checkout etc # to clear some spurious changes
This is done so the qtbase package can be upgraded to version 6 in the
following commit.
| Maxim Cournoyer |
2021-06-05 | gnu: qca: Update to 2.3.3....* gnu/packages/kde.scm (qca): Update to 2.3.3.
| Tobias Geerinckx-Rice |
2021-05-05 | gnu: Add labplot....* gnu/packages/kde.scm (labplot): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Vinicius Monego |
2021-03-29 | gnu: krita: Update to 4.4.3....* gnu/packages/kde.scm (krita): Update to 4.4.3.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| la snesne |
2021-03-11 | gnu: qca: Update to 2.3.2....* gnu/packages/kde.scm (qca): Update to 2.3.2.
| Tobias Geerinckx-Rice |
2021-02-27 | gnu: Add massif-visualizer....* gnu/packages/kde.scm (massif-visualizer): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| Alexandros Theodotou |
2021-02-01 | Merge branch 'staging' | Leo Famulari |
2021-01-26 | gnu: krita: Update to 4.4.2....* gnu/packages/kde.scm (krita): Update to 4.4.2.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Michael Rohleder |
2021-01-25 | Merge branch 'master' into staging | Leo Famulari |
2021-01-20 | gnu: Add kdf....* gnu/packages/kde.scm (kdf): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Z572 |
2021-01-20 | gnu: Add poxml....* gnu/packages/kde.scm (poxml): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Z572 |
2021-01-12 | gnu: kdeconnect: Fix wayland compatibility....* gnu/packages/kde.scm (kdeconnect)[inputs]: Add qtwayland.
| Efraim Flashner |
2021-01-10 | Merge branch 'master' into staging | Efraim Flashner |
2021-01-09 | gnu: okular: Update to 20.12.1....* gnu/packages/kde.scm (okular): Update to 20.12.1.
| Tobias Geerinckx-Rice |
2021-01-05 | gnu: Add akregator....* gnu/packages/kde.scm (akregator): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Z572 |
2020-12-30 | gnu: qca: Update to 2.3.1....* gnu/packages/kde.scm (qca): Update to 2.3.1.
| Efraim Flashner |
2020-12-29 | Merge branch 'ungrafting' into staging | Marius Bakke |
2020-12-29 | gnu: grantleetheme: Skip tests....* gnu/packages/kde.scm (grantleetheme)[arguments]: Skip tests.
| Efraim Flashner |