Compare commits

...
Author SHA1 Message Date
Jeremy Soller 3e34c8e746 Update submodules 2026-06-23 13:50:45 -06:00
Jeremy Soller 0d128858ad Add cosmic-monitor 2026-06-23 08:36:37 -06:00
Jeremy Soller f846fcb546 Update for 1.0.16 tags 2026-06-10 11:37:11 -06:00
Jeremy Soller 43bcd5266f Update for 1.0.15 tags 2026-06-03 10:51:13 -06:00
Jeremy Soller a21edb170b Update for 1.0.14 tags 2026-05-26 13:51:19 -06:00
Jeremy Soller ed1607856b Update for 1.0.13 tags 2026-05-12 13:10:23 -06:00
26 changed files with 31 additions and 22 deletions
+4
View File
@@ -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
+1
View File
@@ -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
Submodule cosmic-monitor added at b377a2071f
+3
View File
@@ -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
+1 -1
View File
@@ -3,7 +3,7 @@
set -e
# This should be the _next_ epoch version
version=1.0.12
version=1.0.16
subject="Epoch ${version} version update"
description="Generated by cosmic-epoch scripts/version-update.sh"