diff options
author | B Stack <bgstack15@gmail.com> | 2020-06-30 13:23:15 -0400 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2020-06-30 13:23:15 -0400 |
commit | be7d493867fac7af6f5897c87aa8df4ef0884a7b (patch) | |
tree | 7aa4de0d27a7141720360842ce985f526e62763b | |
parent | improve packaging (diff) | |
download | chicago95-packages-be7d493867fac7af6f5897c87aa8df4ef0884a7b.tar.gz chicago95-packages-be7d493867fac7af6f5897c87aa8df4ef0884a7b.tar.bz2 chicago95-packages-be7d493867fac7af6f5897c87aa8df4ef0884a7b.zip |
add backgrounds package
-rw-r--r-- | debian/chicago95-theme-backgrounds.install | 1 | ||||
-rw-r--r-- | debian/chicago95-theme-backgrounds.lintian-overrides | 1 | ||||
-rw-r--r-- | debian/control | 15 |
3 files changed, 14 insertions, 3 deletions
diff --git a/debian/chicago95-theme-backgrounds.install b/debian/chicago95-theme-backgrounds.install new file mode 100644 index 0000000..f24a783 --- /dev/null +++ b/debian/chicago95-theme-backgrounds.install @@ -0,0 +1 @@ +/usr/share/backgrounds/Chicago95 diff --git a/debian/chicago95-theme-backgrounds.lintian-overrides b/debian/chicago95-theme-backgrounds.lintian-overrides new file mode 100644 index 0000000..4276455 --- /dev/null +++ b/debian/chicago95-theme-backgrounds.lintian-overrides @@ -0,0 +1 @@ +copyright-has-url-from-dh_make-boilerplate 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. |