Compare commits

...

14 commits

3 changed files with 139 additions and 13 deletions

15
README.md Normal file
View 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

49
debian/changelog vendored
View file

@ -1,3 +1,52 @@
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
-- Aleksey Samoilov <samoilov.lex@gmail.com> Tue, 28 Nov 2023 19:49:38 +0400
tileos-meta (1.0.6~tileos) unstable; urgency=medium tileos-meta (1.0.6~tileos) unstable; urgency=medium
* Add more packages to Qtile edition * Add more packages to Qtile edition

88
debian/control vendored
View file

@ -151,6 +151,7 @@ Recommends:
cups-client, cups-client,
cups-filters, cups-filters,
curl, curl,
fastfetch,
fonts-noto, fonts-noto,
fonts-noto-cjk, fonts-noto-cjk,
fonts-noto-color-emoji, fonts-noto-color-emoji,
@ -159,7 +160,6 @@ Recommends:
libfuse2, libfuse2,
libnss-mdns, libnss-mdns,
mesa-utils, mesa-utils,
neofetch,
greetd, greetd,
greetd-tuigreet, greetd-tuigreet,
plocate, plocate,
@ -175,6 +175,7 @@ Recommends:
printer-driver-sag-gdi, printer-driver-sag-gdi,
printer-driver-splix, printer-driver-splix,
systemd-timesyncd, systemd-timesyncd,
systemd-zram-generator,
thermald, thermald,
tlp, tlp,
udisks2, udisks2,
@ -187,7 +188,6 @@ Section: contrib
Architecture: any Architecture: any
Depends: Depends:
bluez-firmware, bluez-firmware,
firmware-amd-graphics,
firmware-atheros, firmware-atheros,
firmware-intel-sound, firmware-intel-sound,
firmware-iwlwifi, firmware-iwlwifi,
@ -200,12 +200,58 @@ Recommends:
gnome-firmware gnome-firmware
Description: non-free drivers and firmware for TileOS 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 Package: tileos-desktop-sway
Architecture: amd64 arm64 Architecture: amd64 arm64
Depends: Depends:
alacritty, alacritty,
autotiling, autotiling,
azote, azote,
bibata-cursor-theme,
calcurse, calcurse,
cliphist, cliphist,
dunst, dunst,
@ -237,9 +283,9 @@ Depends:
waybar, waybar,
wf-recorder, wf-recorder,
wl-clipboard, wl-clipboard,
wl-mirror,
wlsunset, wlsunset,
xdg-desktop-portal-wlr, xdg-desktop-portal-wlr,
xwayland
Recommends: Recommends:
engrampa, engrampa,
firefox-esr, firefox-esr,
@ -249,7 +295,8 @@ Recommends:
pluma, pluma,
ranger, ranger,
systemd-oomd, systemd-oomd,
wlr-randr wlr-randr,
xwayland
Conflicts: Conflicts:
tileos-desktop-swayfx, tileos-desktop-swayfx,
tileos-desktop-river tileos-desktop-river
@ -261,6 +308,7 @@ Depends:
alacritty, alacritty,
autotiling, autotiling,
azote, azote,
bibata-cursor-theme,
calcurse, calcurse,
cliphist, cliphist,
dunst, dunst,
@ -286,15 +334,15 @@ Depends:
plymouth-theme-tileos, plymouth-theme-tileos,
tileos-desktop-common (= ${binary:Version}), tileos-desktop-common (= ${binary:Version}),
tileos-grub-theme, tileos-grub-theme,
tileos-settings-sway, tileos-settings-swayfx,
tileos-theme-catppuccin, tileos-theme-catppuccin,
tileos-wallpapers, tileos-wallpapers,
waybar, waybar,
wf-recorder, wf-recorder,
wl-clipboard, wl-clipboard,
wl-mirror,
wlsunset, wlsunset,
xdg-desktop-portal-wlr, xdg-desktop-portal-wlr,
xwayland
Recommends: Recommends:
engrampa, engrampa,
firefox-esr, firefox-esr,
@ -304,17 +352,19 @@ Recommends:
pluma, pluma,
ranger, ranger,
systemd-oomd, systemd-oomd,
wlr-randr wlr-randr,
xwayland
Conflicts: Conflicts:
tileos-desktop-sway, tileos-desktop-sway,
tileos-desktop-river tileos-desktop-river
Description: SwayFx desktop for TileOS Description: SwayFx desktop for TileOS (experimental)
Package: tileos-desktop-river Package: tileos-desktop-river
Architecture: amd64 arm64 Architecture: amd64 arm64
Depends: Depends:
alacritty, alacritty,
azote, azote,
bibata-cursor-theme,
calcurse, calcurse,
cliphist, cliphist,
dunst, dunst,
@ -322,6 +372,7 @@ Depends:
nwg-bar, nwg-bar,
nwg-drawer, nwg-drawer,
nwg-look, nwg-look,
nwg-wrapper,
plymouth-theme-tileos, plymouth-theme-tileos,
qtwayland5, qtwayland5,
qt6-wayland, qt6-wayland,
@ -343,7 +394,6 @@ Depends:
wl-clipboard, wl-clipboard,
wlopm, wlopm,
wlsunset, wlsunset,
xwayland
Recommends: Recommends:
earlyoom, earlyoom,
engrampa, engrampa,
@ -353,20 +403,23 @@ Recommends:
pcmanfm-qt, pcmanfm-qt,
pluma, pluma,
ranger, ranger,
wlr-randr wlr-randr,
xwayland
Conflicts: Conflicts:
tileos-desktop-sway, tileos-desktop-sway,
tileos-desktop-swayfx tileos-desktop-swayfx
Description: River desktop for TileOS (experimental) Description: River desktop for TileOS
Package: tileos-desktop-qtile Package: tileos-desktop-qtile
Architecture: amd64 arm64 Architecture: amd64 arm64
Depends: Depends:
alacritty, alacritty,
azote, azote,
bibata-cursor-theme,
calcurse, calcurse,
cliphist, cliphist,
dunst, dunst,
i3lock,
kanshi, kanshi,
grim, grim,
nwg-bar, nwg-bar,
@ -392,7 +445,6 @@ Depends:
wlopm, wlopm,
wl-clipboard, wl-clipboard,
wlsunset, wlsunset,
xwayland
Recommends: Recommends:
earlyoom, earlyoom,
engrampa, engrampa,
@ -402,13 +454,23 @@ Recommends:
pcmanfm-qt, pcmanfm-qt,
pluma, pluma,
ranger, ranger,
wlr-randr wlr-randr,
xwayland
Conflicts: Conflicts:
tileos-desktop-sway, tileos-desktop-sway,
tileos-desktop-swayfx, tileos-desktop-swayfx,
tileos-desktop-river tileos-desktop-river
Description: Qtile desktop for TileOS (experimental) 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 Package: tileos-sway-live
Architecture: amd64 arm64 Architecture: amd64 arm64
Depends: Depends: