aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control60
1 files changed, 40 insertions, 20 deletions
diff --git a/debian/control b/debian/control
index 1b802de..76b5433 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,8 @@ Source: chicago95
Section: misc
Priority: optional
Maintainer: B Stack <bgstack15@gmail.com>
-Build-Depends: debhelper (>=9~)
+Build-Depends: debhelper (>=9~),
+ txt2man
Standards-Version: 4.1.4
Homepage: https://github.com/grassmunk/Chicago95
@@ -10,14 +11,16 @@ 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,
+ 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
@@ -48,22 +51,12 @@ Description: Fonts for Chicago95
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
+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.
@@ -83,6 +76,13 @@ Depends: ${misc:Depends}, ${shlibs:Depends},
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
@@ -90,3 +90,23 @@ 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