mirror of
https://github.com/outbackdingo/hyprcosmic.git
synced 2026-08-25 14:53:21 +00:00
feat: add cosmic-randr
To be used as a dependency for cosmic-settings
This commit is contained in:
committed by
Michael Murphy
parent
7bbdcad4e4
commit
4edc8417a4
@@ -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
|
||||
|
||||
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user