diff --git a/.gitmodules b/.gitmodules index 1984c0b..694204d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -54,3 +54,7 @@ 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 diff --git a/cosmic-icons b/cosmic-icons new file mode 160000 index 0000000..14d8e20 --- /dev/null +++ b/cosmic-icons @@ -0,0 +1 @@ +Subproject commit 14d8e2048087be1ad444f9b3ebb75885509f72c6 diff --git a/justfile b/justfile index 32f3a73..6e56373 100644 --- a/justfile +++ b/justfile @@ -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