Updating 46/vertical-workspaces to version 46.2+20240828 [5b87af5].
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
6c3def31e8
commit
f2db668ec8
27 changed files with 6003 additions and 4248 deletions
25
extensions/46/vertical-workspaces/meson.build
Normal file
25
extensions/46/vertical-workspaces/meson.build
Normal file
|
@ -0,0 +1,25 @@
|
|||
project('vertical-workspaces')
|
||||
|
||||
gnome = import('gnome')
|
||||
i18n = import('i18n')
|
||||
|
||||
uuid = 'vertical-workspaces@G-dH.github.com'
|
||||
rdnn = 'org.gnome.shell.extensions.vertical-workspaces'
|
||||
|
||||
datadir = get_option('datadir')
|
||||
extension_dir = datadir / 'gnome-shell' / 'extensions' / uuid
|
||||
|
||||
install_data(
|
||||
[
|
||||
'extension.js',
|
||||
'metadata.json',
|
||||
'prefs.js',
|
||||
'stylesheet.css',
|
||||
],
|
||||
install_dir : extension_dir,
|
||||
)
|
||||
|
||||
install_subdir('lib', install_dir : extension_dir)
|
||||
|
||||
subdir('schemas')
|
||||
subdir('po')
|
Loading…
Add table
Add a link
Reference in a new issue