aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-06-30 13:23:15 -0400
committerB Stack <bgstack15@gmail.com>2020-06-30 13:23:15 -0400
commitbe7d493867fac7af6f5897c87aa8df4ef0884a7b (patch)
tree7aa4de0d27a7141720360842ce985f526e62763b /debian/control
parentimprove packaging (diff)
downloadchicago95-packages-be7d493867fac7af6f5897c87aa8df4ef0884a7b.tar.gz
chicago95-packages-be7d493867fac7af6f5897c87aa8df4ef0884a7b.tar.bz2
chicago95-packages-be7d493867fac7af6f5897c87aa8df4ef0884a7b.zip
add backgrounds package
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control15
1 files changed, 12 insertions, 3 deletions
diff --git a/debian/control b/debian/control
index 0722650..49c6a95 100644
--- a/debian/control
+++ b/debian/control
@@ -10,15 +10,16 @@ Package: chicago95-theme-all
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends},
+ chicago95-theme-backgrounds,
chicago95-theme-cursors,
chicago95-theme-doc,
chicago95-theme-fonts,
chicago95-theme-gtk,
chicago95-theme-icons,
- chicago95-theme-plymouth,
- chicago95-theme-sounds,
chicago95-theme-login-sound,
- chicago95-theme-plus
+ chicago95-theme-plus,
+ chicago95-theme-plymouth,
+ chicago95-theme-sounds
Description: XFCE Windows 95 Total Conversion
Assets to allow customization of Xfce to look as
close to Microsoft Windows 95 as possible. This
@@ -100,3 +101,11 @@ Depends: ${misc:Depends}, ${shlibs:Depends},
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