aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/kde-frameworks.scm
diff options
context:
space:
mode:
authorPetr Hodina <phodina@protonmail.com>2022-07-27 07:22:05 +0200
committerMarius Bakke <marius@gnu.org>2022-09-01 17:24:01 +0200
commitd3045e55dd591fa953ae704e64b2b24662cfeefb (patch)
tree82f1f59529cc2457d86964249c77bc43311c23ae /gnu/packages/kde-frameworks.scm
parentbbd7e74ee875c13796ec6493b5c49ee83158011d (diff)
downloadguix-d3045e55dd591fa953ae704e64b2b24662cfeefb.tar.gz
guix-d3045e55dd591fa953ae704e64b2b24662cfeefb.zip
gnu: KDE Frameworks: Update all packages to 5.96.0
* gnu/packages/kde-frameworks.scm (extra-cmake-modules, attica, bluez-qt, breeze-icons, kapidox, karchive, kcalendarcore, kcodecs, kconfig, kcoreaddons, kdbusaddons, kdnssd, kguiaddons, kholidays, ki18n, kidletime, kirigami, kitemmodels, kitemviews, kplotting, ksyntaxhighlighting, kwayland, kwidgetsaddons, kwindowsystem, modemmanager-qt, networkmanager-qt, oxygen-icons, prison, qqc2-desktop-style, solid, sonnet, threadweaver, kactivities, kauth, kcompletion, kcontacts, kcrash, kdoctools, kfilemetadata, kimageformats, kjobwidgets, knotifications, kpackage, kpty, kunitconversion, syndication, baloo, kactivities-stats, kbookmarks, kcmutils, kconfigwidgets, kdeclarative, kded, kdesignerplugin, kdesu, kdewebkit, kemoticons, kglobalaccel, kiconthemes, kinit, kio, knewstuff, knotifyconfig, kparts, kpeople, krunner, kservice, ktexteditor, ktextwidgets, kwallet, kxmlgui, kxmlrpcclient, plasma-framework, purpose, kde-frameworkintegration, kdelibs4support, khtml, kjs, kjsembed, kmediaplayer, kross, kdav): Update to 5.96.0. (kconfig): [inputs]: Add qtdeclarative-5. (kcontacts): [arguments]: Disable another failing tests. (kglobalaccel): [inputs]: Add qtdeclarative-5. (kcalendarcore): [arguments]: Enable all tests. (kio): [arguments]: Disable another failing test. (ktexteditor): [arguments]: Disable another failing test. (plasma-framework): [arguments]: Fix build. Signed-off-by: Marius Bakke <marius@gnu.org>
Diffstat (limited to 'gnu/packages/kde-frameworks.scm')
-rw-r--r--gnu/packages/kde-frameworks.scm357
1 files changed, 179 insertions, 178 deletions
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 641d4b81e4..7e137f82b0 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -92,7 +92,7 @@
(define-public extra-cmake-modules
(package
(name "extra-cmake-modules")
- (version "5.92.0")
+ (version "5.96.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -101,7 +101,7 @@
name "-" version ".tar.xz"))
(sha256
(base32
- "1vq3sd4qfr4hjcgqyfpykcz5wyagbfvrd4p24pdki1zjqn5j76pq"))))
+ "1ngxjvf584zgfb93s5sbr5f5nyw0sqc5i0jlbcgbrjg2n83l9ddx"))))
(build-system cmake-build-system)
(native-inputs
;; Add test dependency, except on armhf where building it is too
@@ -254,7 +254,7 @@ Phonon-GStreamer is a backend based on the GStreamer multimedia library.")
(define-public attica
(package
(name "attica")
- (version "5.92.0")
+ (version "5.96.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -263,7 +263,7 @@ Phonon-GStreamer is a backend based on the GStreamer multimedia library.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0cy9dd8kazfkhas87bxjj5smmzay3gvkjwsmy6gvkfxc6rvpqr5z"))))
+ "1xlg2sbfd45p9dw0sprpk0fancasp4idxacsf5xksf2ddn2crzp7"))))
(build-system cmake-build-system)
(arguments
`(#:phases
@@ -294,7 +294,7 @@ http://freedesktop.org/wiki/Specifications/open-collaboration-services/")
(define-public bluez-qt
(package
(name "bluez-qt")
- (version "5.92.0")
+ (version "5.96.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -303,7 +303,7 @@ http://freedesktop.org/wiki/Specifications/open-collaboration-services/")
name "-" version ".tar.xz"))
(sha256
(base32
- "1dlasb39kqrcql6hq0sl74ax3n5bdcy3pkhvc9vwpf9dxn1j93gm"))))
+ "0yc7mq9bnanp5dfv43vp8wpqw5l8qh4aahqpi9sid7jmd6sbywl2"))))
(build-system cmake-build-system)
(native-inputs
(list dbus extra-cmake-modules))
@@ -332,7 +332,7 @@ Bluetooth stack. It is used by the KDE Bluetooth stack, BlueDevil.")
(define-public breeze-icons
(package
(name "breeze-icons")
- (version "5.92.0")
+ (version "5.96.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -341,7 +341,7 @@ Bluetooth stack. It is used by the KDE Bluetooth stack, BlueDevil.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0rj30r52ca6njx00gmmni4k70yn8873ihxfbc66lklwzk1irdq29"))))
+ "1ij723qy6xfkys8a9vp2ll2z2yp7667hfw559gi8cxn825hjx823"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules fdupes
@@ -362,7 +362,7 @@ It is the default icon theme for the KDE Plasma 5 desktop.")
(define-public kapidox
(package
(name "kapidox")
- (version "5.92.0")
+ (version "5.96.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -371,7 +371,7 @@ It is the default icon theme for the KDE Plasma 5 desktop.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0vd5k4wmmawbhyy3cxj0gjidf4haghwbsbly9yr3zg3qb3g02ljg"))))
+ "1w5h4xwscix0yjn8d0rcjd7hlmrnbmkjg20diqjabb5wcxsrjiwi"))))
(build-system python-build-system)
(arguments
`(#:tests? #f ; has no test target
@@ -402,7 +402,7 @@ documentation.")
(define-public karchive
(package
(name "karchive")
- (version "5.92.0")
+ (version "5.96.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -411,7 +411,7 @@ documentation.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1blzm6vf8kpflam4671r1y4svrsb79bglln7aia7baqh7a6a4xjh"))))
+ "1bra1q225xhh8dilwmzc0jgnj5m3dmi4nkz4y8f42si97b4xxxf5"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules))
@@ -435,7 +435,7 @@ GZip format, via a subclass of QIODevice.")
(define-public kcalendarcore
(package
(name "kcalendarcore")
- (version "5.92.0")
+ (version "5.96.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -444,7 +444,7 @@ GZip format, via a subclass of QIODevice.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0fhbas8i7i08z4x32yq49admiz8vk4h9vwgkh7qy14lbzf6ydwkg"))))
+ "181yif830v4gg7nw9s15pvgfm98rmm6xwi2xxy3nxg7nkp14vs5k"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules perl tzdata-for-tests))
@@ -459,13 +459,7 @@ GZip format, via a subclass of QIODevice.")
(setenv "TZ" "Europe/Prague")
(setenv "TZDIR"
(search-input-directory inputs
- "share/zoneinfo"))))
- (replace 'check
- (lambda* (#:key tests? #:allow-other-keys)
- (when tests?
- ;; Its already been fixed upstream; remove in 5.93.
- ;; c0428a284444b995d320046c04ef5377d51e4c5c
- (invoke "ctest" "-E" "testdateserialization")))))))
+ "share/zoneinfo")))))))
(home-page "https://community.kde.org/Frameworks")
(synopsis "Library for interfacing with calendars")
(description "This library provides access to and handling of calendar
@@ -481,7 +475,7 @@ and the older vCalendar.")
(define-public kcodecs
(package
(name "kcodecs")
- (version "5.92.0")
+ (version "5.96.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -490,7 +484,7 @@ and the older vCalendar.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0xfjc0diljx081as3b500awybay9l3sfl59792h5z3clafjbgrfn"))))
+ "05266wjxmzf3qpb2xwlm40cr9h266l5r9dqww81m8bq856pf8ivi"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules gperf qttools-5))
@@ -515,7 +509,7 @@ Internet).")
(define-public kconfig
(package
(name "kconfig")
- (version "5.92.0")
+ (version "5.96.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -524,13 +518,13 @@ Internet).")
name "-" version ".tar.xz"))
(sha256
(base32
- "08q57f3wxj22d485s0ph53p44yrkjb376817470a0s43p10vc0bq"))))
+ "1xa8xxm2x9783fqb26wyvg1mp6ybjikngznqdhsk9slhaca73yhz"))))
(build-system cmake-build-system)
(native-inputs
(list dbus extra-cmake-modules inetutils qttools-5
xorg-server-for-tests))
(inputs
- (list qtbase-5))
+ (list qtbase-5 qtdeclarative-5))
(arguments
`(#:phases
(modify-phases %standard-phases
@@ -575,7 +569,7 @@ propagate their changes to their respective configuration files.")
(define-public kcoreaddons
(package
(name "kcoreaddons")
- (version "5.92.0")
+ (version "5.96.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -584,7 +578,7 @@ propagate their changes to their respective configuration files.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0rv63byrxwf9zdpx347rxybpk2j9yyjqm323j60vb8ja6a7p2pyz"))))
+ "1n5mzj02si8allg907l6vn77c2i95qdgfvn48gsqgalwlyd4q6nj"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules qttools-5 shared-mime-info))
@@ -613,7 +607,7 @@ many more.")
(define-public kdbusaddons
(package
(name "kdbusaddons")
- (version "5.92.0")
+ (version "5.96.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -622,7 +616,7 @@ many more.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0m5fd396xi3dhc45zwxjrrxr2bhlrc8g8m7n17jq1ylzqhyg60vw"))))
+ "1y0fd0a1nwgchsk3vx8hvvkw96f0l0533g57xakq4j4xkvxd8l3y"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules dbus qttools-5))
@@ -656,7 +650,7 @@ as well as an API to create KDED modules.")
(define-public kdnssd
(package
(name "kdnssd")
- (version "5.92.0")
+ (version "5.96.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -665,7 +659,7 @@ as well as an API to create KDED modules.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1m24v36pphy591z1xp90i0yxv70c62iinvy4gspdi15bz94sydjz"))))
+ "1d3jq64gyj3bc3sf46gnpbmjrm809hva47z7fkwkk9i2lmnmy70w"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules qttools-5))
@@ -711,7 +705,7 @@ replace the other outdated Graphviz tools.")
(define-public kguiaddons
(package
(name "kguiaddons")
- (version "5.92.0")
+ (version "5.96.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -720,7 +714,7 @@ replace the other outdated Graphviz tools.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0pyzgyrglvz2m11b82rycs9fbmzpfgzabnjkvsq00agjcnjparqg"))))
+ "028kn9lcvzv8f8b17a3clki7013dmhhcp1l9svvf6hydv97vkfbv"))))
(build-system qt-build-system)
;; TODO: Build packages for the Python bindings. Ideally this will be
;; done for all versions of python guix supports. Requires python,
@@ -729,7 +723,7 @@ replace the other outdated Graphviz tools.")
(native-inputs
(list extra-cmake-modules pkg-config))
(inputs
- (list qtbase-5 qtwayland qtx11extras wayland))
+ (list qtbase-5 qtwayland qtx11extras plasma-wayland-protocols wayland))
(home-page "https://community.kde.org/Frameworks")
(synopsis "Utilities for graphical user interfaces")
(description "The KDE GUI addons provide utilities for graphical user
@@ -739,7 +733,7 @@ interfaces in the areas of colors, fonts, text, images, keyboard input.")
(define-public kholidays
(package
(name "kholidays")
- (version "5.92.0")
+ (version "5.96.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -747,7 +741,7 @@ interfaces in the areas of colors, fonts, text, images, keyboard input.")
(version-major+minor version) "/"
name "-" version ".tar.xz"))
(sha256
- (base32 "042bdg46hkpg66vdp9gk13wck5yhks8s6i9qz9xzh2mikz285lqf"))))
+ (base32 "0rcd8k2x1w6jszxj18pkzimn5q4v2k7zs9x1pfwszn7xl59b3n4k"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules qttools-5))
@@ -762,7 +756,7 @@ other special events for a geographical region.")
(define-public ki18n
(package
(name "ki18n")
- (version "5.92.0")
+ (version "5.96.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -771,7 +765,7 @@ other special events for a geographical region.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0xsp77iaxf72i0ri3pb6x5rrdz3cv8rxcaqcrynisvsmx7l35005"))))
+ "1jry8bdjgxkcqln7awkj3k8996lh76vya2mf5kwpyxagk6vmr0gy"))))
(build-system cmake-build-system)
(propagated-inputs
(list gettext-minimal python))
@@ -803,7 +797,7 @@ translation scripting.")
(define-public kidletime
(package
(name "kidletime")
- (version "5.92.0")
+ (version "5.96.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -812,7 +806,7 @@ translation scripting.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1mw0jarqv2ypxwgf4qaxqlw0sijw0is36sasrfz8grbykwi18bz1"))))
+ "13piv607n9hmlbd7kkhl7b1wcxj1jq2b5386c6pxrz5caxjwgnmd"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules pkg-config))
@@ -832,7 +826,7 @@ or user activity.")
;; plasma-framework which is tier 3.
(package
(name "kirigami")
- (version "5.92.0")
+ (version "5.96.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -841,7 +835,7 @@ or user activity.")
"kirigami2-" version ".tar.xz"))
(sha256
(base32
- "0p1x40p38pr9rvzwil57asgsaa95qpjqi9npwv4pgibhxacgznha"))))
+ "12ir4q9njl60b242j9raj1xsjs0cizsk7bixwb1hssfn6fzpzqkv"))))
(properties `((upstream-name . "kirigami2")))
(build-system cmake-build-system)
(native-inputs
@@ -867,7 +861,7 @@ of applications that follow the Kirigami Human Interface Guidelines.")
(define-public kitemmodels
(package
(name "kitemmodels")
- (version "5.92.0")
+ (version "5.96.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -876,7 +870,7 @@ of applications that follow the Kirigami Human Interface Guidelines.")
name "-" version ".tar.xz"))
(sha256
(base32
- "16z8m11cyrapf6m56gmpjmvcgan7s50si8rl1cbbid02src7yp76"))))
+ "1j6kffvgbd07zzzv0kab8mbwa69fmw4b8jczd0wzvmp56idsfc2v"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules))
@@ -917,7 +911,7 @@ model to observers
(define-public kitemviews
(package
(name "kitemviews")
- (version "5.92.0")
+ (version "5.96.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -926,7 +920,7 @@ model to observers
name "-" version ".tar.xz"))
(sha256
(base32
- "1ml6i1km22xsprldkzmngfh9xs5vdhlfvc6f7aq5hx9q5114v2q5"))))
+ "1wr62z6jwlg40m8kl9bpiyzkyjmsqx0fhgwc01192k58nl2696lb"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules qttools-5))
@@ -942,7 +936,7 @@ to flat and hierarchical lists.")
(define-public kplotting
(package
(name "kplotting")
- (version "5.92.0")
+ (version "5.96.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -951,7 +945,7 @@ to flat and hierarchical lists.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1l8y0xlwjyv1l4g0mag4bgf906jc654ygky1bribzay4wki66pf9"))))
+ "1yqx260r3dzcinp8s685yzp5f2ihc0s1csckb9zv7z1bzljkn3h9"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules qttools-5))
@@ -969,7 +963,7 @@ pixel units.")
(define-public ksyntaxhighlighting
(package
(name "ksyntaxhighlighting")
- (version "5.92.0")
+ (version "5.96.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -978,7 +972,7 @@ pixel units.")
"syntax-highlighting-" version ".tar.xz"))
(sha256
(base32
- "03p5qzf13nbf54gzad3q1q6i33iggz3ik0ydr9szhj92kfppwd4r"))))
+ "176prghxfrb7i68jacmq9vkl7j9arsn6gnkzyc2hlkph35js3zqs"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules perl qttools-5
@@ -1012,14 +1006,14 @@ integration with a custom editor as well as a ready-to-use
(define-public plasma-wayland-protocols
(package
(name "plasma-wayland-protocols")
- (version "1.6.0")
+ (version "1.7.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/" name "/"
name "-" version ".tar.xz"))
(sha256
(base32
- "07zhf2dzacj4xlhackpzaxqnp0d1ldkqlx0f313pw1pgd74zlkxp"))))
+ "1mps0pirffvnpnbcpi1l9fxxfx14n83f1p46zv3987d6ra2jckh8"))))
(build-system cmake-build-system)
(native-inputs (list extra-cmake-modules))
(arguments '(#:tests? #f)) ;no tests
@@ -1036,7 +1030,7 @@ protocols used in KDE Plasma.")
(define-public kwayland
(package
(name "kwayland")
- (version "5.92.0")
+ (version "5.96.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1045,7 +1039,7 @@ protocols used in KDE Plasma.")
name "-" version ".tar.xz"))
(sha256
(base32
- "15fizsbdl6psmi24fvpfk9dvh61q07irzavpkl961qp4zg79gq4m"))))
+ "0dcnsiippwxvwvf1gvp75lx97c4nydzn3x1l8lfy86w9lfslw7zb"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules pkg-config))
@@ -1073,7 +1067,7 @@ represented by a QPoint or a QSize.")
(define-public kwidgetsaddons
(package
(name "kwidgetsaddons")
- (version "5.92.0")
+ (version "5.96.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1082,7 +1076,7 @@ represented by a QPoint or a QSize.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0b0z24j162j39zfycl5al69xcqgdsr96p7ii3prm1mbyda6mbqyh"))))
+ "1igbkrn8qaalan0lyn8r2gqv5v3rwbmb3xv3w26yw77vwp0n789r"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules qttools-5 xorg-server-for-tests))
@@ -1108,7 +1102,7 @@ configuration pages, message boxes, and password requests.")
(define-public kwindowsystem
(package
(name "kwindowsystem")
- (version "5.92.0")
+ (version "5.96.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1117,7 +1111,7 @@ configuration pages, message boxes, and password requests.")
name "-" version ".tar.xz"))
(sha256
(base32
- "103xvhzlggi05k16s9kssy7g5a74k9yildj1a4igqwi39wmvvnyw"))))
+ "1ilb3zl3mlndfrqz6gi28x6qqqs45l65d0wmy3lk07lppcw3wxzx"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules
@@ -1172,7 +1166,7 @@ lower level classes for interaction with the X Windowing System.")
(define-public modemmanager-qt
(package
(name "modemmanager-qt")
- (version "5.92.0")
+ (version "5.96.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1181,7 +1175,7 @@ lower level classes for interaction with the X Windowing System.")
name "-" version ".tar.xz"))
(sha256
(base32
- "162qzq1aqv2l3bi0r01xrfan20r1zhaaqih4dqbaj7vqibsb9l3y"))))
+ "1rbiqh1sj328cy7flz9pw6vbvgiy3vyv6xp3fk4xv91sxviz1mhd"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules dbus pkg-config))
@@ -1209,7 +1203,7 @@ messages.")
(define-public networkmanager-qt
(package
(name "networkmanager-qt")
- (version "5.92.0")
+ (version "5.96.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1218,7 +1212,7 @@ messages.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0r7s3fw9fk3pkrzrl1bxsmkf1qbgv3p0jrsskp28f3561vncipai"))))
+ "1gyvgy0wl00asg9bkhjgvqnz32xmazvazcarh3p0640jy2fjrzfz"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules dbus pkg-config))
@@ -1247,7 +1241,7 @@ which are used in DBus communication.")
(define-public oxygen-icons
(package
(name "oxygen-icons")
- (version "5.92.0")
+ (version "5.96.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1256,7 +1250,7 @@ which are used in DBus communication.")
name "5" "-" version ".tar.xz"))
(sha256
(base32
- "1wcy8bv4d6jns7vaisbvjc8nxriw9vkiz7j4za5ry7wnvlzv126a"))))
+ "1f3fj6zr5iygb3s6f8vq2ayy749gxlx5j9h6v2zmkbf4m96sfmq5"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules fdupes))
@@ -1271,7 +1265,7 @@ which are used in DBus communication.")
(define-public prison
(package
(name "prison")
- (version "5.92.0")
+ (version "5.96.0")
(source
(origin
(method url-fetch)
@@ -1279,7 +1273,7 @@ which are used in DBus communication.")
(version-major+minor version) "/"
name "-" version ".tar.xz"))
(sha256
- (base32 "07p47q8sva82hglfzp145a1sajlal8b3qshhkicc9rkbsngywvvy"))))
+ (base32 "1kzl8rbyj9ik83p1qb8jl32vr06vkzzvr1hpasj50sg3ajq8a9xs"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules))
@@ -1321,7 +1315,7 @@ libpulse.")
(define-public qqc2-desktop-style
(package
(name "qqc2-desktop-style")
- (version "5.92.0")
+ (version "5.96.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1330,7 +1324,7 @@ libpulse.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1b5xr71lan7ixvd1nfxy9wj21h4wwidsaxa192sha1d8p49hhlwp"))))
+ "0ff9vd34wss9na2m3gzm8wc2bwq0flda6bv6yqygv5iallw2lz88"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules pkg-config))
@@ -1354,7 +1348,7 @@ feel.")
(define-public solid
(package
(name "solid")
- (version "5.92.0")
+ (version "5.96.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1363,7 +1357,7 @@ feel.")
name "-" version ".tar.xz"))
(sha256
(base32
- "172sid8l1znzxxz0hi5m19yy4vg7l1nbghvzjvh18ssbmxcwh9l9"))))
+ "0j64glc1g7mwy2ysaj09w5f7sd2992h91ncknk9gpfsrxhpm814i"))))
(build-system cmake-build-system)
(arguments
`(#:phases
@@ -1388,7 +1382,7 @@ system.")
(define-public sonnet
(package
(name "sonnet")
- (version "5.92.0")
+ (version "5.96.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1397,7 +1391,7 @@ system.")
name "-" version ".tar.xz"))
(sha256
(base32
- "08jps1hy0qvk62wnzn50qi8iaay7xav3hbcj55sk70mm7pd1vz1i"))))
+ "0i0gksdkfyl8hfbqgrgklqanbvfm3h9gjnv42p2qq40b0zjj0sh4"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules pkg-config qttools-5))
@@ -1416,7 +1410,7 @@ ASpell and HUNSPELL.")
(define-public threadweaver
(package
(name "threadweaver")
- (version "5.92.0")
+ (version "5.96.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1425,7 +1419,7 @@ ASpell and HUNSPELL.")
name "-" version ".tar.xz"))
(sha256
(base32
- "008in2wbl6zr404m9hbqdvy3d4r06mmb3jrr13myldwljqywzc28"))))
+ "0ljjnbwmc2zz4q0q1njqny43cj6xdf976vrvijcsqdsril5wzdbq"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules))
@@ -1446,7 +1440,7 @@ uses a job-based interface to queue tasks and execute them in an efficient way."
(define-public kactivities
(package
(name "kactivities")
- (version "5.92.0")
+ (version "5.96.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1455,7 +1449,7 @@ uses a job-based interface to queue tasks and execute them in an efficient way."
name "-" version ".tar.xz"))
(sha256
(base32
- "1kfvg23gdl4k6azs6700j8i8ncl8c7rrc70w1i2xhphz27ybc1pw"))))
+ "0g16k3v6i20rc6h0js4pk00d6yg236bs0kxj88q21d5c934hbksk"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules))
@@ -1491,7 +1485,7 @@ with other frameworks.")
(define-public kauth
(package
(name "kauth")
- (version "5.92.0")
+ (version "5.96.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1500,7 +1494,7 @@ with other frameworks.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0a27z9xr5ccxfcxmx93vs4hgxc388nsd9ac906mdh475ivv4p0j4"))))
+ "1hi36504bbr0266wl08kqiq61xysl3dw3kpgjfbgx169m0m3gmx9"))))
(build-system cmake-build-system)
(native-inputs
(list dbus extra-cmake-modules qttools-5))
@@ -1535,7 +1529,7 @@ utilities.")
(define-public kcompletion
(package
(name "kcompletion")
- (version "5.92.0")
+ (version "5.96.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1544,7 +1538,7 @@ utilities.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1svwvj9jxkgcddfdila10ggdmsabs22vnhf9k7isp2zfdif55w88"))))
+ "1jmrd2mfz27qfn6dq1mk6bcqlagmifbf9vnayi1mkqa9jsj4dwdj"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules qttools-5))
@@ -1560,7 +1554,7 @@ integrated it into your application's other widgets.")
(define-public kcontacts
(package
(name "kcontacts")
- (version "5.92.0")
+ (version "5.96.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1569,7 +1563,7 @@ integrated it into your application's other widgets.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1kik4pvy8snvj6rsc9pfbcpc8rrcn0k4pjj1h9m221zma1p00xhj"))))
+ "075mw7clqf7qycngly21q3m0js3g8pcgqc2x3alp28f4zq3c8m21"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules xorg-server)) ; for the tests
@@ -1610,7 +1604,7 @@ localized country name to ISO 3166-1 alpha 2 code mapping and vice verca.
(define-public kcrash
(package
(name "kcrash")
- (version "5.92.0")
+ (version "5.96.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1619,7 +1613,7 @@ localized country name to ISO 3166-1 alpha 2 code mapping and vice verca.
name "-" version ".tar.xz"))
(sha256
(base32
- "1ir64mlv49vh3vz81r22q3sx0fichiwjr8qw5jf5vx96a1dn1icv"))))
+ "05sw3lh4lw5jgl7gvxvpyl6nims9j4b1hjsn365fa2p48qmsx6v5"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules))
@@ -1634,7 +1628,7 @@ application crashes.")
(define-public kdoctools
(package
(name "kdoctools")
- (version "5.92.0")
+ (version "5.96.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1643,7 +1637,7 @@ application crashes.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0w08fa8rl0dhp59lv6xcvypahl6pxda6cr0vv0f0xv0xp6wax8w6"))))
+ "04nk87dbmnf9840401s40mxlsfh9is1l1mqky9xi5mcghbp0308b"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules))
@@ -1689,7 +1683,7 @@ from DocBook files.")
(define-public kfilemetadata
(package
(name "kfilemetadata")
- (version "5.92.0")
+ (version "5.96.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1698,7 +1692,7 @@ from DocBook files.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1khmx9kd1jhd6j7rmfww3vmyjz2pg36mpsdn0bc77kwl21ax696n"))))
+ "0sh3malq6007fp5m4hica20ha8z5abqzq5ifcmrpm8zqmm5aa2bq"))))
(build-system cmake-build-system)
(arguments
`(#:phases
@@ -1737,7 +1731,7 @@ by applications to write metadata.")
(define-public kimageformats
(package
(name "kimageformats")
- (version "5.92.0")
+ (version "5.96.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1746,7 +1740,7 @@ by applications to write metadata.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0sd3xhqh3zgy4jq8fc1llqjrxizylbsz58njz2dxqjas2a4rj16f"))))
+ "0dbl2varirp5f1bd8173jlhmkc3ql16yg0d6w04nc56hy973bkm5"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules pkg-config))
@@ -1789,7 +1783,7 @@ formats.")
(define-public kjobwidgets
(package
(name "kjobwidgets")
- (version "5.92.0")
+ (version "5.96.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1798,7 +1792,7 @@ formats.")
name "-" version ".tar.xz"))
(sha256
(base32
- "09l5zgr5mn29v410ng5rccdg2bki9r6cb8y2lrijzgfxfxpvj96z"))))
+ "1w1h9vnlq1j72812558cl5dlq7f80nnh5i30qmkpbvv49xhhq2dl"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules qttools-5))
@@ -1813,7 +1807,7 @@ asynchronous jobs.")
(define-public knotifications
(package
(name "knotifications")
- (version "5.92.0")
+ (version "5.96.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1822,7 +1816,7 @@ asynchronous jobs.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1dwlx8w810l0cvy72mj52saf4x7i9p3xpqpjx4chy54n7mg0jklc"))))
+ "11fbqylchzvm0pfw8bvy03px5zcg4jbch39vzcvnl6si7vikm4qj"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules dbus qttools-5))
@@ -1856,7 +1850,7 @@ covers feedback and persistent events.")
(define-public kpackage
(package
(name "kpackage")
- (version "5.92.0")
+ (version "5.96.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1865,7 +1859,7 @@ covers feedback and persistent events.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1av6v0629a8yi0wpl7xgyd0gsn5gi228abdlvbk4dzrx9vxpa7rn"))))
+ "0gsxizpqa47apbvchga3f0w86v4jh8z1vyf0kifipz17fay4ws8d"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules))
@@ -1912,7 +1906,7 @@ were traditional plugins.")
(define-public kpty
(package
(name "kpty")
- (version "5.92.0")
+ (version "5.96.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1921,7 +1915,7 @@ were traditional plugins.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0lp0bqlg1i0a5vl6gvvkngbsha8ab38z6b3sjvpmk83vixgsq7fb"))))
+ "15swvv6qhvc654wyvxzbjbnzrd2vwn0mr4lby1x6x5f4c9br0cip"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules))
@@ -1947,7 +1941,7 @@ and communicating with them using a pty.")
(define-public kunitconversion
(package
(name "kunitconversion")
- (version "5.92.0")
+ (version "5.96.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1956,7 +1950,7 @@ and communicating with them using a pty.")
name "-" version ".tar.xz"))
(sha256
(base32
- "17ph75rg3y652ii0yxm9s8xrbpjs9pdfsrsajm220mi9ng2b9qj7"))))
+ "1qls3319gwn1nzaq04wrqjhbchk0s0pfx97m4za63yzvapvym73g"))))
(build-system cmake-build-system)
(arguments `(#:tests? #f)) ;; Requires network.
(native-inputs
@@ -1974,7 +1968,7 @@ gallons).")
(define-public syndication
(package
(name "syndication")
- (version "5.92.0")
+ (version "5.96.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1983,7 +1977,7 @@ gallons).")
name "-" version ".tar.xz"))
(sha256
(base32
- "0ijxpnsygwzzybic5lp8gfq57y84vrp3bq7vdbjh3h0345vvk6hw"))))
+ "1q60dznlkbncqqgjnp3lq3x0f6r7wvz141ajkymmxlgfq3wdpcd4"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules))
@@ -2006,7 +2000,7 @@ between feed formats.")
(define-public baloo
(package
(name "baloo")
- (version "5.92.0")
+ (version "5.96.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -2015,7 +2009,7 @@ between feed formats.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0xd4a0p22gjm523ymlyd5nfgp8z3ayb0nq6a04h5py507mc70d98"))))
+ "1icpxmmxhvgdr6zxpz0wybc82nyy595cmr09067i82kh7v5dj66l"))))
(build-system cmake-build-system)
(propagated-inputs
(list kcoreaddons kfilemetadata))
@@ -2068,7 +2062,7 @@ maintaining an index of the contents of your files.")
(define-public kactivities-stats
(package
(name "kactivities-stats")
- (version "5.92.0")
+ (version "5.96.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -2077,7 +2071,7 @@ maintaining an index of the contents of your files.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0lgp7zxgjmjm02x4mydlv6ivmlxqjkklav5vfwgjgf6v1qp161i2"))))
+ "0lfanv55b7zx5s0a7gh4r41w9yb641j1zjjcvdjfrj7pdh52576s"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules))
@@ -2094,7 +2088,7 @@ by which applications, and what documents have been linked to which activity.")
(define-public kbookmarks
(package
(name "kbookmarks")
- (version "5.92.0")
+ (version "5.96.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -2103,7 +2097,7 @@ by which applications, and what documents have been linked to which activity.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0hym3558xnp3h7q8kf1ljcy65r3g37mcmqb1ll3nxd912rv4wl4r"))))
+ "131yng8wmxrnf3x1i6gg60q3rrya19yk4jnzi5ylafvaw7q2r8b4"))))
(build-system cmake-build-system)
(propagated-inputs
(list kwidgetsaddons))
@@ -2135,7 +2129,7 @@ using the XBEL format.")
(define-public kcmutils
(package
(name "kcmutils")
- (version "5.92.0")
+ (version "5.96.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -2144,7 +2138,7 @@ using the XBEL format.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0fldpkhq4ysma4m6qylr7kqvxw0rb11x5abz5921bhl5zicfcjfx"))))
+ "0vff93kja9dq8rf1aapxpfgjxsinm75f5nydxqcihskp8girz0c8"))))
(build-system cmake-build-system)
(propagated-inputs
(list kconfigwidgets kservice))
@@ -2190,7 +2184,7 @@ KCModules can be created with the KConfigWidgets framework.")
(define-public kconfigwidgets
(package
(name "kconfigwidgets")
- (version "5.92.0")
+ (version "5.96.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -2199,7 +2193,7 @@ KCModules can be created with the KConfigWidgets framework.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0ji799xd45lpnd70a9bizicfz2bsmlxq6r0fqgn0ghwsbp9ywna2"))))
+ "045j6gkp5sf1lc12zwlkr1dz0fd89yrg5b31j4ybk3dyc8jz90hl"))))
(build-system qt-build-system)
(propagated-inputs
(list kauth kcodecs kconfig kwidgetsaddons))
@@ -2222,7 +2216,7 @@ KCModules can be created with the KConfigWidgets framework.")
(("^\\s*(QDirIterator it\\(.*, QDirIterator::Subdirectories)(\\);)" _ a b)
(string-append a " | QDirIterator::FollowSymlinks" b)))
(substitute* "CMakeLists.txt"
- (("5\\.90\\.0") "5.92.0"))))
+ (("5\\.90\\.0") "5.96.0"))))
(replace 'check
(lambda* (#:key tests? #:allow-other-keys)
(when tests?
@@ -2238,7 +2232,7 @@ their settings.")
(define-public kdeclarative
(package
(name "kdeclarative")
- (version "5.92.0")
+ (version "5.96.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -2247,10 +2241,10 @@ their settings.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1cymh8clcajk9cl6r443cpqk6vmp4x12ngc6wgp08z53zrvlv5py"))))
+ "1x4r231g0l5im4ala21m5fz5q6nixbx0z6lfia5zjinzlp7x5534"))))
(build-system cmake-build-system)
(propagated-inputs
- (list kconfig kpackage qtdeclarative))
+ (list kconfig kpackage qtdeclarative-5))
(native-inputs
(list dbus extra-cmake-modules pkg-config xorg-server-for-tests))
(inputs
@@ -2301,7 +2295,7 @@ that offer bindings to some of the Frameworks.")
(define-public kded
(package
(name "kded")
- (version "5.92.0")
+ (version "5.96.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -2310,7 +2304,7 @@ that offer bindings to some of the Frameworks.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0v0fak84nw4lb4qc1irb9sn5nh5k7qrhnfav5smn3cvchldm6dc3"))))
+ "0x40yvcx2gjb4pngyk2vfrn3z7dbyvksbj1h3ck04fyyma8z3gb3"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules kdoctools))
@@ -2333,7 +2327,7 @@ started on demand.")
(define-public kdesignerplugin
(package
(name "kdesignerplugin")
- (version "5.92.0")
+ (version "5.96.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -2342,7 +2336,7 @@ started on demand.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0kial8k6qr39871v103952d0qcs0hm25y6k0vdg4y8ns8nrmjs06"))))
+ "0cddad1rdi06l28iiwizfds78dplbvv7j40vphww0ix7cmsh3rh9"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules kdoctools qttools-5))
@@ -2362,7 +2356,7 @@ ini-style description files.")
(define-public kdesu
(package
(name "kdesu")
- (version "5.92.0")
+ (version "5.96.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -2371,7 +2365,7 @@ ini-style description files.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1yjyz4v0gn7ys7zy4ymn47zggxxmgd37big005c6g85dm63xr1s6"))))
+ "1wjjjwpfjr7sx10x0236zqjx3jrw6mz60724s5qg269dwfbpahvj"))))
(build-system cmake-build-system)
(propagated-inputs
(list kpty))
@@ -2389,7 +2383,7 @@ with su and ssh respectively.")
(define-public kdewebkit
(package
(name "kdewebkit")
- (version "5.92.0")
+ (version "5.96.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -2398,7 +2392,7 @@ with su and ssh respectively.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1dni134qbs5yff7zgk4n3sfjwblzarblg16rj35l59l6mly7f2jd"))))
+ "0l8nnar4s84igxih5w0fhwd9nvccp7zm53jy2gk6lfbj6gqarfbf"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules qttools-5))
@@ -2421,7 +2415,7 @@ engine WebKit via QtWebKit.")
(define-public kemoticons
(package
(name "kemoticons")
- (version "5.92.0")
+ (version "5.96.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -2430,7 +2424,7 @@ engine WebKit via QtWebKit.")
name "-" version ".tar.xz"))
(sha256
(base32
- "01wzy3mwfz4sqpq8i1hfbbymajp55axryiaqkfr9r2n1844y7kzx"))))
+ "03b5axwvd6ayw1kbl1jv6h04cihp1y1pa835gs3m1qx2ivgj7f75"))))
(build-system cmake-build-system)
(propagated-inputs
(list kservice))
@@ -2457,7 +2451,7 @@ emoticons coming from different providers.")
(define-public kglobalaccel
(package
(name "kglobalaccel")
- (version "5.92.0")
+ (version "5.96.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -2466,7 +2460,7 @@ emoticons coming from different providers.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0lhlb274pvv7rpkcsccqbv81bh8iklanp29g0k28wrv3kckiwyxy"))))
+ "1sx4fmy8xy22im0i3dw0xdmxrgw2jhnk2wsfy2xw74dsj3adg2iq"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules pkg-config qttools-5))
@@ -2478,6 +2472,7 @@ emoticons coming from different providers.")
kwindowsystem
qtbase-5
qtx11extras
+ qtdeclarative-5
xcb-util-keysyms))
(home-page "https://community.kde.org/Frameworks")
(synopsis "Global desktop keyboard shortcuts")
@@ -2489,7 +2484,7 @@ window does not need focus for them to be activated.")
(define-public kiconthemes
(package
(name "kiconthemes")
- (version "5.92.0")
+ (version "5.96.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -2498,7 +2493,7 @@ window does not need focus for them to be activated.")
name "-" version ".tar.xz"))
(sha256
(base32
- "08yb6f980p620dfklfiyp83lcsqw4dds9qwzd6xpn2mzz07p2a11"))))
+ "0w9m956xfpfxp7a63a5v2y10lb9zp2gqfjyfvq3ksxfl961g4hsg"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules qttools-5 shared-mime-info))
@@ -2534,7 +2529,7 @@ in applications using the KDE Frameworks.")
(define-public kinit
(package
(name "kinit")
- (version "5.92.0")
+ (version "5.96.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -2543,7 +2538,7 @@ in applications using the KDE Frameworks.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1kpkqnq9krxlzhripwjhw3n55p5sxqsvj6nb2pqb9m0ppw97jlfb"))
+ "1y7x80icm2jv9c8917481w1hs1vm2rvvvnc9drw4q7vrjzfx73dq"))
;; Use the store paths for other packages and dynamically loaded
;; libs
(patches (search-patches "kinit-kdeinit-extra_libs.patch"))))
@@ -2601,7 +2596,7 @@ consumption.")
(define-public kio
(package
(name "kio")
- (version "5.92.0")
+ (version "5.96.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -2610,7 +2605,7 @@ consumption.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1cscsjb2v0zygzazfhcflc3gb5ny1a79g3i6glyzw6ppj2c3yhyl"))
+ "0xmvgq7cp1kkicmngxjj4cmijaah91jmfqdzzxziphq1rl23k64m"))
(patches (search-patches "kio-search-smbd-on-PATH.patch"))))
(build-system cmake-build-system)
(propagated-inputs
@@ -2666,12 +2661,13 @@ consumption.")
(setenv "QT_QPA_PLATFORM" "offscreen")
(setenv "DBUS_FATAL_WARNINGS" "0")
(invoke "dbus-launch" "ctest"
- "-E" ; FIXME: 17/67 tests fail.
+ "-E" ; FIXME: 18/67 tests fail.
(string-append "(kiocore-jobtest"
"|fileitemtest"
"|kiocore-kmountpointtest"
"|kiocore-ktcpsockettest"
"|kiocore-mimetypefinderjobtest"
+ "|kiocore-krecentdocumenttest"
"|kiocore-http_jobtest"
"|kiogui-openurljobtest"
"|kiocore-threadtest"
@@ -2709,7 +2705,7 @@ KIO enabled infrastructure.")
(define-public knewstuff
(package
(name "knewstuff")
- (version "5.92.0")
+ (version "5.96.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -2718,7 +2714,7 @@ KIO enabled infrastructure.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0gvclv1a6xyrqa24svb56kp9zf2wi98as3q30lnwf0bpbpjsw52b"))))
+ "0kls40wlqkqirfjhf8kn83saxwahlh4rkm7iypqd81h93gi81fgc"))))
(build-system cmake-build-system)
(propagated-inputs
(list attica kservice kxmlgui))
@@ -2763,7 +2759,7 @@ specification.")
(define-public knotifyconfig
(package
(name "knotifyconfig")
- (version "5.92.0")
+ (version "5.96.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -2772,7 +2768,7 @@ specification.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0fii74r0ap3n08lp9kj7pki0msqjsia2jnmavyps51kq37im5x7p"))))
+ "09bcw47zp6rsnk7f83gkmlpylg428a7phn7bbi9mpkdpzc6zvfd2"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules))
@@ -2805,7 +2801,7 @@ notifications which can be embedded in your application.")
(define-public kparts
(package
(name "kparts")
- (version "5.92.0")
+ (version "5.96.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -2814,7 +2810,7 @@ notifications which can be embedded in your application.")
name "-" version ".tar.xz"))
(sha256
(base32
- "061kzss4b0bw67j3mc8h36mbaji077k3alk2ghcir7qix6r1hkh9"))))
+ "0b68kyi7l3ndw798sll2hrzf6qq6w875n48sc11q6882xilzinh2"))))
(build-system qt-build-system)
(arguments
'(#:phases (modify-phases %standard-phases
@@ -2855,7 +2851,7 @@ widgets with a user-interface defined in terms of actions.")
(define-public kpeople
(package
(name "kpeople")
- (version "5.92.0")
+ (version "5.96.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -2864,7 +2860,7 @@ widgets with a user-interface defined in terms of actions.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0wf555pqiannxb115mlbl43ds1365im95vadsbzv1gdz668p44xk"))))
+ "0q3c0ghxa9km5xcq6h0cwa7swfd18h491jpfafy4qgq3nwp0115b"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules))
@@ -2891,7 +2887,7 @@ to easily extend the contacts collection.")
(define-public krunner
(package
(name "krunner")
- (version "5.92.0")
+ (version "5.96.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -2900,7 +2896,7 @@ to easily extend the contacts collection.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1vcgqjyx9i8k9q4j6q9p4f7sp76aap8gqn2v269lb7imcrfhrj1z"))))
+ "0wd2nmhw9mb09mm88cnkmirwgxdnvkrkyjvaiqh9k74xqsggnplk"))))
(build-system cmake-build-system)
(propagated-inputs
(list plasma-framework))
@@ -2961,7 +2957,7 @@ typed.")
(define-public kservice
(package
(name "kservice")
- (version "5.92.0")
+ (version "5.96.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -2970,7 +2966,7 @@ typed.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1y1fr1galhhi6yf9w9qcvkp1zb63ifvr4wb43jwpvpms9djxkqjj"))))
+ "1zg3a35my8ba5ikmlg9s3wc9r0s5a2x0rggiiv9znhfi3snvi6gd"))))
(build-system cmake-build-system)
(propagated-inputs
(list kconfig kcoreaddons kdoctools))
@@ -3012,7 +3008,7 @@ types or handled by application specific code.")
(define-public ktexteditor
(package
(name "ktexteditor")
- (version "5.92.0")
+ (version "5.96.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -3021,7 +3017,7 @@ types or handled by application specific code.")
"ktexteditor-" version ".tar.xz"))
(sha256
(base32
- "137v8g7j8kkv9yh30ysmm5n6imyyd3jmd0f6w5ni00kxl0y1rl5w"))))
+ "071jx26ycyk31bh167cq5fwx8xkr4ldjg8zlhn9dh7wa3rjpp183"))))
(build-system cmake-build-system)
(propagated-inputs
(list kparts
@@ -3088,7 +3084,7 @@ library.")
(define-public ktextwidgets
(package
(name "ktextwidgets")
- (version "5.92.0")
+ (version "5.96.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -3097,7 +3093,7 @@ library.")
name "-" version ".tar.xz"))
(sha256
(base32
- "030bz67n6m3fkbldnr48mzicm9cgnr9gdpwipaghl5x5k3s7p1py"))))
+ "1vab4qmqq9268bwzx6xia2bcz8rdmiwlgjkbkk8nci2pnmhjrzpj"))))
(build-system qt-build-system)
(propagated-inputs
(list ki18n sonnet))
@@ -3126,7 +3122,7 @@ It supports rich text as well as plain text.")
(define-public kwallet
(package
(name "kwallet")
- (version "5.92.0")
+ (version "5.96.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -3135,7 +3131,7 @@ It supports rich text as well as plain text.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1ra0cxw70vb6pks8sqw5k895rnrfzwxhg6vh4yc5dgzdn1nagb3i"))))
+ "0rj610c7i66fbv1x0i0sfn9mac8fkqir4vwgaq1ad5i9ca36h1jq"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules kdoctools))
@@ -3168,7 +3164,7 @@ the passwords on KDE work spaces.")
(define-public kxmlgui
(package
(name "kxmlgui")
- (version "5.92.0")
+ (version "5.96.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -3177,7 +3173,7 @@ the passwords on KDE work spaces.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0hxpjyjr77q2gyi3hg13119aza3634rvmllbj66pi7y37h6lr2z0"))))
+ "1hiz2fgwpc4mgh2zzir0qi18pjsc3052lf888rc1pgql90faxb1k"))))
(build-system cmake-build-system)
(propagated-inputs
(list kconfig kconfigwidgets))
@@ -3219,7 +3215,7 @@ descriptions for integrating actions from plugins.")
(define-public kxmlrpcclient
(package
(name "kxmlrpcclient")
- (version "5.92.0")
+ (version "5.96.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -3228,7 +3224,7 @@ descriptions for integrating actions from plugins.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1axy34g5ahd1c3qg7ab7h786jibpaj4dvj45x50x5czq06idqchf"))))
+ "1jrmrzcvnnw7q7pxgfpcz8608jmxqxf89habmgwv71b8kjz3vgaw"))))
(build-system cmake-build-system)
(propagated-inputs
(list kio))
@@ -3262,7 +3258,7 @@ setUrl, setUserAgent and call.")
(define-public plasma-framework
(package
(name "plasma-framework")
- (version "5.92.0")
+ (version "5.96.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -3271,7 +3267,7 @@ setUrl, setUserAgent and call.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1xq66lyagjsgfashhqgqgqhda0rqfqf0l5yf1gc4ziv48mibrhn6"))))
+ "14myvv70pixygb20c136sk7prv5f5dca53fgc74dk6c28hwyldh2"))))
(build-system cmake-build-system)
(propagated-inputs
(list kpackage kservice))
@@ -3313,6 +3309,11 @@ setUrl, setUserAgent and call.")
(arguments
`(#:phases
(modify-phases %standard-phases
+ ;; Fix based on https://invent.kde.org/frameworks/plasma-framework/-/issues/13
+ (add-after 'unpack 'apply-fix
+ (lambda* _
+ (substitute* "src/scriptengines/qml/CMakeLists.txt"
+ (("KF5::ConfigQml") ""))))
(replace 'check
(lambda* (#:key tests? #:allow-other-keys)
(when tests?
@@ -3332,7 +3333,7 @@ script engines.")
(define-public purpose
(package
(name "purpose")
- (version "5.92.0")
+ (version "5.96.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -3341,7 +3342,7 @@ script engines.")
name "-" version ".tar.xz"))
(sha256
(base32
- "02j09zf18dwjk17mn841m7cm0qsn7gcz5lff8dad3yah0lc3wqcl"))))
+ "0gji3dsccbii1gm83dpwry02cqmjrimhj8gnkb6nzvzrnq5xfh3r"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules))
@@ -3398,7 +3399,7 @@ need.")
(define-public kde-frameworkintegration
(package
(name "kde-frameworkintegration")
- (version "5.92.0")
+ (version "5.96.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -3407,7 +3408,7 @@ need.")
"frameworkintegration-" version ".tar.xz"))
(sha256
(base32
- "0pgcwfxxzvfvqyjfgqzsllzfy9il4y8xr8dzdyjmd5vccpvgd3mx"))))
+ "19piq6h51qh64nbkqnpy6jg91vbl67vg2sh4hlwzsb2lcrmwxgk9"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules pkg-config))
@@ -3452,7 +3453,7 @@ workspace.")
(define-public kdelibs4support
(package
(name "kdelibs4support")
- (version "5.92.0")
+ (version "5.96.0")
(source
(origin
(method url-fetch)
@@ -3461,7 +3462,7 @@ workspace.")
(version-major+minor version) "/portingAids/"
name "-" version ".tar.xz"))
(sha256
- (base32 "1q7d0i09klkhsiwq7i91ypxakdr5b841zdb60q7yjzcdmn25wbi9"))))
+ (base32 "18f99g1g1z1mrkgq3l8kgxjxi60a632p0sg8d46r67b9n008w9m7"))))
(build-system cmake-build-system)
(native-inputs
(list dbus
@@ -3569,7 +3570,7 @@ http://community.kde.org/Frameworks/Porting_Notes should help with this.")
(define-public khtml
(package
(name "khtml")
- (version "5.92.0")
+ (version "5.96.0")
(source
(origin
(method url-fetch)
@@ -3578,7 +3579,7 @@ http://community.kde.org/Frameworks/Porting_Notes should help with this.")
(version-major+minor version) "/portingAids/"
name "-" version ".tar.xz"))
(sha256
- (base32 "06hpjcm5yrfj1056vvv9dklccd0a1y09zm8ch4a5d8l2lfgdg8ci"))))
+ (base32 "0lc933z4568962xj7grzy44aj97h76s5vvv1cnj351dzwr5qahpx"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules perl))
@@ -3619,7 +3620,7 @@ technology and using KJS for JavaScript support.")
(define-public kjs
(package
(name "kjs")
- (version "5.92.0")
+ (version "5.96.0")
(source
(origin
(method url-fetch)
@@ -3628,7 +3629,7 @@ technology and using KJS for JavaScript support.")
(version-major+minor version) "/portingAids/"
name "-" version ".tar.xz"))
(sha256
- (base32 "067ilsm78x03kf5fs2xmlasvy2712k0xrsa404g2zj81fm92s1q4"))))
+ (base32 "0jhfjjpv5hzbib3p30ngn6ic023fnrvnr8jrbjdzyacjywj69vvp"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules kdoctools perl pkg-config))
@@ -3648,7 +3649,7 @@ support.")
(define-public kjsembed
(package
(name "kjsembed")
- (version "5.92.0")
+ (version "5.96.0")
(source
(origin
(method url-fetch)
@@ -3657,7 +3658,7 @@ support.")
(version-major+minor version) "/portingAids/"
name "-" version ".tar.xz"))
(sha256
- (base32 "0db0r8v0bhp3razwyvmvk9r4psl14vgn23c4cm2q1b5pl0w6bhnp"))))
+ (base32 "1z8h0n4v1qgs2lsxflrzhdfb91jna3y2dxal1qz7i3szjvrf63h0"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules kdoctools qttools-5))
@@ -3672,7 +3673,7 @@ QObjects, so you can script your applications.")
(define-public kmediaplayer
(package
(name "kmediaplayer")
- (version "5.92.0")
+ (version "5.96.0")
(source
(origin
(method url-fetch)
@@ -3681,7 +3682,7 @@ QObjects, so you can script your applications.")
(version-major+minor version) "/portingAids/"
name "-" version ".tar.xz"))
(sha256
- (base32 "19lpib2wj91w8shsf9056nwi46qja8nh96hj164ydqlkslpfnf7y"))))
+ (base32 "0qqlah4zi0b7b6yb4009kkjqw7fkp1lgvp2mcpxs8vbbshs3376c"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules kdoctools qttools-5))
@@ -3708,7 +3709,7 @@ KParts instead.")
(define-public kross
(package
(name "kross")
- (version "5.92.0")
+ (version "5.96.0")
(source
(origin
(method url-fetch)
@@ -3717,7 +3718,7 @@ KParts instead.")
(version-major+minor version) "/portingAids/"
name "-" version ".tar.xz"))
(sha256
- (base32 "1gqy1h5mqsfgbpqkdrhs7xf77kw4yy19mryda1fwjcqzxd02i7hj"))))
+ (base32 "03dvg2jh9587kcp2f9nir727z0qvkcywrgxfi1p1hxq1bx6y8fm2"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules kdoctools qttools-5))
@@ -3750,7 +3751,7 @@ offers abstract functionality to deal with scripts.")
(define-public kdav
(package
(name "kdav")
- (version "5.92.0")
+ (version "5.96.0")
(source
(origin
(method url-fetch)
@@ -3758,7 +3759,7 @@ offers abstract functionality to deal with scripts.")
(version-major+minor version) "/"
name "-" version ".tar.xz"))
(sha256
- (base32 "1i5i6bkjairz1slk3fhrxd3s8wkcdaqg55jg2bv86kqh7d3nrcgk"))))
+ (base32 "1zqib8km4fg9aj4gmhx4hm7n7bbrz62l41qb48nz1pc3qia2x1wl"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules))