aboutsummaryrefslogtreecommitdiff
path: root/debian/control
blob: 76b54335441095ff5d7ec2dcbc3271d164509b94 (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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
Source: chicago95
Section: misc
Priority: optional
Maintainer: B Stack <bgstack15@gmail.com>
Build-Depends: debhelper (>=9~),
   txt2man
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-backgrounds (= ${binary:Version}),
   chicago95-theme-cursors (= ${binary:Version}),
   chicago95-theme-doc (= ${binary:Version}),
   chicago95-theme-fonts (= ${binary:Version}),
   chicago95-theme-gtk (= ${binary:Version}),
   chicago95-theme-icons (= ${binary:Version}),
   chicago95-theme-login-sound (= ${binary:Version}),
   chicago95-theme-plus (= ${binary:Version}),
   chicago95-theme-plymouth (= ${binary:Version}),
   chicago95-theme-sounds (= ${binary:Version})
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-gtk
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends},
Suggests: qt5-style-plugins
Breaks: chicago95-theme-greeter (<< ${binary:Version})
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-sounds
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends},
Description: Sounds for Chicago95
 UI sounds for Chicago95 theme.

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.

Package: chicago95-theme-plus
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends},
   inkscape,
   python3,
   python3-fonttools,
   python3-numpy,
   python3-svgwrite
Description: Windows Plus! Theme Conversion for XFCE/Chicago95
 Translate Windows 95 Plus! themes to Gtk-compatible themes.

Package: chicago95-theme-backgrounds
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends},
Description: Backgrounds for Chicago95
 Backgrounds that resemble some of the classic Windows 95
 wallpapers. This is part of the chicago95 theme suite.
bgstack15