Skip to content

Commit

Permalink
Merge pull request #142 from pop-os/update
Browse files Browse the repository at this point in the history
Update submodules and specify master_jammy as remote branch
  • Loading branch information
Drakulix authored Oct 3, 2023
2 parents be4b9ea + 2123856 commit e67428f
Show file tree
Hide file tree
Showing 11 changed files with 30 additions and 10 deletions.
22 changes: 20 additions & 2 deletions .gitmodules
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
2 changes: 1 addition & 1 deletion cosmic-applibrary
1 change: 1 addition & 0 deletions cosmic-icons
Submodule cosmic-icons added at 14d8e2
2 changes: 1 addition & 1 deletion cosmic-launcher
2 changes: 1 addition & 1 deletion cosmic-notifications
2 changes: 1 addition & 1 deletion cosmic-workspaces-epoch
1 change: 1 addition & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ sysext dir=`echo $(pwd)/cosmic-sysext` version=("nightly-" + `git rev-parse --sh
{{ just }} rootdir={{dir}} cosmic-applibrary/install
{{ just }} rootdir={{dir}} cosmic-bg/install
{{ make }} -C cosmic-comp install DESTDIR={{dir}}
{{ just }} rootdir={{dir}} cosmic-icons/install
{{ just }} rootdir={{dir}} cosmic-launcher/install
{{ just }} rootdir={{dir}} cosmic-notifications/install
{{ make }} -C cosmic-osd install DESTDIR={{dir}} prefix=/usr
Expand Down

0 comments on commit e67428f

Please sign in to comment.