Skip to content

Commit 6581855

Browse files
committed
Add cosmic-player
1 parent 5b02d6d commit 6581855

File tree

4 files changed

+9
-0
lines changed

4 files changed

+9
-0
lines changed

.gitmodules

+4
Original file line numberDiff line numberDiff line change
@@ -94,3 +94,7 @@
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

README.md

+1
Original file line numberDiff line numberDiff 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)

cosmic-player

Submodule cosmic-player added at 2f45950

justfile

+3
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ build:
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
@@ -78,6 +80,7 @@ clean:
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

0 commit comments

Comments
 (0)