File: control

package info (click to toggle)
meta-kde 5%3A142
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 92 kB
  • sloc: makefile: 30
file content (410 lines) | stat: -rw-r--r-- 18,525 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
Source: meta-kde
Section: metapackages
Priority: optional
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Uploaders: Pino Toscano <pino@debian.org>,
Build-Depends: debhelper-compat (= 13)
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://www.kde.org
Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/meta-kde
Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/meta-kde.git

Package: kde-plasma-desktop
Architecture: any
Depends: kde-baseapps (>= ${kde:Version}),
         plasma-desktop (>= ${plasma:Version}),
         plasma-workspace (>= ${plasma:Version}),
         udisks2 [linux-any],
         upower [linux-any],
         ${misc:Depends}
Recommends: kwin-x11 (>= ${plasma:Version}) [linux-any], sddm (>= 0.11) [linux-any], xserver-xorg
Suggests: kdeconnect [linux-any]
Description: KDE Plasma Desktop and minimal set of applications
 KDE is the powerful, integrated, and easy-to-use Free Software desktop
 platform and suite of applications.
 .
 This metapackage pulls in the core modules released with the KDE Software
 Compilation including the basic KDE Plasma Desktop, minimal set of basic
 applications (browser, file manager, text editor, system settings, panel,
 etc.), important libraries and data.

Package: kde-standard
Architecture: any
Depends: akregator (>= ${kdepim:Version}) [amd64 arm64 armhf i386 mipsel],
         ark (>= ${kde:Version}),
         dragonplayer (>= ${kde:Version}),
         gwenview (>= ${kde:Version}),
         juk (>= ${kde:Version}),
         kaddressbook (>= ${kdepim:Version}),
         kate (>= ${kde:Version}),
         kcalc (>= ${kde:Version}),
         kde-plasma-desktop (>= ${source:Version}),
         kde-spectacle (>= ${kde:VersionNoEpoch}),
         khelpcenter (>= ${kde:Version}),
         kmail (>= ${kdepim:Version}) [amd64 arm64 armhf i386 mipsel],
         knotes (>= ${kdepim:Version}),
         korganizer (>= ${kdepim:Version}),
         kwalletmanager (>= ${kde:Version}),
         okular (>= ${kde:Version}),
         plasma-dataengines-addons (>= ${plasma:Version}),
         plasma-pa (>= ${plasma:VersionNoEpoch}) | kmix (>= ${kde:Version}),
         plasma-runners-addons (>= ${plasma:Version}),
         plasma-wallpapers-addons (>= ${plasma:Version}),
         plasma-widgets-addons (>= ${plasma:Version}),
         polkit-kde-agent-1 (>= ${plasma:Version}),
         sweeper (>= ${kde:Version}),
         ${misc:Depends}
Recommends: konq-plugins (>= ${kde:Version}), plasma-nm (>= ${plasma:Version}) [linux-any]
Suggests: skanlite,
Description: KDE Plasma Desktop and standard set of applications
 The KDE Software Compilation is the powerful, integrated, and easy-to-use Free
 Software desktop platform and suite of applications.
 .
 This metapackage includes the KDE Plasma Desktop and a selection of the most
 common used applications in a standard KDE desktop.

Package: kde-full
Architecture: any
Depends: kde-plasma-desktop (>= ${source:Version}),
         kde-standard (>= ${source:Version}),
         kdeadmin (>= ${kde:Version}),
         kdeedu (>= ${kde:Version}),
         kdegames (>= ${kde:Version}),
         kdegraphics (>= ${kde:Version}),
         kdemultimedia (>= ${kde:Version}),
         kdenetwork (>= ${kde:Version}),
         kdepim (>= ${kdepim:Version}),
         kdeutils (>= ${kde:Version}),
         plasma-workspace-wallpapers (>= ${plasma:Version}),
         ${misc:Depends}
Recommends: kdeaccessibility (>= ${kde:Version}),
            kdesdk (>= ${kde:Version}),
            kdetoys (>= ${kde:Version}),
            kdewebdev (>= ${kde:Version})
Suggests: xorg
Provides: kde-software-compilation
Description: complete KDE Software Compilation for end users
 KDE is the powerful, integrated, and easy-to-use Free Software desktop
 platform and suite of applications.
 .
 This metapackage includes all the official modules released with KDE Sotware
 Compilation that are not specific to development and as well other KDE
 applications that are useful for a desktop user. This includes multimedia,
 networking, graphics, education, games, system administration tools, and other
 artwork and utilities.

Package: kdeaccessibility
Architecture: any
Depends: kmag (>= ${kde:Version}),
         kmousetool (>= ${kde:Version}),
         kmouth (>= ${kde:Version}),
         kontrast (>= ${kde:VersionNoEpoch}),
         ${misc:Depends}
Recommends: kaccessible (>= ${kde:Version}),
Description: accessibility packages from the official KDE release
 KDE is produced by an international technology team that creates free and open
 source software for desktop and portable computing. Among KDE's products are a
 modern desktop system for Linux and UNIX platforms, comprehensive office
 productivity and groupware suites and hundreds of software titles in many
 categories including Internet and web applications, multimedia, entertainment,
 educational, graphics and software development.
 .
 This metapackage includes a collection of programs to make KDE more
 accessible, provided with the official release of KDE.

Package: kdeadmin
Architecture: any
Depends: kde-config-cron (>= ${kde:Version}),
         ksystemlog (>= ${kde:Version}),
         ${misc:Depends}
Description: system administration tools from the official KDE release
 KDE is produced by an international technology team that creates free and open
 source software for desktop and portable computing. Among KDE's products are a
 modern desktop system for Linux and UNIX platforms, comprehensive office
 productivity and groupware suites and hundreds of software titles in many
 categories including Internet and web applications, multimedia, entertainment,
 educational, graphics and software development.
 .
 This metapackage includes a collection of system administration tools
 provided with the official release of KDE.

Package: kde-baseapps
Architecture: any
Depends: dolphin (>= ${kde:Version}),
         kdialog (>= ${kde:Version}),
         keditbookmarks (>= ${kde:VersionNoEpoch}),
         kfind (>= ${kde:Version}),
         konqueror (>= ${kde:Version}),
         konsole (>= ${kde:Version}),
         kwrite (>= ${kde:Version}),
         ${misc:Depends},
Description: base applications from the official KDE release (metapackage)
 KDE is produced by an international technology team that creates free and open
 source software for desktop and portable computing. Among KDE's products are a
 modern desktop system for Linux and UNIX platforms, comprehensive office
 productivity and groupware suites and hundreds of software titles in many
 categories including Internet and web applications, multimedia, entertainment,
 educational, graphics and software development.
 .
 This package provides core applications for the desktop.

Package: kdeedu
Architecture: any
Depends: artikulate (>= ${kde:Version}),
         blinken (>= ${kde:Version}),
         cantor (>= ${kde:Version}) [amd64 arm64 armhf i386 mipsel],
         kalgebra (>= ${kde:Version}) [amd64 arm64 armhf i386 mipsel],
         kalzium (>= ${kde:Version}),
         kanagram (>= ${kde:Version}),
         kbruch (>= ${kde:Version}),
         kgeography (>= ${kde:Version}),
         khangman (>= ${kde:Version}),
         kig (>= ${kde:Version}),
         kiten (>= ${kde:Version}),
         klettres (>= ${kde:Version}),
         kmplot (>= ${kde:Version}),
         ktouch (>= ${kde:Version}),
         kturtle (>= ${kde:Version}),
         kwordquiz (>= ${kde:Version}),
         marble (>= ${kde:Version}),
         minuet (>= ${kde:VersionNoEpoch}),
         parley (>= ${kde:Version}) [amd64 arm64 armhf i386 mipsel],
         rocs (>= ${kde:Version}),
         step (>= ${kde:Version}),
         ${misc:Depends}
Description: educational applications from the official KDE release
 KDE is produced by an international technology team that creates free and open
 source software for desktop and portable computing. Among KDE's products are a
 modern desktop system for Linux and UNIX platforms, comprehensive office
 productivity and groupware suites and hundreds of software titles in many
 categories including Internet and web applications, multimedia, entertainment,
 educational, graphics and software development.
 .
 This metapackage includes educational applications provided with the
 official release of KDE.

