Skip to content

Commit 7e5f203

Browse files
authored
Merge pull request #95 from bgstack15/devuan-packages
add debian packaging
2 parents 6f4d911 + 3db4a10 commit 7e5f203

26 files changed

+9261
-0
lines changed

debian/README.Debian

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
chicago95 for Devuan
2+
3+
* What is not implemented
4+
- KDE/SDDM components
5+
- Everything from the Extras/ directory (except the Xfce4-terminal
6+
theme and startup sound)
7+
8+
* Additional dependencies for Devuan and Debian users
9+
- You need to install an additional apt source to get some packages
10+
not bundled in upstream Devuan and Debian.
11+
12+
echo 'deb http://download.opensuse.org/repositories/home:/bgstack15/Debian_Unstable/ /' | sudo tee -a /etc/apt/sources.list.d/home:bgstack15.list
13+
wget -nv https://download.opensuse.org/repositories/home:bgstack15/Debian_Unstable/ Release.key -O- | apt-key add -
14+
15+
- Install plymouth and lightdm-webkit2-greeter
16+
17+
-- B Stack <[email protected]> Tue, 10 Sep 2019 20:42:20 -0400

debian/changelog

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
chicago95 (0.0.1-1+devuan) obs; urgency=low
2+
3+
* Initial release for Devuan. Features include:
4+
- Cursor themes
5+
- Xfce4-terminal color scheme
6+
- Startup sound
7+
- Fonts for terminal
8+
- Icon themes
9+
- Lightdm theme (lightdm-webkit2-greeter)
10+
- Plymouth splash screens
11+
- Gtk/metacity/xfce graphical themes
12+
* Special dependencies not available in stock Devuan:
13+
- lightdm-webkit2-greeter
14+
- plymouth
15+
- See README.Debian file for more info
16+
17+
-- B Stack <[email protected]> Tue, 10 Sep 2019 20:42:20 -0400

debian/chicago95-startup.desktop

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[Desktop Entry]
2+
Type=Application
3+
Name=Chicago95 startup sound
4+
Exec=play /usr/share/sounds/Chicago95/startup.ogg
5+
NoDisplay=true
6+
Terminal=false
7+
Categories=
8+
GenericName=startup sound

debian/chicago95-theme-all.install

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# You must remove unused comment lines for the released package.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Cursors/Chicago95_Cursor_Black /usr/share/icons/
2+
Cursors/Chicago95_Cursor_White /usr/share/icons/
3+
Cursors/Chicago95_Emerald /usr/share/icons/

debian/chicago95-theme-doc.docs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
*.md
2+
Plymouth/Readme.md
3+
Screenshots/SCREENSHOTS.md
4+
Lightdm/Chicago95/README.md

debian/chicago95-theme-fonts.install

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fonts/vga_font /usr/share/fonts/truetype/
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Lightdm/Chicago95 /usr/share/lightdm-webkit/themes/

debian/chicago95-theme-gtk.install

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Extras/Chicago95.theme /usr/share/xfce4/terminal/colorschemes/
2+
Theme/Chicago95 /usr/share/themes/

debian/chicago95-theme-icons.install

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Icons/Chicago95 /usr/share/icons/
2+
Icons/Chicago95-tux /usr/share/icons/

0 commit comments

Comments
 (0)