File tree 4 files changed +9
-0
lines changed
4 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 94
94
path = cosmic-idle
95
95
url = https://github.com/pop-os/cosmic-idle.git
96
96
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
16
16
* [ cosmic-notifications] ( https://github.com/pop-os/cosmic-notifications )
17
17
* [ cosmic-osd] ( https://github.com/pop-os/cosmic-osd )
18
18
* [ cosmic-panel] ( https://github.com/pop-os/cosmic-panel )
19
+ * [ cosmic-player] ( https://github.com/pop-os/cosmic-player )
19
20
* [ cosmic-randr] ( https://github.com/pop-os/cosmic-randr )
20
21
* [ cosmic-screenshot] ( https://github.com/pop-os/cosmic-screenshot )
21
22
* [ cosmic-session] ( https://github.com/pop-os/cosmic-session )
Original file line number Diff line number Diff line change 16
16
{{ just }} cosmic-notifications/ build-release
17
17
{{ make }} -C cosmic-osd all
18
18
{{ just }} cosmic-panel/ build-release
19
+ {{ just }} cosmic-player/ build-release
19
20
{{ just }} cosmic-randr/ build-release
20
21
{{ just }} cosmic-screenshot/ build-release
21
22
{{ just }} cosmic-settings/ build-release
@@ -41,6 +42,7 @@ install rootdir="" prefix="/usr/local": build
41
42
{{ just }} rootdir={{ rootdir}} prefix={{ prefix}} cosmic-notifications/ install
42
43
{{ make }} -C cosmic-osd install DESTDIR={{ rootdir}} prefix={{ prefix}}
43
44
{{ just }} rootdir={{ rootdir}} prefix={{ prefix}} cosmic-panel/ install
45
+ {{ just }} rootdir={{ rootdir}} prefix={{ prefix}} cosmic-player/ install
44
46
{{ just }} rootdir={{ rootdir}} prefix={{ prefix}} cosmic-randr/ install
45
47
{{ just }} rootdir={{ rootdir}} prefix={{ prefix}} cosmic-screenshot/ install
46
48
{{ just }} rootdir={{ rootdir}} prefix={{ prefix}} cosmic-settings/ install
78
80
{{ just }} cosmic-idle/ clean
79
81
rm -rf cosmic-launcher/ target
80
82
rm -rf cosmic-panel/ target
83
+ rm -rf cosmic-player/ target
81
84
rm -rf cosmic-notifications/ target
82
85
rm -rf cosmic-osd/ target
83
86
rm -rf cosmic-randr/ target
You can’t perform that action at this time.
0 commit comments