-
-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New release 37 with full GNOME 45 support
Fixes #62
- Loading branch information
1 parent
5772949
commit 385858f
Showing
6 changed files
with
56 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ UUID = [email protected] | |
BUNDLE_PATH = $(UUID).zip | ||
POT_PATH = $(UUID).pot | ||
|
||
.PHONY: install uninstall enable disable build clean potfile mergepo release eslint | ||
.PHONY: install uninstall enable disable build clean potfile mergepo release eslint nested-shell | ||
|
||
install: build | ||
gnome-extensions install $(BUNDLE_PATH) --force | ||
|
@@ -47,3 +47,6 @@ $(POT_PATH): | |
eslint: | ||
npx eslint -c eslintrc-gjs.yml $(UUID) | ||
|
||
nested-shell: | ||
dbus-run-session -- gnome-shell --nested --wayland | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters