forked from workbenchdev/Workbench
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
26 additions
and
83 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
root: true | ||
extends: | ||
- ./troll/.eslintrc.yaml |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -18,6 +18,13 @@ if desktop_utils.found() | |
) | ||
endif | ||
|
||
configure_file( | ||
input: 'app.service', | ||
output: '@[email protected]'.format(app_id), | ||
configuration: { 'app_id': app_id, 'bindir': bindir }, | ||
install_dir: join_paths(get_option('datadir'), 'dbus-1/services') | ||
) | ||
|
||
appstream_file = i18n.merge_file( | ||
input: configure_file( | ||
input: 'app.metainfo.xml', | ||
|
@@ -37,13 +44,6 @@ if appstream_cli.found() | |
) | ||
endif | ||
|
||
configure_file( | ||
input: 'app.service', | ||
output: '@[email protected]'.format(app_id), | ||
configuration: { 'app_id': app_id, 'bindir': bindir }, | ||
install_dir: join_paths(get_option('datadir'), 'dbus-1/services') | ||
) | ||
|
||
appstream_util = find_program('appstream-util', required: false) | ||
if appstream_util.found() | ||
test('Validate appstream file', appstream_util, | ||
|
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 |
---|---|---|
|
@@ -43,7 +43,11 @@ ${getBlueprintVersion()} | |
"Sonny Piers https://sonny.re", | ||
"Lorenz Wildberg https://gitlab.gnome.org/lwildberg", | ||
], | ||
designers: ["Tobias Bernard <[email protected]>"], | ||
designers: [ | ||
"Sonny Piers https://sonny.re", | ||
"Tobias Bernard <[email protected]>", | ||
], | ||
artists: ["Tobias Bernard <[email protected]>"], | ||
}); | ||
|
||
dialog.add_credit_section(_("Contributors"), [ | ||
|
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 |
---|---|---|
@@ -1,7 +1,5 @@ | ||
#!@GJS@ -m | ||
|
||
// -*- mode: js; -*- | ||
|
||
import { exit } from "system"; | ||
import GLib from "gi://GLib"; | ||
import { setConsoleLogDomain } from "console"; | ||
|
@@ -21,7 +19,6 @@ const resource = Gio.resource_load("@pkgdatadir@/@[email protected]"); | |
Gio.resources_register(resource); | ||
|
||
const loop = new GLib.MainLoop(null, false); | ||
// eslint-disable-next-line import/no-unresolved | ||
import("resource:///re/sonny/Workbench/src/main.js") | ||
.then((main) => { | ||
// Workaround for issue | ||
|
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
Submodule troll
updated
12 files
+0 β35 | .eslintrc.json | |
+57 β0 | .eslintrc.yaml | |
+1 β0 | .prettierignore | |
+1 β15 | .prettierrc.json | |
+10 β10 | .vscode/settings.json | |
+2 β2 | gjspack/src/gjspack.js | |
+1,352 β187 | package-lock.json | |
+5 β6 | package.json | |
+1 β3 | test/WebSocket.test.js | |
+1 β0 | test/gsx.test.js | |
+1 β0 | tst/assert.js | |
+1 β1 | tst/tst.js |