Compare commits
18 commits
Author | SHA1 | Date | |
---|---|---|---|
039a545805 | |||
ac3f858b72 | |||
90b411667a | |||
37e0c0fc5f | |||
2471c30689 | |||
2e1b076b9b | |||
98149ad3c3 | |||
c681f21d35 | |||
78fe11199a | |||
8efdcc3711 | |||
f4543c0b12 | |||
a50bc76d49 | |||
1ae61c9da8 | |||
42391e7533 | |||
f67902ecd0 | |||
6bdcde0e08 | |||
2d404e3d87 | |||
dcfe3799bc |
3 changed files with 216 additions and 11 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
|
68
debian/changelog
vendored
68
debian/changelog
vendored
|
@ -1,3 +1,71 @@
|
||||||
|
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
|
||||||
|
|
||||||
|
* Add more packages to Qtile edition
|
||||||
|
* Add wlopm to River edition
|
||||||
|
|
||||||
|
-- Aleksey Samoilov <samoilov.lex@gmail.com> Sat, 25 Nov 2023 23:55:40 +0400
|
||||||
|
|
||||||
|
tileos-meta (1.0.5~tileos) unstable; urgency=medium
|
||||||
|
|
||||||
|
* Fix typos
|
||||||
|
|
||||||
|
-- Aleksey Samoilov <samoilov.lex@gmail.com> Thu, 23 Nov 2023 23:04:43 +0400
|
||||||
|
|
||||||
|
tileos-meta (1.0.4~tileos) unstable; urgency=medium
|
||||||
|
|
||||||
|
* Add Qtile flavor
|
||||||
|
|
||||||
|
-- Aleksey Samoilov <samoilov.lex@gmail.com> Thu, 23 Nov 2023 17:26:33 +0400
|
||||||
|
|
||||||
tileos-meta (1.0.3~tileos) unstable; urgency=medium
|
tileos-meta (1.0.3~tileos) unstable; urgency=medium
|
||||||
|
|
||||||
* Add SwayFX flavor
|
* Add SwayFX flavor
|
||||||
|
|
144
debian/control
vendored
144
debian/control
vendored
|
@ -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,
|
||||||
|
@ -341,8 +392,8 @@ Depends:
|
||||||
wdisplays,
|
wdisplays,
|
||||||
wf-recorder,
|
wf-recorder,
|
||||||
wl-clipboard,
|
wl-clipboard,
|
||||||
|
wlopm,
|
||||||
wlsunset,
|
wlsunset,
|
||||||
xwayland
|
|
||||||
Recommends:
|
Recommends:
|
||||||
earlyoom,
|
earlyoom,
|
||||||
engrampa,
|
engrampa,
|
||||||
|
@ -352,11 +403,73 @@ 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
|
||||||
|
Architecture: amd64 arm64
|
||||||
|
Depends:
|
||||||
|
alacritty,
|
||||||
|
azote,
|
||||||
|
bibata-cursor-theme,
|
||||||
|
calcurse,
|
||||||
|
cliphist,
|
||||||
|
dunst,
|
||||||
|
i3lock,
|
||||||
|
kanshi,
|
||||||
|
grim,
|
||||||
|
nwg-bar,
|
||||||
|
nwg-drawer,
|
||||||
|
nwg-look,
|
||||||
|
plymouth-theme-tileos,
|
||||||
|
qtwayland5,
|
||||||
|
qt6-wayland,
|
||||||
|
qtile,
|
||||||
|
qtile-extras,
|
||||||
|
rofi-wayland,
|
||||||
|
slurp,
|
||||||
|
swappy,
|
||||||
|
swaybg,
|
||||||
|
swayidle,
|
||||||
|
swaylock,
|
||||||
|
tileos-desktop-common (= ${binary:Version}),
|
||||||
|
tileos-grub-theme,
|
||||||
|
tileos-settings-qtile,
|
||||||
|
tileos-theme-catppuccin,
|
||||||
|
tileos-wallpapers,
|
||||||
|
wf-recorder,
|
||||||
|
wlopm,
|
||||||
|
wl-clipboard,
|
||||||
|
wlsunset,
|
||||||
|
Recommends:
|
||||||
|
earlyoom,
|
||||||
|
engrampa,
|
||||||
|
firefox-esr,
|
||||||
|
imv,
|
||||||
|
pavucontrol,
|
||||||
|
pcmanfm-qt,
|
||||||
|
pluma,
|
||||||
|
ranger,
|
||||||
|
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
|
Package: tileos-sway-live
|
||||||
Architecture: amd64 arm64
|
Architecture: amd64 arm64
|
||||||
|
@ -384,3 +497,12 @@ Depends:
|
||||||
live-config,
|
live-config,
|
||||||
live-config-systemd
|
live-config-systemd
|
||||||
Description: LiveCD components for TileOS (River variant)
|
Description: LiveCD components for TileOS (River variant)
|
||||||
|
|
||||||
|
Package: tileos-qtile-live
|
||||||
|
Architecture: amd64 arm64
|
||||||
|
Depends:
|
||||||
|
calamares-settings-tileos-qtile,
|
||||||
|
live-boot,
|
||||||
|
live-config,
|
||||||
|
live-config-systemd,
|
||||||
|
Description: LiveCD components for TileOS (Qtile variant)
|
||||||
|
|
Loading…
Add table
Reference in a new issue