-
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: split extraneous rundeps and session into session sub-package
**Summary** This update splits off various runtime dependencies and the wayland-session desktop file into its own sub-package. Resolves #4698
- Loading branch information
1 parent
4b56a38
commit e6b9576
Showing
2 changed files
with
30 additions
and
20 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
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,26 @@ | |
<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> | ||
<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> |