Package: kdegames
Architecture: any
Depends: bomber (>= ${kde:Version}),
         bovo (>= ${kde:Version}),
         granatier (>= ${kde:Version}),
         kapman (>= ${kde:Version}),
         katomic (>= ${kde:Version}),
         kblackbox (>= ${kde:Version}),
         kblocks (>= ${kde:Version}),
         kbounce (>= ${kde:Version}),
         kbreakout (>= ${kde:Version}),
         kdiamond (>= ${kde:Version}),
         kfourinline (>= ${kde:Version}),
         kgoldrunner (>= ${kde:Version}),
         kigo (>= ${kde:Version}),
         killbots (>= ${kde:Version}),
         kiriki (>= ${kde:Version}),
         kjumpingcube (>= ${kde:Version}),
         klickety (>= ${kde:Version}),
         klines (>= ${kde:Version}),
         kmahjongg (>= ${kde:Version}),
         kmines (>= ${kde:Version}),
         knavalbattle (>= ${kde:Version}),
         knetwalk (>= ${kde:Version}),
         knights (>= ${kde:VersionNoEpoch}),
         kolf (>= ${kde:Version}),
         kollision (>= ${kde:Version}),
         konquest (>= ${kde:Version}),
         kpat (>= ${kde:Version}),
         kreversi (>= ${kde:Version}),
         kshisen (>= ${kde:Version}),
         ksirk (>= ${kde:Version}),
         ksnakeduel (>= ${kde:Version}),
         kspaceduel (>= ${kde:Version}),
         ksquares (>= ${kde:Version}),
         ksudoku (>= ${kde:Version}),
         ktuberling (>= ${kde:Version}),
         kubrick (>= ${kde:Version}),
         lskat (>= ${kde:Version}),
         palapeli (>= ${kde:Version}),
         picmi (>= ${kde:Version}),
         ${misc:Depends}
Recommends: kajongg (>= ${kde:Version})
Description: games from the official KDE release
 KDE is produced by an international technology team that creates free and open
 source software for desktop and portable computing. Among KDE's products are a
 modern desktop system for Linux and UNIX platforms, comprehensive office
 productivity and groupware suites and hundreds of software titles in many
 categories including Internet and web applications, multimedia, entertainment,
 educational, graphics and software development.
 .
 This metapackage includes a collection of games provided with the official
 release of KDE.

Package: kdegraphics
Architecture: any
Depends: gwenview (>= ${kde:Version}),
         kamera (>= ${kde:Version}),
         kcolorchooser (>= ${kde:Version}),
         kde-spectacle (>= ${kde:VersionNoEpoch}),
         kgamma5 (>= ${plasma:VersionNoEpoch}),
         kolourpaint (>= ${kde:Version}),
         kruler (>= ${kde:Version}),
         okular (>= ${kde:Version}),
         ${misc:Depends}
Recommends: kdegraphics-mobipocket (>= ${kde:Version}),
            kdegraphics-thumbnailers (>= ${kde:Version}),
            svgpart (>= ${kde:Version})
Description: graphics applications from the official KDE release
 KDE is produced by an international technology team that creates free and open
 source software for desktop and portable computing. Among KDE's products are a
 modern desktop system for Linux and UNIX platforms, comprehensive office
 productivity and groupware suites and hundreds of software titles in many
 categories including Internet and web applications, multimedia, entertainment,
 educational, graphics and software development.
 .
 This metapackage includes graphics applications provided with the official
 release of KDE.

Package: kdemultimedia
Architecture: any
Depends: dragonplayer (>= ${kde:Version}),
         elisa (>= ${kde:VersionNoEpoch}) [amd64 arm64 armel armhf i386 ppc64el s390x],
         juk (>= ${kde:Version}),
         kde-config-cddb (>= ${kde:Version}),
         kio-audiocd (>= ${kde:Version}),
         plasma-pa (>= ${plasma:VersionNoEpoch}) | kmix (>= ${kde:Version}),
         ${misc:Depends}
Recommends: ffmpegthumbs (>= ${kde:Version})
Suggests: k3b (>= ${kde:VersionNoEpoch}),
          kdenlive (>= ${kde:VersionNoEpoch}),
          kwave (>= ${kde:VersionNoEpoch}),
Description: multimedia applications from the official KDE release
 KDE is produced by an international technology team that creates free and open
 source software for desktop and portable computing. Among KDE's products are a
 modern desktop system for Linux and UNIX platforms, comprehensive office
 productivity and groupware suites and hundreds of software titles in many
 categories including Internet and web applications, multimedia, entertainment,
 educational, graphics and software development.
 .
 This metapackage includes multimedia applications provided with the official
 release of KDE.

Package: kdenetwork
Architecture: any
Depends: kget (>= ${kde:Version}),
         krdc (>= ${kde:Version}),
         krfb (>= ${kde:Version}),
         ${misc:Depends}
Recommends: kdenetwork-filesharing (>= ${kde:Version})
Suggests: kde-zeroconf,
Description: networking applications from the official KDE release
 KDE is produced by an international technology team that creates free and open
 source software for desktop and portable computing. Among KDE's products are a
 modern desktop system for Linux and UNIX platforms, comprehensive office
 productivity and groupware suites and hundreds of software titles in many
 categories including Internet and web applications, multimedia, entertainment,
 educational, graphics and software development.
 .
 This metapackage includes networking applications provided with the official
 release of KDE.

