File tree Expand file tree Collapse file tree 4 files changed +9
-0
lines changed
Expand file tree Collapse file tree 4 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 9494 path = cosmic-idle
9595 url = https://github.com/pop-os/cosmic-idle.git
9696 branch = master
97+ [submodule "cosmic-player "]
98+ path = cosmic-player
99+ url = https://github.com/pop-os/cosmic-player.git
100+ branch = master
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ Currently an incomplete **alpha**. Testing instructions below for various distri
1616* [ cosmic-notifications] ( https://github.com/pop-os/cosmic-notifications )
1717* [ cosmic-osd] ( https://github.com/pop-os/cosmic-osd )
1818* [ cosmic-panel] ( https://github.com/pop-os/cosmic-panel )
19+ * [ cosmic-player] ( https://github.com/pop-os/cosmic-player )
1920* [ cosmic-randr] ( https://github.com/pop-os/cosmic-randr )
2021* [ cosmic-screenshot] ( https://github.com/pop-os/cosmic-screenshot )
2122* [ cosmic-session] ( https://github.com/pop-os/cosmic-session )
Original file line number Diff line number Diff line change 1616 {{ just }} cosmic-notifications/ build-release
1717 {{ make }} -C cosmic-osd all
1818 {{ just }} cosmic-panel/ build-release
19+ {{ just }} cosmic-player/ build-release
1920 {{ just }} cosmic-randr/ build-release
2021 {{ just }} cosmic-screenshot/ build-release
2122 {{ just }} cosmic-settings/ build-release
@@ -41,6 +42,7 @@ install rootdir="" prefix="/usr/local": build
4142 {{ just }} rootdir={{ rootdir}} prefix={{ prefix}} cosmic-notifications/ install
4243 {{ make }} -C cosmic-osd install DESTDIR={{ rootdir}} prefix={{ prefix}}
4344 {{ just }} rootdir={{ rootdir}} prefix={{ prefix}} cosmic-panel/ install
45+ {{ just }} rootdir={{ rootdir}} prefix={{ prefix}} cosmic-player/ install
4446 {{ just }} rootdir={{ rootdir}} prefix={{ prefix}} cosmic-randr/ install
4547 {{ just }} rootdir={{ rootdir}} prefix={{ prefix}} cosmic-screenshot/ install
4648 {{ just }} rootdir={{ rootdir}} prefix={{ prefix}} cosmic-settings/ install
7880 {{ just }} cosmic-idle/ clean
7981 rm -rf cosmic-launcher/ target
8082 rm -rf cosmic-panel/ target
83+ rm -rf cosmic-player/ target
8184 rm -rf cosmic-notifications/ target
8285 rm -rf cosmic-osd/ target
8386 rm -rf cosmic-randr/ target
You can’t perform that action at this time.
0 commit comments