[PATCH] gnu: KDE Frameworks: Update to 5.63.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Andrius Štikonas
  • Efraim Flashner
Owner
unassigned
Submitted by
Andrius Štikonas
Severity
normal
A
A
Andrius Štikonas wrote on 14 Nov 2019 00:00
(address . guix-patches@gnu.org)(name . Andrius Štikonas)(address . andrius@stikonas.eu)
20191113230050.254117-1-andrius@stikonas.eu
* gnu/packages/kde-frameworks.scm (extra-cmake-modules, attica, bluez-qt,
breeze-icons kapidox, karchive, kcodecs, kconfig, kcoreaddons, kdbusaddons,
kdnssd, kguiaddons, 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, kcrash,
kdoctools, kfilemetadata, kimageformats, kjobwidgets, knotifications,
kpackage, kpty, kunitconversion, 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, kde-frameworkintegration,
kdelibs4support, khtml, kjs, kjsembed, kmediaplayer, kross): Update to 5.63.0.
---
gnu/packages/kde-frameworks.scm | 509 +++++++++---------
.../patches/kinit-kdeinit-extra_libs.patch | 14 +-
2 files changed, 267 insertions(+), 256 deletions(-)

Toggle diff (491 lines)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index ec735d8903..4d81aabdfa 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -78,7 +78,7 @@
(define-public extra-cmake-modules
(package
(name "extra-cmake-modules")
- (version "5.55.0")
+ (version "5.63.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -87,7 +87,7 @@
name "-" version ".tar.xz"))
(sha256
(base32
- "1x868hs9jiqzkqx7gld4mdm5dzfxc5kann22y15a4f7g5a957534"))))
+ "14h7519bfkwzh58lxgxrj5jlfhfnrakhjcm6lmhafnkg5h56m4kr"))))
(build-system cmake-build-system)
(native-inputs
`(("qtbase" ,qtbase))) ; For tests (needs qmake)
@@ -117,7 +117,7 @@
"set(ECM_MKSPECS_INSTALL_DIR lib/qt5/mkspecs/modules"))
#t))
;; install and check phase are swapped to prevent install from failing
- ;; after testsuire has run
+ ;; after testsuite has run
(add-after 'install 'check-post-install
(assoc-ref %standard-phases 'check))
(delete 'check))))
@@ -253,7 +253,7 @@ Phonon-GStreamer is a backend based on the GStreamer multimedia library.")
(define-public attica
(package
(name "attica")
- (version "5.55.0")
+ (version "5.63.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -262,7 +262,7 @@ Phonon-GStreamer is a backend based on the GStreamer multimedia library.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0bsn9mi3nj23k2r3mfgjm9i1mp8qnwf08xn9x757wk3xas0cx98v"))))
+ "0dvsjwl2c3liiicv2m8p1m7hlc3fcapsj5pfirmdm1l38wcayr60"))))
(build-system cmake-build-system)
(arguments
`(#:phases
@@ -293,7 +293,7 @@ http://freedesktop.org/wiki/Specifications/open-collaboration-services/")
(define-public bluez-qt
(package
(name "bluez-qt")
- (version "5.55.0")
+ (version "5.63.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -302,7 +302,7 @@ http://freedesktop.org/wiki/Specifications/open-collaboration-services/")
name "-" version ".tar.xz"))
(sha256
(base32
- "1ixad1ya3c339c675w8nwmbga8ydq16db9fk2az3gjm68z3dch8a"))))
+ "179am9czhb9mcirmja5bxjmqil3qg81v56n8rmkkp5q50qpln4dh"))))
(build-system cmake-build-system)
(native-inputs
`(("dbus" ,dbus)
@@ -326,7 +326,7 @@ Bluetooth stack. It is used by the KDE Bluetooth stack, BlueDevil.")
(define-public breeze-icons
(package
(name "breeze-icons")
- (version "5.55.0")
+ (version "5.63.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -335,7 +335,7 @@ Bluetooth stack. It is used by the KDE Bluetooth stack, BlueDevil.")
name "-" version ".tar.xz"))
(sha256
(base32
- "03mb7x8mc2h6cjb4mrifrbkbpj3lv9c0mg4m619rqiydg0p1yf49"))))
+ "17kil9dlh8w5r29arrjbv47b7jxz45kqzpg06zw3vz70bdgbb995"))))
(build-system cmake-build-system)
(native-inputs
`(("extra-cmake-modules" ,extra-cmake-modules)
@@ -355,7 +355,7 @@ It is the default icon theme for the KDE Plasma 5 desktop.")
(define-public kapidox
(package
(name "kapidox")
- (version "5.55.0")
+ (version "5.63.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -364,7 +364,7 @@ It is the default icon theme for the KDE Plasma 5 desktop.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0x41adp3rnvr6njc57ffdyh6d5i5aw13xcjdr4p6kacw9pk63ajf"))))
+ "0cwprhpz731bqqhr6vra6lc76k5i4pm3m9j0q21km9wm2djfmk19"))))
(build-system cmake-build-system)
(arguments
`(#:tests? #f)) ; has no test target
@@ -397,7 +397,7 @@ documentation.")
(define-public karchive
(package
(name "karchive")
- (version "5.55.0")
+ (version "5.63.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -406,7 +406,7 @@ documentation.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1llznxc5wjjnmbjx8iwi3a93gc2z0z344viknsgls1fwdjjfyxc4"))))
+ "0ypykybxl9dz57rgsfihx4rfhzhphidypb2f5nwrw1f6vlqkawzs"))))
(build-system cmake-build-system)
(native-inputs
`(("extra-cmake-modules" ,extra-cmake-modules)))
@@ -431,7 +431,7 @@ GZip format, via a subclass of QIODevice.")
(define-public kcodecs
(package
(name "kcodecs")
- (version "5.55.0")
+ (version "5.63.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -440,7 +440,7 @@ GZip format, via a subclass of QIODevice.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0491j6l28jwfpgaqs2816qpyggnra2df33iw3fgvb0wd4r4gvmjb"))))
+ "0w5q37lqdzyl84723kg9sh9xxn2g2wv0xfxpy3218hmc9364s89h"))))
(build-system cmake-build-system)
(native-inputs
`(("extra-cmake-modules" ,extra-cmake-modules)
@@ -467,7 +467,7 @@ Internet).")
(define-public kconfig
(package
(name "kconfig")
- (version "5.55.0")
+ (version "5.63.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -476,7 +476,7 @@ Internet).")
name "-" version ".tar.xz"))
(sha256
(base32
- "06gscipc3914gwiswhp1xx4sy74bpy645ykq2i6r1sb6sm16hmja"))))
+ "1ya0fvrrfiw4a5wkydcjpnkkyq3ampxy5h210dm04qim6a9x8rb1"))))
(build-system cmake-build-system)
(native-inputs
`(("dbus" ,dbus)
@@ -532,7 +532,7 @@ propagate their changes to their respective configuration files.")
(define-public kcoreaddons
(package
(name "kcoreaddons")
- (version "5.55.0")
+ (version "5.63.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -541,7 +541,7 @@ propagate their changes to their respective configuration files.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1j7bc5fhak8db3vdfslbjdffbdclakhfwsni2a855d08yfrl1n1w"))))
+ "1w658wfksxglr0fjpa2p8gmjbvpd2knzhk3byk2s9dwil7i7cvjd"))))
(build-system cmake-build-system)
(native-inputs
`(("extra-cmake-modules" ,extra-cmake-modules)
@@ -589,7 +589,7 @@ many more.")
(define-public kdbusaddons
(package
(name "kdbusaddons")
- (version "5.55.0")
+ (version "5.63.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -598,7 +598,7 @@ many more.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1sj3cycgci3ih65bkh7bsvbzyp7r654ppcryj4azpcsxqhy5gc7l"))
+ "11zwr89v0k4m1235rzr39z4cbfdwn5zg34abs62nfnr8vmba62qv"))
(patches (search-patches "kdbusaddons-kinit-file-name.patch"))))
(build-system cmake-build-system)
(native-inputs
@@ -634,7 +634,7 @@ as well as an API to create KDED modules.")
(define-public kdnssd
(package
(name "kdnssd")
- (version "5.55.0")
+ (version "5.63.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -643,7 +643,7 @@ as well as an API to create KDED modules.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0lljj7mxmqm60kfzr37zb7z58mfyfh7zgykf7a5is1k0lxpgk6zc"))))
+ "1bn9c6ii1n6ns478i3lp7yzga7dbcqvdb43rfzmz7gndnmh853gm"))))
(build-system cmake-build-system)
(native-inputs
`(("extra-cmake-modules" ,extra-cmake-modules)
@@ -662,7 +662,7 @@ infrastructure.")
(define-public kguiaddons
(package
(name "kguiaddons")
- (version "5.55.0")
+ (version "5.63.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -671,7 +671,7 @@ infrastructure.")
name "-" version ".tar.xz"))
(sha256
(base32
- "190jwhvq2fi8g03saszlaslzxmcbqrbwli9f9vm6h5j9nnc0z6h3"))))
+ "0k22kargqxf0j09wzk1x90b526npj8a0210ilk0n1k6spc8xa6mr"))))
(build-system cmake-build-system)
;; TODO: Build packages for the Python bindings. Ideally this will be
;; done for all versions of python guix supports. Requires python,
@@ -700,7 +700,7 @@ interfaces in the areas of colors, fonts, text, images, keyboard input.")
(define-public ki18n
(package
(name "ki18n")
- (version "5.55.0")
+ (version "5.63.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -709,7 +709,7 @@ interfaces in the areas of colors, fonts, text, images, keyboard input.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0kvwjzqibby9fawyfb8bd81abjhsjlyi8xy9mcapnih5x2gx3z92"))))
+ "1fdp0bdvqbqzbxynbg3bcdridr8j3qnm9spyrrdg5q95sz99a4s9"))))
(build-system cmake-build-system)
(propagated-inputs
`(("gettext" ,gettext-minimal)
@@ -743,7 +743,7 @@ translation scripting.")
(define-public kidletime
(package
(name "kidletime")
- (version "5.55.0")
+ (version "5.63.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -752,7 +752,7 @@ translation scripting.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1kq6zh6cjhzffjhxnc7l1pw6g38swxyspp8xl8c860zdhc9xfd1g"))))
+ "0zd51lsz23rqwk4lnzs5653sanprgr80p33yk8gmgsihgyfbjv0r"))))
(build-system cmake-build-system)
(native-inputs
`(("extra-cmake-modules" ,extra-cmake-modules)
@@ -774,7 +774,7 @@ or user activity.")
;; plasma-framework which is tier 3.
(package
(name "kirigami")
- (version "5.55.0")
+ (version "5.63.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -783,7 +783,7 @@ or user activity.")
"kirigami2-" version ".tar.xz"))
(sha256
(base32
- "11djxli5cq7pn19lmjz2y7z39mhlr98jskasfzyax546j47v973k"))))
+ "1v76d1xgmi9kkxiwq4y6rzaxs1hwwm95pw490m09rgqhli7180yv"))))
(properties `((upstream-name . "kirigami2")))
(build-system cmake-build-system)
(native-inputs
@@ -810,7 +810,7 @@ of applications that follow the Kirigami Human Interface Guidelines.")
(define-public kitemmodels
(package
(name "kitemmodels")
- (version "5.55.0")
+ (version "5.63.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -819,13 +819,12 @@ of applications that follow the Kirigami Human Interface Guidelines.")
name "-" version ".tar.xz"))
(sha256
(base32
- "13609avkqrfi79zyr737662nr8bwcfdya9dxc6gzyqx5i0l2nbw6"))))
+ "10bhg0db9gdg2hlc02ngg1i2q7a99862d5973hxqzf620d28p5rd"))))
(build-system cmake-build-system)
(native-inputs
`(("extra-cmake-modules" ,extra-cmake-modules)))
(inputs
- `(("qtbase" ,qtbase)
- ("qtdeclarative" ,qtdeclarative)))
+ `(("qtbase" ,qtbase)))
(arguments
`(#:phases
(modify-phases %standard-phases
@@ -869,7 +868,7 @@ model to observers
(define-public kitemviews
(package
(name "kitemviews")
- (version "5.55.0")
+ (version "5.63.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -878,7 +877,7 @@ model to observers
name "-" version ".tar.xz"))
(sha256
(base32
- "1mgh7z5xcbhc7a2qq8mqfp7j4amk93hypkpy2zc3rdhc60ps94ad"))))
+ "15h0w16wgj94kxz4vgjb34i3pyx5w1f2npj86j4d2sa0mxxpmqyz"))))
(build-system cmake-build-system)
(native-inputs
`(("extra-cmake-modules" ,extra-cmake-modules)
@@ -904,7 +903,7 @@ to flat and hierarchical lists.")
(define-public kplotting
(package
(name "kplotting")
- (version "5.55.0")
+ (version "5.63.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -913,10 +912,11 @@ to flat and hierarchical lists.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0nn2v1yvvpzpi1y1pm47zvmwsa942c7d9n8iqymqihnp0fqjr8y7"))))
+ "11kpq34j37c1gsvj5nxhkc31bw8gw2n7nkqsfx87jw9f4v2vhmr9"))))
(build-system cmake-build-system)
(native-inputs
- `(("extra-cmake-modules" ,extra-cmake-modules)))
+ `(("extra-cmake-modules" ,extra-cmake-modules)
+ ("qttools" ,qttools)))
(inputs
`(("qtbase" ,qtbase)))
(arguments
@@ -939,7 +939,7 @@ pixel units.")
(define-public ksyntaxhighlighting
(package
(name "ksyntaxhighlighting")
- (version "5.55.0")
+ (version "5.63.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -948,7 +948,7 @@ pixel units.")
"syntax-highlighting-" version ".tar.xz"))
(sha256
(base32
- "00w5nmz9l70znv8q7q1zw3f7gngwfgf41iwbs53zqcv1z7wmrz6m"))))
+ "08y0m4wcq1sbxvlga3w72waj5xckh5jra5x7rvnp87dl38qxhacs"))))
(build-system cmake-build-system)
(native-inputs
`(("extra-cmake-modules" ,extra-cmake-modules)
@@ -988,7 +988,7 @@ integration with a custom editor as well as a ready-to-use
(define-public kwayland
(package
(name "kwayland")
- (version "5.55.0")
+ (version "5.63.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -997,14 +997,15 @@ integration with a custom editor as well as a ready-to-use
name "-" version ".tar.xz"))
(sha256
(base32
- "0m9q13qzgvp03jrsyc59l6pp7jf0dvhx768p21drs46qxw6wla7l"))))
+ "03z8hiw0mrhl3f0y7ypc46ic0w5vlp56prbqbk448jin5hakkkdg"))))
(build-system cmake-build-system)
(native-inputs
`(("extra-cmake-modules" ,extra-cmake-modules)
("pkg-config" ,pkg-config)))
(inputs
`(("qtbase" ,qtbase)
- ("wayland" ,wayland)))
+ ("wayland" ,wayland)
+ ("wayland-protocols" ,wayland-protocols)))
(arguments
`(#:tests? #f ; FIXME tests require weston to run
; weston requires wayland flags in mesa
@@ -1027,7 +1028,7 @@ represented by a QPoint or a QSize.")
(define-public kwidgetsaddons
(package
(name "kwidgetsaddons")
- (version "5.55.0")
+ (version "5.63.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1036,7 +1037,7 @@ represented by a QPoint or a QSize.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0kpbvvmjrhxxjqc0cb63zlq06a3xspq43xv3wdingcn28zypynzc"))))
+ "1nzgv3v3kyq5jm2b9xri6qjawspr9ycxhskfvj8kkgr46dr35qyc"))))
(build-system cmake-build-system)
(native-inputs
`(("extra-cmake-modules" ,extra-cmake-modules)
@@ -1074,7 +1075,7 @@ configuration pages, message boxes, and password requests.")
(define-public kwindowsystem
(package
(name "kwindowsystem")
- (version "5.55.0")
+ (version "5.63.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1083,7 +1084,7 @@ configuration pages, message boxes, and password requests.")
name "-" version ".tar.xz"))
(sha256
(base32
- "10zdxm08d758zbwlrbsn0ghxjpf39ids2s5pnca072gbrbrxv656"))))
+ "0nbkb8pkrbbp1s892ndzhakzri3qxpw48kibgb0rqz6i0azfxrz8"))))
(build-system cmake-build-system)
(native-inputs
`(("extra-cmake-modules" ,extra-cmake-modules)
@@ -1093,7 +1094,9 @@ configuration pages, message boxes, and password requests.")
("qttools" ,qttools)
("xorg-server" ,xorg-server))) ; for the tests
(inputs
- `(("libxrender" ,libxrender)
+ `(("libxcb" ,libxcb)
+ ("xcb-util-wm" ,xcb-util-wm)
+ ("libxrender" ,libxrender)
("qtbase" ,qtbase)
("qtx11extras" ,qtx11extras)
("xcb-utils-keysyms" ,xcb-util-keysyms)))
@@ -1106,11 +1109,13 @@ configuration pages, message boxes, and password requests.")
(with-output-to-file "autotests/BLACKLIST"
(lambda _
(display "[testState]\n*\n")
+ (display "[testClientMachine]\n*\n")
+ (display "[testGroupLeader]\n*\n")
(display "[testSupported]\n*\n")))
#t))
(replace 'check
(lambda _
- ;; The test suite requires a running window anager
+ ;; The test suite requires a running window manager
(system "Xvfb :1 -ac -screen 0 640x480x24 &")
(setenv "DISPLAY" ":1")
(sleep 5) ;; Give Xvfb a few moments to get on it's feet
@@ -1135,7 +1140,7 @@ lower level classes for interaction with the X Windowing System.")
(define-public modemmanager-qt
(package
(name "modemmanager-qt")
- (version "5.55.0")
+ (version "5.63.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1144,7 +1149,7 @@ lower level classes for interaction with the X Windowing System.")
name "-" version ".tar.xz"))
(sha256
(base32
- "10pkgm4dzsrfnjsf78pssd1wp0y27d1y834chd267hx9vgrv8axm"))))
+ "0yv5q71cyyy04051ny5lr7n35pw391gxr6l324n6c0z7kgc560ad"))))
(build-system cmake-build-system)
(native-inputs
`(("extra-cmake-modules" ,extra-cmake-modules)
@@ -1173,7 +1178,7 @@ messages.")
(define-public networkmanager-qt
(package
(name "networkmanager-qt")
- (version "5.55.0")
+ (version "5.63.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1182,7 +1187,7 @@ messages.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0j8l4k13vsqh0a8mw8dw5bc78xvxhz2rh7bb870as04i32bvw772"))))
+ "0ydfz6ikya1h8gg9c716y8lmy45iqnx0gaghkm0vz3c3ckx99l9g"))))
(build-system cmake-build-system)
(native-inp
This message was truncated. Download the full message here.
A
A
Andrius Štikonas wrote on 15 Nov 2019 21:33
(no subject)
(address . control@debbugs.gnu.org)
5465755.Rx1d9ebpJE@laptop
close 38201
tags 38201 wontfix
E
E
Efraim Flashner wrote on 11 Dec 2019 16:13
Re: [bug#38201] [PATCH] gnu: KDE Frameworks: Update to 5.63.0.
(name . Andrius Štikonas)(address . andrius@stikonas.eu)(address . 38201-done@debbugs.gnu.org)
20191211151319.GG8302@E5400
This was paushed a while ago, closing the bug now.


--
Efraim Flashner <efraim@flashner.co.il> ????? ?????
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
-----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl3xB48ACgkQQarn3Mo9
g1FGKA/+M8V6AkpCl2tSklUnFsHIVWCyS0Nvn2/9FVzSeM1c9S9hyfkvDLVpRIEZ
2LS7iQKJOd3SODAsVJYj9JWgOAGaPGvHJxv061QqbZ1XZWoXFSk6Y8gTbkU2uzaG
Qh0IRHjyYG78WvfDJjPU/nqjiRqcutZldLWwUsUoZVEAfQreb81DLjhxQrmofXYT
d3FvenvYGjK8kdZWC+BAA9GsXjZP25p9ywo1QMYVmtGkbRCEK8mu0SbFpn1oAqqf
dPQwIhFANfmZIoZYnGGW3mLU+BEKIJPBv9awK4CCE4hFPAQJxe9+izHgtxEEHJpM
O2lZqowg5yYy4BnAT1SuIyWtLH/rnDKbz2xkTYflzA0pdwV/G8tR/Hh9I+lHZeZL
YCJYM3C35J3yW2X/k97rYQesKixOg4vVb2inLO7rYWgWLGEcdbNVNNfVkHnmYAqc
rFpKq8l+qScVkuCIHHC+ZuKuyHk8wqV9/s3XG/rysEDTP4F6i8fm2F0Ujnsw5uVw
UcieIfCtWJFgUNFcFgemW+KyUKmZAryA0vWDjdmPswsQmxfvOn9vEEfNoFO896mr
a4ixs8pdGvVRjdFabjrxHm9rh0FG54D86YR3t1kUcSWu6wOkZooShwIqvIRQs88Z
z1+F8PnCQf9KrzSQ2dEDYhlWn2d2qUonEUYFaml8zCpru2bbr20=
=NeXy
-----END PGP SIGNATURE-----


Closed
?