Skip to content

Commit

Permalink
feat: add cosmic-randr
Browse files Browse the repository at this point in the history
To be used as a dependency for cosmic-settings
  • Loading branch information
mmstick committed Dec 22, 2023
1 parent 7bbdcad commit 4edc841
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,6 @@
path = cosmic-term
url = https://github.com/pop-os/cosmic-term.git
branch = master_jammy
[submodule "cosmic-randr"]
path = cosmic-randr
url = https://github.com/pop-os/cosmic-randr.git
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Currently an incomplete **pre-alpha**. Testing instructions below for various di
* [cosmic-osd](https://github.com/pop-os/cosmic-osd)
* [cosmic-panel](https://github.com/pop-os/cosmic-panel)
* [cosmic-protocols](https://github.com/pop-os/cosmic-protocols)
* [cosmic-randr](https://github.com/pop-os/cosmic-randr)
* [cosmic-settings](https://github.com/pop-os/cosmic-settings)
* [cosmic-settings-daemon](https://github.com/pop-os/cosmic-settings-daemon)
* [cosmic-session](https://github.com/pop-os/cosmic-session)
Expand Down
1 change: 1 addition & 0 deletions cosmic-randr
Submodule cosmic-randr added at 5964a2
3 changes: 3 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ build:
{{ just }} cosmic-notifications/build-release
{{ make }} -C cosmic-osd all
{{ just }} cosmic-panel/build-release
{{ just }} cosmic-randr/build-release
{{ just }} cosmic-screenshot/build-release
{{ just }} cosmic-settings/build-release
{{ make }} -C cosmic-settings-daemon all
Expand All @@ -35,6 +36,7 @@ sysext dir=`echo $(pwd)/cosmic-sysext` version=("nightly-" + `git rev-parse --sh
{{ just }} rootdir={{dir}} cosmic-notifications/install
{{ make }} -C cosmic-osd install DESTDIR={{dir}} prefix=/usr
{{ just }} rootdir={{dir}} cosmic-panel/install
{{ just }} rootdir={{dir}} cosmic-randr/install
{{ just }} rootdir={{dir}} cosmic-screenshot/install
{{ just }} rootdir={{dir}} cosmic-settings/install
{{ make }} -C cosmic-settings-daemon install DESTDIR={{dir}} prefix=/usr
Expand Down Expand Up @@ -65,6 +67,7 @@ clean:
rm -rf cosmic-panel/target
rm -rf cosmic-notifications/target
rm -rf cosmic-osd/target
rm -rf cosmic-randr/target
rm -rf cosmic-screenshot/target
rm -rf cosmic-settings/target
rm -rf cosmic-settings-daemon/target
Expand Down

0 comments on commit 4edc841

Please sign in to comment.