This website requires JavaScript.
Explore
Help
Register
Sign In
brl
/
gnome-shell
Watch
1
Star
0
Fork
0
You've already forked gnome-shell
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
2b517e352d
gnome-shell
/
js
/
extensionPrefs
/
meson.build
6 lines
101 B
Meson
Raw
Normal View
History
Unescape
Escape
extensionPrefs: Use imports.package.start() We want to make the extensions app code more self-contained to make it easier to build separately, and ultimately make it available on flathub. One complication we are facing is that it is currently all over the source tree: - js/extensionPrefs for the main code - src for the launcher process - data for .desktop file and icons Switching from a C launcher to the imports.package module allows us to consolidate the first two, and will also take care of the annoying setup bits (defining JS search path, extending GI lookup, loading resources). https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1081
2020-03-05 11:44:27 -05:00
app_id
=
'org.gnome.Extensions'
prgname
=
'gnome-shell-extension-prefs'
extensionPrefs: Move data/sources into subdirectories As we will eventually move the code to a subproject, start arranging it like a top-level srcdir. https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1081
2020-03-08 09:50:59 -04:00
subdir
(
'data'
)
subdir
(
'js'
)
Reference in New Issue
Copy Permalink