Package: kdepim
Architecture: any
Depends: accountwizard (>= ${kdepim:Version}),
         akonadiconsole (>= ${kdepim:Version}) [amd64 arm64 armhf i386 mipsel],
         akregator (>= ${kdepim:Version}) [amd64 arm64 armhf i386 mipsel],
         kaddressbook (>= ${kdepim:Version}),
         kalarm (>= ${kdepim:Version}) [amd64 arm64 armhf i386 mipsel],
         kalendarac  (>= ${kdepim:Version}),
         kdepim-addons (>= ${kdepim:VersionNoEpoch}) [amd64 arm64 armhf i386 mipsel],
         kdepim-runtime (>= ${kdepim:Version}) [amd64 arm64 armhf i386 mipsel],
         kleopatra (>= ${kdepim:Version}),
         kmail (>= ${kdepim:Version}) [amd64 arm64 armhf i386 mipsel],
         knotes (>= ${kdepim:Version}),
         konsolekalendar (>= ${kdepim:Version}),
         kontact (>= ${kdepim:Version}) [amd64 arm64 armhf i386 mipsel],
         korganizer (>= ${kdepim:Version}),
         ${misc:Depends}
Description: Personal Information Management apps from the official KDE release
 KDE (the K Desktop Environment) is a powerful Open Source graphical
 desktop environment for Unix workstations. It combines ease of use,
 contemporary functionality, and outstanding graphical design with the
 technological superiority of the Unix operating system.
 .
 This metapackage includes a collection of Personal Information Management
 (PIM) desktop applications provided with the official release of KDE.

Package: kdesdk
Architecture: any
Depends: cervisia (>= ${kde:Version}),
         dolphin-plugins (>= ${kde:Version}),
         kapptemplate (>= ${kde:Version}),
         kate (>= ${kde:Version}),
         kcachegrind (>= ${kde:Version}),
         kdesdk-scripts (>= ${kde:Version}),
         kdesdk-thumbnailers (>= ${kde:Version}),
         kio-perldoc (>= ${kde:Version}),
         kompare (>= ${kde:Version}),
         kpartloader (>= ${kde:Version}),
         kuiviewer (>= ${kde:Version}),
         lokalize (>= ${kde:Version}),
         okteta (>= ${kde:Version}),
         poxml (>= ${kde:Version}),
         umbrello (>= ${kde:Version}),
         ${misc:Depends}
Suggests: kcachegrind-converters (>= ${kde:Version})
Description: Software Development Kit from the official KDE release
 KDE is produced by an international technology team that creates free and open
 source software for desktop and portable computing. Among KDE's products are a
 modern desktop system for Linux and UNIX platforms, comprehensive office
 productivity and groupware suites and hundreds of software titles in many
 categories including Internet and web applications, multimedia, entertainment,
 educational, graphics and software development.
 .
 This metapackage includes software development applications provided with the
 official release of KDE.

Package: kdetoys
Architecture: any
Depends: kteatime (>= ${kde:Version}), ${misc:Depends}
Description: desktop toys from the official KDE release
 KDE is produced by an international technology team that creates free and open
 source software for desktop and portable computing. Among KDE's products are a
 modern desktop system for Linux and UNIX platforms, comprehensive office
 productivity and groupware suites and hundreds of software titles in many
 categories including Internet and web applications, multimedia, entertainment,
 educational, graphics and software development.
 .
 This metapackage includes desktop toys provided with the official release of
 KDE.

Package: kdeutils
Architecture: any
Depends: ark (>= ${kde:Version}),
         filelight (>= ${kde:Version}),
         kcalc (>= ${kde:Version}),
         kcharselect (>= ${kde:Version}),
         kdf (>= ${kde:Version}),
         kgpg (>= ${kde:Version}),
         ktimer (>= ${kde:Version}),
         kwalletmanager (>= ${kde:Version}),
         sweeper (>= ${kde:Version}),
         ${misc:Depends}
Recommends: print-manager (>= ${kde:Version})
Suggests: kfloppy (>= ${kde:Version})
Description: general-purpose utilities from the official KDE release
 KDE is produced by an international technology team that creates free and open
 source software for desktop and portable computing. Among KDE's products are a
 modern desktop system for Linux and UNIX platforms, comprehensive office
 productivity and groupware suites and hundreds of software titles in many
 categories including Internet and web applications, multimedia, entertainment,
 educational, graphics and software development.
 .
 This metapackage includes general-purpose utilities provided with the
 official release of KDE.

Package: kdewebdev
Architecture: any
Depends: kimagemapeditor (>= ${kde:Version}) [amd64 arm64 armhf i386 mipsel],
         ${misc:Depends}
Description: web development apps from the official KDE release
 This metapackage includes a collection of web development applications
 provided with the official release of KDE.