Add experimental Qtile flavor
This commit is contained in:
parent
cdf08e08c9
commit
dcfe3799bc
2 changed files with 58 additions and 0 deletions
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -1,3 +1,9 @@
|
||||||
|
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
|
||||||
|
|
52
debian/control
vendored
52
debian/control
vendored
|
@ -358,6 +358,49 @@ Conflicts:
|
||||||
tileos-desktop-swayfx
|
tileos-desktop-swayfx
|
||||||
Description: River desktop for TileOS (experimental)
|
Description: River desktop for TileOS (experimental)
|
||||||
|
|
||||||
|
Package: tileos-desktop-qtile
|
||||||
|
Architecture: amd64 arm64
|
||||||
|
Depends:
|
||||||
|
alacritty,
|
||||||
|
azote,
|
||||||
|
dunst,
|
||||||
|
grim,
|
||||||
|
nwg-bar,
|
||||||
|
nwg-drawer,
|
||||||
|
nwg-look,
|
||||||
|
plymouth-theme-tileos,
|
||||||
|
qtwayland5,
|
||||||
|
qt6-qtwayland,
|
||||||
|
qtile,
|
||||||
|
qtile-extras,
|
||||||
|
rofi-wayland,
|
||||||
|
slurp,
|
||||||
|
swaybg,
|
||||||
|
swayidle,
|
||||||
|
swaylock,
|
||||||
|
tileos-desktop-common (= ${binary:Version}),
|
||||||
|
tileos-grub-theme,
|
||||||
|
tileos-settings-qtile,
|
||||||
|
tileos-theme-catppuccin,
|
||||||
|
tileos-wallpapers,
|
||||||
|
wl-recorder,
|
||||||
|
xwayland
|
||||||
|
Recommends:
|
||||||
|
earlyoom,
|
||||||
|
engrampa,
|
||||||
|
firefox-esr,
|
||||||
|
imv,
|
||||||
|
pavucontrol,
|
||||||
|
pcmanfm-qt,
|
||||||
|
pluma,
|
||||||
|
ranger,
|
||||||
|
wlr-randr
|
||||||
|
Conflicts:
|
||||||
|
tileos-desktop-sway,
|
||||||
|
tileos-desktop-swayfx,
|
||||||
|
tileos-desktop-river
|
||||||
|
Description: Qtile desktop for TileOS (experimental)
|
||||||
|
|
||||||
Package: tileos-sway-live
|
Package: tileos-sway-live
|
||||||
Architecture: amd64 arm64
|
Architecture: amd64 arm64
|
||||||
Depends:
|
Depends:
|
||||||
|
@ -384,3 +427,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