summaryrefslogtreecommitdiff
path: root/gnu/packages/kde.scm
Commit message (Collapse)AuthorAge
* gnu: kdenlive: Gexp arguments.Vinicius Monego2022-03-04
| | | | * gnu/packages/kde.scm (kdenlive)[arguments]: Rewrite as gexps.
* gnu: kdenlive: Add dependency on ladspa.Vinicius Monego2022-03-04
| | | | | * gnu/packages/kde.scm (kdenlive)[inputs]: Add ladspa. [arguments]<#:phases>: Wrap LADSPA_PATH in the 'wrap-executable phase.
* gnu: kdenlive: Update to 21.12.3.Vinicius Monego2022-03-04
| | | | | | * gnu/packages/kde.scm (kdenlive): Update to 21.12.3. [source]: Use git-file-name function. [inputs]: Add bash-minimal.
* gnu: kdenlive: Don't depend on QtWebKit.Leo Famulari2022-01-29
| | | | | | | | 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.
* gnu: krita: Update to 5.0.2.Z5722022-01-11
| | | | | | * gnu/packages/kde.scm (krita): Update to 5.0.2. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: krita: Fix build failure:Vinicius Monego2022-01-01
| | | | | | | | | | | | | | | ------ 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>
* gnu: krita: Switch to qt-build-system.Vinicius Monego2021-12-26
| | | | | | | | * 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>
* gnu: krita: Add optional dependencies.Vinicius Monego2021-12-26
| | | | | | | | * 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>
* gnu: krita: Update to 5.0.0.Vinicius Monego2021-12-26
| | | | | | | * gnu/packages/kde.scm (krita): Update to 5.0.0. [source]: Make some cosmetic changes. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: krita: Add optional dependencies.Vinicius Monego2021-12-26
| | | | | | | * 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>
* gnu: Add kseexpr.Vinicius Monego2021-12-26
| | | | | | * gnu/packages/kde.scm (kseexpr): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Further simplify package inputs.Ludovic Courtès2021-12-13
| | | | | | | | | 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.)
* gnu: Simplify package inputs.Ludovic Courtès2021-12-13
| | | | | | | | This commit was obtained by running: ./pre-inst-env guix style without any additional argument.
* Merge remote-tracking branch 'origin/master' into core-updates-frozenRicardo Wurmus2021-12-05
|\
| * gnu: kdenlive: Update to 21.08.3.Vinicius Monego2021-12-02
| | | | | | | | | | | | | | | | * 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>
* | gnu: marble-qt: Add optional dependencies.Vinicius Monego2021-11-27
| | | | | | | | | | | | | | | | | | | | | | | | * 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>
* | gnu: marble-qt: Update to 21.08.3.Vinicius Monego2021-11-27
| | | | | | | | | | | | | | | | | | * 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>
* | gnu: marble-qt: Move to (gnu packages kde).Vinicius Monego2021-11-27
| | | | | | | | | | | | * gnu/packages/geo.scm (marble-qt): Move to (gnu packages kde). Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* | Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner2021-10-31
|\|
| * gnu: Rename openexr to openexr-2.Vinicius Monego2021-10-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | Merge remote-tracking branch 'origin/master' into core-updates-frozen.Mathieu Othacehe2021-10-12
|\|
| * gnu: kdenlive: Update to 21.08.2.Vinicius Monego2021-10-12
| | | | | | | | | | | | * gnu/packages/kde.scm (kdenlive): Update to 21.08.2. Signed-off-by: Leo Famulari <leo@famulari.name>
| * gnu: krita: Update to 4.4.8.Z5722021-10-12
| | | | | | | | | | | | * gnu/packages/kde.scm (krita): Update to 4.4.8. Signed-off-by: Leo Famulari <leo@famulari.name>
| * gnu: quazip: Update to 1.1.Tobias Geerinckx-Rice2021-10-06
| | | | | | | | | | | | * 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.
| * gnu: kdenlive: Use qt-build-system.Vinicius Monego2021-09-20
| | | | | | | | | | | | | | | | * 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>
| * gnu: kdenlive: Update to 21.08.1.Vinicius Monego2021-09-20
| | | | | | | | | | | | | | | | * 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>
* | gnu: kdeconnect: Fix build.Efraim Flashner2021-08-10
| | | | | | | | | | | | * gnu/packages/kde.scm (kdeconnect)[arguments]: Replace custom 'extend-CPLUS_INCLUDE_PATH with 'adjust-include-header to fix finding all header files.
* | gnu: Use 'search-input-directory' when looking for C/C++ library headers.Ludovic Courtès2021-07-24
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* Revert "gnu: kdeconnect: Fix wayland compatibility."Efraim Flashner2021-07-14
| | | | | | This is unneeded after 30759c4aadf279e470e8d7f94de332a31c1b9f42. This reverts commit f60ef2f7a46a00da40dc19af9d409781aa700a37.
* gnu: mlt: Rename to mlt-6.Vinicius Monego2021-07-06
| | | | | | | | | | | | | | | * 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>
* gnu: krita: Update to 4.4.5.Tobias Geerinckx-Rice2021-06-25
| | | | * gnu/packages/kde.scm (krita): Update to 4.4.5.
* gnu: Rename qtbase to qtbase-5.Maxim Cournoyer2021-06-14
| | | | | | | | | | | | 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.
* gnu: qca: Update to 2.3.3.Tobias Geerinckx-Rice2021-06-05
| | | | * gnu/packages/kde.scm (qca): Update to 2.3.3.
* gnu: Add labplot.Vinicius Monego2021-05-05
| | | | | | * gnu/packages/kde.scm (labplot): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: krita: Update to 4.4.3.la snesne2021-03-29
| | | | | | * gnu/packages/kde.scm (krita): Update to 4.4.3. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: qca: Update to 2.3.2.Tobias Geerinckx-Rice2021-03-11
| | | | * gnu/packages/kde.scm (qca): Update to 2.3.2.
* gnu: Add massif-visualizer.Alexandros Theodotou2021-02-27
| | | | | | * gnu/packages/kde.scm (massif-visualizer): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* Merge branch 'staging'Leo Famulari2021-02-01
|\
| * Merge branch 'master' into stagingLeo Famulari2021-01-25
| |\
| * \ Merge branch 'master' into stagingEfraim Flashner2021-01-10
| |\ \
| * \ \ Merge branch 'ungrafting' into stagingMarius Bakke2020-12-29
| |\ \ \
| * | | | gnu: grantleetheme: Skip tests.Efraim Flashner2020-12-29
| | | | | | | | | | | | | | | | | | | | * gnu/packages/kde.scm (grantleetheme)[arguments]: Skip tests.
* | | | | gnu: krita: Update to 4.4.2.Michael Rohleder2021-01-26
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | * gnu/packages/kde.scm (krita): Update to 4.4.2. Signed-off-by: Leo Famulari <leo@famulari.name>
* | | | gnu: Add kdf.Z5722021-01-20
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/kde.scm (kdf): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* | | | gnu: Add poxml.Z5722021-01-20
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/kde.scm (poxml): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* | | | gnu: kdeconnect: Fix wayland compatibility.Efraim Flashner2021-01-12
| |_|/ |/| | | | | | | | * gnu/packages/kde.scm (kdeconnect)[inputs]: Add qtwayland.
* | | gnu: okular: Update to 20.12.1.Tobias Geerinckx-Rice2021-01-09
| | | | | | | | | | | | * gnu/packages/kde.scm (okular): Update to 20.12.1.
* | | gnu: Add akregator.Z5722021-01-05
| | | | | | | | | | | | | | | | | | * gnu/packages/kde.scm (akregator): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* | | gnu: qca: Update to 2.3.1.Efraim Flashner2020-12-30
| |/ |/| | | | | * gnu/packages/kde.scm (qca): Update to 2.3.1.
* | gnu: kdevelop: Update to 5.6.1.Michael Rohleder2020-12-22
|/ | | | | | * gnu/packages/kde.scm (kdevelop): Update to 5.6.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>