-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sway & labwc: decouple rundeps (#5060)
**Summary** - **labwc: split extraneous rundeps and session into session sub-package** - **xdg-desktop-portal-wlr: Update to 0.7.1** - **sway: split extraneous rundeps and session into session sub-package** Resolves #4698 **Test Plan** Installed labwc and then was able to uninstall alacritty. xdg-desktop-portal-wlr: Validated with screensharing **Checklist** - [x] Package was built and tested against unstable - [x] This change could gainfully be listed in the weekly sync notes once merged <!-- Write an appropriate message in the Summary section, then add the "Topic: Sync Notes" label -->
- Loading branch information
Showing
7 changed files
with
88 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,21 +3,19 @@ | |
<Name>sway</Name> | ||
<Homepage>https://swaywm.org/</Homepage> | ||
<Packager> | ||
<Name>David Harder</Name> | ||
<Email>[email protected]</Email> | ||
<Name>Joshua Strobl</Name> | ||
<Email>[email protected]</Email> | ||
</Packager> | ||
<License>MIT</License> | ||
<PartOf>desktop</PartOf> | ||
<Summary xml:lang="en">sway is an i3-compatible Wayland compositor</Summary> | ||
<Description xml:lang="en">sway is an i3-compatible Wayland compositor. | ||
</Description> | ||
<Description xml:lang="en">sway is an i3-compatible Wayland compositor.</Description> | ||
<Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://sources.getsol.us/README.Solus</Archive> | ||
</Source> | ||
<Package> | ||
<Name>sway</Name> | ||
<Summary xml:lang="en">sway is an i3-compatible Wayland compositor</Summary> | ||
<Description xml:lang="en">sway is an i3-compatible Wayland compositor. | ||
</Description> | ||
<Description xml:lang="en">sway is an i3-compatible Wayland compositor.</Description> | ||
<PartOf>desktop</PartOf> | ||
<Files> | ||
<Path fileType="executable">/usr/bin/sway</Path> | ||
|
@@ -50,19 +48,29 @@ | |
<Path fileType="man">/usr/share/man/man5/swaynag.5</Path> | ||
<Path fileType="man">/usr/share/man/man7/sway-ipc.7</Path> | ||
<Path fileType="man">/usr/share/man/man7/swaybar-protocol.7</Path> | ||
<Path fileType="data">/usr/share/wayland-sessions/sway.desktop</Path> | ||
<Path fileType="data">/usr/share/xdg-desktop-portal/sway-portals.conf</Path> | ||
<Path fileType="data">/usr/share/zsh/site-functions/_sway</Path> | ||
<Path fileType="data">/usr/share/zsh/site-functions/_swaymsg</Path> | ||
</Files> | ||
</Package> | ||
<Package> | ||
<Name>sway-session</Name> | ||
<Summary xml:lang="en">sway session</Summary> | ||
<Description xml:lang="en">sway session</Description> | ||
<RuntimeDependencies> | ||
<Dependency releaseFrom="34">sway</Dependency> | ||
</RuntimeDependencies> | ||
<Files> | ||
<Path fileType="data">/usr/share/wayland-sessions/sway.desktop</Path> | ||
</Files> | ||
</Package> | ||
<History> | ||
<Update release="33"> | ||
<Date>2025-01-28</Date> | ||
<Update release="34"> | ||
<Date>2025-02-15</Date> | ||
<Version>1.10.1</Version> | ||
<Comment>Packaging update</Comment> | ||
<Name>David Harder</Name> | ||
<Email>[email protected]</Email> | ||
<Name>Joshua Strobl</Name> | ||
<Email>[email protected]</Email> | ||
</Update> | ||
</History> | ||
</PISI> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters