mirror of
https://github.com/outbackdingo/hyprcosmic.git
synced 2026-08-25 14:53:21 +00:00
Compare commits
11
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3e34c8e746 | ||
|
|
0d128858ad | ||
|
|
f846fcb546 | ||
|
|
43bcd5266f | ||
|
|
a21edb170b | ||
|
|
ed1607856b | ||
|
|
4412bb00d7 | ||
|
|
6169da68ca | ||
|
|
d103b64024 | ||
|
|
9af2199729 | ||
|
|
9e8ac99bcb |
@@ -106,3 +106,7 @@
|
||||
path = pop-launcher
|
||||
url = https://github.com/pop-os/launcher.git
|
||||
branch = master
|
||||
[submodule "cosmic-monitor"]
|
||||
path = cosmic-monitor
|
||||
url = https://github.com/pop-os/cosmic-monitor.git
|
||||
branch = master
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
* [cosmic-idle](https://github.com/pop-os/cosmic-idle)
|
||||
* [cosmic-initial-setup](https://github.com/pop-os/cosmic-initial-setup)
|
||||
* [cosmic-launcher](https://github.com/pop-os/cosmic-launcher)
|
||||
* [cosmic-monitor](https://github.com/pop-os/cosmic-monitor)
|
||||
* [cosmic-notifications](https://github.com/pop-os/cosmic-notifications)
|
||||
* [cosmic-osd](https://github.com/pop-os/cosmic-osd)
|
||||
* [cosmic-panel](https://github.com/pop-os/cosmic-panel)
|
||||
|
||||
+1
-1
Submodule cosmic-applets updated: c8104a98ce...2c95057716
+1
-1
Submodule cosmic-applibrary updated: 1475c72bbb...8b0f3bb303
+1
-1
Submodule cosmic-bg updated: 4396743bef...8dd97b67e1
+1
-1
Submodule cosmic-comp updated: 3f68eee846...aac1e19f08
+1
-1
Submodule cosmic-edit updated: 7b511d737f...6ce200c84b
+1
-1
Submodule cosmic-files updated: f645c55a38...c653b69c75
+1
-1
Submodule cosmic-greeter updated: 2cbb199a16...a57265f480
+1
-1
Submodule cosmic-icons updated: 668a7acb6c...b78b059636
+1
-1
Submodule cosmic-initial-setup updated: dbe325bec5...8b10e07667
+1
-1
Submodule cosmic-launcher updated: 7c5140f0a2...ecb5fd596d
Submodule
+1
Submodule cosmic-monitor added at b377a2071f
+1
-1
Submodule cosmic-notifications updated: b58fb29bd7...a899bfbc67
+1
-1
Submodule cosmic-osd updated: 08789c8bdd...1921053e00
+1
-1
Submodule cosmic-panel updated: 6a783a18c3...45f03a3864
+1
-1
Submodule cosmic-player updated: a9586a8ad4...f6d3554788
+1
-1
Submodule cosmic-screenshot updated: 4ca3706fca...d6ef210e98
+1
-1
Submodule cosmic-session updated: 618624bcc0...495e591dc6
+1
-1
Submodule cosmic-settings updated: 28c3510671...84729d1dcd
+1
-1
Submodule cosmic-settings-daemon updated: defa9f7904...75c0480f13
+1
-1
Submodule cosmic-store updated: e7f825ed33...fa85fcb520
+1
-1
Submodule cosmic-term updated: 183acce057...a5acc057af
+1
-1
Submodule cosmic-workspaces-epoch updated: 87dca9eda4...6b5cdedafe
@@ -14,6 +14,7 @@ build:
|
||||
{{ just }} cosmic-idle/build-release
|
||||
{{ just }} cosmic-initial-setup/build-release
|
||||
{{ just }} cosmic-launcher/build-release
|
||||
{{ just }} cosmic-monitor/build-release
|
||||
{{ just }} cosmic-notifications/build-release
|
||||
{{ just }} cosmic-osd/build-release
|
||||
{{ just }} cosmic-panel/build-release
|
||||
@@ -42,6 +43,7 @@ install rootdir="" prefix="/usr/local": build
|
||||
{{ just }} rootdir={{rootdir}} prefix={{prefix}} cosmic-idle/install
|
||||
{{ just }} rootdir={{rootdir}} prefix={{prefix}} cosmic-initial-setup/install
|
||||
{{ just }} rootdir={{rootdir}} prefix={{prefix}} cosmic-launcher/install
|
||||
{{ just }} rootdir={{rootdir}} prefix={{prefix}} cosmic-monitor/install
|
||||
{{ just }} rootdir={{rootdir}} prefix={{prefix}} cosmic-notifications/install
|
||||
{{ just }} rootdir={{rootdir}} prefix={{prefix}} cosmic-osd/install
|
||||
{{ just }} rootdir={{rootdir}} prefix={{prefix}} cosmic-panel/install
|
||||
@@ -84,6 +86,7 @@ clean:
|
||||
{{ just }} cosmic-idle/clean
|
||||
{{ just }} cosmic-initial-setup/clean
|
||||
rm -rf cosmic-launcher/target
|
||||
{{ just }} cosmic-monitor/clean
|
||||
rm -rf cosmic-panel/target
|
||||
rm -rf cosmic-player/target
|
||||
rm -rf cosmic-notifications/target
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
set -e
|
||||
|
||||
# This should be the _next_ epoch version
|
||||
version=1.0.8
|
||||
version=1.0.16
|
||||
subject="Epoch ${version} version update"
|
||||
description="Generated by cosmic-epoch scripts/version-update.sh"
|
||||
|
||||
|
||||
Submodule xdg-desktop-portal-cosmic updated: 1fe63055bc...c537aa2964
Reference in New Issue
Block a user