forked from swaywm/sway
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #28 from regolith-linux/fix-conflict-upstream
Fix conflict upstream
- Loading branch information
Showing
5 changed files
with
32 additions
and
40 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,16 @@ | ||
sway-regolith (1.9-16) noble; urgency=medium | ||
|
||
* fix: remove desktop session file | ||
|
||
-- Regolith Linux <[email protected]> Mon, 27 May 2024 09:48:43 -0700 | ||
|
||
sway-regolith (1.9-15) noble; urgency=medium | ||
|
||
* chore: update patches to use upstream bin name | ||
* fix: clean up package metadata | ||
|
||
-- Regolith Linux <[email protected]> Sun, 26 May 2024 10:02:24 -0700 | ||
|
||
sway-regolith (1.9-5) noble; urgency=medium | ||
|
||
[ Soumya Ranjan Patnaik ] | ||
|
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 |
---|---|---|
@@ -1,9 +1,7 @@ | ||
Source: sway-regolith | ||
Section: x11 | ||
Priority: optional | ||
Maintainer: Sway and related packages team <[email protected]> | ||
Uploaders: Birger Schacht <[email protected]>, | ||
nicoo <[email protected]> | ||
Maintainer: Soumya Ranjan Patnaik <[email protected]>, Regolith Desktop <[email protected]> | ||
Build-Depends: debhelper-compat (= 13), | ||
libcairo2-dev, | ||
libcap-dev, | ||
|
@@ -29,16 +27,20 @@ Build-Depends: debhelper-compat (= 13), | |
tree, | ||
wayland-protocols (>= 1.24) | ||
Standards-Version: 4.6.1.0 | ||
Homepage: http://swaywm.org | ||
Vcs-Browser: https://salsa.debian.org/swaywm-team/sway | ||
Vcs-Git: https://salsa.debian.org/swaywm-team/sway.git | ||
Rules-Requires-Root: no | ||
|
||
Package: sway-regolith | ||
Architecture: any | ||
Depends: libgl1-mesa-dri, swaybg, policykit-1, libtrawldb, ${misc:Depends}, ${shlibs:Depends} | ||
Depends: libgl1-mesa-dri, | ||
libtrawldb, | ||
polkitd, | ||
swaybg, | ||
${misc:Depends}, | ||
${shlibs:Depends} | ||
Suggests: xdg-desktop-portal-wlr | ||
Provides: sway | ||
Conflicts: sway | ||
Replaces: sway | ||
Description: i3-compatible Wayland compositor for the Regolith desktop environment | ||
sway (SirCmpwn's Wayland compositor) is a tiling Wayland compositor and a | ||
drop-in replacement for the i3 window manager for X11. It works with your | ||
|
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 |
---|---|---|
|
@@ -2,4 +2,4 @@ | |
02-version-fix.patch | ||
03-disable-wallpaper | ||
04-dbus-tray | ||
05-disable-config-files | ||
05-remove-config |