Skip to content

Commit

Permalink
feat: add cosmic-term
Browse files Browse the repository at this point in the history
  • Loading branch information
jokeyrhyme committed Dec 22, 2023
1 parent 714d496 commit ae4fcc3
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,7 @@
[submodule "cosmic-edit"]
path = cosmic-edit
url = https://github.com/pop-os/cosmic-edit
[submodule "cosmic-term"]
path = cosmic-term
url = https://github.com/pop-os/cosmic-term.git
branch = master_jammy
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Currently an incomplete **pre-alpha**. Testing instructions below for various di
* [cosmic-session](https://github.com/pop-os/cosmic-session)
* [cosmic-text](https://github.com/pop-os/cosmic-text)
* [cosmic-edit](https://github.com/pop-os/cosmic-edit)
* [cosmic-term](https://github.com/pop-os/cosmic-term)
* [cosmic-theme](https://github.com/pop-os/cosmic-theme)
* [cosmic-theme-editor](https://github.com/pop-os/cosmic-theme-editor)
* [cosmic-time](https://github.com/pop-os/cosmic-time)
Expand Down
1 change: 1 addition & 0 deletions cosmic-term
Submodule cosmic-term added at 94dd27
4 changes: 4 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ build:
{{ just }} cosmic-settings/build-release
{{ make }} -C cosmic-settings-daemon all
{{ just }} cosmic-session/all
{{ just }} cosmic-term/build-release
{{ make }} -C cosmic-workspaces-epoch all
{{ make }} -C xdg-desktop-portal-cosmic all

Expand All @@ -38,6 +39,7 @@ sysext dir=`echo $(pwd)/cosmic-sysext` version=("nightly-" + `git rev-parse --sh
{{ just }} rootdir={{dir}} cosmic-settings/install
{{ make }} -C cosmic-settings-daemon install DESTDIR={{dir}} prefix=/usr
{{ just }} rootdir={{dir}} cosmic-session/install
{{ just }} rootdir={{dir}} cosmic-term/install
{{ make }} -C cosmic-workspaces-epoch install DESTDIR={{dir}} prefix=/usr
{{ make }} -C xdg-desktop-portal-cosmic install DESTDIR={{dir}} prefix=/usr

Expand All @@ -52,6 +54,7 @@ _extension_release dir version:
echo "Done"
clean:
rm -rf cosmic-sysext
rm -rf cosmic-applets/target
rm -rf cosmic-applibrary/target
rm -rf cosmic-bg/target
Expand All @@ -66,5 +69,6 @@ clean:
rm -rf cosmic-settings/target
rm -rf cosmic-settings-daemon/target
rm -rf cosmic-session/target
{{ just }} cosmic-term/clean
rm -rf cosmic-workspaces-epoch/target
rm -rf xdg-desktop-portal-cosmic/target

0 comments on commit ae4fcc3

Please sign in to comment.