From 217044626cf1aef24ff3090d8d8ce4f380f48658 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Mon, 23 Apr 2018 16:46:40 +0200 Subject: css: Convert to GResource --- data/Makefile.am | 8 +- data/mate-panel.css | 10 --- data/panel-grid-symbolic.svg | 173 ------------------------------------- data/theme/Makefile.am | 8 ++ data/theme/mate-panel.css | 10 +++ data/theme/panel-grid-symbolic.svg | 173 +++++++++++++++++++++++++++++++++++++ 6 files changed, 194 insertions(+), 188 deletions(-) delete mode 100644 data/mate-panel.css delete mode 100644 data/panel-grid-symbolic.svg create mode 100644 data/theme/Makefile.am create mode 100644 data/theme/mate-panel.css create mode 100644 data/theme/panel-grid-symbolic.svg (limited to 'data') diff --git a/data/Makefile.am b/data/Makefile.am index ad405ccd..74c58edd 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -1,3 +1,6 @@ +SUBDIRS = \ + theme + layoutdir = $(datadir)/mate-panel/layouts layout_DATA = \ default.layout \ @@ -7,11 +10,6 @@ layout_DATA = \ opensuse.layout \ ubuntu.layout -matepaneldir = $(datadir)/mate-panel -matepanel_DATA = \ - mate-panel.css \ - panel-grid-symbolic.svg - @INTLTOOL_XML_NOMERGE_RULE@ gsettings_ENUM_NAMESPACE = org.mate.panel diff --git a/data/mate-panel.css b/data/mate-panel.css deleted file mode 100644 index bfa890d1..00000000 --- a/data/mate-panel.css +++ /dev/null @@ -1,10 +0,0 @@ - -MatePanelAppletFrameDBus > MatePanelAppletFrameDBus { - border-style: none; - background-repeat: no-repeat; - background-position: left; - color: @theme_fg_color; - background-image: -gtk-recolor(url("panel-grid-symbolic.svg")); - background-size: 12px 22px; -} - diff --git a/data/panel-grid-symbolic.svg b/data/panel-grid-symbolic.svg deleted file mode 100644 index c057ca53..00000000 --- a/data/panel-grid-symbolic.svg +++ /dev/null @@ -1,173 +0,0 @@ - - - - - - - - image/svg+xml - - Gnome Symbolic Icon Theme - - - - - - - - Gnome Symbolic Icon Theme - - - - - - - - - - - - - - - diff --git a/data/theme/Makefile.am b/data/theme/Makefile.am new file mode 100644 index 00000000..be159948 --- /dev/null +++ b/data/theme/Makefile.am @@ -0,0 +1,8 @@ +NULL = + +EXTRA_DIST = \ + mate-panel.css \ + panel-grid-symbolic.svg \ + $(NULL) + +-include $(top_srcdir)/git.mk diff --git a/data/theme/mate-panel.css b/data/theme/mate-panel.css new file mode 100644 index 00000000..bfa890d1 --- /dev/null +++ b/data/theme/mate-panel.css @@ -0,0 +1,10 @@ + +MatePanelAppletFrameDBus > MatePanelAppletFrameDBus { + border-style: none; + background-repeat: no-repeat; + background-position: left; + color: @theme_fg_color; + background-image: -gtk-recolor(url("panel-grid-symbolic.svg")); + background-size: 12px 22px; +} + diff --git a/data/theme/panel-grid-symbolic.svg b/data/theme/panel-grid-symbolic.svg new file mode 100644 index 00000000..c057ca53 --- /dev/null +++ b/data/theme/panel-grid-symbolic.svg @@ -0,0 +1,173 @@ + + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + + + + + Gnome Symbolic Icon Theme + + + + + + + + + + + + + + + -- cgit v1.2.1