diff options
Diffstat (limited to 'data/styles/bloe')
-rw-r--r-- | data/styles/bloe/Makefile.am | 6 | ||||
-rw-r--r-- | data/styles/bloe/Makemodule.am | 3 | ||||
-rw-r--r-- | data/styles/bloe/pixmaps/Makefile.am | 13 | ||||
-rw-r--r-- | data/styles/bloe/pixmaps/Makemodule.am | 34 |
4 files changed, 37 insertions, 19 deletions
diff --git a/data/styles/bloe/Makefile.am b/data/styles/bloe/Makefile.am deleted file mode 100644 index ad574ba..0000000 --- a/data/styles/bloe/Makefile.am +++ /dev/null | |||
@@ -1,6 +0,0 @@ | |||
1 | SUBDIRS=pixmaps | ||
2 | styledir = $(pkgdatadir)/styles/bloe | ||
3 | |||
4 | style_DATA = theme.cfg | ||
5 | |||
6 | include ../Makefile.include | ||
diff --git a/data/styles/bloe/Makemodule.am b/data/styles/bloe/Makemodule.am new file mode 100644 index 0000000..909f647 --- /dev/null +++ b/data/styles/bloe/Makemodule.am | |||
@@ -0,0 +1,3 @@ | |||
1 | bloe_styledir = $(pkgdatadir)/styles/bloe | ||
2 | |||
3 | dist_bloe_style_DATA = data/styles/bloe/theme.cfg | ||
diff --git a/data/styles/bloe/pixmaps/Makefile.am b/data/styles/bloe/pixmaps/Makefile.am deleted file mode 100644 index 42226a0..0000000 --- a/data/styles/bloe/pixmaps/Makefile.am +++ /dev/null | |||
@@ -1,13 +0,0 @@ | |||
1 | styledir = $(pkgdatadir)/styles/bloe/pixmaps | ||
2 | |||
3 | style_DATA = bullet.xpm closepr.xpm frame.xpm maxfcs.xpm \ | ||
4 | maxufcs.xpm menuiconpr.xpm minfcs.xpm minufcs.xpm \ | ||
5 | shadefcs.xpm shadeufcs.xpm stickpr.xpm stuckfcs.xpm \ | ||
6 | tbarfcs.xpm unselected.xpm unshadepr.xpm \ | ||
7 | windowlabelfcs.xpm closefcs.xpm closeufcs.xpm \ | ||
8 | maxpr.xpm menuiconfcs.xpm menuiconufcs.xpm \ | ||
9 | minpr.xpm selected.xpm shadepr.xpm stickfcs.xpm \ | ||
10 | stickufcs.xpm stuckufcs.xpm tbarufcs.xpm \ | ||
11 | unshadefcs.xpm unshadeufcs.xpm windowlabelufcs.xpm | ||
12 | |||
13 | include ../../Makefile.include | ||
diff --git a/data/styles/bloe/pixmaps/Makemodule.am b/data/styles/bloe/pixmaps/Makemodule.am new file mode 100644 index 0000000..2d08d3b --- /dev/null +++ b/data/styles/bloe/pixmaps/Makemodule.am | |||
@@ -0,0 +1,34 @@ | |||
1 | pixmaps_styledir = $(pkgdatadir)/styles/bloe/pixmaps | ||
2 | |||
3 | dist_pixmaps_style_DATA = \ | ||
4 | data/styles/bloe/pixmaps/bullet.xpm \ | ||
5 | data/styles/bloe/pixmaps/closefcs.xpm \ | ||
6 | data/styles/bloe/pixmaps/closepr.xpm \ | ||
7 | data/styles/bloe/pixmaps/closeufcs.xpm \ | ||
8 | data/styles/bloe/pixmaps/frame.xpm \ | ||
9 | data/styles/bloe/pixmaps/maxfcs.xpm \ | ||
10 | data/styles/bloe/pixmaps/maxpr.xpm \ | ||
11 | data/styles/bloe/pixmaps/maxufcs.xpm \ | ||
12 | data/styles/bloe/pixmaps/menuiconfcs.xpm \ | ||
13 | data/styles/bloe/pixmaps/menuiconpr.xpm \ | ||
14 | data/styles/bloe/pixmaps/menuiconufcs.xpm \ | ||
15 | data/styles/bloe/pixmaps/minfcs.xpm \ | ||
16 | data/styles/bloe/pixmaps/minpr.xpm \ | ||
17 | data/styles/bloe/pixmaps/minufcs.xpm \ | ||
18 | data/styles/bloe/pixmaps/selected.xpm \ | ||
19 | data/styles/bloe/pixmaps/shadefcs.xpm \ | ||
20 | data/styles/bloe/pixmaps/shadepr.xpm \ | ||
21 | data/styles/bloe/pixmaps/shadeufcs.xpm \ | ||
22 | data/styles/bloe/pixmaps/stickfcs.xpm \ | ||
23 | data/styles/bloe/pixmaps/stickpr.xpm \ | ||
24 | data/styles/bloe/pixmaps/stickufcs.xpm \ | ||
25 | data/styles/bloe/pixmaps/stuckfcs.xpm \ | ||
26 | data/styles/bloe/pixmaps/stuckufcs.xpm \ | ||
27 | data/styles/bloe/pixmaps/tbarfcs.xpm \ | ||
28 | data/styles/bloe/pixmaps/tbarufcs.xpm \ | ||
29 | data/styles/bloe/pixmaps/unselected.xpm \ | ||
30 | data/styles/bloe/pixmaps/unshadefcs.xpm \ | ||
31 | data/styles/bloe/pixmaps/unshadepr.xpm \ | ||
32 | data/styles/bloe/pixmaps/unshadeufcs.xpm \ | ||
33 | data/styles/bloe/pixmaps/windowlabelfcs.xpm \ | ||
34 | data/styles/bloe/pixmaps/windowlabelufcs.xpm | ||