Skip to content

Commit

Permalink
Add metacity component for Sucharu (mamolinux#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbasu authored Oct 15, 2022
1 parent d77cf96 commit a2447e5
Show file tree
Hide file tree
Showing 77 changed files with 12,947 additions and 2 deletions.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ sassc = find_program('sassc')
subdir('common')

components = [
# 'metacity',
'metacity',
'gnome-shell',
'gtk',
'gtksourceview',
Expand Down
2 changes: 1 addition & 1 deletion meson_options.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ option('gnome-shell-user-themes-support', type: 'feature', value: 'auto', descri
option('gdm-default-variant', type: 'string', value: 'dark', description:'default variant to be used in GDM')
option('gtk', type: 'boolean', value: true, description:'build gtk component')
option('gtksourceview', type: 'boolean', value: true, description:'build gtksourceview component')
# option('metacity', type: 'boolean', value: true, description:'build metacity component')
option('metacity', type: 'boolean', value: true, description:'build metacity component')
# option('sounds', type: 'boolean', value: true, description:'build sounds component')
# option('sessions', type: 'boolean', value: true, description:'build sessions component')
option('cinnamon-shell', type: 'boolean', value: true, description:'build for cinnamon component')
Expand Down
11 changes: 11 additions & 0 deletions metacity/meson.build
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
flavours = []
foreach flavour: ['default', 'dark']
if not get_option(flavour)
message('skip flavour ' + flavour)
continue
endif
flavours += flavour
endforeach


subdir('src')
162 changes: 162 additions & 0 deletions metacity/src/dark/metacity-1/close_focused_normal.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
141 changes: 141 additions & 0 deletions metacity/src/dark/metacity-1/close_focused_prelight.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit a2447e5

Please sign in to comment.