Skip to content

Commit 9cdc799

Browse files
authored
Add xfwm4 component for Sucharu (#28)
1 parent a2447e5 commit 9cdc799

File tree

372 files changed

+5846
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

372 files changed

+5846
-2
lines changed

meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ components = [
2020
# 'sounds',
2121
# 'sessions',
2222
# 'ubuntu-unity',
23-
# 'xfwm4',
23+
'xfwm4',
2424
'cinnamon-shell',
2525
]
2626

meson_options.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ option('default', type: 'boolean', value: true, description:'build Sucharu defau
1414
option('dark', type: 'boolean', value: true, description:'build Sucharu dark flavour')
1515
option('darker', type: 'boolean', value: true, description:'build Sucharu darker flavour')
1616
# option('ubuntu-unity', type: 'boolean', value: false, description:'build Sucharu with Unity assets')
17-
# option('xfwm4', type: 'boolean', value: false, description:'build Sucharu with xfwm4 assets')
17+
option('xfwm4', type: 'boolean', value: false, description:'build Sucharu with xfwm4 assets')
1818
# option('cinnamon', type: 'boolean', value: false, description:'build Sucharu with Cinnamon flavour')
1919
# option('cinnamon-dark', type: 'boolean', value: false, description:'build Sucharu with Cinnamon dark flavour')
2020

xfwm4/meson.build

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
flavours = []
2+
foreach flavour: ['default', 'dark']
3+
if not get_option(flavour)
4+
message('skip flavour ' + flavour)
5+
continue
6+
endif
7+
flavours += flavour
8+
endforeach
9+
10+
11+
subdir('src')
146 Bytes
374 Bytes
403 Bytes
392 Bytes
406 Bytes
357 Bytes
339 Bytes
335 Bytes
343 Bytes
146 Bytes
146 Bytes
376 Bytes
404 Bytes
397 Bytes
401 Bytes
146 Bytes
146 Bytes
380 Bytes
398 Bytes
393 Bytes
404 Bytes
543 Bytes
540 Bytes
554 Bytes
560 Bytes
164 Bytes
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
title-1-active.png
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
title-1-inactive.png
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
title-1-active.png
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
title-1-inactive.png
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
title-1-active.png
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
title-1-inactive.png
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
title-1-active.png
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
title-1-inactive.png
146 Bytes
466 Bytes
521 Bytes
381 Bytes
397 Bytes
391 Bytes
426 Bytes
146 Bytes
146 Bytes
486 Bytes
504 Bytes
504 Bytes
529 Bytes
146 Bytes
467 Bytes
510 Bytes
717 Bytes
755 Bytes
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
title-1-active.png
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
title-1-inactive.png
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
title-1-active.png
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
title-1-inactive.png
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
title-1-active.png
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
title-1-inactive.png
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
title-1-active.png
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
title-1-inactive.png

0 commit comments

Comments
 (0)