mirror of
https://github.com/outbackdingo/hyprcosmic.git
synced 2026-08-25 14:53:21 +00:00
Compare commits
16
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
652b4c45f1 | ||
|
|
a483257d31 | ||
|
|
6eceadf650 | ||
|
|
0098ab4d8f | ||
|
|
3e34c8e746 | ||
|
|
0d128858ad | ||
|
|
f846fcb546 | ||
|
|
43bcd5266f | ||
|
|
a21edb170b | ||
|
|
ed1607856b | ||
|
|
4412bb00d7 | ||
|
|
6169da68ca | ||
|
|
d103b64024 | ||
|
|
9af2199729 | ||
|
|
9e8ac99bcb | ||
|
|
efe2c51b53 |
@@ -106,3 +106,11 @@
|
||||
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
|
||||
[submodule "cosmic-sound-theme"]
|
||||
path = cosmic-sound-theme
|
||||
url = https://github.com/pop-os/cosmic-sound-theme.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)
|
||||
@@ -23,6 +24,7 @@
|
||||
* [cosmic-session](https://github.com/pop-os/cosmic-session)
|
||||
* [cosmic-settings](https://github.com/pop-os/cosmic-settings)
|
||||
* [cosmic-settings-daemon](https://github.com/pop-os/cosmic-settings-daemon)
|
||||
* [cosmic-sound-theme](https://github.com/pop-os/cosmic-sound-theme)
|
||||
* [cosmic-store](https://github.com/pop-os/cosmic-store)
|
||||
* [cosmic-term](https://github.com/pop-os/cosmic-term)
|
||||
* [cosmic-theme-editor](https://github.com/pop-os/cosmic-theme-editor)
|
||||
|
||||
+1
-1
Submodule cosmic-applets updated: eb8784be40...48c3633151
+1
-1
Submodule cosmic-applibrary updated: 7844aeb186...ce33b9e1cc
+1
-1
Submodule cosmic-bg updated: 54431c5651...ed65f7d3dc
+1
-1
Submodule cosmic-comp updated: ef14b7e294...4d370cdf92
+1
-1
Submodule cosmic-edit updated: ef2f6e0525...a3d4920285
+1
-1
Submodule cosmic-files updated: eda673a258...9a21542825
+1
-1
Submodule cosmic-greeter updated: 2cbb199a16...2290aae5e2
+1
-1
Submodule cosmic-icons updated: 668a7acb6c...b78b059636
+1
-1
Submodule cosmic-initial-setup updated: dbe325bec5...b209a8d460
+1
-1
Submodule cosmic-launcher updated: 7c5140f0a2...b742d13acd
Submodule
+1
Submodule cosmic-monitor added at 4b3b177092
+1
-1
Submodule cosmic-notifications updated: b58fb29bd7...7c723b7705
+1
-1
Submodule cosmic-osd updated: 08789c8bdd...ce431b4d71
+1
-1
Submodule cosmic-panel updated: 6a783a18c3...f416dbbe72
+1
-1
Submodule cosmic-player updated: c87fe43aeb...7550c300c4
+1
-1
Submodule cosmic-screenshot updated: 4ca3706fca...d6ef210e98
+1
-1
Submodule cosmic-session updated: da592cc15e...b5ef6c0c0d
+1
-1
Submodule cosmic-settings updated: 52553ca482...c2624965bc
+1
-1
Submodule cosmic-settings-daemon updated: 6c3add2e19...e6ca13522a
Submodule
+1
Submodule cosmic-sound-theme added at 7aabe44909
+1
-1
Submodule cosmic-store updated: b5def3f73f...e5822a1c51
+1
-1
Submodule cosmic-term updated: 94f71faa1d...117644e9c1
+1
-1
Submodule cosmic-workspaces-epoch updated: 22bef1b596...6511d2f1a6
@@ -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
Submodule pop-launcher updated: 5b86851071...a332a3a733
@@ -3,13 +3,14 @@
|
||||
set -e
|
||||
|
||||
# This should be the _next_ epoch version
|
||||
version=1.0.7
|
||||
version=1.4.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: 1fe63055bc...969f3ca599
Reference in New Issue
Block a user