summaryrefslogtreecommitdiff
path: root/gnu/packages/kde.scm
Commit message (Expand)AuthorAgeFilesLines
* 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-Rice2021-10-061-1/+1
* 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 Monego2021-09-201-11/+2
* 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 Monego2021-09-201-24/+23
* Revert "gnu: kdeconnect: Fix wayland compatibility."•••This is unneeded after 30759c4aadf279e470e8d7f94de332a31c1b9f42. This reverts commit f60ef2f7a46a00da40dc19af9d409781aa700a37. Efraim Flashner2021-07-141-1/+0
* 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 Monego2021-07-061-1/+1
* gnu: krita: Update to 4.4.5.•••* gnu/packages/kde.scm (krita): Update to 4.4.5. Tobias Geerinckx-Rice2021-06-251-2/+2
* 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 Cournoyer2021-06-141-25/+25
* gnu: qca: Update to 2.3.3.•••* gnu/packages/kde.scm (qca): Update to 2.3.3. Tobias Geerinckx-Rice2021-06-051-2/+2
* gnu: Add labplot.•••* gnu/packages/kde.scm (labplot): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Vinicius Monego2021-05-051-0/+80
* 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 snesne2021-03-291-2/+3
* gnu: qca: Update to 2.3.2.•••* gnu/packages/kde.scm (qca): Update to 2.3.2. Tobias Geerinckx-Rice2021-03-111-3/+2
* gnu: Add massif-visualizer.•••* gnu/packages/kde.scm (massif-visualizer): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Alexandros Theodotou2021-02-271-0/+38
* Merge branch 'staging'Leo Famulari2021-02-011-0/+1
|\
| * Merge branch 'master' into stagingLeo Famulari2021-01-251-1/+63
| |\
| * \ Merge branch 'master' into stagingEfraim Flashner2021-01-101-5/+77
| |\ \
| * \ \ Merge branch 'ungrafting' into stagingMarius Bakke2020-12-291-2/+2
| |\ \ \
| * | | | gnu: grantleetheme: Skip tests.•••* gnu/packages/kde.scm (grantleetheme)[arguments]: Skip tests. Efraim Flashner2020-12-291-0/+1
* | | | | 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 Rohleder2021-01-261-3/+3
| |_|_|/ |/| | |
* | | | gnu: Add kdf.•••* gnu/packages/kde.scm (kdf): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Z5722021-01-201-0/+34
* | | | gnu: Add poxml.•••* gnu/packages/kde.scm (poxml): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Z5722021-01-201-0/+27
* | | | gnu: kdeconnect: Fix wayland compatibility.•••* gnu/packages/kde.scm (kdeconnect)[inputs]: Add qtwayland. Efraim Flashner2021-01-121-1/+2
| |_|/ |/| |
* | | gnu: okular: Update to 20.12.1.•••* gnu/packages/kde.scm (okular): Update to 20.12.1. Tobias Geerinckx-Rice2021-01-091-3/+3
* | | gnu: Add akregator.•••* gnu/packages/kde.scm (akregator): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Z5722021-01-051-0/+72
* | | gnu: qca: Update to 2.3.1.•••* gnu/packages/kde.scm (qca): Update to 2.3.1. Efraim Flashner2020-12-301-2/+2
| |/ |/|
* | gnu: kdevelop: Update to 5.6.1.•••* gnu/packages/kde.scm (kdevelop): Update to 5.6.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Michael Rohleder2020-12-221-2/+2
|/
* gnu: kdenlive: Add breeze-icons.•••Since breeze-icons are now longer united into breeze, these need to be explicitly added. * gnu/package/kde.scm (kdenlive)[inputs]: Add breeze-icons. [argmuments]{phases}<wrap-executable>: Add breeze-icons to XDG_DATA_DIRS. Hartmut Goebel2020-12-181-3/+6
* gnu: okular: Tweak synopsis and description.•••* gnu/packages/kde.scm (okular)[synopsis]: Tweak capitalization. [description]: Remove discussion of portability and mention supported file formats instead. Ludovic Courtès2020-12-171-4/+4
* gnu: Add Okular.•••* gnu/packages/kde.scm (okular): New variable. Signed-off-by: Leo Famulari <leo@famulari.name> Zheng Junjie2020-12-151-0/+71
* gnu: Add libkexiv2.•••* gnu/packages/kde.scm (libkexiv2): New variable. Signed-off-by: Leo Famulari <leo@famulari.name> Zheng Junjie2020-12-121-0/+24
* gnu: Add kdegraphics-mobipocket.•••* gnu/packages/kde.scm (kdegraphics-mobipocket): New variable. Signed-off-by: Leo Famulari <leo@famulari.name> Zheng Junjie2020-12-121-0/+23
* gnu: KDE: Fix old cgit home-pages.•••Fix all home-pages pointing to git-repos a cgit.kde.org, which is gone, to now use the correct repo at invent.kde.org. * gnu/packages/kde.scm (grantleetheme, kdiagram): Update home-page. * gnu/packages/kde-frameworks.scm (kholidays): Likewise. * gnu/packages/kde-internet.scm (libgravatar, libktorrent): Likewise. * gnu/packages/kde-multimedia.scm (libkcddb, libkcompactdisc): Likewise. * gnu/packages/kde-pim.scm (kblog, kdav, kdepim-apps-libs, kdepim-runtime, keventviews, kincidenceeditor, kmailcommon, kmailimporter, kmessagelib, kpimcommon, ksmtp, libkdepim, libkgapi, libkleo, libksieve): Likewise. * gnu/packages/kde-plasma.scm (kdecoration, kscreenlocker): Likewise. Hartmut Goebel2020-12-121-2/+2
* gnu: qca: Correct license.•••* gnu/packages/kde.scm (qca)[license]: Change from LGPL2.1 to LGPL2.1+. Marius Bakke2020-12-081-1/+1
* Merge branch 'master' into staging••• Conflicts: gnu/local.mk gnu/packages/gdb.scm gnu/packages/lisp-xyz.scm gnu/packages/web-browsers.scm Marius Bakke2020-11-071-5/+51
|\
| * gnu: kdenlive: Update to 20.08.3.•••* gnu/packages/kde.scm (kdenlive): Update to 20.08.3. Tobias Geerinckx-Rice2020-11-071-2/+2
| * gnu: krita: Update to 4.4.1.•••* gnu/packages/kde.scm (krita): Update to 4.4.1. Tobias Geerinckx-Rice2020-11-011-2/+2
| * gnu: kuserfeedback: Fix typo.•••* gnu/packages/kde.scm (kuserfeedback)[description]: Fix spelling of the "itemize" keyword. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> Sébastien Lerique2020-10-291-1/+1
| * gnu: Add kuserfeedback.•••* gnu/packages/kde.scm (kuserfeedback): New variable. Hartmut Goebel2020-10-271-1/+47
* | Merge branch 'master' into stagingMarius Bakke2020-10-191-2/+2
|\|
| * gnu: Krita: Update to 4.4.0.•••* gnu/packages/kde.scm (krita): Update to 4.4.0. Leo Famulari2020-10-131-2/+2
* | Merge branch 'master' into stagingMarius Bakke2020-10-131-3/+5
|\|
| * gnu: kdenlive: Update to 20.08.2.•••* gnu/packages/kde.scm (kdenlive): Update to 20.08.2. Tobias Geerinckx-Rice2020-10-131-3/+2
| * gnu: kdeconnect: Fix launching kdeconnect-app.•••* gnu/packages/kde.scm (kdeconnect)[inputs]: Add qtgraphicaleffects, qtquickcontrols, qtquickcontrols2. Efraim Flashner2020-10-081-0/+3
* | Merge branch 'master' into stagingGuillaume Le Vaillant2020-10-051-14/+13
|\|
| * gnu: kdenlive: Simplify 'wrap-executable phase.•••* gnu/packages/kde.scm (kdenlive)[arguments]: Use getenv to set the values of QT_PLUGIN_PATH and QML2_IMPORT_PATH in the wrapper during the 'wrap-executable phase. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Prafulla Giri2020-09-181-12/+3
| * gnu: kdenlive: Add missing dependencies.•••This allows to browse the file-system using kdenlive's own file-chooser. * gnu/packages/kde.scm (kdenlive) [native-inputs]: Add pkg-config. [inputs]: Add purpose and qtwebkit. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Prafulla Giri2020-09-181-0/+3
| * gnu: kdenlive: Update to 20.08.1.•••* gnu/packages/kde.scm (kdenlive): Update to 20.08.1. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Prafulla Giri2020-09-181-2/+3
| * gnu: kdenlive: Change source URL to follow permanent redirection.•••* gnu/packages/kde.scm (kdenlive)[source]: Change url to follow permanent redirection. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Prafulla Giri2020-09-141-1/+1
| * gnu: kde: kdenlive: Make breeze theme available at runtime.•••* gnu/packages/kde.scm (kdenlive): [inputs]: Add breeze. [arguments]: In wrap-program phase, add XDG_DATA_DIRS to include the 'share' sub-directory of the package breeze. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Prafulla Giri2020-09-141-0/+4
* | Merge remote-tracking branch 'origin/master' into stagingEfraim Flashner2020-09-051-9/+22
|\|
| * gnu: kdenlive: Add ffmpeg to input list•••* gnu/packages/kde.scm (kdenlive): Add ffmpeg to inputs and wrap the final binary accordingly to have ffmpeg in it's PATH. [inputs]: Add ffmpeg. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Prafulla Giri2020-09-041-0/+4