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
|
Source: lumina-desktop
Section: x11
Priority: optional
Maintainer: Christopher Roy Bratusek <nano@jpberlin.de>
Build-Depends: debhelper (>= 9), qt4-qmake, libqt4-dev, make, g++, libphonon-dev, libx11-dev,
libxrender-dev, libxcomposite-dev, libxdamage-dev
Standards-Version: 3.9.5
Homepage: https://github.com/pcbsd/lumina
Package: lumina-desktop
Architecture: all
Depends: libluminautils1, lumina-core, lumina-config, lumina-fm,
lumina-open, lumina-screenshot
Description: Lightweight Qt4-based desktop environment
Metapackage depending on all other lumina packages.
Package: libluminautils1
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Library for the lumina desktop environment
Utility library for the lumina desktop environment
Package: libluminautils-dev
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, libluminautils1 (= ${binary:Version})
Description: Development files for lumina desktop environment
Files needed to develop plugins or extensions for the lumina desktop environment,
or using libluminautils1 in projects.
Package: libluminautils-dbg
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, libluminautils-dev (= ${binary:Version})
Description: Debugging symbols for lumina desktop environment
Debugging symbols for libluminautils1
Package: lumina-core
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, libluminautils1 (= ${binary:Version}),
fluxbox, numlockx, xbacklight, xscreensaver, oxygen-icon-theme
Description: Core package for the lumina desktop environment
This package provides the basic components of lumina
- session manager
- panel with plugins
- wallpaper setter
- fluxbox configurator
- desktop icon manager and menu
- wallpapers
Package: lumina-config
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, libluminautils1 (= ${binary:Version})
Description: Configuration utility for the lumina desktop environment
lumina-config allows to change various aspects of lumina and fluxbox, like the
wallpaper beeing used, startup-applications, desktop-menu and more.
Package: lumina-fm
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, libluminautils1 (= ${binary:Version})
Description: Filemanager for the lumina desktop environment
Simple filemanager for lumina with support for multiple view modes and
integrated slideshow-based picture viewer.
Package: lumina-open
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, libluminautils1 (= ${binary:Version})
Description: xdg-open like utilityfor the lumina desktop environment
lumina-open handles opening of files and urls according to the system wide
mime type association. It also provides an optional selector if more than one
application is assigned with the given url or file type.
Package: lumina-screenshot
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, libluminautils1 (= ${binary:Version})
Description: Screenshot utility for the lumina desktop environment
Simple screenshot utility that allows to snapshot the whole desktop or a single
window after a configurable delay.
|