diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/chicago95-theme-cursors.install | 15 | ||||
-rw-r--r-- | debian/chicago95-theme-doc.install | 1 | ||||
-rw-r--r-- | debian/chicago95-theme-plus.install | 0 | ||||
-rw-r--r-- | debian/control | 12 | ||||
-rwxr-xr-x | debian/rules | 4 | ||||
-rw-r--r-- | debian/source/lintian-overrides | 1 |
6 files changed, 30 insertions, 3 deletions
diff --git a/debian/chicago95-theme-cursors.install b/debian/chicago95-theme-cursors.install index de99df1..9a5e7d1 100644 --- a/debian/chicago95-theme-cursors.install +++ b/debian/chicago95-theme-cursors.install @@ -1,3 +1,12 @@ -/usr/share/icons/Chicago95_Cursor_Black -/usr/share/icons/Chicago95_Cursor_White -/usr/share/icons/Chicago95_Emerald +/usr/share/icons/Chicago95_Cursor_Black/cursors +/usr/share/icons/Chicago95_Cursor_Black/index.theme +/usr/share/icons/Chicago95_Cursor_White/cursors +/usr/share/icons/Chicago95_Cursor_White/index.theme +/usr/share/icons/Chicago95_Emerald/cursors +/usr/share/icons/Chicago95_Emerald/index.theme +/usr/share/icons/Chicago95\ Animated\ Hourglass\ Cursors/cursors +/usr/share/icons/Chicago95\ Animated\ Hourglass\ Cursors/index.theme +/usr/share/icons/Chicago95\ Standard\ Cursors/cursors +/usr/share/icons/Chicago95\ Standard\ Cursors/index.theme +/usr/share/icons/Chicago95\ Standard\ Black\ Cursors/cursors +/usr/share/icons/Chicago95\ Standard\ Black\ Cursors/index.theme diff --git a/debian/chicago95-theme-doc.install b/debian/chicago95-theme-doc.install new file mode 100644 index 0000000..78d10ff --- /dev/null +++ b/debian/chicago95-theme-doc.install @@ -0,0 +1 @@ +usr/share/doc/chicago95/*.md usr/share/doc/chicago95-theme-doc diff --git a/debian/chicago95-theme-plus.install b/debian/chicago95-theme-plus.install new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/debian/chicago95-theme-plus.install 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. diff --git a/debian/rules b/debian/rules index bc6662c..1835fff 100755 --- a/debian/rules +++ b/debian/rules @@ -22,3 +22,7 @@ override_dh_auto_install: override_dh_auto_clean: rm -f ${buildroot}${_datadir}/sounds/Chicago95/startup.ogg dh_auto_clean + +override_dh_fixperms: + dh_fixperms || : + chmod 0755 ${buildroot}${_datadir}/themes/Chicago95/gtk-3.0 || : diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides index 2da37ed..4ba953e 100644 --- a/debian/source/lintian-overrides +++ b/debian/source/lintian-overrides @@ -1,2 +1,3 @@ file-without-copyright-information missing-license-paragraph-in-dep5-copyright +package-uses-deprecated-debhelper-compat-version |