mirror of
https://github.com/outbackdingo/hyprcosmic.git
synced 2026-08-25 14:53:21 +00:00
Compare commits
7
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0098ab4d8f | ||
|
|
3e34c8e746 | ||
|
|
0d128858ad | ||
|
|
f846fcb546 | ||
|
|
43bcd5266f | ||
|
|
a21edb170b | ||
|
|
ed1607856b |
@@ -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: c003924f08...0441c67b10
+1
-1
Submodule cosmic-applibrary updated: f2024ce955...8b0f3bb303
+1
-1
Submodule cosmic-bg updated: b1ca4c180a...71bb96b3ea
+1
-1
Submodule cosmic-comp updated: b5a1a6d317...bb584aab7f
+1
-1
Submodule cosmic-edit updated: d123bc0a51...dfcef22632
+1
-1
Submodule cosmic-files updated: 750c92c841...3ef7913abd
+1
-1
Submodule cosmic-greeter updated: 2cbfba0c0b...953478f801
+1
-1
Submodule cosmic-icons updated: 2c697e8e97...b78b059636
+1
-1
Submodule cosmic-initial-setup updated: 3dedc80173...8b10e07667
+1
-1
Submodule cosmic-launcher updated: 296e5cb66c...b6b3e8a4a2
Submodule
+1
Submodule cosmic-monitor added at aadabc06cd
+1
-1
Submodule cosmic-osd updated: cbc1e9cbf3...1921053e00
+1
-1
Submodule cosmic-panel updated: 2358f0473b...45f03a3864
+1
-1
Submodule cosmic-player updated: 468b5f1459...b162e335db
+1
-1
Submodule cosmic-screenshot updated: bd585c1d24...d6ef210e98
+1
-1
Submodule cosmic-session updated: 17cf4485a9...308c9d3f8f
+1
-1
Submodule cosmic-settings updated: cb58af2be4...9f9311235e
+1
-1
Submodule cosmic-settings-daemon updated: 716da6d6af...276fef9834
+1
-1
Submodule cosmic-store updated: d89dd639f3...ed4e4fd9f5
+1
-1
Submodule cosmic-term updated: faa61d1692...1d3d8837df
+1
-1
Submodule cosmic-workspaces-epoch updated: d56a59208e...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,13 +3,14 @@
|
||||
set -e
|
||||
|
||||
# This should be the _next_ epoch version
|
||||
version=1.0.12
|
||||
version=1.2.0
|
||||
subject="Epoch ${version} version update"
|
||||
description="Generated by cosmic-epoch scripts/version-update.sh"
|
||||
|
||||
repos=(
|
||||
cosmic-edit
|
||||
cosmic-files
|
||||
cosmic-monitor
|
||||
cosmic-player
|
||||
cosmic-store
|
||||
cosmic-term
|
||||
|
||||
Submodule xdg-desktop-portal-cosmic updated: db8ec7cf49...2948dd491c
Reference in New Issue
Block a user