Compare commits
13 commits
Author | SHA1 | Date | |
---|---|---|---|
039a545805 | |||
ac3f858b72 | |||
90b411667a | |||
37e0c0fc5f | |||
2471c30689 | |||
2e1b076b9b | |||
98149ad3c3 | |||
c681f21d35 | |||
78fe11199a | |||
8efdcc3711 | |||
f4543c0b12 | |||
a50bc76d49 | |||
1ae61c9da8 |
3 changed files with 132 additions and 12 deletions
15
README.md
Normal file
15
README.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
#### Main metapackages for TileOS
|
||||
|
||||
Contains:
|
||||
|
||||
* tileos-base - core components of TileOS
|
||||
* tileos-desktop-common - common desktop-specific componments
|
||||
* tileos-desktop-sway - Sway wayland compositor and it's dependencies
|
||||
* tileos-desktop-swayfx - SwayFX wayland compositor and it's dependencies (highly experimental, may break your system!)
|
||||
* tileos-desktop-qtile - Qtile window manager and it's dependencies (highly experimental, may break your system!)
|
||||
* tileos-desktop-river - River wayland compositor and it's dependencies (experimental)
|
||||
* tileos-drivers - metapackage for installing additional drivers
|
||||
* tileos-sway-live - LiveCD components for TileOS Sway edition
|
||||
* tileos-swayfx-live - LiveCD components for TileOS SwayFX edition
|
||||
* tileos-qtile-live - LiveCD components for TileOS Qtile edition
|
||||
* tileos-river-live - LiveCD components for TileOS River edition
|
43
debian/changelog
vendored
43
debian/changelog
vendored
|
@ -1,3 +1,46 @@
|
|||
tileos-meta (1.2.1~tileos) unstable; urgency=medium
|
||||
|
||||
* Revert adding xorg to Qtile edition
|
||||
|
||||
-- Aleksey Samoilov <samoilov.lex@gmail.com> Sun, 20 Oct 2024 16:28:42 +0400
|
||||
|
||||
tileos-meta (1.2.0~tileos) unstable; urgency=medium
|
||||
|
||||
* Add xorg and xinit to Qtile edition
|
||||
|
||||
-- Aleksey Samoilov <samoilov.lex@gmail.com> Sat, 19 Oct 2024 18:16:48 +0400
|
||||
|
||||
tileos-meta (1.1.1~tileos) unstable; urgency=medium
|
||||
|
||||
* Add experimental Miracle-WM packages
|
||||
* Move Xwayland to Recommends
|
||||
|
||||
-- Aleksey Samoilov <samoilov.lex@gmail.com> Mon, 01 Jul 2024 11:07:12 +0400
|
||||
|
||||
tileos-meta (1.1~tileos) unstable; urgency=medium
|
||||
|
||||
* Update to 1.1
|
||||
|
||||
-- Aleksey Samoilov <samoilov.lex@gmail.com> Wed, 19 Jun 2024 16:46:02 +0400
|
||||
|
||||
tileos-meta (1.0.10~tileos) unstable; urgency=medium
|
||||
|
||||
* common: add systemd-zram-generator
|
||||
|
||||
-- Aleksey Samoilov <samoilov.lex@gmail.com> Tue, 06 Feb 2024 18:23:03 +0400
|
||||
|
||||
tileos-meta (1.0.9~tileos) unstable; urgency=medium
|
||||
|
||||
* river: add nwg-wrapper
|
||||
|
||||
-- Aleksey Samoilov <samoilov.lex@gmail.com> Fri, 02 Feb 2024 22:41:12 +0400
|
||||
|
||||
tileos-meta (1.0.8~tileos) unstable; urgency=medium
|
||||
|
||||
* Add bibata-cursor-theme
|
||||
|
||||
-- Aleksey Samoilov <samoilov.lex@gmail.com> Wed, 10 Jan 2024 21:52:37 +0400
|
||||
|
||||
tileos-meta (1.0.7~tileos) unstable; urgency=medium
|
||||
|
||||
* Replace Neofetch with Fastfetch
|
||||
|
|
86
debian/control
vendored
86
debian/control
vendored
|
@ -175,6 +175,7 @@ Recommends:
|
|||
printer-driver-sag-gdi,
|
||||
printer-driver-splix,
|
||||
systemd-timesyncd,
|
||||
systemd-zram-generator,
|
||||
thermald,
|
||||
tlp,
|
||||
udisks2,
|
||||
|
@ -187,7 +188,6 @@ Section: contrib
|
|||
Architecture: any
|
||||
Depends:
|
||||
bluez-firmware,
|
||||
firmware-amd-graphics,
|
||||
firmware-atheros,
|
||||
firmware-intel-sound,
|
||||
firmware-iwlwifi,
|
||||
|
@ -200,12 +200,58 @@ Recommends:
|
|||
gnome-firmware
|
||||
Description: non-free drivers and firmware for TileOS
|
||||
|
||||
Package: tileos-desktop-miracle
|
||||
Architecture: amd64 arm64
|
||||
Depends:
|
||||
alacritty,
|
||||
bibata-cursor-theme,
|
||||
calcurse,
|
||||
cliphist,
|
||||
dunst,
|
||||
miracle-wm,
|
||||
nwg-bar,
|
||||
nwg-look,
|
||||
nwg-drawer,
|
||||
qtwayland5,
|
||||
qt6-wayland,
|
||||
rofi-wayland,
|
||||
swaybg,
|
||||
swayidle,
|
||||
swaylock,
|
||||
plymouth-theme-tileos,
|
||||
tileos-desktop-common (= ${binary:Version}),
|
||||
tileos-grub-theme,
|
||||
tileos-settings-miracle,
|
||||
tileos-theme-catppuccin,
|
||||
tileos-wallpapers,
|
||||
waybar,
|
||||
wf-recorder,
|
||||
wl-clipboard,
|
||||
Recommends:
|
||||
earlyoom,
|
||||
engrampa,
|
||||
firefox-esr,
|
||||
imv,
|
||||
pavucontrol,
|
||||
pcmanfm-qt,
|
||||
pluma,
|
||||
ranger,
|
||||
wlr-randr,
|
||||
xwayland
|
||||
Conflicts:
|
||||
tileos-desktop-sway,
|
||||
tileos-desktop-river,
|
||||
tileos-desktop-swayfx,
|
||||
tileos-desktop-qtile
|
||||
Description: Miracle-WM desktop for TileOS (experimental)
|
||||
|
||||
Package: tileos-desktop-sway
|
||||
Architecture: amd64 arm64
|
||||
Depends:
|
||||
alacritty,
|
||||
autotiling,
|
||||
azote,
|
||||
bibata-cursor-theme,
|
||||
calcurse,
|
||||
cliphist,
|
||||
dunst,
|
||||
|
@ -237,9 +283,9 @@ Depends:
|
|||
waybar,
|
||||
wf-recorder,
|
||||
wl-clipboard,
|
||||
wl-mirror,
|
||||
wlsunset,
|
||||
xdg-desktop-portal-wlr,
|
||||
xwayland
|
||||
Recommends:
|
||||
engrampa,
|
||||
firefox-esr,
|
||||
|
@ -249,7 +295,8 @@ Recommends:
|
|||
pluma,
|
||||
ranger,
|
||||
systemd-oomd,
|
||||
wlr-randr
|
||||
wlr-randr,
|
||||
xwayland
|
||||
Conflicts:
|
||||
tileos-desktop-swayfx,
|
||||
tileos-desktop-river
|
||||
|
@ -261,6 +308,7 @@ Depends:
|
|||
alacritty,
|
||||
autotiling,
|
||||
azote,
|
||||
bibata-cursor-theme,
|
||||
calcurse,
|
||||
cliphist,
|
||||
dunst,
|
||||
|
@ -286,15 +334,15 @@ Depends:
|
|||
plymouth-theme-tileos,
|
||||
tileos-desktop-common (= ${binary:Version}),
|
||||
tileos-grub-theme,
|
||||
tileos-settings-sway,
|
||||
tileos-settings-swayfx,
|
||||
tileos-theme-catppuccin,
|
||||
tileos-wallpapers,
|
||||
waybar,
|
||||
wf-recorder,
|
||||
wl-clipboard,
|
||||
wl-mirror,
|
||||
wlsunset,
|
||||
xdg-desktop-portal-wlr,
|
||||
xwayland
|
||||
Recommends:
|
||||
engrampa,
|
||||
firefox-esr,
|
||||
|
@ -304,17 +352,19 @@ Recommends:
|
|||
pluma,
|
||||
ranger,
|
||||
systemd-oomd,
|
||||
wlr-randr
|
||||
wlr-randr,
|
||||
xwayland
|
||||
Conflicts:
|
||||
tileos-desktop-sway,
|
||||
tileos-desktop-river
|
||||
Description: SwayFx desktop for TileOS
|
||||
Description: SwayFx desktop for TileOS (experimental)
|
||||
|
||||
Package: tileos-desktop-river
|
||||
Architecture: amd64 arm64
|
||||
Depends:
|
||||
alacritty,
|
||||
azote,
|
||||
bibata-cursor-theme,
|
||||
calcurse,
|
||||
cliphist,
|
||||
dunst,
|
||||
|
@ -322,6 +372,7 @@ Depends:
|
|||
nwg-bar,
|
||||
nwg-drawer,
|
||||
nwg-look,
|
||||
nwg-wrapper,
|
||||
plymouth-theme-tileos,
|
||||
qtwayland5,
|
||||
qt6-wayland,
|
||||
|
@ -343,7 +394,6 @@ Depends:
|
|||
wl-clipboard,
|
||||
wlopm,
|
||||
wlsunset,
|
||||
xwayland
|
||||
Recommends:
|
||||
earlyoom,
|
||||
engrampa,
|
||||
|
@ -353,20 +403,23 @@ Recommends:
|
|||
pcmanfm-qt,
|
||||
pluma,
|
||||
ranger,
|
||||
wlr-randr
|
||||
wlr-randr,
|
||||
xwayland
|
||||
Conflicts:
|
||||
tileos-desktop-sway,
|
||||
tileos-desktop-swayfx
|
||||
Description: River desktop for TileOS (experimental)
|
||||
Description: River desktop for TileOS
|
||||
|
||||
Package: tileos-desktop-qtile
|
||||
Architecture: amd64 arm64
|
||||
Depends:
|
||||
alacritty,
|
||||
azote,
|
||||
bibata-cursor-theme,
|
||||
calcurse,
|
||||
cliphist,
|
||||
dunst,
|
||||
i3lock,
|
||||
kanshi,
|
||||
grim,
|
||||
nwg-bar,
|
||||
|
@ -392,7 +445,6 @@ Depends:
|
|||
wlopm,
|
||||
wl-clipboard,
|
||||
wlsunset,
|
||||
xwayland
|
||||
Recommends:
|
||||
earlyoom,
|
||||
engrampa,
|
||||
|
@ -402,13 +454,23 @@ Recommends:
|
|||
pcmanfm-qt,
|
||||
pluma,
|
||||
ranger,
|
||||
wlr-randr
|
||||
wlr-randr,
|
||||
xwayland
|
||||
Conflicts:
|
||||
tileos-desktop-sway,
|
||||
tileos-desktop-swayfx,
|
||||
tileos-desktop-river
|
||||
Description: Qtile desktop for TileOS (experimental)
|
||||
|
||||
Package: tileos-miracle-live
|
||||
Architecture: amd64 arm64
|
||||
Depends:
|
||||
calamares-settings-tileos-miracle,
|
||||
live-boot,
|
||||
live-config,
|
||||
live-config-systemd
|
||||
Description: LiveCD components for TileOS (Miracle-WM variant)
|
||||
|
||||
Package: tileos-sway-live
|
||||
Architecture: amd64 arm64
|
||||
Depends:
|
||||
|
|
Loading…
Add table
Reference in a new issue