mirror of
https://github.com/outbackdingo/hyprcosmic.git
synced 2026-08-25 14:53:21 +00:00
update components
This commit is contained in:
@@ -19,3 +19,9 @@
|
||||
[submodule "simple-wrapper"]
|
||||
path = simple-wrapper
|
||||
url = https://github.com/pop-os/simple-wrapper
|
||||
[submodule "cosmic-applet-host"]
|
||||
path = cosmic-applet-host
|
||||
url = https://github.com/pop-os/cosmic-applet-host
|
||||
[submodule "cosmic-settings-daemon"]
|
||||
path = cosmic-settings-daemon
|
||||
url = https://github.com/pop-os/cosmic-settings-daemon
|
||||
|
||||
@@ -4,6 +4,7 @@ Currently an incomplete **pre-alpha**.
|
||||
|
||||
## Components of Cosmic Desktop
|
||||
* [cosmic-applets](https://github.com/pop-os/cosmic-applets)
|
||||
* [cosmic-applet-host](https://github.com/pop-os/cosmic-applet-host)
|
||||
* [cosmic-applibrary](https://github.com/pop-os/cosmic-applibrary)
|
||||
* [cosmic-comp](https://github.com/pop-os/cosmic-comp)
|
||||
* [xdg-desktop-portal-cosmic](https://github.com/pop-os/xdg-desktop-portal-cosmic)
|
||||
@@ -16,7 +17,6 @@ Currently an incomplete **pre-alpha**.
|
||||
* [cosmic-theme](https://github.com/pop-os/cosmic-theme)
|
||||
* [cosmic-theme-editor](https://github.com/pop-os/cosmic-theme-editor)
|
||||
* [libcosmic](https://github.com/pop-os/libcosmic)
|
||||
* [simple-wrapper](https://github.com/pop-os/simple-wrapper)
|
||||
|
||||
## Setup
|
||||
|
||||
|
||||
Submodule
+1
Submodule cosmic-applet-host added at 461dfdfb0c
+1
-1
Submodule cosmic-applets updated: 1a13ea6d00...580df62e46
+1
-1
Submodule cosmic-applibrary updated: f3215d7474...4da5c3fc4d
+1
-1
Submodule cosmic-comp updated: 6c7b393b79...7708cdc1a2
+1
-1
Submodule cosmic-launcher updated: 3e6cd74b86...a1270e367c
+1
-1
Submodule cosmic-panel updated: 317ea2edac...f3947a6a3b
+1
-1
Submodule cosmic-session updated: 378f137d0a...29e6dd0f84
Submodule
+1
Submodule cosmic-settings-daemon added at 3041a75f79
@@ -3,22 +3,24 @@ make := `which make`
|
||||
|
||||
build:
|
||||
{{ just }} cosmic-applets/all
|
||||
{{ make }} -C cosmic-applet-host all
|
||||
{{ just }} cosmic-applibrary/all
|
||||
{{ make }} -C cosmic-comp all
|
||||
{{ just }} cosmic-launcher/all
|
||||
{{ make }} -C cosmic-panel all
|
||||
{{ make }} -C cosmic-settings-daemon all
|
||||
{{ just }} cosmic-session/all
|
||||
{{ make }} -C simple-wrapper all
|
||||
|
||||
sysext dir=`echo $(pwd)/cosmic-sysext` version=("nightly-" + `git rev-parse --short HEAD`): build && (_extension_release dir version)
|
||||
@mkdir -p {{dir}}/usr/lib/extension-release.d/
|
||||
{{ just }} rootdir={{dir}} cosmic-applets/install
|
||||
{{ make }} -C cosmic-applet-host install DESTDIR={{dir}} prefix=/usr
|
||||
{{ just }} rootdir={{dir}} cosmic-applibrary/install
|
||||
{{ make }} -C cosmic-comp install DESTDIR={{dir}}
|
||||
{{ just }} rootdir={{dir}} cosmic-launcher/install
|
||||
{{ make }} -C cosmic-panel install DESTDIR={{dir}} prefix=/usr
|
||||
{{ make }} -C cosmic-settings-daemon install DESTDIR={{dir}} prefix=/usr
|
||||
{{ just }} rootdir={{dir}} cosmic-session/install
|
||||
{{ make }} -C simple-wrapper install DESTDIR={{dir}} prefix=/usr
|
||||
|
||||
_extension_release dir version:
|
||||
#!/usr/bin/env sh
|
||||
@@ -32,9 +34,10 @@ _extension_release dir version:
|
||||
|
||||
clean:
|
||||
rm -rf cosmic-applets/target
|
||||
rm -rf cosmic-applet-host/target
|
||||
rm -rf cosmic-applibrary/target
|
||||
rm -rf cosmic-comp/target
|
||||
rm -rf cosmic-launcher/target
|
||||
rm -rf cosmic-panel/target
|
||||
rm -rf cosmic-settings-daemon/target
|
||||
rm -rf cosmic-session/target
|
||||
rm -rf simple-wrapper/target
|
||||
|
||||
Submodule simple-wrapper deleted from 95db0daff4
Reference in New Issue
Block a user