feat: add cosmic-randr

To be used as a dependency for cosmic-settings
This commit is contained in:
Michael Aaron Murphy
2023-12-22 19:19:24 +01:00
committed by Michael Murphy
parent 7bbdcad4e4
commit 4edc8417a4
4 changed files with 8 additions and 0 deletions
+3
View File
@@ -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
View File
@@ -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)
Submodule
+1
Submodule cosmic-randr added at 5964a2e6a4
+3
View File
@@ -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
@@ -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
@@ -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