Add initial River package
This commit is contained in:
parent
75b2558f67
commit
ac27cb88d3
2 changed files with 28 additions and 1 deletions
10
debian/changelog
vendored
10
debian/changelog
vendored
|
@ -1,3 +1,13 @@
|
||||||
|
tileos-meta (0.11~tileos) unstable; urgency=medium
|
||||||
|
|
||||||
|
* Initial River package
|
||||||
|
* Added tileos-system-adjustments
|
||||||
|
* Added systemd-oomd to tileos-desktop-sway
|
||||||
|
* Added sway-systemd to tileos-desktop-sway
|
||||||
|
* Removed earlyoom from tileos-desktop-common
|
||||||
|
|
||||||
|
-- Aleksey Samoilov <samoilov.lex@gmail.com> Wed, 17 May 2023 15:58:43 +0400
|
||||||
|
|
||||||
tileos-meta (0.10~tileos) unstable; urgency=medium
|
tileos-meta (0.10~tileos) unstable; urgency=medium
|
||||||
|
|
||||||
* Add fonts noto
|
* Add fonts noto
|
||||||
|
|
19
debian/control
vendored
19
debian/control
vendored
|
@ -254,6 +254,14 @@ Recommends:
|
||||||
wlr-randr
|
wlr-randr
|
||||||
Description: Sway desktop for TileOS
|
Description: Sway desktop for TileOS
|
||||||
|
|
||||||
|
Package: tileos-desktop-river
|
||||||
|
Architecture: amd64 arm64
|
||||||
|
Depends:
|
||||||
|
foot,
|
||||||
|
river
|
||||||
|
Conflicts: tileos-desktop-sway
|
||||||
|
Description: River desktop for TileOS
|
||||||
|
|
||||||
Package: tileos-sway-live
|
Package: tileos-sway-live
|
||||||
Architecture: amd64 arm64
|
Architecture: amd64 arm64
|
||||||
Depends:
|
Depends:
|
||||||
|
@ -261,4 +269,13 @@ Depends:
|
||||||
live-boot,
|
live-boot,
|
||||||
live-config,
|
live-config,
|
||||||
live-config-systemd
|
live-config-systemd
|
||||||
Description: LiveCD components for TileOS
|
Description: LiveCD components for TileOS (Sway variant)
|
||||||
|
|
||||||
|
Package: tileos-river-live
|
||||||
|
Architecture: amd64 arm64
|
||||||
|
Depends:
|
||||||
|
calamares-settings-tileos-river,
|
||||||
|
live-boot,
|
||||||
|
live-config,
|
||||||
|
live-config-systemd
|
||||||
|
Description: LiveCD components for TileOS (River variant)
|
||||||
|
|
Loading…
Add table
Reference in a new issue