aboutsummaryrefslogtreecommitdiff
path: root/debian/control
blob: 1b802defe84530074aea262c95db164e4cd922b7 (plain)
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
Source: chicago95
Section: misc
Priority: optional
Maintainer: B Stack <bgstack15@gmail.com>
Build-Depends: debhelper (>=9~)
Standards-Version: 4.1.4
Homepage: https://github.com/grassmunk/Chicago95

Package: chicago95-theme-all
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends},
   chicago95-theme-cursors,
   chicago95-theme-doc,
   chicago95-theme-fonts,
   chicago95-theme-greeter,
   chicago95-theme-gtk,
   chicago95-theme-icons,
   chicago95-theme-plymouth,
   chicago95-theme-login-sound,
Description: XFCE Windows 95 Total Conversion
 Assets to allow customization of Xfce to look as
 close to Microsoft Windows 95 as possible. This
 metapackage depends on most of the other chicago95
 packages.

Package: chicago95-theme-cursors
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends},
Description: Mouse cursor themes for Chicago95
 Mouse cursors for the Chicago95 theme suite.

Package: chicago95-theme-doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends},
Description: Documentation for Chicago95
 Documentation and readmes for the Chicago95 theme
 suite, including ultimate ricing guides.

Package: chicago95-theme-fonts
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends},
Description: Fonts for Chicago95
 Terminal fonts for the Chicago95 theme suite.
 Overall system fonts are proprietary but described
 in the documentation for the theme.

Package: chicago95-theme-greeter
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends},
   lightdm-webkit2-greeter,
Description: Lightdm webkit greeter for Chicago95
 Currently broken because no debian derivative yet
 packages lightdm-webkit2-greeter.
 WORKHERE
 https://build.opensuse.org/package/show/home:antergos/lightdm-webkit2-greeter

Package: chicago95-theme-gtk
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends},
Suggests: qt5-style-plugins
Description: GTK and WM themes for Chicago95
 Themes for GTK2, GTK3, Metacity, and more, for the
 Chicago95 theme suite.

Package: chicago95-theme-icons
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends},
Description: Icon themes for Chicago95
 Icon themes for Chicago95 theme suite.

Package: chicago95-theme-plymouth
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends},
   plymouth
Description: Plymouth theme for Chicago95
 Currently broken because Devuan does not package plymouth.

Package: chicago95-theme-login-sound
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends},
   sox
Description: Login sound for Chicago95
 XDG autostart and sound file for Chicago95 theme suite.
bgstack15