tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
kdePackages: update metadata
K900
11 months ago
5ef2dafe
a5acaa0b
+292
-105
11 changed files
expand all
collapse all
unified
split
pkgs
kde
gear
blinken
default.nix
klettres
default.nix
kmailtransport
default.nix
libgravatar
default.nix
mailcommon
default.nix
tokodon
default.nix
generated
dependencies.json
projects.json
plasma
krdp
default.nix
plasma-desktop
default.nix
plasma5support
default.nix
+5
-1
pkgs/kde/gear/blinken/default.nix
···
1
{
2
mkKdeDerivation,
3
qtsvg,
0
4
}:
5
mkKdeDerivation {
6
pname = "blinken";
7
8
-
extraBuildInputs = [ qtsvg ];
0
0
0
9
meta.mainProgram = "blinken";
10
}
···
1
{
2
mkKdeDerivation,
3
qtsvg,
4
+
phonon,
5
}:
6
mkKdeDerivation {
7
pname = "blinken";
8
9
+
extraBuildInputs = [
10
+
qtsvg
11
+
phonon
12
+
];
13
meta.mainProgram = "blinken";
14
}
+5
-1
pkgs/kde/gear/klettres/default.nix
···
1
{
2
mkKdeDerivation,
3
qtsvg,
0
4
}:
5
mkKdeDerivation {
6
pname = "klettres";
7
8
-
extraBuildInputs = [ qtsvg ];
0
0
0
9
meta.mainProgram = "klettres";
10
}
···
1
{
2
mkKdeDerivation,
3
qtsvg,
4
+
phonon,
5
}:
6
mkKdeDerivation {
7
pname = "klettres";
8
9
+
extraBuildInputs = [
10
+
qtsvg
11
+
phonon
12
+
];
13
meta.mainProgram = "klettres";
14
}
+1
-6
pkgs/kde/gear/kmailtransport/default.nix
···
1
-
{
2
-
mkKdeDerivation,
3
-
kconfigwidgets,
4
-
}:
5
mkKdeDerivation {
6
pname = "kmailtransport";
7
-
8
-
extraBuildInputs = [ kconfigwidgets ];
9
}
···
1
+
{ mkKdeDerivation }:
0
0
0
2
mkKdeDerivation {
3
pname = "kmailtransport";
0
0
4
}
+3
-1
pkgs/kde/gear/libgravatar/default.nix
···
1
-
{ mkKdeDerivation }:
2
mkKdeDerivation {
3
pname = "libgravatar";
0
0
4
}
···
1
+
{ mkKdeDerivation, pimcommon }:
2
mkKdeDerivation {
3
pname = "libgravatar";
4
+
5
+
extraBuildInputs = [ pimcommon ];
6
}
+2
pkgs/kde/gear/mailcommon/default.nix
···
3
qtwebengine,
4
qttools,
5
libxslt,
0
6
}:
7
mkKdeDerivation {
8
pname = "mailcommon";
···
11
extraBuildInputs = [
12
qtwebengine
13
qttools
0
14
];
15
}
···
3
qtwebengine,
4
qttools,
5
libxslt,
6
+
phonon,
7
}:
8
mkKdeDerivation {
9
pname = "mailcommon";
···
12
extraBuildInputs = [
13
qtwebengine
14
qttools
15
+
phonon
16
];
17
}
+3
-2
pkgs/kde/gear/tokodon/default.nix
···
5
qtsvg,
6
qtwebsockets,
7
qtwebview,
8
-
mpv-unwrapped,
9
sonnet,
10
}:
11
mkKdeDerivation {
···
17
qtsvg
18
qtwebsockets
19
qtwebview
20
-
mpv-unwrapped
21
sonnet
22
];
0
0
0
23
meta.mainProgram = "tokodon";
24
}
···
5
qtsvg,
6
qtwebsockets,
7
qtwebview,
0
8
sonnet,
9
}:
10
mkKdeDerivation {
···
16
qtsvg
17
qtwebsockets
18
qtwebview
0
19
sonnet
20
];
21
+
22
+
extraCmakeFlags = [ "-DUSE_QTMULTIMEDIA=1" ];
23
+
24
meta.mainProgram = "tokodon";
25
}
+201
-74
pkgs/kde/generated/dependencies.json
···
73
"kio",
74
"kmime"
75
],
76
-
"akonadi-notes": [
77
-
"akonadi",
78
-
"extra-cmake-modules",
79
-
"kmime"
80
-
],
81
"akonadi-search": [
82
"akonadi",
83
"akonadi-mime",
···
215
"extra-cmake-modules",
216
"kconfig",
217
"kcoreaddons",
0
218
"kdbusaddons",
219
"kfilemetadata",
220
"ki18n",
···
321
"libplasma",
322
"plasma-workspace",
323
"solid"
0
0
0
0
0
0
0
0
0
0
0
0
324
],
325
"baloo": [
326
"extra-cmake-modules",
···
375
"kdoctools",
376
"kguiaddons",
377
"ki18n",
378
-
"kxmlgui",
379
-
"phonon"
380
],
381
"bluedevil": [
382
"bluez-qt",
···
413
"kdbusaddons",
414
"kdoctools",
415
"ki18n",
0
416
"kwidgetsaddons",
417
"kxmlgui",
418
"libkdegames"
···
424
"kdbusaddons",
425
"kdoctools",
426
"ki18n",
0
427
"kwidgetsaddons",
428
"kxmlgui",
429
"libkdegames"
···
737
],
738
"elisa": [
739
"extra-cmake-modules",
0
740
"kcolorscheme",
741
"kconfig",
742
"kconfigwidgets",
···
871
"kdbusaddons",
872
"kdoctools",
873
"ki18n",
0
874
"kwidgetsaddons",
875
"kxmlgui",
876
"libkdegames"
···
1020
"kunitconversion",
1021
"kwindowsystem",
1022
"libquotient",
1023
-
"networkmanager-qt",
1024
"plasma-integration",
1025
"prison",
1026
"qqc2-breeze-style",
···
1132
"kaidan": [
1133
"extra-cmake-modules",
1134
"kcoreaddons",
0
1135
"kio",
1136
"kirigami",
1137
"kirigami-addons",
1138
-
"kquickimageeditor"
0
1139
],
1140
"kajongg": [
1141
"extra-cmake-modules",
···
1280
"kdbusaddons",
1281
"kdoctools",
1282
"ki18n",
0
1283
"kwidgetsaddons",
1284
"kxmlgui",
1285
"libkdegames"
···
1287
"kapptemplate": [
1288
"extra-cmake-modules",
1289
"karchive",
0
0
1290
"kcoreaddons",
1291
"kdoctools",
1292
"ki18n",
1293
-
"kio",
1294
"kirigami",
1295
"kirigami-addons"
1296
],
1297
"karchive": [
1298
"extra-cmake-modules"
1299
],
0
0
0
0
0
0
0
0
0
0
0
1300
"kasts": [
1301
"extra-cmake-modules",
1302
"kcolorscheme",
1303
"kconfig",
1304
"kcoreaddons",
1305
"kcrash",
0
1306
"ki18n",
0
1307
"kirigami",
1308
"kirigami-addons",
0
1309
"qqc2-desktop-style",
1310
"qtkeychain",
1311
"syndication",
···
1323
"knewstuff",
1324
"ktexteditor",
1325
"kuserfeedback",
1326
-
"qtkeychain",
1327
-
"selenium-webdriver-at-spi"
1328
],
1329
"katomic": [
1330
"extra-cmake-modules",
···
1334
"kdbusaddons",
1335
"kdoctools",
1336
"ki18n",
0
1337
"knewstuff",
1338
"kwidgetsaddons",
1339
"kxmlgui",
···
1383
"kdbusaddons",
1384
"kdoctools",
1385
"ki18n",
0
1386
"ktextwidgets",
1387
"kwidgetsaddons",
1388
"kxmlgui",
···
1397
"kdbusaddons",
1398
"kdoctools",
1399
"ki18n",
0
1400
"kwidgetsaddons",
1401
"kxmlgui",
1402
"libkdegames"
···
1418
"kdbusaddons",
1419
"kdoctools",
1420
"ki18n",
0
1421
"kio",
1422
"kwidgetsaddons",
1423
"kxmlgui",
···
1432
"kdbusaddons",
1433
"kdoctools",
1434
"ki18n",
0
1435
"kwidgetsaddons",
1436
"kxmlgui",
1437
"libkdegames"
···
1576
"kcmutils",
1577
"kconfigwidgets",
1578
"kcoreaddons",
1579
-
"kdeclarative",
1580
"kdoctools",
1581
"ki18n",
1582
-
"kio",
1583
"kirigami-addons"
1584
],
1585
"kdav": [
···
1599
],
1600
"kde-cli-tools": [
1601
"extra-cmake-modules",
1602
-
"kauth",
1603
"kcmutils",
1604
-
"kcodecs",
1605
"kcompletion",
1606
"kconfig",
1607
-
"kconfigwidgets",
1608
"kcoreaddons",
1609
"kdesu",
1610
"ki18n",
1611
"kiconthemes",
1612
"kio",
1613
-
"kjobwidgets",
1614
"kparts",
1615
-
"kpty",
1616
"kservice",
1617
"kwidgetsaddons",
1618
-
"kwindowsystem",
1619
-
"solid"
1620
],
1621
"kde-dev-scripts": [
1622
"extra-cmake-modules",
···
1676
"kiconthemes",
1677
"kitemviews",
1678
"kwidgetsaddons",
1679
-
"kxmlgui",
1680
-
"selenium-webdriver-at-spi"
1681
],
1682
"kdeclarative": [
1683
"extra-cmake-modules",
···
1789
"kaddressbook",
1790
"kcalendarcore",
1791
"kcalutils",
0
1792
"kcolorscheme",
1793
"kconfig",
1794
"kconfigwidgets",
···
2073
"kdbusaddons",
2074
"kdoctools",
2075
"ki18n",
0
2076
"knotifications",
2077
"knotifyconfig",
2078
"kwidgetsaddons",
···
2151
"ktexteditor",
2152
"ktextwidgets",
2153
"kwidgetsaddons",
2154
-
"kxmlgui",
2155
-
"marble"
2156
],
2157
"keysmith": [
2158
"extra-cmake-modules",
···
2164
"kirigami",
2165
"kwidgetsaddons",
2166
"kwindowsystem",
0
2167
"qqc2-desktop-style"
2168
],
2169
"kfilemetadata": [
···
2207
"kdnssd",
2208
"kdoctools",
2209
"ki18n",
0
2210
"kwidgetsaddons",
2211
"kxmlgui",
2212
"libkdegames"
···
2290
"kdbusaddons",
2291
"kdoctools",
2292
"ki18n",
0
2293
"kio",
2294
"kwidgetsaddons",
2295
"kxmlgui",
···
2335
"extra-cmake-modules",
2336
"kcompletion",
2337
"kconfig",
2338
-
"kconfigwidgets",
2339
"kcoreaddons",
2340
"kcrash",
2341
"kdoctools",
···
2437
"kdbusaddons",
2438
"kdoctools",
2439
"ki18n",
0
2440
"kio",
2441
"knewstuff",
2442
"ktextwidgets",
···
2471
"kdbusaddons",
2472
"kdoctools",
2473
"ki18n",
0
2474
"kwidgetsaddons",
2475
"kxmlgui",
2476
"libkdegames"
···
2628
"kirigami-gallery": [
2629
"extra-cmake-modules",
2630
"kirigami",
2631
-
"kirigami-addons",
2632
"kitemmodels"
2633
],
2634
"kiriki": [
···
2699
"kjournald": [
2700
"extra-cmake-modules",
2701
"kcoreaddons",
0
2702
"ki18n"
2703
],
2704
"kjumpingcube": [
···
2710
"kdbusaddons",
2711
"kdoctools",
2712
"ki18n",
0
2713
"kio",
2714
"kjobwidgets",
2715
"kwidgetsaddons",
···
2755
"ki18n",
2756
"knewstuff",
2757
"kwidgetsaddons",
2758
-
"kxmlgui",
2759
-
"phonon"
2760
],
2761
"klevernotes": [
2762
"extra-cmake-modules",
···
2778
"kdbusaddons",
2779
"kdoctools",
2780
"ki18n",
0
2781
"kio",
2782
"kwidgetsaddons",
2783
"kxmlgui",
···
2799
"kdbusaddons",
2800
"kdoctools",
2801
"ki18n",
0
2802
"kwidgetsaddons",
2803
"kxmlgui",
2804
"libkdegames"
2805
],
2806
"kmag": [
2807
"extra-cmake-modules",
0
2808
"kdoctools",
2809
"ki18n",
2810
"kio",
···
2887
],
2888
"kmailtransport": [
2889
"extra-cmake-modules",
0
2890
"ksmtp",
2891
"libkgapi",
2892
"qtkeychain"
···
2922
"kdbusaddons",
2923
"kdoctools",
2924
"ki18n",
0
2925
"ktextwidgets",
2926
"kwidgetsaddons",
2927
"kxmlgui",
···
2944
"kxmlgui",
2945
"solid"
2946
],
2947
-
"kmoretools": [
2948
-
"extra-cmake-modules",
2949
-
"ki18n",
2950
-
"kio",
2951
-
"kjobwidgets",
2952
-
"kwidgetsaddons"
2953
-
],
2954
"kmousetool": [
2955
"extra-cmake-modules",
2956
"kconfig",
···
3048
"kdbusaddons",
3049
"kdoctools",
3050
"ki18n",
0
3051
"ktextwidgets",
3052
"kwidgetsaddons",
3053
"kxmlgui",
···
3099
"extra-cmake-modules",
3100
"kconfigwidgets",
3101
"kcoreaddons",
0
3102
"ki18n",
3103
"kio",
3104
"kwidgetsaddons",
0
3105
"purpose"
3106
],
3107
"koko": [
3108
"extra-cmake-modules",
3109
"kconfig",
0
3110
"kcoreaddons",
3111
"kdbusaddons",
3112
"kdeclarative",
···
3130
"kdbusaddons",
3131
"kdoctools",
3132
"ki18n",
0
3133
"kio",
3134
"ktextwidgets",
3135
"kwidgetsaddons",
···
3144
"kdbusaddons",
3145
"kdoctools",
3146
"ki18n",
0
3147
"kwidgetsaddons",
3148
"kxmlgui",
3149
"libkdegames"
···
3310
"kwidgetsaddons",
3311
"kwindowsystem"
3312
],
0
0
0
0
0
0
0
3313
"kooka": [
3314
"extra-cmake-modules",
3315
"kconfig",
···
3404
"kitemviews",
3405
"kwidgetsaddons"
3406
],
3407
-
"kpeoplevcard": [
3408
-
"extra-cmake-modules",
3409
-
"kcontacts",
3410
-
"kcoreaddons",
3411
-
"ki18n",
3412
-
"kpeople"
3413
-
],
3414
"kphotoalbum": [
3415
"karchive",
3416
"kcompletion",
···
3424
"kwidgetsaddons",
3425
"kxmlgui",
3426
"libkdcraw",
0
3427
"phonon",
3428
"purpose"
3429
],
···
3474
"kcoreaddons",
3475
"ki18n"
3476
],
0
0
0
0
0
0
0
0
0
0
0
0
3477
"kpublictransport": [
3478
"extra-cmake-modules",
3479
"ki18n",
···
3514
"kcrash",
3515
"kdbusaddons",
3516
"kpipewire",
3517
-
"kstatusnotifieritem"
0
3518
],
3519
"krecorder": [
3520
"extra-cmake-modules",
···
3568
"kdbusaddons",
3569
"kdoctools",
3570
"ki18n",
0
3571
"kio",
3572
"kjobwidgets",
3573
"kwidgetsaddons",
···
3712
"kdbusaddons",
3713
"kdoctools",
3714
"ki18n",
0
3715
"kxmlgui",
3716
"libkdegames",
3717
"libkmahjongg"
···
3750
"kdoctools",
3751
"kguiaddons",
3752
"ki18n",
0
3753
"kwidgetsaddons",
3754
"kxmlgui",
3755
"libkdegames"
···
3970
"kxmlgui",
3971
"libktorrent",
3972
"phonon",
3973
-
"solid",
3974
"syndication"
3975
],
3976
"ktouch": [
···
4197
"wayland",
4198
"wayland-protocols"
4199
],
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
4200
"kwindowsystem": [
4201
"extra-cmake-modules",
4202
"plasma-wayland-protocols",
···
4291
"wayland",
4292
"wayland-protocols"
4293
],
0
0
0
0
0
0
0
0
4294
"libgravatar": [
4295
"extra-cmake-modules",
4296
-
"kconfigwidgets",
4297
-
"pimcommon"
4298
],
4299
"libkcddb": [
4300
"extra-cmake-modules",
···
4425
"extra-cmake-modules",
4426
"karchive",
4427
"kcmutils",
0
4428
"kconfig",
4429
-
"kconfigwidgets",
4430
"kcoreaddons",
4431
"kdbusaddons",
4432
"kglobalaccel",
···
4481
"kdoctools",
4482
"kguiaddons",
4483
"ki18n",
0
4484
"kwidgetsaddons",
4485
"kxmlgui",
4486
"libkdegames"
···
4496
"libkdepim",
4497
"mailimporter",
4498
"messagelib",
4499
-
"phonon",
4500
"pimcommon",
4501
"plasma-activities"
4502
],
···
4633
"kcontacts",
4634
"kcrash",
4635
"kdepim-runtime",
0
4636
"kirigami",
4637
"kirigami-addons",
4638
"kmime",
···
4702
"kcrash",
4703
"kdbusaddons",
4704
"ki18n",
0
4705
"kio",
4706
"kirigami",
4707
"kirigami-addons",
···
4818
"kdbusaddons",
4819
"kdoctools",
4820
"ki18n",
0
4821
"kio",
4822
"kitemviews",
4823
"knotifications",
···
4889
"kdbusaddons",
4890
"kdoctools",
4891
"ki18n",
0
4892
"knewstuff",
4893
"kwidgetsaddons",
4894
"kxmlgui",
···
4916
"kimap",
4917
"kmailtransport",
4918
"kuserfeedback",
0
4919
"kxmlgui",
4920
"libksieve",
4921
"pimcommon",
···
5038
"baloo",
5039
"breeze",
5040
"extra-cmake-modules",
0
5041
"kactivitymanagerd",
5042
"kauth",
5043
"kcmutils",
···
5147
"kxmlgui",
5148
"wayland"
5149
],
0
0
0
0
0
5150
"plasma-mobile": [
5151
"bluedevil",
5152
"bluez-qt",
···
5274
"kcodecs",
5275
"kcompletion",
5276
"kconfig",
5277
-
"kconfigwidgets",
5278
"kcoreaddons",
5279
"kdbusaddons",
5280
"ki18n",
···
5303
"kcrash",
5304
"kdbusaddons",
5305
"ki18n",
5306
-
"kirigami-addons"
5307
-
],
5308
-
"plasma-simplemenu": [
5309
-
"extra-cmake-modules",
5310
-
"ki18n",
5311
-
"libplasma"
5312
],
5313
"plasma-systemmonitor": [
5314
"attica",
···
5388
"attica",
5389
"baloo",
5390
"extra-cmake-modules",
0
5391
"kauth",
5392
"kbookmarks",
5393
"kcmutils",
···
5419
"knotifyconfig",
5420
"kpackage",
5421
"kparts",
5422
-
"kpipewire",
5423
"kquickcharts",
5424
"krunner",
5425
"kscreenlocker",
···
5441
"libksysguard",
5442
"libplasma",
5443
"milou",
5444
-
"networkmanager-qt",
5445
"packagekit-qt",
5446
"phonon",
5447
"plasma-activities",
···
5465
"kcoreaddons",
5466
"kguiaddons",
5467
"ki18n",
0
5468
"kio",
5469
"knotifications",
5470
"libksysguard",
0
0
5471
"solid"
5472
],
5473
"plasmatube": [
···
5538
"futuresql",
5539
"kconfig",
5540
"kcoreaddons",
0
5541
"ki18n",
5542
"kirigami",
5543
"kirigami-addons",
0
0
0
5544
"qqc2-desktop-style"
5545
],
5546
"poxml": [
···
5626
"knotifications",
5627
"kservice",
5628
"networkmanager-qt",
5629
-
"prison",
5630
-
"purpose"
0
0
0
0
0
0
5631
],
5632
"raven": [
5633
"akonadi",
···
5679
"kxmlgui"
5680
],
5681
"rolisteam": [
0
0
0
5682
"extra-cmake-modules"
5683
],
5684
"rsibreak": [
5685
"extra-cmake-modules",
5686
"kconfig",
5687
"kconfigwidgets",
0
5688
"kcrash",
5689
"kdbusaddons",
5690
"kdoctools",
···
5692
"kidletime",
5693
"knotifications",
5694
"knotifyconfig",
0
5695
"ktextwidgets",
5696
"kwindowsystem",
5697
"kxmlgui"
···
5700
"breeze-icons",
5701
"extra-cmake-modules",
5702
"karchive",
0
5703
"kconfig",
5704
"kcoreaddons",
5705
"kdbusaddons",
···
5720
"kwidgetsaddons",
5721
"kwindowsystem",
5722
"kxmlgui",
0
5723
"prison",
5724
"purpose",
5725
"qtkeychain",
···
5773
"kcoreaddons",
5774
"kcrash",
5775
"ki18n",
0
5776
"kirigami",
5777
"kquickimageeditor",
5778
"ksanecore",
···
5810
"knotifyconfig",
5811
"kparts",
5812
"krunner",
0
0
5813
"kwallet",
5814
"kwidgetsaddons",
5815
"kwindowsystem",
···
5843
"qtkeychain",
5844
"solid"
5845
],
0
0
0
0
0
0
0
5846
"solid": [
5847
"extra-cmake-modules"
5848
],
···
5962
"kauth",
5963
"kcrash",
5964
"ki18n",
0
5965
"kxmlgui"
5966
],
5967
"systemsettings": [
···
6025
"kirigami",
6026
"kirigami-addons",
6027
"kitemmodels",
6028
-
"kwindowsystem"
0
6029
],
6030
"tokodon": [
6031
"extra-cmake-modules",
···
6036
"kdbusaddons",
6037
"kdeclarative",
6038
"ki18n",
0
6039
"kio",
6040
"kirigami",
6041
"kirigami-addons",
···
6043
"knotifications",
6044
"kunifiedpush",
6045
"kwindowsystem",
6046
-
"mpvqt",
6047
"purpose",
6048
"qqc2-desktop-style",
6049
"qtkeychain",
···
6072
"kwidgetsaddons",
6073
"kwindowsystem",
6074
"kxmlgui"
0
0
0
6075
],
6076
"upnp-lib-qt": [
6077
"extra-cmake-modules",
···
6128
"plasma5support"
6129
],
6130
"washipad": [
6131
-
"extra-cmake-modules"
0
0
0
0
6132
],
6133
"xdg-desktop-portal-kde": [
6134
"extra-cmake-modules",
···
6163
"knotifications",
6164
"kwayland"
6165
],
6166
-
"xwaylandvideobridge": [
6167
-
"extra-cmake-modules",
6168
-
"kcoreaddons",
6169
-
"kcrash",
6170
-
"ki18n",
6171
-
"knotifications",
6172
-
"kpipewire",
6173
-
"kstatusnotifieritem",
6174
-
"kwindowsystem"
6175
-
],
6176
"yakuake": [
6177
"extra-cmake-modules",
6178
"karchive",
···
6205
"kwindowsystem"
6206
]
6207
},
6208
-
"version": "c8684032"
6209
}
···
73
"kio",
74
"kmime"
75
],
0
0
0
0
0
76
"akonadi-search": [
77
"akonadi",
78
"akonadi-mime",
···
210
"extra-cmake-modules",
211
"kconfig",
212
"kcoreaddons",
213
+
"kcrash",
214
"kdbusaddons",
215
"kfilemetadata",
216
"ki18n",
···
317
"libplasma",
318
"plasma-workspace",
319
"solid"
320
+
],
321
+
"aurorae": [
322
+
"extra-cmake-modules",
323
+
"kcmutils",
324
+
"kconfig",
325
+
"kcoreaddons",
326
+
"kdecoration",
327
+
"ki18n",
328
+
"knewstuff",
329
+
"kpackage",
330
+
"ksvg",
331
+
"kwindowsystem"
332
],
333
"baloo": [
334
"extra-cmake-modules",
···
383
"kdoctools",
384
"kguiaddons",
385
"ki18n",
386
+
"kxmlgui"
0
387
],
388
"bluedevil": [
389
"bluez-qt",
···
420
"kdbusaddons",
421
"kdoctools",
422
"ki18n",
423
+
"kiconthemes",
424
"kwidgetsaddons",
425
"kxmlgui",
426
"libkdegames"
···
432
"kdbusaddons",
433
"kdoctools",
434
"ki18n",
435
+
"kiconthemes",
436
"kwidgetsaddons",
437
"kxmlgui",
438
"libkdegames"
···
746
],
747
"elisa": [
748
"extra-cmake-modules",
749
+
"kcodecs",
750
"kcolorscheme",
751
"kconfig",
752
"kconfigwidgets",
···
881
"kdbusaddons",
882
"kdoctools",
883
"ki18n",
884
+
"kiconthemes",
885
"kwidgetsaddons",
886
"kxmlgui",
887
"libkdegames"
···
1031
"kunitconversion",
1032
"kwindowsystem",
1033
"libquotient",
0
1034
"plasma-integration",
1035
"prison",
1036
"qqc2-breeze-style",
···
1142
"kaidan": [
1143
"extra-cmake-modules",
1144
"kcoreaddons",
1145
+
"kcrash",
1146
"kio",
1147
"kirigami",
1148
"kirigami-addons",
1149
+
"kquickimageeditor",
1150
+
"prison"
1151
],
1152
"kajongg": [
1153
"extra-cmake-modules",
···
1292
"kdbusaddons",
1293
"kdoctools",
1294
"ki18n",
1295
+
"kiconthemes",
1296
"kwidgetsaddons",
1297
"kxmlgui",
1298
"libkdegames"
···
1300
"kapptemplate": [
1301
"extra-cmake-modules",
1302
"karchive",
1303
+
"kconfig",
1304
+
"kconfigwidgets",
1305
"kcoreaddons",
1306
"kdoctools",
1307
"ki18n",
1308
+
"kiconthemes",
1309
"kirigami",
1310
"kirigami-addons"
1311
],
1312
"karchive": [
1313
"extra-cmake-modules"
1314
],
1315
+
"karp": [
1316
+
"extra-cmake-modules",
1317
+
"kcolorscheme",
1318
+
"kconfig",
1319
+
"kcoreaddons",
1320
+
"kcrash",
1321
+
"ki18n",
1322
+
"kiconthemes",
1323
+
"kirigami",
1324
+
"kirigami-addons"
1325
+
],
1326
"kasts": [
1327
"extra-cmake-modules",
1328
"kcolorscheme",
1329
"kconfig",
1330
"kcoreaddons",
1331
"kcrash",
1332
+
"kdbusaddons",
1333
"ki18n",
1334
+
"kiconthemes",
1335
"kirigami",
1336
"kirigami-addons",
1337
+
"kwindowsystem",
1338
"qqc2-desktop-style",
1339
"qtkeychain",
1340
"syndication",
···
1352
"knewstuff",
1353
"ktexteditor",
1354
"kuserfeedback",
1355
+
"qtkeychain"
0
1356
],
1357
"katomic": [
1358
"extra-cmake-modules",
···
1362
"kdbusaddons",
1363
"kdoctools",
1364
"ki18n",
1365
+
"kiconthemes",
1366
"knewstuff",
1367
"kwidgetsaddons",
1368
"kxmlgui",
···
1412
"kdbusaddons",
1413
"kdoctools",
1414
"ki18n",
1415
+
"kiconthemes",
1416
"ktextwidgets",
1417
"kwidgetsaddons",
1418
"kxmlgui",
···
1427
"kdbusaddons",
1428
"kdoctools",
1429
"ki18n",
1430
+
"kiconthemes",
1431
"kwidgetsaddons",
1432
"kxmlgui",
1433
"libkdegames"
···
1449
"kdbusaddons",
1450
"kdoctools",
1451
"ki18n",
1452
+
"kiconthemes",
1453
"kio",
1454
"kwidgetsaddons",
1455
"kxmlgui",
···
1464
"kdbusaddons",
1465
"kdoctools",
1466
"ki18n",
1467
+
"kiconthemes",
1468
"kwidgetsaddons",
1469
"kxmlgui",
1470
"libkdegames"
···
1609
"kcmutils",
1610
"kconfigwidgets",
1611
"kcoreaddons",
0
1612
"kdoctools",
1613
"ki18n",
0
1614
"kirigami-addons"
1615
],
1616
"kdav": [
···
1630
],
1631
"kde-cli-tools": [
1632
"extra-cmake-modules",
0
1633
"kcmutils",
0
1634
"kcompletion",
1635
"kconfig",
0
1636
"kcoreaddons",
1637
"kdesu",
1638
"ki18n",
1639
"kiconthemes",
1640
"kio",
0
1641
"kparts",
0
1642
"kservice",
1643
"kwidgetsaddons",
1644
+
"kwindowsystem"
0
1645
],
1646
"kde-dev-scripts": [
1647
"extra-cmake-modules",
···
1701
"kiconthemes",
1702
"kitemviews",
1703
"kwidgetsaddons",
1704
+
"kxmlgui"
0
1705
],
1706
"kdeclarative": [
1707
"extra-cmake-modules",
···
1813
"kaddressbook",
1814
"kcalendarcore",
1815
"kcalutils",
1816
+
"kcmutils",
1817
"kcolorscheme",
1818
"kconfig",
1819
"kconfigwidgets",
···
2098
"kdbusaddons",
2099
"kdoctools",
2100
"ki18n",
2101
+
"kiconthemes",
2102
"knotifications",
2103
"knotifyconfig",
2104
"kwidgetsaddons",
···
2177
"ktexteditor",
2178
"ktextwidgets",
2179
"kwidgetsaddons",
2180
+
"kxmlgui"
0
2181
],
2182
"keysmith": [
2183
"extra-cmake-modules",
···
2189
"kirigami",
2190
"kwidgetsaddons",
2191
"kwindowsystem",
2192
+
"prison",
2193
"qqc2-desktop-style"
2194
],
2195
"kfilemetadata": [
···
2233
"kdnssd",
2234
"kdoctools",
2235
"ki18n",
2236
+
"kiconthemes",
2237
"kwidgetsaddons",
2238
"kxmlgui",
2239
"libkdegames"
···
2317
"kdbusaddons",
2318
"kdoctools",
2319
"ki18n",
2320
+
"kiconthemes",
2321
"kio",
2322
"kwidgetsaddons",
2323
"kxmlgui",
···
2363
"extra-cmake-modules",
2364
"kcompletion",
2365
"kconfig",
0
2366
"kcoreaddons",
2367
"kcrash",
2368
"kdoctools",
···
2464
"kdbusaddons",
2465
"kdoctools",
2466
"ki18n",
2467
+
"kiconthemes",
2468
"kio",
2469
"knewstuff",
2470
"ktextwidgets",
···
2499
"kdbusaddons",
2500
"kdoctools",
2501
"ki18n",
2502
+
"kiconthemes",
2503
"kwidgetsaddons",
2504
"kxmlgui",
2505
"libkdegames"
···
2657
"kirigami-gallery": [
2658
"extra-cmake-modules",
2659
"kirigami",
0
2660
"kitemmodels"
2661
],
2662
"kiriki": [
···
2727
"kjournald": [
2728
"extra-cmake-modules",
2729
"kcoreaddons",
2730
+
"kcrash",
2731
"ki18n"
2732
],
2733
"kjumpingcube": [
···
2739
"kdbusaddons",
2740
"kdoctools",
2741
"ki18n",
2742
+
"kiconthemes",
2743
"kio",
2744
"kjobwidgets",
2745
"kwidgetsaddons",
···
2785
"ki18n",
2786
"knewstuff",
2787
"kwidgetsaddons",
2788
+
"kxmlgui"
0
2789
],
2790
"klevernotes": [
2791
"extra-cmake-modules",
···
2807
"kdbusaddons",
2808
"kdoctools",
2809
"ki18n",
2810
+
"kiconthemes",
2811
"kio",
2812
"kwidgetsaddons",
2813
"kxmlgui",
···
2829
"kdbusaddons",
2830
"kdoctools",
2831
"ki18n",
2832
+
"kiconthemes",
2833
"kwidgetsaddons",
2834
"kxmlgui",
2835
"libkdegames"
2836
],
2837
"kmag": [
2838
"extra-cmake-modules",
2839
+
"kcrash",
2840
"kdoctools",
2841
"ki18n",
2842
"kio",
···
2919
],
2920
"kmailtransport": [
2921
"extra-cmake-modules",
2922
+
"kconfigwidgets",
2923
"ksmtp",
2924
"libkgapi",
2925
"qtkeychain"
···
2955
"kdbusaddons",
2956
"kdoctools",
2957
"ki18n",
2958
+
"kiconthemes",
2959
"ktextwidgets",
2960
"kwidgetsaddons",
2961
"kxmlgui",
···
2978
"kxmlgui",
2979
"solid"
2980
],
0
0
0
0
0
0
0
2981
"kmousetool": [
2982
"extra-cmake-modules",
2983
"kconfig",
···
3075
"kdbusaddons",
3076
"kdoctools",
3077
"ki18n",
3078
+
"kiconthemes",
3079
"ktextwidgets",
3080
"kwidgetsaddons",
3081
"kxmlgui",
···
3127
"extra-cmake-modules",
3128
"kconfigwidgets",
3129
"kcoreaddons",
3130
+
"kcrash",
3131
"ki18n",
3132
"kio",
3133
"kwidgetsaddons",
3134
+
"kxmlgui",
3135
"purpose"
3136
],
3137
"koko": [
3138
"extra-cmake-modules",
3139
"kconfig",
3140
+
"kconfigwidgets",
3141
"kcoreaddons",
3142
"kdbusaddons",
3143
"kdeclarative",
···
3161
"kdbusaddons",
3162
"kdoctools",
3163
"ki18n",
3164
+
"kiconthemes",
3165
"kio",
3166
"ktextwidgets",
3167
"kwidgetsaddons",
···
3176
"kdbusaddons",
3177
"kdoctools",
3178
"ki18n",
3179
+
"kiconthemes",
3180
"kwidgetsaddons",
3181
"kxmlgui",
3182
"libkdegames"
···
3343
"kwidgetsaddons",
3344
"kwindowsystem"
3345
],
3346
+
"konvex": [
3347
+
"extra-cmake-modules",
3348
+
"kcoreaddons",
3349
+
"ki18n",
3350
+
"kirigami",
3351
+
"kwindowsystem"
3352
+
],
3353
"kooka": [
3354
"extra-cmake-modules",
3355
"kconfig",
···
3444
"kitemviews",
3445
"kwidgetsaddons"
3446
],
0
0
0
0
0
0
0
3447
"kphotoalbum": [
3448
"karchive",
3449
"kcompletion",
···
3457
"kwidgetsaddons",
3458
"kxmlgui",
3459
"libkdcraw",
3460
+
"marble",
3461
"phonon",
3462
"purpose"
3463
],
···
3508
"kcoreaddons",
3509
"ki18n"
3510
],
3511
+
"kpublicalerts": [
3512
+
"extra-cmake-modules",
3513
+
"kcoreaddons",
3514
+
"kcrash",
3515
+
"kdbusaddons",
3516
+
"kguiaddons",
3517
+
"ki18n",
3518
+
"kirigami",
3519
+
"knotifications",
3520
+
"kunifiedpush",
3521
+
"kweathercore"
3522
+
],
3523
"kpublictransport": [
3524
"extra-cmake-modules",
3525
"ki18n",
···
3560
"kcrash",
3561
"kdbusaddons",
3562
"kpipewire",
3563
+
"kstatusnotifieritem",
3564
+
"qtkeychain"
3565
],
3566
"krecorder": [
3567
"extra-cmake-modules",
···
3615
"kdbusaddons",
3616
"kdoctools",
3617
"ki18n",
3618
+
"kiconthemes",
3619
"kio",
3620
"kjobwidgets",
3621
"kwidgetsaddons",
···
3760
"kdbusaddons",
3761
"kdoctools",
3762
"ki18n",
3763
+
"kiconthemes",
3764
"kxmlgui",
3765
"libkdegames",
3766
"libkmahjongg"
···
3799
"kdoctools",
3800
"kguiaddons",
3801
"ki18n",
3802
+
"kiconthemes",
3803
"kwidgetsaddons",
3804
"kxmlgui",
3805
"libkdegames"
···
4020
"kxmlgui",
4021
"libktorrent",
4022
"phonon",
0
4023
"syndication"
4024
],
4025
"ktouch": [
···
4246
"wayland",
4247
"wayland-protocols"
4248
],
4249
+
"kwin-x11": [
4250
+
"breeze",
4251
+
"breeze-icons",
4252
+
"extra-cmake-modules",
4253
+
"kcmutils",
4254
+
"kconfig",
4255
+
"kconfigwidgets",
4256
+
"kcoreaddons",
4257
+
"kcrash",
4258
+
"kdeclarative",
4259
+
"kdecoration",
4260
+
"kdoctools",
4261
+
"kglobalaccel",
4262
+
"kglobalacceld",
4263
+
"ki18n",
4264
+
"kidletime",
4265
+
"kirigami",
4266
+
"knewstuff",
4267
+
"knotifications",
4268
+
"kpackage",
4269
+
"kpipewire",
4270
+
"kscreenlocker",
4271
+
"kservice",
4272
+
"ksvg",
4273
+
"kwayland",
4274
+
"kwidgetsaddons",
4275
+
"kwindowsystem",
4276
+
"kxmlgui",
4277
+
"libplasma",
4278
+
"libqaccessibilityclient",
4279
+
"plasma-activities",
4280
+
"plasma-wayland-protocols",
4281
+
"plasma-workspace",
4282
+
"wayland",
4283
+
"wayland-protocols"
4284
+
],
4285
"kwindowsystem": [
4286
"extra-cmake-modules",
4287
"plasma-wayland-protocols",
···
4376
"wayland",
4377
"wayland-protocols"
4378
],
4379
+
"libdebconf-kde": [
4380
+
"extra-cmake-modules",
4381
+
"kcoreaddons",
4382
+
"ki18n",
4383
+
"kiconthemes",
4384
+
"ktextwidgets",
4385
+
"kwidgetsaddons"
4386
+
],
4387
"libgravatar": [
4388
"extra-cmake-modules",
4389
+
"kconfigwidgets"
0
4390
],
4391
"libkcddb": [
4392
"extra-cmake-modules",
···
4517
"extra-cmake-modules",
4518
"karchive",
4519
"kcmutils",
4520
+
"kcolorscheme",
4521
"kconfig",
0
4522
"kcoreaddons",
4523
"kdbusaddons",
4524
"kglobalaccel",
···
4573
"kdoctools",
4574
"kguiaddons",
4575
"ki18n",
4576
+
"kiconthemes",
4577
"kwidgetsaddons",
4578
"kxmlgui",
4579
"libkdegames"
···
4589
"libkdepim",
4590
"mailimporter",
4591
"messagelib",
0
4592
"pimcommon",
4593
"plasma-activities"
4594
],
···
4725
"kcontacts",
4726
"kcrash",
4727
"kdepim-runtime",
4728
+
"kholidays",
4729
"kirigami",
4730
"kirigami-addons",
4731
"kmime",
···
4795
"kcrash",
4796
"kdbusaddons",
4797
"ki18n",
4798
+
"kiconthemes",
4799
"kio",
4800
"kirigami",
4801
"kirigami-addons",
···
4912
"kdbusaddons",
4913
"kdoctools",
4914
"ki18n",
4915
+
"kiconthemes",
4916
"kio",
4917
"kitemviews",
4918
"knotifications",
···
4984
"kdbusaddons",
4985
"kdoctools",
4986
"ki18n",
4987
+
"kiconthemes",
4988
"knewstuff",
4989
"kwidgetsaddons",
4990
"kxmlgui",
···
5012
"kimap",
5013
"kmailtransport",
5014
"kuserfeedback",
5015
+
"kwindowsystem",
5016
"kxmlgui",
5017
"libksieve",
5018
"pimcommon",
···
5135
"baloo",
5136
"breeze",
5137
"extra-cmake-modules",
5138
+
"kaccounts-integration",
5139
"kactivitymanagerd",
5140
"kauth",
5141
"kcmutils",
···
5245
"kxmlgui",
5246
"wayland"
5247
],
5248
+
"plasma-keyboard": [
5249
+
"extra-cmake-modules",
5250
+
"kcoreaddons",
5251
+
"ki18n"
5252
+
],
5253
"plasma-mobile": [
5254
"bluedevil",
5255
"bluez-qt",
···
5377
"kcodecs",
5378
"kcompletion",
5379
"kconfig",
0
5380
"kcoreaddons",
5381
"kdbusaddons",
5382
"ki18n",
···
5405
"kcrash",
5406
"kdbusaddons",
5407
"ki18n",
5408
+
"kirigami-addons",
5409
+
"kitemmodels"
0
0
0
0
5410
],
5411
"plasma-systemmonitor": [
5412
"attica",
···
5486
"attica",
5487
"baloo",
5488
"extra-cmake-modules",
5489
+
"kactivitymanagerd",
5490
"kauth",
5491
"kbookmarks",
5492
"kcmutils",
···
5518
"knotifyconfig",
5519
"kpackage",
5520
"kparts",
0
5521
"kquickcharts",
5522
"krunner",
5523
"kscreenlocker",
···
5539
"libksysguard",
5540
"libplasma",
5541
"milou",
0
5542
"packagekit-qt",
5543
"phonon",
5544
"plasma-activities",
···
5562
"kcoreaddons",
5563
"kguiaddons",
5564
"ki18n",
5565
+
"kidletime",
5566
"kio",
5567
"knotifications",
5568
"libksysguard",
5569
+
"networkmanager-qt",
5570
+
"plasma-activities",
5571
"solid"
5572
],
5573
"plasmatube": [
···
5638
"futuresql",
5639
"kconfig",
5640
"kcoreaddons",
5641
+
"kcrash",
5642
"ki18n",
5643
"kirigami",
5644
"kirigami-addons",
5645
+
"kitemmodels",
5646
+
"kquickcharts",
5647
+
"kweathercore",
5648
"qqc2-desktop-style"
5649
],
5650
"poxml": [
···
5730
"knotifications",
5731
"kservice",
5732
"networkmanager-qt",
5733
+
"prison"
5734
+
],
5735
+
"rattlesnake": [
5736
+
"extra-cmake-modules",
5737
+
"kconfig",
5738
+
"kcoreaddons",
5739
+
"ki18n",
5740
+
"kirigami"
5741
],
5742
"raven": [
5743
"akonadi",
···
5789
"kxmlgui"
5790
],
5791
"rolisteam": [
5792
+
"extra-cmake-modules"
5793
+
],
5794
+
"rolisteam-diceparser": [
5795
"extra-cmake-modules"
5796
],
5797
"rsibreak": [
5798
"extra-cmake-modules",
5799
"kconfig",
5800
"kconfigwidgets",
5801
+
"kcoreaddons",
5802
"kcrash",
5803
"kdbusaddons",
5804
"kdoctools",
···
5806
"kidletime",
5807
"knotifications",
5808
"knotifyconfig",
5809
+
"kstatusnotifieritem",
5810
"ktextwidgets",
5811
"kwindowsystem",
5812
"kxmlgui"
···
5815
"breeze-icons",
5816
"extra-cmake-modules",
5817
"karchive",
5818
+
"kcolorscheme",
5819
"kconfig",
5820
"kcoreaddons",
5821
"kdbusaddons",
···
5836
"kwidgetsaddons",
5837
"kwindowsystem",
5838
"kxmlgui",
5839
+
"plasma-activities",
5840
"prison",
5841
"purpose",
5842
"qtkeychain",
···
5890
"kcoreaddons",
5891
"kcrash",
5892
"ki18n",
5893
+
"kio",
5894
"kirigami",
5895
"kquickimageeditor",
5896
"ksanecore",
···
5928
"knotifyconfig",
5929
"kparts",
5930
"krunner",
5931
+
"kstatusnotifieritem",
5932
+
"ktexttemplate",
5933
"kwallet",
5934
"kwidgetsaddons",
5935
"kwindowsystem",
···
5963
"qtkeychain",
5964
"solid"
5965
],
5966
+
"snap-kcm": [
5967
+
"extra-cmake-modules",
5968
+
"kcmutils",
5969
+
"kconfig",
5970
+
"kcoreaddons",
5971
+
"ki18n"
5972
+
],
5973
"solid": [
5974
"extra-cmake-modules"
5975
],
···
6089
"kauth",
6090
"kcrash",
6091
"ki18n",
6092
+
"ktexteditor",
6093
"kxmlgui"
6094
],
6095
"systemsettings": [
···
6153
"kirigami",
6154
"kirigami-addons",
6155
"kitemmodels",
6156
+
"kwindowsystem",
6157
+
"qqc2-desktop-style"
6158
],
6159
"tokodon": [
6160
"extra-cmake-modules",
···
6165
"kdbusaddons",
6166
"kdeclarative",
6167
"ki18n",
6168
+
"kiconthemes",
6169
"kio",
6170
"kirigami",
6171
"kirigami-addons",
···
6173
"knotifications",
6174
"kunifiedpush",
6175
"kwindowsystem",
6176
+
"prison",
6177
"purpose",
6178
"qqc2-desktop-style",
6179
"qtkeychain",
···
6202
"kwidgetsaddons",
6203
"kwindowsystem",
6204
"kxmlgui"
6205
+
],
6206
+
"union": [
6207
+
"extra-cmake-modules"
6208
],
6209
"upnp-lib-qt": [
6210
"extra-cmake-modules",
···
6261
"plasma5support"
6262
],
6263
"washipad": [
6264
+
"extra-cmake-modules",
6265
+
"kcoreaddons",
6266
+
"kcrash",
6267
+
"ki18n",
6268
+
"kirigami"
6269
],
6270
"xdg-desktop-portal-kde": [
6271
"extra-cmake-modules",
···
6300
"knotifications",
6301
"kwayland"
6302
],
0
0
0
0
0
0
0
0
0
0
6303
"yakuake": [
6304
"extra-cmake-modules",
6305
"karchive",
···
6332
"kwindowsystem"
6333
]
6334
},
6335
+
"version": "7e4e118f"
6336
}
+71
-5
pkgs/kde/generated/projects.json
···
401
"project_path": "kde/workspace/aura-browser",
402
"repo_path": "plasma/aura-browser"
403
},
0
0
0
0
0
0
404
"automoc": {
405
"description": "Automoc",
406
"name": "automoc",
···
840
"repo_path": "graphics/digikam-test-data"
841
},
842
"discover": {
843
-
"description": "KDE and Plasma resources management GUI",
844
"name": "discover",
845
"project_path": "kde/workspace/discover",
846
"repo_path": "plasma/discover"
···
1112
"glaxnimate": {
1113
"description": "Simple vector animation program.",
1114
"name": "glaxnimate",
1115
-
"project_path": "kdereview/glaxnimate",
1116
"repo_path": "graphics/glaxnimate"
1117
},
1118
"gluon": {
···
1302
"repo_path": "multimedia/kaffeine"
1303
},
1304
"kaidan": {
1305
-
"description": "Simple and user-friendly Jabber/XMPP client for every device and platform",
1306
"name": "kaidan",
1307
"project_path": "kdereview/kaidan",
1308
"repo_path": "network/kaidan"
···
1750
"name": "kde-gtk-config",
1751
"project_path": "kde/workspace/kde-gtk-config",
1752
"repo_path": "plasma/kde-gtk-config"
0
0
0
0
0
0
1753
},
1754
"kde-inotify-survey": {
1755
"description": "Tooling for monitoring inotify limits and informing the user when they have been or about to be reached.",
···
3275
"project_path": "kde/kdenetwork/konversation",
3276
"repo_path": "network/konversation"
3277
},
0
0
0
0
0
0
3278
"kooka": {
3279
"description": "Scanning application and libkscan library",
3280
"name": "kooka",
···
3479
"project_path": "frameworks/kpty",
3480
"repo_path": "frameworks/kpty"
3481
},
0
0
0
0
0
0
3482
"kpublictransport": {
3483
"description": "Library to assist with accessing public transport timetables and other data",
3484
"name": "kpublictransport",
···
3593
"project_path": "extragear/graphics/krita-extensions/krita-analogies",
3594
"repo_path": "unmaintained/krita-analogies"
3595
},
0
0
0
0
0
0
3596
"krita-cimg": {
3597
"description": "Extension based on the cimg library. http://cimg.sourceforge.net/",
3598
"name": "krita-cimg",
···
3605
"project_path": "extragear/graphics/krita-extensions/krita-ctlbrush",
3606
"repo_path": "unmaintained/krita-ctlbrush"
3607
},
0
0
0
0
0
0
3608
"krita-deskew": {
3609
"description": "Deskew rotates an image such that text is straight, which is useful when dealing with scanned images.",
3610
"name": "krita-deskew",
···
4248
"repo_path": "frameworks/kwidgetsaddons"
4249
},
4250
"kwin": {
4251
-
"description": "Easy to use, but flexible, X Window Manager and Wayland Compositor",
4252
"name": "kwin",
4253
"project_path": "kde/workspace/kwin",
4254
"repo_path": "plasma/kwin"
0
0
0
0
0
0
4255
},
4256
"kwindowsaddons": {
4257
"description": "Runtime components for KDE software on Windows",
···
5483
"project_path": "kde/workspace/plasma-integration",
5484
"repo_path": "plasma/plasma-integration"
5485
},
0
0
0
0
0
0
5486
"plasma-lionmail": {
5487
"description": "A Plasma widget displaying new and important email",
5488
"name": "plasma-lionmail",
···
5657
"project_path": "kde/workspace/plasma-vault",
5658
"repo_path": "plasma/plasma-vault"
5659
},
0
0
0
0
0
0
5660
"plasma-wayland-protocols": {
5661
"description": "Plasma-specific protocols for Wayland",
5662
"name": "plasma-wayland-protocols",
···
5760
"repo_path": "plasma/powerdevil"
5761
},
5762
"powerplant": {
5763
-
"description": "A verry WIP app to keep track of your plant's needs",
5764
"name": "powerplant",
5765
"project_path": "playground/utils/powerplant",
5766
"repo_path": "utilities/powerplant"
···
6839
"project_path": "kde/kdesdk/umbrello",
6840
"repo_path": "sdk/umbrello"
6841
},
0
0
0
0
0
0
6842
"upnp-lib-qt": {
6843
"description": "UPnP wrapper for Qt",
6844
"name": "upnp-lib-qt",
···
7210
"name": "websites-elisa-kde-org",
7211
"project_path": "websites/elisa-kde-org",
7212
"repo_path": "websites/elisa-kde-org"
0
0
0
0
0
0
7213
},
7214
"websites-ev-kde-org": {
7215
"description": "Website for KDE e.V. - ev.kde.org",
···
401
"project_path": "kde/workspace/aura-browser",
402
"repo_path": "plasma/aura-browser"
403
},
404
+
"aurorae": {
405
+
"description": "Aurorae is a themeable window decoration for KWin",
406
+
"name": "aurorae",
407
+
"project_path": "playground/base/aurorae",
408
+
"repo_path": "plasma/aurorae"
409
+
},
410
"automoc": {
411
"description": "Automoc",
412
"name": "automoc",
···
846
"repo_path": "graphics/digikam-test-data"
847
},
848
"discover": {
849
+
"description": "Helps you find and install applications, games, and tools",
850
"name": "discover",
851
"project_path": "kde/workspace/discover",
852
"repo_path": "plasma/discover"
···
1118
"glaxnimate": {
1119
"description": "Simple vector animation program.",
1120
"name": "glaxnimate",
1121
+
"project_path": "graphics/glaxnimate",
1122
"repo_path": "graphics/glaxnimate"
1123
},
1124
"gluon": {
···
1308
"repo_path": "multimedia/kaffeine"
1309
},
1310
"kaidan": {
1311
+
"description": "Modern chat app for every device",
1312
"name": "kaidan",
1313
"project_path": "kdereview/kaidan",
1314
"repo_path": "network/kaidan"
···
1756
"name": "kde-gtk-config",
1757
"project_path": "kde/workspace/kde-gtk-config",
1758
"repo_path": "plasma/kde-gtk-config"
1759
+
},
1760
+
"kde-gui-test": {
1761
+
"description": "Tool for emulating user behaviour for energy consumption measurements",
1762
+
"name": "kde-gui-test",
1763
+
"project_path": "playground/sdk/kde-gui-test",
1764
+
"repo_path": "sdk/kde-gui-test"
1765
},
1766
"kde-inotify-survey": {
1767
"description": "Tooling for monitoring inotify limits and informing the user when they have been or about to be reached.",
···
3287
"project_path": "kde/kdenetwork/konversation",
3288
"repo_path": "network/konversation"
3289
},
3290
+
"konvex": {
3291
+
"description": "3D Model Viewer",
3292
+
"name": "konvex",
3293
+
"project_path": "playground/base/konvex",
3294
+
"repo_path": "graphics/konvex"
3295
+
},
3296
"kooka": {
3297
"description": "Scanning application and libkscan library",
3298
"name": "kooka",
···
3497
"project_path": "frameworks/kpty",
3498
"repo_path": "frameworks/kpty"
3499
},
3500
+
"kpublicalerts": {
3501
+
"description": "Public emergency and weather alert notification.",
3502
+
"name": "kpublicalerts",
3503
+
"project_path": "playground/utils/kpublicalerts",
3504
+
"repo_path": "utilities/kpublicalerts"
3505
+
},
3506
"kpublictransport": {
3507
"description": "Library to assist with accessing public transport timetables and other data",
3508
"name": "kpublictransport",
···
3617
"project_path": "extragear/graphics/krita-extensions/krita-analogies",
3618
"repo_path": "unmaintained/krita-analogies"
3619
},
3620
+
"krita-ci-utilities": {
3621
+
"description": "CI/CD utilities for Krita builds",
3622
+
"name": "krita-ci-utilities",
3623
+
"project_path": "playground/packaging/krita-ci-utilities",
3624
+
"repo_path": "packaging/krita-ci-utilities"
3625
+
},
3626
"krita-cimg": {
3627
"description": "Extension based on the cimg library. http://cimg.sourceforge.net/",
3628
"name": "krita-cimg",
···
3635
"project_path": "extragear/graphics/krita-extensions/krita-ctlbrush",
3636
"repo_path": "unmaintained/krita-ctlbrush"
3637
},
3638
+
"krita-deps-management": {
3639
+
"description": "Dependencies management for Krita builds across the various platforms it supports",
3640
+
"name": "krita-deps-management",
3641
+
"project_path": "playground/packaging/krita-deps-management",
3642
+
"repo_path": "packaging/krita-deps-management"
3643
+
},
3644
"krita-deskew": {
3645
"description": "Deskew rotates an image such that text is straight, which is useful when dealing with scanned images.",
3646
"name": "krita-deskew",
···
4284
"repo_path": "frameworks/kwidgetsaddons"
4285
},
4286
"kwin": {
4287
+
"description": "Easy to use, but flexible, Wayland Compositor",
4288
"name": "kwin",
4289
"project_path": "kde/workspace/kwin",
4290
"repo_path": "plasma/kwin"
4291
+
},
4292
+
"kwin-x11": {
4293
+
"description": "Easy to use, but flexible, X Window Manager",
4294
+
"name": "kwin-x11",
4295
+
"project_path": "kde/workspace/kwin-x11",
4296
+
"repo_path": "plasma/kwin-x11"
4297
},
4298
"kwindowsaddons": {
4299
"description": "Runtime components for KDE software on Windows",
···
5525
"project_path": "kde/workspace/plasma-integration",
5526
"repo_path": "plasma/plasma-integration"
5527
},
5528
+
"plasma-keyboard": {
5529
+
"description": "Virtual Keyboard for Qt based desktops",
5530
+
"name": "plasma-keyboard",
5531
+
"project_path": "playground/workspace/plasma-keyboard",
5532
+
"repo_path": "plasma/plasma-keyboard"
5533
+
},
5534
"plasma-lionmail": {
5535
"description": "A Plasma widget displaying new and important email",
5536
"name": "plasma-lionmail",
···
5705
"project_path": "kde/workspace/plasma-vault",
5706
"repo_path": "plasma/plasma-vault"
5707
},
5708
+
"plasma-wallpaper-updater": {
5709
+
"description": "Tooling to assist with updating wallpapers across Plasma repositories",
5710
+
"name": "plasma-wallpaper-updater",
5711
+
"project_path": "plasma/plasma-wallpaper-updater",
5712
+
"repo_path": "plasma/plasma-wallpaper-updater"
5713
+
},
5714
"plasma-wayland-protocols": {
5715
"description": "Plasma-specific protocols for Wayland",
5716
"name": "plasma-wayland-protocols",
···
5814
"repo_path": "plasma/powerdevil"
5815
},
5816
"powerplant": {
5817
+
"description": "An app to keep track of your plants' needs",
5818
"name": "powerplant",
5819
"project_path": "playground/utils/powerplant",
5820
"repo_path": "utilities/powerplant"
···
6893
"project_path": "kde/kdesdk/umbrello",
6894
"repo_path": "sdk/umbrello"
6895
},
6896
+
"union": {
6897
+
"description": "A Qt style supporting both QtQuick and QtWidgets.",
6898
+
"name": "union",
6899
+
"project_path": "playground/workspace/union",
6900
+
"repo_path": "plasma/union"
6901
+
},
6902
"upnp-lib-qt": {
6903
"description": "UPnP wrapper for Qt",
6904
"name": "upnp-lib-qt",
···
7270
"name": "websites-elisa-kde-org",
7271
"project_path": "websites/elisa-kde-org",
7272
"repo_path": "websites/elisa-kde-org"
7273
+
},
7274
+
"websites-endof10-org": {
7275
+
"description": "Website for the EndOf10 initative",
7276
+
"name": "websites-endof10-org",
7277
+
"project_path": "websites/endof10-org",
7278
+
"repo_path": "websites/endof10-org"
7279
},
7280
"websites-ev-kde-org": {
7281
"description": "Website for KDE e.V. - ev.kde.org",
-2
pkgs/kde/plasma/krdp/default.nix
···
4
replaceVars,
5
openssl,
6
pkg-config,
7
-
qtkeychain,
8
qtwayland,
9
freerdp,
10
wayland,
···
21
22
extraNativeBuildInputs = [ pkg-config ];
23
extraBuildInputs = [
24
-
qtkeychain
25
qtwayland
26
freerdp
27
wayland
···
4
replaceVars,
5
openssl,
6
pkg-config,
0
7
qtwayland,
8
freerdp,
9
wayland,
···
20
21
extraNativeBuildInputs = [ pkg-config ];
22
extraBuildInputs = [
0
23
qtwayland
24
freerdp
25
wayland
-3
pkgs/kde/plasma/plasma-desktop/default.nix
···
11
qtsvg,
12
qtwayland,
13
breeze,
14
-
kaccounts-integration,
15
SDL2,
16
xkeyboard_config,
17
xorg,
···
49
extraBuildInputs = [
50
qtsvg
51
qtwayland
52
-
53
-
kaccounts-integration
54
55
SDL2
56
libcanberra
···
11
qtsvg,
12
qtwayland,
13
breeze,
0
14
SDL2,
15
xkeyboard_config,
16
xorg,
···
48
extraBuildInputs = [
49
qtsvg
50
qtwayland
0
0
51
52
SDL2
53
libcanberra
+1
-10
pkgs/kde/plasma/plasma5support/default.nix
···
1
{
2
mkKdeDerivation,
3
pkg-config,
4
-
kidletime,
5
-
networkmanager-qt,
6
-
plasma-activities,
7
gpsd,
8
}:
9
mkKdeDerivation {
···
11
12
extraNativeBuildInputs = [ pkg-config ];
13
14
-
extraBuildInputs = [
15
-
kidletime
16
-
networkmanager-qt
17
-
plasma-activities
18
-
19
-
gpsd
20
-
];
21
}
···
1
{
2
mkKdeDerivation,
3
pkg-config,
0
0
0
4
gpsd,
5
}:
6
mkKdeDerivation {
···
8
9
extraNativeBuildInputs = [ pkg-config ];
10
11
+
extraBuildInputs = [ gpsd ];
0
0
0
0
0
0
12
}