svn commit: r565174 - in head/x11-themes: . canta-gtk-themes canta-gtk-themes/files

Tobias C. Berner tcberner at FreeBSD.org
Sat Feb 13 19:47:52 UTC 2021


Author: tcberner
Date: Sat Feb 13 19:47:51 2021
New Revision: 565174
URL: https://svnweb.freebsd.org/changeset/ports/565174

Log:
  New port: x11-themes/canta-gtk-themes: Canta is a flat Material Design theme for GTK 3, GTK 2 and Gnome-Shell
  
  Canta is a flat Material Design theme for GTK 3, GTK 2 and Gnome-Shell which
  supports GTK 3 and GTK 2 based desktop environments like Gnome, Unity, Budgie,
  Pantheon, XFCE, Mate, etc.
  
  WWW: https://github.com/vinceliuice/Canta-theme
  
  PR:		248115
  
  Submitted by:	Alexander Vereeken <Alexander88207 at protonmail.com>
  Differential Revision:	https://reviews.freebsd.org/D25733

Added:
  head/x11-themes/canta-gtk-themes/
  head/x11-themes/canta-gtk-themes/Makefile   (contents, props changed)
  head/x11-themes/canta-gtk-themes/distinfo   (contents, props changed)
  head/x11-themes/canta-gtk-themes/files/
  head/x11-themes/canta-gtk-themes/files/patch-install.sh   (contents, props changed)
  head/x11-themes/canta-gtk-themes/pkg-descr   (contents, props changed)
  head/x11-themes/canta-gtk-themes/pkg-plist   (contents, props changed)
Modified:
  head/x11-themes/Makefile

Modified: head/x11-themes/Makefile
==============================================================================
--- head/x11-themes/Makefile	Sat Feb 13 18:54:58 2021	(r565173)
+++ head/x11-themes/Makefile	Sat Feb 13 19:47:51 2021	(r565174)
@@ -11,6 +11,7 @@
     SUBDIR += ant-dracula-theme
     SUBDIR += arc-gruvbox-theme
     SUBDIR += audacious-skins
+    SUBDIR += canta-gtk-themes
     SUBDIR += classiclooks
     SUBDIR += claws-mail-themes
     SUBDIR += clearlooks

Added: head/x11-themes/canta-gtk-themes/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-themes/canta-gtk-themes/Makefile	Sat Feb 13 19:47:51 2021	(r565174)
@@ -0,0 +1,31 @@
+# Created by: Alexander Vereeken <Alexander88207 at protonmail.com>
+# $FreeBSD$
+
+PORTNAME=	canta-gtk-themes
+DISTVERSION=	2020-05-17
+CATEGORIES=	x11-themes
+
+MAINTAINER=	Alexander88207 at protonmail.com
+COMMENT=	Canta is a flat Material Design theme for GTK 3, GTK 2 and Gnome-Shell
+
+LICENSE=	GPLv3
+LICENSE_FILE=	${WRKSRC}/COPYING
+
+BUILD_DEPENDS=	bash>0:shells/bash
+RUN_DEPENDS=	gtk-murrine-engine>0:x11-themes/gtk-murrine-engine \
+		gtk-engines2>0:x11-themes/gtk-engines2
+
+USES=		shebangfix
+SHEBANG_FILES=	install.sh
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	vinceliuice
+GH_PROJECT=	Canta-theme
+NO_ARCH=	yes
+NO_BUILD=	yes
+
+do-install:
+	@${MKDIR} ${STAGEDIR}${PREFIX}/share/themes
+	${WRKSRC}/install.sh -d ${STAGEDIR}${PREFIX}/share/themes
+
+.include <bsd.port.mk>

Added: head/x11-themes/canta-gtk-themes/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-themes/canta-gtk-themes/distinfo	Sat Feb 13 19:47:51 2021	(r565174)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1592758992
+SHA256 (vinceliuice-Canta-theme-2020-05-17_GH0.tar.gz) = b0a9675471671d3066c93224d7297aa5b2d64261330cf8942d859bbc2a9bc5ca
+SIZE (vinceliuice-Canta-theme-2020-05-17_GH0.tar.gz) = 5385194

