summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-09-13 14:02:18 -0400
committerB Stack <bgstack15@gmail.com>2019-09-13 14:02:18 -0400
commit332ade454c8fe66e08d7a2cddb5ac3718d55a11c (patch)
treef91b25942ac6897d16872c45923c1c7cbca47aaf
parentfix theme-plymouth.postinst (diff)
downloadstackrpms-332ade454c8fe66e08d7a2cddb5ac3718d55a11c.tar.gz
stackrpms-332ade454c8fe66e08d7a2cddb5ac3718d55a11c.tar.bz2
stackrpms-332ade454c8fe66e08d7a2cddb5ac3718d55a11c.zip
Better documentation for chicago95
-rw-r--r--chicago95/debian/README.Debian17
-rw-r--r--chicago95/debian/changelog14
-rw-r--r--chicago95/debian/chicago95-theme-doc.install0
3 files changed, 26 insertions, 5 deletions
diff --git a/chicago95/debian/README.Debian b/chicago95/debian/README.Debian
index e423f73..1912eab 100644
--- a/chicago95/debian/README.Debian
+++ b/chicago95/debian/README.Debian
@@ -1,8 +1,17 @@
chicago95 for Devuan
- * Future improvements can include:
- - KDE components
- - lightdm-webkit2-greet (need to build package)
- - Split into the various binary packages.
+ * What is not implemented
+ - KDE/SDDM components
+ - Everything from the Extras/ directory (except the Xfce4-terminal
+ theme and startup sound)
+
+ * Additional dependencies for Devuan and Debian users
+ - You need to install an additional apt source to get some packages
+ not bundled in upstream Devuan and Debian.
+
+echo 'deb http://download.opensuse.org/repositories/home:/bgstack15/Debian_Unstable/ /' | sudo tee -a /etc/apt/sources.list.d/home:bgstack15.list
+wget -nv https://download.opensuse.org/repositories/home:bgstack15/Debian_Unstable/ Release.key -O- | apt-key add -
+
+ - Install plymouth and lightdm-webkit2-greeter
-- B Stack <bgstack15@gmail.com> Tue, 10 Sep 2019 20:42:20 -0400
diff --git a/chicago95/debian/changelog b/chicago95/debian/changelog
index 23096d7..89f5368 100644
--- a/chicago95/debian/changelog
+++ b/chicago95/debian/changelog
@@ -1,5 +1,17 @@
chicago95 (0.0.1-1+devuan) obs; urgency=low
- * Initial release.
+ * Initial release for Devuan. Features include:
+ - Cursor themes
+ - Xfce4-terminal color scheme
+ - Startup sound
+ - Fonts for terminal
+ - Icon themes
+ - Lightdm theme (lightdm-webkit2-greeter)
+ - Plymouth splash screens
+ - Gtk/metacity/xfce graphical themes
+ * Special dependencies not available in stock Devuan:
+ - lightdm-webkit2-greeter
+ - plymouth
+ - See README.Debian file for more info
-- B Stack <bgstack15@gmail.com> Tue, 10 Sep 2019 20:42:20 -0400
diff --git a/chicago95/debian/chicago95-theme-doc.install b/chicago95/debian/chicago95-theme-doc.install
deleted file mode 100644
index e69de29..0000000
--- a/chicago95/debian/chicago95-theme-doc.install
+++ /dev/null
bgstack15