Compare commits

...
Author SHA1 Message Date
Jeremy Soller 9093f5ab22 Update cosmic-settings 2025-01-14 14:51:39 -07:00
Jeremy Soller e755349b8f Update cosmic-settings 2025-01-14 14:12:34 -07:00
Jeremy Soller 4af0111f54 Update submodules 2025-01-14 14:03:31 -07:00
Jeremy Soller 41df50a547 Translation updates 2025-01-14 12:27:36 -07:00
Jeremy Soller ae00c0f437 Prepare for alpha 5.1 2025-01-14 10:18:01 -07:00
Jeremy Soller e2b40599e8 Update cosmic-player 2025-01-09 11:56:21 -07:00
Jeremy Soller 8948ce5f7f Update repositories prior to alpha 5 tag 2025-01-09 11:03:59 -07:00
Jeremy Soller 6581855fe0 Add cosmic-player 2025-01-09 10:43:58 -07:00
Hadi ChokrandGitHub 5b02d6db27 chore: add wiki entry to the Gentoo instructions 2024-12-16 22:57:14 +01:00
25 changed files with 32 additions and 23 deletions
+4
View File
@@ -94,3 +94,7 @@
path = cosmic-idle
url = https://github.com/pop-os/cosmic-idle.git
branch = master
[submodule "cosmic-player"]
path = cosmic-player
url = https://github.com/pop-os/cosmic-player.git
branch = master
+3 -2
View File
@@ -16,6 +16,7 @@ Currently an incomplete **alpha**. Testing instructions below for various distri
* [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)
* [cosmic-player](https://github.com/pop-os/cosmic-player)
* [cosmic-randr](https://github.com/pop-os/cosmic-randr)
* [cosmic-screenshot](https://github.com/pop-os/cosmic-screenshot)
* [cosmic-session](https://github.com/pop-os/cosmic-session)
@@ -199,10 +200,10 @@ COSMIC can be installed on Gentoo via a custom overlay. Add the overlay using yo
Next, install the COSMIC desktop environment and its associated themes:
`emerge -1 cosmic-meta pop-theme-meta -pv`
`emerge cosmic-meta pop-theme-meta`
Then log out, click on your user, and a sprocket at the bottom right shows an additional entry alongside your desktop environments. Change to COSMIC and proceed with log in.
For further information, you may check the [Overlay Repository](https://github.com/fsvm88/cosmic-overlay).
For further information, you may check the [Gentoo Wiki](https://wiki.gentoo.org/wiki/COSMIC) or [Overlay Repository](https://github.com/fsvm88/cosmic-overlay).
## Contact
- [Mattermost](https://chat.pop-os.org/)
Submodule
+1
Submodule cosmic-player added at 7c080feb86
+3
View File
@@ -16,6 +16,7 @@ build:
{{ just }} cosmic-notifications/build-release
{{ make }} -C cosmic-osd all
{{ just }} cosmic-panel/build-release
{{ just }} cosmic-player/build-release
{{ just }} cosmic-randr/build-release
{{ just }} cosmic-screenshot/build-release
{{ just }} cosmic-settings/build-release
@@ -41,6 +42,7 @@ install rootdir="" prefix="/usr/local": build
{{ just }} rootdir={{rootdir}} prefix={{prefix}} cosmic-notifications/install
{{ make }} -C cosmic-osd install DESTDIR={{rootdir}} prefix={{prefix}}
{{ just }} rootdir={{rootdir}} prefix={{prefix}} cosmic-panel/install
{{ just }} rootdir={{rootdir}} prefix={{prefix}} cosmic-player/install
{{ just }} rootdir={{rootdir}} prefix={{prefix}} cosmic-randr/install
{{ just }} rootdir={{rootdir}} prefix={{prefix}} cosmic-screenshot/install
{{ just }} rootdir={{rootdir}} prefix={{prefix}} cosmic-settings/install
@@ -78,6 +80,7 @@ clean:
{{ just }} cosmic-idle/clean
rm -rf cosmic-launcher/target
rm -rf cosmic-panel/target
rm -rf cosmic-player/target
rm -rf cosmic-notifications/target
rm -rf cosmic-osd/target
rm -rf cosmic-randr/target