-
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.
Merge pull request #142 from pop-os/update
Update submodules and specify master_jammy as remote branch
- Loading branch information
Showing
11 changed files
with
30 additions
and
10 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,42 +1,60 @@ | ||
[submodule "cosmic-session"] | ||
path = cosmic-session | ||
url = https://github.com/pop-os/cosmic-session | ||
branch = master_jammy | ||
[submodule "cosmic-comp"] | ||
path = cosmic-comp | ||
url = https://github.com/pop-os/cosmic-comp | ||
branch = master_jammy | ||
[submodule "cosmic-panel"] | ||
path = cosmic-panel | ||
url = https://github.com/pop-os/cosmic-panel | ||
branch = master_jammy | ||
[submodule "cosmic-applets"] | ||
path = cosmic-applets | ||
url = https://github.com/pop-os/cosmic-applets | ||
branch = master_jammy | ||
[submodule "cosmic-applibrary"] | ||
path = cosmic-applibrary | ||
url = https://github.com/pop-os/cosmic-applibrary | ||
branch = master_jammy | ||
[submodule "cosmic-launcher"] | ||
path = cosmic-launcher | ||
url = https://github.com/pop-os/cosmic-launcher | ||
branch = master_jammy | ||
[submodule "simple-wrapper"] | ||
path = simple-wrapper | ||
url = https://github.com/pop-os/simple-wrapper | ||
branch = master_jammy | ||
[submodule "cosmic-settings"] | ||
path = cosmic-settings | ||
url = https://github.com/pop-os/cosmic-settings | ||
path = cosmic-settings | ||
url = https://github.com/pop-os/cosmic-settings | ||
branch = master_jammy | ||
[submodule "cosmic-settings-daemon"] | ||
path = cosmic-settings-daemon | ||
url = https://github.com/pop-os/cosmic-settings-daemon | ||
branch = master_jammy | ||
[submodule "xdg-desktop-portal-cosmic"] | ||
path = xdg-desktop-portal-cosmic | ||
url = https://github.com/pop-os/xdg-desktop-portal-cosmic.git | ||
branch = master_jammy | ||
[submodule "cosmic-osd"] | ||
path = cosmic-osd | ||
url = https://github.com/pop-os/cosmic-osd.git | ||
branch = master_jammy | ||
[submodule "cosmic-bg"] | ||
path = cosmic-bg | ||
url = https://github.com/pop-os/cosmic-bg.git | ||
branch = master_jammy | ||
[submodule "cosmic-workspaces-epoch"] | ||
path = cosmic-workspaces-epoch | ||
url = https://github.com/pop-os/cosmic-workspaces-epoch/ | ||
branch = master_jammy | ||
[submodule "cosmic-notifications"] | ||
path = cosmic-notifications | ||
url = https://github.com/pop-os/cosmic-notifications | ||
branch = master_jammy | ||
[submodule "cosmic-icons"] | ||
path = cosmic-icons | ||
url = https://github.com/pop-os/cosmic-icons.git | ||
branch = master_jammy |
Submodule cosmic-applets
updated
12 files
+2 −2 | Cargo.lock | |
+1 −1 | cosmic-app-list/Cargo.toml | |
+72 −32 | cosmic-app-list/src/app.rs | |
+10 −0 | cosmic-applet-audio/src/main.rs | |
+10 −0 | cosmic-applet-battery/src/app.rs | |
+10 −0 | cosmic-applet-bluetooth/src/app.rs | |
+4 −0 | cosmic-applet-graphics/src/dbus.rs | |
+9 −1 | cosmic-applet-graphics/src/window.rs | |
+10 −0 | cosmic-applet-network/src/app.rs | |
+10 −0 | cosmic-applet-notifications/src/main.rs | |
+11 −0 | cosmic-applet-power/src/main.rs | |
+11 −0 | cosmic-applet-time/src/main.rs |
Submodule cosmic-applibrary
updated
5 files
+2 −2 | Cargo.lock | |
+1 −1 | Cargo.toml | |
+13 −0 | i18n/ru/cosmic_app_library.ftl | |
+13 −0 | i18n/zh-TW/cosmic_app_library.ftl | |
+44 −29 | src/app_group.rs |
Submodule cosmic-comp
updated
32 files
Submodule cosmic-icons
added at
14d8e2
Submodule cosmic-launcher
updated
6 files
+449 −308 | Cargo.lock | |
+1 −1 | Cargo.toml | |
+1 −0 | debian/control | |
+1 −0 | i18n/ru/cosmic_launcher.ftl | |
+43 −15 | src/components/app.rs | |
+2 −1 | src/process.rs |
Submodule cosmic-notifications
updated
5 files
+389 −248 | Cargo.lock | |
+1 −3 | cosmic-notifications-util/src/lib.rs | |
+1 −0 | debian/control | |
+104 −60 | src/app.rs | |
+37 −35 | src/subscriptions/notifications.rs |
Submodule cosmic-panel
updated
18 files
Submodule cosmic-settings
updated
30 files
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