Added: head/x11-themes/canta-gtk-themes/files/patch-install.sh
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-themes/canta-gtk-themes/files/patch-install.sh	Sat Feb 13 19:47:51 2021	(r565174)
@@ -0,0 +1,103 @@
+--- install.sh.orig	2021-02-13 18:45:42 UTC
++++ install.sh
+@@ -74,8 +74,8 @@ install() {
+   echo "Installing '${THEME_DIR}'..."
+ 
+   mkdir -p                                                                           ${THEME_DIR}
+-  cp -ur ${SRC_DIR}/COPYING                                                          ${THEME_DIR}
+-  cp -ur ${SRC_DIR}/AUTHORS                                                          ${THEME_DIR}
++  cp -pr ${SRC_DIR}/COPYING                                                          ${THEME_DIR}
++  cp -pr ${SRC_DIR}/AUTHORS                                                          ${THEME_DIR}
+ 
+   echo "[Desktop Entry]" >> ${THEME_DIR}/index.theme
+   echo "Type=X-GNOME-Metatheme" >> ${THEME_DIR}/index.theme
+@@ -91,53 +91,53 @@ install() {
+   echo "ButtonLayout=menu:minimize,maximize,close" >> ${THEME_DIR}/index.theme
+ 
+   mkdir -p                                                                           ${THEME_DIR}/gnome-shell
+-  cp -ur ${SRC_DIR}/src/gnome-shell/{*.svg,extensions,noise-texture.png,pad-osd.css} ${THEME_DIR}/gnome-shell
+-  cp -ur ${SRC_DIR}/src/gnome-shell/gnome-shell-theme.gresource.xml                  ${THEME_DIR}/gnome-shell
+-  cp -ur ${SRC_DIR}/src/gnome-shell/assets${ELSE_DARK}                               ${THEME_DIR}/gnome-shell/assets
+-  cp -ur ${SRC_DIR}/src/gnome-shell/common-assets/{*.svg,dash}                       ${THEME_DIR}/gnome-shell/assets
+-  cp -ur ${SRC_DIR}/src/gnome-shell/gnome-shell${theme}${color}${size}.css           ${THEME_DIR}/gnome-shell/gnome-shell.css
++  cp -pr ${SRC_DIR}/src/gnome-shell/{*.svg,extensions,noise-texture.png,pad-osd.css} ${THEME_DIR}/gnome-shell
++  cp -pr ${SRC_DIR}/src/gnome-shell/gnome-shell-theme.gresource.xml                  ${THEME_DIR}/gnome-shell
++  cp -pr ${SRC_DIR}/src/gnome-shell/assets${ELSE_DARK}                               ${THEME_DIR}/gnome-shell/assets
++  cp -pr ${SRC_DIR}/src/gnome-shell/common-assets/{*.svg,dash}                       ${THEME_DIR}/gnome-shell/assets
++  cp -pr ${SRC_DIR}/src/gnome-shell/gnome-shell${theme}${color}${size}.css           ${THEME_DIR}/gnome-shell/gnome-shell.css
+ 
+   mkdir -p                                                                           ${THEME_DIR}/gtk-2.0
+-  cp -ur ${SRC_DIR}/src/gtk-2.0/{apps.rc,hacks.rc,panel.rc}                          ${THEME_DIR}/gtk-2.0
+-  cp -ur ${SRC_DIR}/src/gtk-2.0/main.rc${theme}                                      ${THEME_DIR}/gtk-2.0/main.rc
+-  cp -ur ${SRC_DIR}/src/gtk-2.0/assets${ELSE_DARK}                                   ${THEME_DIR}/gtk-2.0/assets
++  cp -pr ${SRC_DIR}/src/gtk-2.0/{apps.rc,hacks.rc,panel.rc}                          ${THEME_DIR}/gtk-2.0
++  cp -pr ${SRC_DIR}/src/gtk-2.0/main.rc${theme}                                      ${THEME_DIR}/gtk-2.0/main.rc
++  cp -pr ${SRC_DIR}/src/gtk-2.0/assets${ELSE_DARK}                                   ${THEME_DIR}/gtk-2.0/assets
+   [[ ${theme} != '' && ${color} == '-dark' ]] && \
+   cp -r ${SRC_DIR}/src/gtk-2.0/assets-theme-dark/*.png                               ${THEME_DIR}/gtk-2.0/assets
+-  cp -ur ${SRC_DIR}/src/gtk-2.0/gtkrc${theme}${color}                                ${THEME_DIR}/gtk-2.0/gtkrc
++  cp -pr ${SRC_DIR}/src/gtk-2.0/gtkrc${theme}${color}                                ${THEME_DIR}/gtk-2.0/gtkrc
+ 
+   mkdir -p                                                                           ${THEME_DIR}/gtk-3.0
+-  cp -ur ${SRC_DIR}/src/gtk/assets                                                   ${THEME_DIR}/gtk-3.0
+-  cp -ur ${SRC_DIR}/src/gtk/common-assets                                            ${THEME_DIR}/gtk-3.0
+-  cp -ur ${SRC_DIR}/src/gtk/gtk${theme}${color}${size}.css                           ${THEME_DIR}/gtk-3.0/gtk.css
++  cp -pr ${SRC_DIR}/src/gtk/assets                                                   ${THEME_DIR}/gtk-3.0
++  cp -pr ${SRC_DIR}/src/gtk/common-assets                                            ${THEME_DIR}/gtk-3.0
++  cp -pr ${SRC_DIR}/src/gtk/gtk${theme}${color}${size}.css                           ${THEME_DIR}/gtk-3.0/gtk.css
+   [[ ${color} != '-dark' ]] && \
+-  cp -ur ${SRC_DIR}/src/gtk/gtk${theme}-dark${size}.css                              ${THEME_DIR}/gtk-3.0/gtk-dark.css
++  cp -pr ${SRC_DIR}/src/gtk/gtk${theme}-dark${size}.css                              ${THEME_DIR}/gtk-3.0/gtk-dark.css
+ 
+   mkdir -p                                                                           ${THEME_DIR}/metacity-1
+-  cp -ur ${SRC_DIR}/src/metacity-1/assets/*.png                                      ${THEME_DIR}/metacity-1
+-  cp -ur ${SRC_DIR}/src/metacity-1/metacity-theme-1${color}.xml                      ${THEME_DIR}/metacity-1/metacity-theme-1.xml
++  cp -pr ${SRC_DIR}/src/metacity-1/assets/*.png                                      ${THEME_DIR}/metacity-1
++  cp -pr ${SRC_DIR}/src/metacity-1/metacity-theme-1${color}.xml                      ${THEME_DIR}/metacity-1/metacity-theme-1.xml
+   cd ${THEME_DIR}/metacity-1
+   ln -s metacity-theme-1.xml metacity-theme-2.xml
+   ln -s metacity-theme-1.xml metacity-theme-3.xml
+ 
+   mkdir -p                                                                           ${THEME_DIR}/unity
+-  cp -ur ${SRC_DIR}/src/unity/{*.svg,*.png,dash-widgets.json}                        ${THEME_DIR}/unity
+-  cp -ur ${SRC_DIR}/src/unity/assets${ELSE_LIGHT}                                    ${THEME_DIR}/unity/assets
++  cp -pr ${SRC_DIR}/src/unity/{*.svg,*.png,dash-widgets.json}                        ${THEME_DIR}/unity
++  cp -pr ${SRC_DIR}/src/unity/assets${ELSE_LIGHT}                                    ${THEME_DIR}/unity/assets
+ 
+   mkdir -p                                                                           ${THEME_DIR}/xfwm4
+-  cp -ur ${SRC_DIR}/src/xfwm4/{*.svg,themerc}                                        ${THEME_DIR}/xfwm4
+-  cp -ur ${SRC_DIR}/src/xfwm4/assets${ELSE_LIGHT}                                    ${THEME_DIR}/xfwm4/assets
++  cp -pr ${SRC_DIR}/src/xfwm4/{*.svg,themerc}                                        ${THEME_DIR}/xfwm4
++  cp -pr ${SRC_DIR}/src/xfwm4/assets${ELSE_LIGHT}                                    ${THEME_DIR}/xfwm4/assets
+ 
+   mkdir -p                                                                           ${THEME_DIR}/cinnamon
+-  cp -ur ${SRC_DIR}/src/cinnamon/cinnamon${ELSE_DARK}.css                            ${THEME_DIR}/cinnamon/cinnamon.css
+-  cp -ur ${SRC_DIR}/src/cinnamon/assets/common-assets                                ${THEME_DIR}/cinnamon/assets
+-  cp -ur ${SRC_DIR}/src/cinnamon/assets/assets${ELSE_DARK}/checkbox/*.svg            ${THEME_DIR}/cinnamon/assets/checkbox
+-  cp -ur ${SRC_DIR}/src/cinnamon/assets/assets${ELSE_DARK}/menu/*.svg                ${THEME_DIR}/cinnamon/assets/menu
+-  cp -ur ${SRC_DIR}/src/cinnamon/assets/assets${ELSE_DARK}/misc/*.svg                ${THEME_DIR}/cinnamon/assets/misc
+-  cp -ur ${SRC_DIR}/src/cinnamon/assets/assets${ELSE_DARK}/switch/*.svg              ${THEME_DIR}/cinnamon/assets/switch
+-  cp -ur ${SRC_DIR}/src/cinnamon/thumbnail${ELSE_DARK}.png                           ${THEME_DIR}/cinnamon/thumbnail.png
++  cp -pr ${SRC_DIR}/src/cinnamon/cinnamon${ELSE_DARK}.css                            ${THEME_DIR}/cinnamon/cinnamon.css
++  cp -pr ${SRC_DIR}/src/cinnamon/assets/common-assets                                ${THEME_DIR}/cinnamon/assets
++  cp -pr ${SRC_DIR}/src/cinnamon/assets/assets${ELSE_DARK}/checkbox/*.svg            ${THEME_DIR}/cinnamon/assets/checkbox
++  cp -pr ${SRC_DIR}/src/cinnamon/assets/assets${ELSE_DARK}/menu/*.svg                ${THEME_DIR}/cinnamon/assets/menu
++  cp -pr ${SRC_DIR}/src/cinnamon/assets/assets${ELSE_DARK}/misc/*.svg                ${THEME_DIR}/cinnamon/assets/misc
++  cp -pr ${SRC_DIR}/src/cinnamon/assets/assets${ELSE_DARK}/switch/*.svg              ${THEME_DIR}/cinnamon/assets/switch
++  cp -pr ${SRC_DIR}/src/cinnamon/thumbnail${ELSE_DARK}.png                           ${THEME_DIR}/cinnamon/thumbnail.png
+ 
+   mkdir -p                                                                           ${THEME_DIR}/plank
+-  cp -ur ${SRC_DIR}/src/plank/dock${ELSE_LIGHT}.theme                                ${THEME_DIR}/plank/dock.theme
++  cp -pr ${SRC_DIR}/src/plank/dock${ELSE_LIGHT}.theme                                ${THEME_DIR}/plank/dock.theme
+ }
+ 
+ install_gdm() {
+@@ -169,7 +169,7 @@ install_icon() {
+   echo -e "\nInstalling Canta icon theme..."
+ 
+   # Copying files
+-  cp -ur ${SRC_DIR}/icons/Canta ${ICON_DEST_DIR}
++  cp -pr ${SRC_DIR}/icons/Canta ${ICON_DEST_DIR}
+ 
+   # update icon caches
+   gtk-update-icon-cache ${ICON_DEST_DIR}/Canta

Added: head/x11-themes/canta-gtk-themes/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-themes/canta-gtk-themes/pkg-descr	Sat Feb 13 19:47:51 2021	(r565174)
@@ -0,0 +1,3 @@
+Canta is a flat Material Design theme for GTK 3, GTK 2 and Gnome-Shell.
+
+WWW: https://github.com/vinceliuice/Canta-theme

Added: head/x11-themes/canta-gtk-themes/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-themes/canta-gtk-themes/pkg-plist	Sat Feb 13 19:47:51 2021	(r565174)
@@ -0,0 +1,15888 @@
+share/themes/Canta-blue-compact/AUTHORS
+share/themes/Canta-blue-compact/COPYING
+share/themes/Canta-blue-compact/cinnamon/assets/checkbox/checkbox-checked.svg
+share/themes/Canta-blue-compact/cinnamon/assets/checkbox/checkbox-unchecked.svg
+share/themes/Canta-blue-compact/cinnamon/assets/checkbox/radiobutton-checked.svg
+share/themes/Canta-blue-compact/cinnamon/assets/checkbox/radiobutton-unchecked.svg
+share/themes/Canta-blue-compact/cinnamon/assets/menu/menu-hover.svg
+share/themes/Canta-blue-compact/cinnamon/assets/menu/menu-separator.svg
+share/themes/Canta-blue-compact/cinnamon/assets/menu/menu.svg
+share/themes/Canta-blue-compact/cinnamon/assets/menu/submenu.svg
+share/themes/Canta-blue-compact/cinnamon/assets/misc/add-workspace-active.svg
+share/themes/Canta-blue-compact/cinnamon/assets/misc/add-workspace-hover.svg
+share/themes/Canta-blue-compact/cinnamon/assets/misc/add-workspace.svg
+share/themes/Canta-blue-compact/cinnamon/assets/misc/bg.svg
+share/themes/Canta-blue-compact/cinnamon/assets/misc/button-box.svg
+share/themes/Canta-blue-compact/cinnamon/assets/misc/calendar-arrow-left.svg
+share/themes/Canta-blue-compact/cinnamon/assets/misc/calendar-arrow-right.svg
+share/themes/Canta-blue-compact/cinnamon/assets/misc/close-active.svg
+share/themes/Canta-blue-compact/cinnamon/assets/misc/close-hover.svg
+share/themes/Canta-blue-compact/cinnamon/assets/misc/close.svg
+share/themes/Canta-blue-compact/cinnamon/assets/misc/corner-ripple.svg
+share/themes/Canta-blue-compact/cinnamon/assets/misc/desklet-header.svg
+share/themes/Canta-blue-compact/cinnamon/assets/misc/desklet.svg
+share/themes/Canta-blue-compact/cinnamon/assets/misc/message.svg
+share/themes/Canta-blue-compact/cinnamon/assets/misc/osd.svg
+share/themes/Canta-blue-compact/cinnamon/assets/misc/overview-hover.svg
+share/themes/Canta-blue-compact/cinnamon/assets/misc/overview.svg
+share/themes/Canta-blue-compact/cinnamon/assets/misc/trash-icon.svg
+share/themes/Canta-blue-compact/cinnamon/assets/panel/activities-active.svg
+share/themes/Canta-blue-compact/cinnamon/assets/panel/activities.svg
+share/themes/Canta-blue-compact/cinnamon/assets/switch/switch-off.svg
+share/themes/Canta-blue-compact/cinnamon/assets/switch/switch-on.svg
+share/themes/Canta-blue-compact/cinnamon/cinnamon.css
+share/themes/Canta-blue-compact/cinnamon/thumbnail.png
+share/themes/Canta-blue-compact/gnome-shell/assets/activities-active.svg
+share/themes/Canta-blue-compact/gnome-shell/assets/activities.svg
+share/themes/Canta-blue-compact/gnome-shell/assets/calendar-arrow-left.svg
+share/themes/Canta-blue-compact/gnome-shell/assets/calendar-arrow-right.svg
+share/themes/Canta-blue-compact/gnome-shell/assets/checkbox-off.svg
+share/themes/Canta-blue-compact/gnome-shell/assets/checkbox.svg
+share/themes/Canta-blue-compact/gnome-shell/assets/close.svg
+share/themes/Canta-blue-compact/gnome-shell/assets/dash-placeholder.svg
+share/themes/Canta-blue-compact/gnome-shell/assets/dash/bottom-running1-focused.svg
+share/themes/Canta-blue-compact/gnome-shell/assets/dash/bottom-running1.svg
+share/themes/Canta-blue-compact/gnome-shell/assets/dash/bottom-running2-focused.svg
+share/themes/Canta-blue-compact/gnome-shell/assets/dash/bottom-running2.svg
+share/themes/Canta-blue-compact/gnome-shell/assets/dash/bottom-running3-focused.svg
+share/themes/Canta-blue-compact/gnome-shell/assets/dash/bottom-running3.svg
+share/themes/Canta-blue-compact/gnome-shell/assets/dash/bottom-running4-focused.svg
+share/themes/Canta-blue-compact/gnome-shell/assets/dash/bottom-running4.svg
+share/themes/Canta-blue-compact/gnome-shell/assets/dash/left-running1-focused.svg
+share/themes/Canta-blue-compact/gnome-shell/assets/dash/left-running1.svg
+share/themes/Canta-blue-compact/gnome-shell/assets/dash/left-running2-focused.svg
+share/themes/Canta-blue-compact/gnome-shell/assets/dash/left-running2.svg
+share/themes/Canta-blue-compact/gnome-shell/assets/dash/left-running3-focused.svg
+share/themes/Canta-blue-compact/gnome-shell/assets/dash/left-running3.svg
+share/themes/Canta-blue-compact/gnome-shell/assets/dash/left-running4-focused.svg
+share/themes/Canta-blue-compact/gnome-shell/assets/dash/left-running4.svg
+share/themes/Canta-blue-compact/gnome-shell/assets/dash/right-running1-focused.svg
+share/themes/Canta-blue-compact/gnome-shell/assets/dash/right-running1.svg
+share/themes/Canta-blue-compact/gnome-shell/assets/dash/right-running2-focused.svg
+share/themes/Canta-blue-compact/gnome-shell/assets/dash/right-running2.svg
+share/themes/Canta-blue-compact/gnome-shell/assets/dash/right-running3-focused.svg
+share/themes/Canta-blue-compact/gnome-shell/assets/dash/right-running3.svg
+share/themes/Canta-blue-compact/gnome-shell/assets/dash/right-running4-focused.svg
+share/themes/Canta-blue-compact/gnome-shell/assets/dash/right-running4.svg
+share/themes/Canta-blue-compact/gnome-shell/assets/dash/top-running1-focused.svg
+share/themes/Canta-blue-compact/gnome-shell/assets/dash/top-running1.svg
+share/themes/Canta-blue-compact/gnome-shell/assets/dash/top-running2-focused.svg
+share/themes/Canta-blue-compact/gnome-shell/assets/dash/top-running2.svg
+share/themes/Canta-blue-compact/gnome-shell/assets/dash/top-running3-focused.svg
+share/themes/Canta-blue-compact/gnome-shell/assets/dash/top-running3.svg
+share/themes/Canta-blue-compact/gnome-shell/assets/dash/top-running4-focused.svg
+share/themes/Canta-blue-compact/gnome-shell/assets/dash/top-running4.svg
+share/themes/Canta-blue-compact/gnome-shell/assets/key-enter.svg
+share/themes/Canta-blue-compact/gnome-shell/assets/key-hide.svg
+share/themes/Canta-blue-compact/gnome-shell/assets/key-layout.svg
+share/themes/Canta-blue-compact/gnome-shell/assets/key-shift-latched-uppercase.svg
+share/themes/Canta-blue-compact/gnome-shell/assets/key-shift-uppercase.svg
+share/themes/Canta-blue-compact/gnome-shell/assets/key-shift.svg
+share/themes/Canta-blue-compact/gnome-shell/assets/more-results.svg
+share/themes/Canta-blue-compact/gnome-shell/assets/no-events.svg
+share/themes/Canta-blue-compact/gnome-shell/assets/no-notifications.svg
+share/themes/Canta-blue-compact/gnome-shell/assets/process-working.svg
+share/themes/Canta-blue-compact/gnome-shell/assets/toggle-off.svg
+share/themes/Canta-blue-compact/gnome-shell/assets/toggle-on.svg
+share/themes/Canta-blue-compact/gnome-shell/assets/window-close-active.svg
+share/themes/Canta-blue-compact/gnome-shell/assets/window-close-hover.svg
+share/themes/Canta-blue-compact/gnome-shell/assets/window-close.svg
+share/themes/Canta-blue-compact/gnome-shell/extensions/workspaces-to-dock/workspaces-to-dock.css
+share/themes/Canta-blue-compact/gnome-shell/gnome-shell-theme.gresource.xml
+share/themes/Canta-blue-compact/gnome-shell/gnome-shell.css
+share/themes/Canta-blue-compact/gnome-shell/message-indicator-symbolic.svg
+share/themes/Canta-blue-compact/gnome-shell/no-events.svg
+share/themes/Canta-blue-compact/gnome-shell/no-notifications.svg
+share/themes/Canta-blue-compact/gnome-shell/noise-texture.png
+share/themes/Canta-blue-compact/gnome-shell/pad-osd.css
+share/themes/Canta-blue-compact/gnome-shell/process-working.svg
+share/themes/Canta-blue-compact/gtk-2.0/apps.rc
+share/themes/Canta-blue-compact/gtk-2.0/assets/border.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/button-active.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/button-hover.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/button-insensitive.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/button.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/checkbox-checked-active.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/checkbox-checked-hover.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/checkbox-checked-insensitive.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/checkbox-checked.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/checkbox-mixed-active.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/checkbox-mixed-hover.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/checkbox-mixed-insensitive.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/checkbox-mixed.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/checkbox-unchecked-active.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/checkbox-unchecked-hover.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/checkbox-unchecked-insensitive.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/checkbox-unchecked.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/combo-ltr-button-active.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/combo-ltr-button-hover.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/combo-ltr-button-insensitive.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/combo-ltr-button.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/combo-ltr-entry-active.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/combo-ltr-entry-insensitive.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/combo-ltr-entry.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/combo-rtl-button-active.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/combo-rtl-button-hover.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/combo-rtl-button-insensitive.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/combo-rtl-button.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/combo-rtl-entry-active.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/combo-rtl-entry-insensitive.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/combo-rtl-entry.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/entry-active.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/entry-background-insensitive.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/entry-background.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/entry-insensitive.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/entry.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/flat-button-active.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/flat-button-hover.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/flat-button-insensitive.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/flat-button.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/focus.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/frame-inline.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/frame-notebook.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/frame.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/handle-horz-active.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/handle-horz-hover.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/handle-horz.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/handle-vert-active.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/handle-vert-hover.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/handle-vert.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/menu-checkbox-checked-insensitive.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/menu-checkbox-checked.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/menu-checkbox-mixed-insensitive.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/menu-checkbox-mixed.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/menu-checkbox-unchecked.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/menu-radio-checked-insensitive.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/menu-radio-checked.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/menu-radio-mixed-insensitive.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/menu-radio-mixed.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/menu-radio-unchecked-insensitive.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/menu-radio-unchecked.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/notebook-combo-ltr-entry-active.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/notebook-combo-ltr-entry-insensitive.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/notebook-combo-ltr-entry.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/notebook-combo-rtl-entry-active.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/notebook-combo-rtl-entry-insensitive.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/notebook-combo-rtl-entry.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/notebook-entry-active.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/notebook-entry-insensitive.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/notebook-entry.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/pan-down-alt-insensitive.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/pan-down-alt.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/pan-down-insensitive.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/pan-down.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/pan-left-alt-insensitive.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/pan-left-alt.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/pan-left-insensitive.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/pan-left-semi.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/pan-left.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/pan-right-alt-insensitive.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/pan-right-alt.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/pan-right-insensitive.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/pan-right-semi.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/pan-right.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/pan-up-alt-insensitive.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/pan-up-alt.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/pan-up-insensitive.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/pan-up.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/pathbar_button_active.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/pathbar_button_prelight.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/progressbar-progress-blue.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/progressbar-progress-indigo.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/progressbar-progress.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/progressbar-trough-blue.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/progressbar-trough-indigo.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/progressbar-trough.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/radio-checked-active.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/radio-checked-hover.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/radio-checked-insensitive.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/radio-checked.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/radio-mixed-active.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/radio-mixed-hover.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/radio-mixed-insensitive.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/radio-mixed.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/radio-unchecked-active.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/radio-unchecked-hover.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/radio-unchecked-insensitive.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/radio-unchecked.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/scale-horz-trough-active.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/scale-horz-trough-insensitive.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/scale-horz-trough.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/scale-slider-active.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/scale-slider-hover.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/scale-slider-insensitive.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/scale-slider.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/scale-vert-trough-active.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/scale-vert-trough-insensitive.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/scale-vert-trough.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/scrollbar-horz-slider-active.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/scrollbar-horz-slider-hover.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/scrollbar-horz-slider-insensitive.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/scrollbar-horz-slider.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/scrollbar-horz-trough.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/scrollbar-vert-ltr-slider-active.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/scrollbar-vert-ltr-slider-hover.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/scrollbar-vert-ltr-slider-insensitive.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/scrollbar-vert-ltr-slider.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/scrollbar-vert-ltr-trough.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/scrollbar-vert-rtl-slider-active.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/scrollbar-vert-rtl-slider-hover.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/scrollbar-vert-rtl-slider-insensitive.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/scrollbar-vert-rtl-slider.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/scrollbar-vert-rtl-trough.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/spin-ltr-down-active.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/spin-ltr-down-hover.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/spin-ltr-down-insensitive.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/spin-ltr-down.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/spin-ltr-up-active.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/spin-ltr-up-hover.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/spin-ltr-up-insensitive.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/spin-ltr-up.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/spin-rtl-down-active.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/spin-rtl-down-hover.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/spin-rtl-down-insensitive.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/spin-rtl-down.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/spin-rtl-up-active.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/spin-rtl-up-hover.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/spin-rtl-up-insensitive.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/spin-rtl-up.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/tab-blue.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/tab-indigo.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/tab.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/treeview-ltr-button-active.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/treeview-ltr-button-hover.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/treeview-ltr-button.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/treeview-rtl-button-active.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/treeview-rtl-button-hover.png
+share/themes/Canta-blue-compact/gtk-2.0/assets/treeview-rtl-button.png
+share/themes/Canta-blue-compact/gtk-2.0/gtkrc
+share/themes/Canta-blue-compact/gtk-2.0/hacks.rc
+share/themes/Canta-blue-compact/gtk-2.0/main.rc
+share/themes/Canta-blue-compact/gtk-2.0/panel.rc
+share/themes/Canta-blue-compact/gtk-3.0/assets/background-img-bottom-blue.png
+share/themes/Canta-blue-compact/gtk-3.0/assets/background-img-bottom-blue at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/assets/background-img-bottom-dark-blue.png
+share/themes/Canta-blue-compact/gtk-3.0/assets/background-img-bottom-dark-blue at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/assets/background-img-bottom-dark-indigo.png
+share/themes/Canta-blue-compact/gtk-3.0/assets/background-img-bottom-dark-indigo at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/assets/background-img-bottom-dark.png
+share/themes/Canta-blue-compact/gtk-3.0/assets/background-img-bottom-dark at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/assets/background-img-bottom-indigo.png
+share/themes/Canta-blue-compact/gtk-3.0/assets/background-img-bottom-indigo at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/assets/background-img-bottom.png
+share/themes/Canta-blue-compact/gtk-3.0/assets/background-img-bottom at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/assets/background-img-top-blue.png
+share/themes/Canta-blue-compact/gtk-3.0/assets/background-img-top-blue at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/assets/background-img-top-dark-blue.png
+share/themes/Canta-blue-compact/gtk-3.0/assets/background-img-top-dark-blue at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/assets/background-img-top-dark-indigo.png
+share/themes/Canta-blue-compact/gtk-3.0/assets/background-img-top-dark-indigo at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/assets/background-img-top-dark.png
+share/themes/Canta-blue-compact/gtk-3.0/assets/background-img-top-dark at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/assets/background-img-top-indigo.png
+share/themes/Canta-blue-compact/gtk-3.0/assets/background-img-top-indigo at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/assets/background-img-top.png
+share/themes/Canta-blue-compact/gtk-3.0/assets/background-img-top at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/assets/button-checked-circle-blue.png
+share/themes/Canta-blue-compact/gtk-3.0/assets/button-checked-circle-blue at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/assets/button-checked-circle-indigo.png
+share/themes/Canta-blue-compact/gtk-3.0/assets/button-checked-circle-indigo at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/assets/button-checked-circle.png
+share/themes/Canta-blue-compact/gtk-3.0/assets/button-checked-circle at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/assets/button-checked-compact-circle-blue.png
+share/themes/Canta-blue-compact/gtk-3.0/assets/button-checked-compact-circle-blue at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/assets/button-checked-compact-circle-indigo.png
+share/themes/Canta-blue-compact/gtk-3.0/assets/button-checked-compact-circle-indigo at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/assets/button-checked-compact-circle.png
+share/themes/Canta-blue-compact/gtk-3.0/assets/button-checked-compact-circle at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/assets/button-checked-compact-square-blue.png
+share/themes/Canta-blue-compact/gtk-3.0/assets/button-checked-compact-square-blue at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/assets/button-checked-compact-square-indigo.png
+share/themes/Canta-blue-compact/gtk-3.0/assets/button-checked-compact-square-indigo at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/assets/button-checked-compact-square.png
+share/themes/Canta-blue-compact/gtk-3.0/assets/button-checked-compact-square at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/assets/button-checked-square-blue.png
+share/themes/Canta-blue-compact/gtk-3.0/assets/button-checked-square-blue at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/assets/button-checked-square-indigo.png
+share/themes/Canta-blue-compact/gtk-3.0/assets/button-checked-square-indigo at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/assets/button-checked-square.png
+share/themes/Canta-blue-compact/gtk-3.0/assets/button-checked-square at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/assets/firstbutton-checked-circle-blue.png
+share/themes/Canta-blue-compact/gtk-3.0/assets/firstbutton-checked-circle-blue at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/assets/firstbutton-checked-circle-indigo.png
+share/themes/Canta-blue-compact/gtk-3.0/assets/firstbutton-checked-circle-indigo at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/assets/firstbutton-checked-circle.png
+share/themes/Canta-blue-compact/gtk-3.0/assets/firstbutton-checked-circle at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/assets/firstbutton-checked-compact-circle-blue.png
+share/themes/Canta-blue-compact/gtk-3.0/assets/firstbutton-checked-compact-circle-blue at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/assets/firstbutton-checked-compact-circle-indigo.png
+share/themes/Canta-blue-compact/gtk-3.0/assets/firstbutton-checked-compact-circle-indigo at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/assets/firstbutton-checked-compact-circle.png
+share/themes/Canta-blue-compact/gtk-3.0/assets/firstbutton-checked-compact-circle at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/assets/firstbutton-checked-compact-square-blue.png
+share/themes/Canta-blue-compact/gtk-3.0/assets/firstbutton-checked-compact-square-blue at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/assets/firstbutton-checked-compact-square-indigo.png
+share/themes/Canta-blue-compact/gtk-3.0/assets/firstbutton-checked-compact-square-indigo at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/assets/firstbutton-checked-compact-square.png
+share/themes/Canta-blue-compact/gtk-3.0/assets/firstbutton-checked-compact-square at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/assets/firstbutton-checked-square-blue.png
+share/themes/Canta-blue-compact/gtk-3.0/assets/firstbutton-checked-square-blue at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/assets/firstbutton-checked-square-indigo.png
+share/themes/Canta-blue-compact/gtk-3.0/assets/firstbutton-checked-square-indigo at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/assets/firstbutton-checked-square.png
+share/themes/Canta-blue-compact/gtk-3.0/assets/firstbutton-checked-square at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/assets/lastbutton-checked-circle-blue.png
+share/themes/Canta-blue-compact/gtk-3.0/assets/lastbutton-checked-circle-blue at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/assets/lastbutton-checked-circle-indigo.png
+share/themes/Canta-blue-compact/gtk-3.0/assets/lastbutton-checked-circle-indigo at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/assets/lastbutton-checked-circle.png
+share/themes/Canta-blue-compact/gtk-3.0/assets/lastbutton-checked-circle at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/assets/lastbutton-checked-compact-circle-blue.png
+share/themes/Canta-blue-compact/gtk-3.0/assets/lastbutton-checked-compact-circle-blue at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/assets/lastbutton-checked-compact-circle-indigo.png
+share/themes/Canta-blue-compact/gtk-3.0/assets/lastbutton-checked-compact-circle-indigo at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/assets/lastbutton-checked-compact-circle.png
+share/themes/Canta-blue-compact/gtk-3.0/assets/lastbutton-checked-compact-circle at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/assets/lastbutton-checked-compact-square-blue.png
+share/themes/Canta-blue-compact/gtk-3.0/assets/lastbutton-checked-compact-square-blue at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/assets/lastbutton-checked-compact-square-indigo.png
+share/themes/Canta-blue-compact/gtk-3.0/assets/lastbutton-checked-compact-square-indigo at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/assets/lastbutton-checked-compact-square.png
+share/themes/Canta-blue-compact/gtk-3.0/assets/lastbutton-checked-compact-square at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/assets/lastbutton-checked-square-blue.png
+share/themes/Canta-blue-compact/gtk-3.0/assets/lastbutton-checked-square-blue at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/assets/lastbutton-checked-square-indigo.png
+share/themes/Canta-blue-compact/gtk-3.0/assets/lastbutton-checked-square-indigo at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/assets/lastbutton-checked-square.png
+share/themes/Canta-blue-compact/gtk-3.0/assets/lastbutton-checked-square at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/box-shadow-backdrop-dark.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/box-shadow-backdrop-dark at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/box-shadow-backdrop.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/box-shadow-backdrop at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/box-shadow-dark.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/box-shadow-dark at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/box-shadow.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/box-shadow at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/checkbox-checked-active-dark.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/checkbox-checked-active-dark at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/checkbox-checked-active.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/checkbox-checked-active at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/checkbox-checked-dark.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/checkbox-checked-dark at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/checkbox-checked-disabled-dark.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/checkbox-checked-disabled-dark at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/checkbox-checked-disabled.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/checkbox-checked-disabled at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/checkbox-checked-hover-dark.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/checkbox-checked-hover-dark at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/checkbox-checked-hover.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/checkbox-checked-hover at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/checkbox-checked.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/checkbox-checked at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/checkbox-mixed-active-dark.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/checkbox-mixed-active-dark at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/checkbox-mixed-active.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/checkbox-mixed-active at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/checkbox-mixed-dark.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/checkbox-mixed-dark at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/checkbox-mixed-disabled-dark.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/checkbox-mixed-disabled-dark at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/checkbox-mixed-disabled.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/checkbox-mixed-disabled at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/checkbox-mixed-hover-dark.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/checkbox-mixed-hover-dark at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/checkbox-mixed-hover.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/checkbox-mixed-hover at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/checkbox-mixed.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/checkbox-mixed at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/checkbox-unchecked-active-dark.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/checkbox-unchecked-active-dark at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/checkbox-unchecked-active.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/checkbox-unchecked-active at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/checkbox-unchecked-dark.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/checkbox-unchecked-dark at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/checkbox-unchecked-disabled-dark.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/checkbox-unchecked-disabled-dark at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/checkbox-unchecked-disabled.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/checkbox-unchecked-disabled at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/checkbox-unchecked-hover-dark.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/checkbox-unchecked-hover-dark at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/checkbox-unchecked-hover.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/checkbox-unchecked-hover at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/checkbox-unchecked.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/checkbox-unchecked at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/menu-checkbox-checked-dark.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/menu-checkbox-checked-dark at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/menu-checkbox-checked-disabled-dark.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/menu-checkbox-checked-disabled-dark at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/menu-checkbox-checked-disabled.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/menu-checkbox-checked-disabled at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/menu-checkbox-checked.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/menu-checkbox-checked at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/menu-checkbox-mixed-dark.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/menu-checkbox-mixed-dark at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/menu-checkbox-mixed-disabled-dark.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/menu-checkbox-mixed-disabled-dark at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/menu-checkbox-mixed-disabled.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/menu-checkbox-mixed-disabled at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/menu-checkbox-mixed.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/menu-checkbox-mixed at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/menu-checkbox-unchecked-dark.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/menu-checkbox-unchecked-dark at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/menu-checkbox-unchecked-disabled-dark.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/menu-checkbox-unchecked-disabled-dark at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/menu-checkbox-unchecked-disabled.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/menu-checkbox-unchecked-disabled at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/menu-checkbox-unchecked.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/menu-checkbox-unchecked at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/menu-radio-checked-dark.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/menu-radio-checked-dark at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/menu-radio-checked-disabled-dark.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/menu-radio-checked-disabled-dark at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/menu-radio-checked-disabled.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/menu-radio-checked-disabled at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/menu-radio-checked.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/menu-radio-checked at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/menu-radio-mixed-dark.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/menu-radio-mixed-dark at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/menu-radio-mixed-disabled-dark.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/menu-radio-mixed-disabled-dark at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/menu-radio-mixed-disabled.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/menu-radio-mixed-disabled at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/menu-radio-mixed.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/menu-radio-mixed at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/menu-radio-unchecked-dark.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/menu-radio-unchecked-dark at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/menu-radio-unchecked-disabled-dark.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/menu-radio-unchecked-disabled-dark at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/menu-radio-unchecked-disabled.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/menu-radio-unchecked-disabled at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/menu-radio-unchecked.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/menu-radio-unchecked at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/radio-checked-active-dark.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/radio-checked-active-dark at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/radio-checked-active.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/radio-checked-active at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/radio-checked-dark.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/radio-checked-dark at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/radio-checked-disabled-dark.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/radio-checked-disabled-dark at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/radio-checked-disabled.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/radio-checked-disabled at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/radio-checked-hover-dark.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/radio-checked-hover-dark at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/radio-checked-hover.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/radio-checked-hover at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/radio-checked.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/radio-checked at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/radio-mixed-active-dark.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/radio-mixed-active-dark at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/radio-mixed-active.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/radio-mixed-active at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/radio-mixed-dark.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/radio-mixed-dark at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/radio-mixed-disabled-dark.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/radio-mixed-disabled-dark at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/radio-mixed-disabled.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/radio-mixed-disabled at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/radio-mixed-hover-dark.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/radio-mixed-hover-dark at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/radio-mixed-hover.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/radio-mixed-hover at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/radio-mixed.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/radio-mixed at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/radio-unchecked-active-dark.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/radio-unchecked-active-dark at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/radio-unchecked-active.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/radio-unchecked-active at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/radio-unchecked-dark.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/radio-unchecked-dark at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/radio-unchecked-disabled-dark.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/radio-unchecked-disabled-dark at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/radio-unchecked-disabled.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/radio-unchecked-disabled at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/radio-unchecked-hover-dark.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/radio-unchecked-hover-dark at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/radio-unchecked-hover.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/radio-unchecked-hover at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/radio-unchecked.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/radio-unchecked at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/scalable/checkbox-checked-symbolic.svg
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/scalable/checkbox-mixed-symbolic.svg
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/scalable/checkbox-unchecked-symbolic.svg
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/scalable/radio-checked-symbolic.svg
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/scalable/radio-mixed-symbolic.svg
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/scalable/radio-unchecked-symbolic.svg
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/scalable/small-checkbox-checked-symbolic.svg
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/scalable/small-checkbox-mixed-symbolic.svg
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/scalable/small-checkbox-unchecked-symbolic.svg
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/scalable/small-radio-checked-symbolic.svg
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/scalable/small-radio-mixed-symbolic.svg
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/scalable/small-radio-unchecked-symbolic.svg
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/scale-horz-marks-after-slider-dark.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/scale-horz-marks-after-slider-dark at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/scale-horz-marks-after-slider-disabled-dark.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/scale-horz-marks-after-slider-disabled-dark at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/scale-horz-marks-after-slider-disabled.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/scale-horz-marks-after-slider-disabled at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/scale-horz-marks-after-slider.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/scale-horz-marks-after-slider at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/scale-horz-marks-before-slider-dark.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/scale-horz-marks-before-slider-dark at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/scale-horz-marks-before-slider-disabled-dark.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/scale-horz-marks-before-slider-disabled-dark at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/scale-horz-marks-before-slider-disabled.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/scale-horz-marks-before-slider-disabled at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/scale-horz-marks-before-slider.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/scale-horz-marks-before-slider at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/scale-slider-dark.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/scale-slider-dark at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/scale-slider-disabled-dark.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/scale-slider-disabled-dark at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/scale-slider-disabled.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/scale-slider-disabled at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/scale-slider.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/scale-slider at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/scale-vert-marks-after-slider-dark.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/scale-vert-marks-after-slider-dark at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/scale-vert-marks-after-slider-disabled-dark.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/scale-vert-marks-after-slider-disabled-dark at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/scale-vert-marks-after-slider-disabled.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/scale-vert-marks-after-slider-disabled at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/scale-vert-marks-after-slider.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/scale-vert-marks-after-slider at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/scale-vert-marks-before-slider-dark.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/scale-vert-marks-before-slider-dark at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/scale-vert-marks-before-slider-disabled-dark.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/scale-vert-marks-before-slider-disabled-dark at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/scale-vert-marks-before-slider-disabled.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/scale-vert-marks-before-slider-disabled at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/scale-vert-marks-before-slider.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/scale-vert-marks-before-slider at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/selectionmode-checkbox-checked-dark.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/selectionmode-checkbox-checked-dark at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/selectionmode-checkbox-checked.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/selectionmode-checkbox-checked at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/selectionmode-checkbox-unchecked-dark.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/selectionmode-checkbox-unchecked-dark at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/selectionmode-checkbox-unchecked.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/selectionmode-checkbox-unchecked at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/titlebutton-close-active.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/titlebutton-close-active at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/titlebutton-close-backdrop.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/titlebutton-close-backdrop at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/titlebutton-close-hover.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/titlebutton-close-hover at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/titlebutton-close.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/titlebutton-close at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/titlebutton-maximize-active.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/titlebutton-maximize-active at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/titlebutton-maximize-backdrop.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/titlebutton-maximize-backdrop at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/titlebutton-maximize-hover.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/titlebutton-maximize-hover at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/titlebutton-maximize.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/titlebutton-maximize at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/titlebutton-minimize-active.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/titlebutton-minimize-active at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/titlebutton-minimize-backdrop.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/titlebutton-minimize-backdrop at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/titlebutton-minimize-hover.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/titlebutton-minimize-hover at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/titlebutton-minimize.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/titlebutton-minimize at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/titlebutton-restore-active.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/titlebutton-restore-active at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/titlebutton-restore-backdrop.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/titlebutton-restore-backdrop at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/titlebutton-restore-hover.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/titlebutton-restore-hover at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/titlebutton-restore.png
+share/themes/Canta-blue-compact/gtk-3.0/common-assets/titlebutton-restore at 2.png
+share/themes/Canta-blue-compact/gtk-3.0/gtk-dark.css
+share/themes/Canta-blue-compact/gtk-3.0/gtk.css
+share/themes/Canta-blue-compact/index.theme
+share/themes/Canta-blue-compact/metacity-1/close.png
+share/themes/Canta-blue-compact/metacity-1/close_focused.png
+share/themes/Canta-blue-compact/metacity-1/close_focused_normal.png
+share/themes/Canta-blue-compact/metacity-1/close_focused_prelight.png
+share/themes/Canta-blue-compact/metacity-1/close_focused_pressed.png
+share/themes/Canta-blue-compact/metacity-1/close_unfocused.png
+share/themes/Canta-blue-compact/metacity-1/close_unfocused_prelight.png
+share/themes/Canta-blue-compact/metacity-1/close_unfocused_pressed.png
+share/themes/Canta-blue-compact/metacity-1/maximize.png
+share/themes/Canta-blue-compact/metacity-1/maximize_focused.png
+share/themes/Canta-blue-compact/metacity-1/maximize_focused_normal.png
+share/themes/Canta-blue-compact/metacity-1/maximize_focused_prelight.png
+share/themes/Canta-blue-compact/metacity-1/maximize_focused_pressed.png
+share/themes/Canta-blue-compact/metacity-1/maximize_unfocused.png
+share/themes/Canta-blue-compact/metacity-1/maximize_unfocused_prelight.png
+share/themes/Canta-blue-compact/metacity-1/maximize_unfocused_pressed.png
+share/themes/Canta-blue-compact/metacity-1/menu.png
+share/themes/Canta-blue-compact/metacity-1/menu_focused.png
+share/themes/Canta-blue-compact/metacity-1/menu_focused_normal.png
+share/themes/Canta-blue-compact/metacity-1/menu_focused_prelight.png
+share/themes/Canta-blue-compact/metacity-1/menu_focused_pressed.png
+share/themes/Canta-blue-compact/metacity-1/menu_unfocused.png
+share/themes/Canta-blue-compact/metacity-1/menu_unfocused_prelight.png
+share/themes/Canta-blue-compact/metacity-1/menu_unfocused_pressed.png
+share/themes/Canta-blue-compact/metacity-1/metacity-theme-1.xml
+share/themes/Canta-blue-compact/metacity-1/metacity-theme-2.xml
+share/themes/Canta-blue-compact/metacity-1/metacity-theme-3.xml
+share/themes/Canta-blue-compact/metacity-1/minimize.png
+share/themes/Canta-blue-compact/metacity-1/minimize_focused.png
+share/themes/Canta-blue-compact/metacity-1/minimize_focused_normal.png
+share/themes/Canta-blue-compact/metacity-1/minimize_focused_prelight.png
+share/themes/Canta-blue-compact/metacity-1/minimize_focused_pressed.png
+share/themes/Canta-blue-compact/metacity-1/minimize_unfocused.png
+share/themes/Canta-blue-compact/metacity-1/minimize_unfocused_prelight.png
+share/themes/Canta-blue-compact/metacity-1/minimize_unfocused_pressed.png
+share/themes/Canta-blue-compact/metacity-1/shade.png
+share/themes/Canta-blue-compact/metacity-1/shade_focused.png
+share/themes/Canta-blue-compact/metacity-1/shade_focused_normal.png
+share/themes/Canta-blue-compact/metacity-1/shade_focused_prelight.png
+share/themes/Canta-blue-compact/metacity-1/shade_focused_pressed.png
+share/themes/Canta-blue-compact/metacity-1/shade_unfocused.png
+share/themes/Canta-blue-compact/metacity-1/shade_unfocused_prelight.png
+share/themes/Canta-blue-compact/metacity-1/shade_unfocused_pressed.png
+share/themes/Canta-blue-compact/metacity-1/trough_left.png
+share/themes/Canta-blue-compact/metacity-1/trough_middle.png
+share/themes/Canta-blue-compact/metacity-1/trough_right.png
+share/themes/Canta-blue-compact/metacity-1/trough_unfocused_left.png
+share/themes/Canta-blue-compact/metacity-1/trough_unfocused_middle.png
+share/themes/Canta-blue-compact/metacity-1/trough_unfocused_right.png
+share/themes/Canta-blue-compact/metacity-1/unmaximize.png
+share/themes/Canta-blue-compact/metacity-1/unmaximize_focused.png
+share/themes/Canta-blue-compact/metacity-1/unmaximize_focused_normal.png
+share/themes/Canta-blue-compact/metacity-1/unmaximize_focused_prelight.png
+share/themes/Canta-blue-compact/metacity-1/unmaximize_focused_pressed.png
+share/themes/Canta-blue-compact/metacity-1/unmaximize_unfocused.png
+share/themes/Canta-blue-compact/metacity-1/unmaximize_unfocused_prelight.png
+share/themes/Canta-blue-compact/metacity-1/unmaximize_unfocused_pressed.png
+share/themes/Canta-blue-compact/metacity-1/unshade.png
+share/themes/Canta-blue-compact/metacity-1/unshade_focused.png
+share/themes/Canta-blue-compact/metacity-1/unshade_focused_normal.png
+share/themes/Canta-blue-compact/metacity-1/unshade_focused_prelight.png
+share/themes/Canta-blue-compact/metacity-1/unshade_focused_pressed.png
+share/themes/Canta-blue-compact/metacity-1/unshade_unfocused.png
+share/themes/Canta-blue-compact/metacity-1/unshade_unfocused_prelight.png
+share/themes/Canta-blue-compact/metacity-1/unshade_unfocused_pressed.png
+share/themes/Canta-blue-compact/plank/dock.theme
+share/themes/Canta-blue-compact/unity/assets/close_focused.svg
+share/themes/Canta-blue-compact/unity/assets/close_focused_prelight.svg
+share/themes/Canta-blue-compact/unity/assets/close_focused_pressed.svg
+share/themes/Canta-blue-compact/unity/assets/close_unfocused.svg
+share/themes/Canta-blue-compact/unity/assets/close_unfocused_prelight.svg
+share/themes/Canta-blue-compact/unity/assets/close_unfocused_pressed.svg
+share/themes/Canta-blue-compact/unity/assets/maximize_focused.svg
+share/themes/Canta-blue-compact/unity/assets/maximize_focused_prelight.svg
+share/themes/Canta-blue-compact/unity/assets/maximize_focused_pressed.svg
+share/themes/Canta-blue-compact/unity/assets/maximize_unfocused.svg
+share/themes/Canta-blue-compact/unity/assets/maximize_unfocused_prelight.svg
+share/themes/Canta-blue-compact/unity/assets/maximize_unfocused_pressed.svg
+share/themes/Canta-blue-compact/unity/assets/minimize_focused.svg
+share/themes/Canta-blue-compact/unity/assets/minimize_focused_prelight.svg
+share/themes/Canta-blue-compact/unity/assets/minimize_focused_pressed.svg
+share/themes/Canta-blue-compact/unity/assets/minimize_unfocused.svg
+share/themes/Canta-blue-compact/unity/assets/minimize_unfocused_prelight.svg
+share/themes/Canta-blue-compact/unity/assets/minimize_unfocused_pressed.svg
+share/themes/Canta-blue-compact/unity/assets/unmaximize_focused.svg
+share/themes/Canta-blue-compact/unity/assets/unmaximize_focused_prelight.svg
+share/themes/Canta-blue-compact/unity/assets/unmaximize_focused_pressed.svg
+share/themes/Canta-blue-compact/unity/assets/unmaximize_unfocused.svg
+share/themes/Canta-blue-compact/unity/assets/unmaximize_unfocused_prelight.svg
+share/themes/Canta-blue-compact/unity/assets/unmaximize_unfocused_pressed.svg
+share/themes/Canta-blue-compact/unity/close.svg
+share/themes/Canta-blue-compact/unity/close_dash.svg
+share/themes/Canta-blue-compact/unity/close_dash_disabled.svg
+share/themes/Canta-blue-compact/unity/close_dash_prelight.svg
+share/themes/Canta-blue-compact/unity/close_dash_pressed.svg
+share/themes/Canta-blue-compact/unity/close_focused_normal.svg
+share/themes/Canta-blue-compact/unity/close_focused_prelight.svg
+share/themes/Canta-blue-compact/unity/close_focused_pressed.svg
+share/themes/Canta-blue-compact/unity/close_unfocused.svg
+share/themes/Canta-blue-compact/unity/close_unfocused_prelight.svg
+share/themes/Canta-blue-compact/unity/close_unfocused_pressed.svg
+share/themes/Canta-blue-compact/unity/dash-widgets.json
+share/themes/Canta-blue-compact/unity/launcher_arrow_btt_19.svg
+share/themes/Canta-blue-compact/unity/launcher_arrow_btt_37.svg
+share/themes/Canta-blue-compact/unity/launcher_arrow_ltr_19.svg
+share/themes/Canta-blue-compact/unity/launcher_arrow_ltr_37.svg
+share/themes/Canta-blue-compact/unity/launcher_arrow_outline_btt_19.svg
+share/themes/Canta-blue-compact/unity/launcher_arrow_outline_btt_37.svg
+share/themes/Canta-blue-compact/unity/launcher_arrow_outline_ltr_19.svg
+share/themes/Canta-blue-compact/unity/launcher_arrow_outline_ltr_37.svg
+share/themes/Canta-blue-compact/unity/launcher_arrow_outline_rtl_19.svg
+share/themes/Canta-blue-compact/unity/launcher_arrow_outline_rtl_37.svg
+share/themes/Canta-blue-compact/unity/launcher_arrow_outline_ttb_19.svg
+share/themes/Canta-blue-compact/unity/launcher_arrow_outline_ttb_37.svg
+share/themes/Canta-blue-compact/unity/launcher_arrow_rtl_19.svg
+share/themes/Canta-blue-compact/unity/launcher_arrow_rtl_37.svg
+share/themes/Canta-blue-compact/unity/launcher_arrow_ttb_19.svg
+share/themes/Canta-blue-compact/unity/launcher_arrow_ttb_37.svg
+share/themes/Canta-blue-compact/unity/launcher_bfb.png
+share/themes/Canta-blue-compact/unity/launcher_icon_back_150.svg
+share/themes/Canta-blue-compact/unity/launcher_icon_back_54.svg
+share/themes/Canta-blue-compact/unity/launcher_icon_edge_150.svg
+share/themes/Canta-blue-compact/unity/launcher_icon_edge_54.svg
+share/themes/Canta-blue-compact/unity/launcher_icon_glow_200.svg
+share/themes/Canta-blue-compact/unity/launcher_icon_glow_62.svg
+share/themes/Canta-blue-compact/unity/launcher_icon_selected_back_150.svg
+share/themes/Canta-blue-compact/unity/launcher_icon_selected_back_54.svg
+share/themes/Canta-blue-compact/unity/launcher_icon_shadow_200.svg
+share/themes/Canta-blue-compact/unity/launcher_icon_shadow_62.svg
+share/themes/Canta-blue-compact/unity/launcher_icon_shine_150.svg
+share/themes/Canta-blue-compact/unity/launcher_icon_shine_54.svg
+share/themes/Canta-blue-compact/unity/launcher_pip_btt_19.svg
+share/themes/Canta-blue-compact/unity/launcher_pip_btt_37.svg
+share/themes/Canta-blue-compact/unity/launcher_pip_ltr_19.svg
+share/themes/Canta-blue-compact/unity/launcher_pip_ltr_37.svg
+share/themes/Canta-blue-compact/unity/launcher_pip_rtl_19.svg
+share/themes/Canta-blue-compact/unity/launcher_pip_rtl_37.svg
+share/themes/Canta-blue-compact/unity/launcher_pip_ttb_19.svg
+share/themes/Canta-blue-compact/unity/launcher_pip_ttb_37.svg
+share/themes/Canta-blue-compact/unity/maximize.svg
+share/themes/Canta-blue-compact/unity/maximize_dash.svg
+share/themes/Canta-blue-compact/unity/maximize_dash_disabled.svg
+share/themes/Canta-blue-compact/unity/maximize_dash_prelight.svg
+share/themes/Canta-blue-compact/unity/maximize_dash_pressed.svg
+share/themes/Canta-blue-compact/unity/maximize_focused_normal.svg
+share/themes/Canta-blue-compact/unity/maximize_focused_prelight.svg
+share/themes/Canta-blue-compact/unity/maximize_focused_pressed.svg
+share/themes/Canta-blue-compact/unity/maximize_unfocused.svg
+share/themes/Canta-blue-compact/unity/maximize_unfocused_prelight.svg
+share/themes/Canta-blue-compact/unity/maximize_unfocused_pressed.svg
+share/themes/Canta-blue-compact/unity/minimize.svg
+share/themes/Canta-blue-compact/unity/minimize_dash.svg
+share/themes/Canta-blue-compact/unity/minimize_dash_disabled.svg
+share/themes/Canta-blue-compact/unity/minimize_dash_prelight.svg
+share/themes/Canta-blue-compact/unity/minimize_dash_pressed.svg
+share/themes/Canta-blue-compact/unity/minimize_focused_normal.svg
+share/themes/Canta-blue-compact/unity/minimize_focused_prelight.svg
+share/themes/Canta-blue-compact/unity/minimize_focused_pressed.svg
+share/themes/Canta-blue-compact/unity/minimize_unfocused.svg
+share/themes/Canta-blue-compact/unity/minimize_unfocused_prelight.svg
+share/themes/Canta-blue-compact/unity/minimize_unfocused_pressed.svg
+share/themes/Canta-blue-compact/unity/progress_bar_fill.svg
+share/themes/Canta-blue-compact/unity/progress_bar_trough.svg
+share/themes/Canta-blue-compact/unity/sheet_style_close_focused.svg
+share/themes/Canta-blue-compact/unity/sheet_style_close_focused_prelight.svg
+share/themes/Canta-blue-compact/unity/sheet_style_close_focused_pressed.svg
+share/themes/Canta-blue-compact/unity/unmaximize.svg
+share/themes/Canta-blue-compact/unity/unmaximize_dash.svg
+share/themes/Canta-blue-compact/unity/unmaximize_dash_disabled.svg
+share/themes/Canta-blue-compact/unity/unmaximize_dash_prelight.svg
+share/themes/Canta-blue-compact/unity/unmaximize_dash_pressed.svg
+share/themes/Canta-blue-compact/unity/unmaximize_focused_normal.svg
+share/themes/Canta-blue-compact/unity/unmaximize_focused_prelight.svg
+share/themes/Canta-blue-compact/unity/unmaximize_focused_pressed.svg
+share/themes/Canta-blue-compact/unity/unmaximize_unfocused.svg
+share/themes/Canta-blue-compact/unity/unmaximize_unfocused_prelight.svg
+share/themes/Canta-blue-compact/unity/unmaximize_unfocused_pressed.svg
+share/themes/Canta-blue-compact/xfwm4/assets/border.svg
+share/themes/Canta-blue-compact/xfwm4/assets/close-active.svg
+share/themes/Canta-blue-compact/xfwm4/assets/close-inactive.svg
+share/themes/Canta-blue-compact/xfwm4/assets/close-prelight.svg
+share/themes/Canta-blue-compact/xfwm4/assets/close-pressed.svg
+share/themes/Canta-blue-compact/xfwm4/assets/hide-active.svg
+share/themes/Canta-blue-compact/xfwm4/assets/hide-inactive.svg
+share/themes/Canta-blue-compact/xfwm4/assets/hide-prelight.svg
+share/themes/Canta-blue-compact/xfwm4/assets/hide-pressed.svg
+share/themes/Canta-blue-compact/xfwm4/assets/maximize-active.svg
+share/themes/Canta-blue-compact/xfwm4/assets/maximize-inactive.svg
+share/themes/Canta-blue-compact/xfwm4/assets/maximize-prelight.svg
+share/themes/Canta-blue-compact/xfwm4/assets/maximize-pressed.svg
+share/themes/Canta-blue-compact/xfwm4/assets/maximize-toggled-active.svg
+share/themes/Canta-blue-compact/xfwm4/assets/maximize-toggled-inactive.svg
+share/themes/Canta-blue-compact/xfwm4/assets/maximize-toggled-prelight.svg
+share/themes/Canta-blue-compact/xfwm4/assets/maximize-toggled-pressed.svg
+share/themes/Canta-blue-compact/xfwm4/assets/menu-active.svg
+share/themes/Canta-blue-compact/xfwm4/assets/menu-inactive.svg
+share/themes/Canta-blue-compact/xfwm4/assets/menu-prelight.svg
+share/themes/Canta-blue-compact/xfwm4/assets/menu-pressed.svg
+share/themes/Canta-blue-compact/xfwm4/assets/shade-active.svg
+share/themes/Canta-blue-compact/xfwm4/assets/shade-inactive.svg
+share/themes/Canta-blue-compact/xfwm4/assets/shade-prelight.svg
+share/themes/Canta-blue-compact/xfwm4/assets/shade-pressed.svg
+share/themes/Canta-blue-compact/xfwm4/assets/shade-toggled-active.svg
+share/themes/Canta-blue-compact/xfwm4/assets/shade-toggled-inactive.svg
+share/themes/Canta-blue-compact/xfwm4/assets/shade-toggled-prelight.svg
+share/themes/Canta-blue-compact/xfwm4/assets/shade-toggled-pressed.svg
+share/themes/Canta-blue-compact/xfwm4/assets/stick-active.svg
+share/themes/Canta-blue-compact/xfwm4/assets/stick-inactive.svg
+share/themes/Canta-blue-compact/xfwm4/assets/stick-prelight.svg
+share/themes/Canta-blue-compact/xfwm4/assets/stick-pressed.svg
+share/themes/Canta-blue-compact/xfwm4/assets/stick-toggled-active.svg
+share/themes/Canta-blue-compact/xfwm4/assets/stick-toggled-inactive.svg
+share/themes/Canta-blue-compact/xfwm4/assets/stick-toggled-prelight.svg
+share/themes/Canta-blue-compact/xfwm4/assets/stick-toggled-pressed.svg
+share/themes/Canta-blue-compact/xfwm4/assets/themerc
+share/themes/Canta-blue-compact/xfwm4/assets/title-side.svg
+share/themes/Canta-blue-compact/xfwm4/assets/title.svg
+share/themes/Canta-blue-compact/xfwm4/bottom-active.svg
+share/themes/Canta-blue-compact/xfwm4/bottom-inactive.svg
+share/themes/Canta-blue-compact/xfwm4/bottom-left-active.svg
+share/themes/Canta-blue-compact/xfwm4/bottom-left-inactive.svg
+share/themes/Canta-blue-compact/xfwm4/bottom-right-active.svg
+share/themes/Canta-blue-compact/xfwm4/bottom-right-inactive.svg
+share/themes/Canta-blue-compact/xfwm4/close-active.svg
+share/themes/Canta-blue-compact/xfwm4/close-inactive.svg
+share/themes/Canta-blue-compact/xfwm4/close-prelight.svg
+share/themes/Canta-blue-compact/xfwm4/close-pressed.svg
+share/themes/Canta-blue-compact/xfwm4/hide-active.svg
+share/themes/Canta-blue-compact/xfwm4/hide-inactive.svg
+share/themes/Canta-blue-compact/xfwm4/hide-prelight.svg

*** DIFF OUTPUT TRUNCATED AT 1000 LINES ***


More information about the svn-ports-all mailing list