aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-06-28 17:36:30 -0400
committerB Stack <bgstack15@gmail.com>2020-06-28 17:36:30 -0400
commitbdf0b1ce9d102caa7378e9fe865b743b824e233a (patch)
treed9176641fd513497a0c17c5827957662132b0100 /debian/control
parentflatten dir structure (diff)
downloadchicago95-packages-bdf0b1ce9d102caa7378e9fe865b743b824e233a.tar.gz
chicago95-packages-bdf0b1ce9d102caa7378e9fe865b743b824e233a.tar.bz2
chicago95-packages-bdf0b1ce9d102caa7378e9fe865b743b824e233a.zip
WIP: begin prep for point release
drop lightdm-webkit-greeter elements (dropped by upstream) add initial work for plus package.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control12
1 files changed, 12 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index 1b802de..b220ea3 100644
--- a/debian/control
+++ b/debian/control
@@ -18,6 +18,7 @@ Depends: ${misc:Depends}, ${shlibs:Depends},
chicago95-theme-icons,
chicago95-theme-plymouth,
chicago95-theme-login-sound,
+ chicago95-theme-plus
Description: XFCE Windows 95 Total Conversion
Assets to allow customization of Xfce to look as
close to Microsoft Windows 95 as possible. This
@@ -90,3 +91,14 @@ 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:
+ inkscape,
+ python3-fonttools,
+ python3-numpy,
+ python3-svgwrite
+Description: Windows Plus! Theme Conversion for XFCE/Chicago95
+ Translate Windows 95 Plus! themes to Gtk-compatible themes.
bgstack15