------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/gettext-runtime-0.20.2.txz Installing /packages/All/popt-1.16_2.txz Installing /packages/All/boehm-gc-8.0.4_1.txz Installing /packages/All/gsl-2.6.txz Installing /packages/All/ncurses-6.1.20190525.txz Installing /packages/All/readline-8.0.4.txz Installing /packages/All/perl5-5.30.2.txz ===== Message from perl5-5.30.2: -- The /usr/bin/perl symlink has been removed starting with Perl 5.20. For shebangs, you should either use: #!/usr/local/bin/perl or #!/usr/bin/env perl The first one will only work if you have a /usr/local/bin/perl, the second will work as long as perl is in PATH. Installing /packages/All/hunspell-1.7.0_2.txz Installing /packages/All/pcre-8.43_2.txz Installing /packages/All/libffi-3.2.1_3.txz Installing /packages/All/libxml2-2.9.10.txz Installing /packages/All/libiconv-1.14_11.txz Installing /packages/All/expat-2.2.8.txz Installing /packages/All/openssl-1.1.1g,1.txz Installing /packages/All/python37-3.7.7.txz ===== Message from python37-3.7.7: -- Note that some standard Python modules are provided as separate ports as they require additional dependencies. They are available as: py37-gdbm databases/py-gdbm@py37 py37-sqlite3 databases/py-sqlite3@py37 py37-tkinter x11-toolkits/py-tkinter@py37 Installing /packages/All/glib-2.56.3_7,1.txz No schema files found: doing nothing. Installing /packages/All/enchant-1.6.0_9.txz Installing /packages/All/atk-2.28.1.txz Installing /packages/All/libdaemon-0.14_1.txz Installing /packages/All/libICE-1.0.10,1.txz Installing /packages/All/libSM-1.2.3,1.txz Installing /packages/All/libXau-1.0.9.txz Installing /packages/All/libpthread-stubs-0.4.txz Installing /packages/All/xorgproto-2020.1.txz Installing /packages/All/libXdmcp-1.1.3.txz Installing /packages/All/libxcb-1.13.1.txz Installing /packages/All/libX11-1.6.9_1,1.txz Installing /packages/All/dbus-1.12.16.txz ===> Creating groups. Creating group 'messagebus' with gid '556'. ===> Creating users Creating user 'messagebus' with uid '556'. Installing /packages/All/dbus-glib-0.110.txz Installing /packages/All/gdbm-1.18.1_1.txz Installing /packages/All/gobject-introspection-1.56.1,1.txz Installing /packages/All/gnome_subr-1.0.txz Installing /packages/All/avahi-app-0.7_3.txz ===> Creating groups. Creating group 'avahi' with gid '558'. ===> Creating users Creating user 'avahi' with uid '558'. Installing /packages/All/gmp-6.2.0.txz Installing /packages/All/nettle-3.5.1_1.txz Installing /packages/All/libtasn1-4.16.0.txz Installing /packages/All/libunistring-0.9.10_1.txz Installing /packages/All/libidn2-2.3.0_1.txz Installing /packages/All/ca_root_nss-3.52.txz ===== Message from ca_root_nss-3.52: -- FreeBSD does not, and can not warrant that the certification authorities whose certificates are included in this package have in any way been audited for trustworthiness or RFC 3647 compliance. Assessment and verification of trust is the complete responsibility of the system administrator. This package installs symlinks to support root certificates discovery by default for software that uses OpenSSL. This enables SSL Certificate Verification by client software without manual intervention. If you prefer to do this manually, replace the following symlinks with either an empty file or your site-local certificate bundle. * /etc/ssl/cert.pem * /usr/local/etc/ssl/cert.pem * /usr/local/openssl/cert.pem Installing /packages/All/p11-kit-0.23.20.txz Installing /packages/All/tpm-emulator-0.7.4_2.txz ===> Creating groups. Creating group '_tss' with gid '601'. ===> Creating users Creating user '_tss' with uid '601'. Installing /packages/All/trousers-0.3.14_2.txz ===> Creating groups. Using existing group '_tss'. ===> Creating users Using existing user '_tss'. ===== Message from trousers-0.3.14_2: -- To run tcsd automatically, add the following line to /etc/rc.conf: tcsd_enable="YES" You might want to edit /usr/local/etc/tcsd.conf to reflect your setup. If you want to use tcsd with software TPM emulator, use the following configuration in /etc/rc.conf: tcsd_enable="YES" tcsd_mode="emulator" tpmd_enable="YES" To use TPM, add your_account to '_tss' group like following: # pw groupmod _tss -m your_account Installing /packages/All/gnutls-3.6.13.txz Installing /packages/All/libpaper-1.1.24.4.txz Installing /packages/All/cups-2.2.13.txz ===> Creating groups. Creating group 'cups' with gid '193'. ===> Creating users Creating user 'cups' with uid '193'. Installing /packages/All/png-1.6.37.txz Installing /packages/All/jbigkit-2.1_1.txz Installing /packages/All/jpeg-turbo-2.0.4.txz Installing /packages/All/tiff-4.1.0.txz Installing /packages/All/shared-mime-info-1.10_2.txz Installing /packages/All/gdk-pixbuf2-2.40.0.txz Installing /packages/All/freetype2-2.10.1.txz ===== Message from freetype2-2.10.1: -- The 2.7.x series now uses the new subpixel hinting mode (V40 port's option) as the default, emulating a modern version of ClearType. This change inevitably leads to different rendering results, and you might change port's options to adapt it to your taste (or use the new "FREETYPE_PROPERTIES" environment variable). The environment variable "FREETYPE_PROPERTIES" can be used to control the driver properties. Example: FREETYPE_PROPERTIES=truetype:interpreter-version=35 \ cff:no-stem-darkening=1 \ autofitter:warping=1 This allows to select, say, the subpixel hinting mode at runtime for a given application. If LONG_PCF_NAMES port's option was enabled, the PCF family names may include the foundry and information whether they contain wide characters. For example, "Sony Fixed" or "Misc Fixed Wide", instead of "Fixed". This can be disabled at run time with using pcf:no-long-family-names property, if needed. Example: FREETYPE_PROPERTIES=pcf:no-long-family-names=1 How to recreate fontconfig cache with using such environment variable, if needed: # env FREETYPE_PROPERTIES=pcf:no-long-family-names=1 fc-cache -fsv The controllable properties are listed in the section "Controlling FreeType Modules" in the reference's table of contents (/usr/local/share/doc/freetype2/reference/site/index.html, if documentation was installed). Installing /packages/All/graphite2-1.3.14.txz Installing /packages/All/harfbuzz-2.6.5.txz Installing /packages/All/fontconfig-2.13.92_2,1.txz Running fc-cache to build fontconfig cache... Font directories: /usr/local/share/fonts /usr/local/lib/X11/fonts /usr/local/share/fonts: skipping, no such directory /usr/local/lib/X11/fonts: skipping, no such directory /var/db/fontconfig: cleaning cache directory fc-cache: succeeded Installing /packages/All/fribidi-0.19.7.txz Installing /packages/All/wayland-1.16.0.txz Installing /packages/All/pciids-20200421.txz Installing /packages/All/libpciaccess-0.16.txz Installing /packages/All/libdrm-2.4.101.txz Installing /packages/All/libelf-0.8.13_3.txz Installing /packages/All/libXfixes-5.0.3_2.txz Installing /packages/All/libXdamage-1.1.5.txz Installing /packages/All/libXext-1.3.4,1.txz Installing /packages/All/libXrender-0.9.10_2.txz Installing /packages/All/libXrandr-1.5.2.txz Installing /packages/All/libxshmfence-1.3.txz Installing /packages/All/libXxf86vm-1.1.4_3.txz Installing /packages/All/mesa-libs-19.0.8.txz ===== Message from mesa-libs-19.0.8: -- ===> NOTICE: This port is deprecated; you may wish to reconsider installing it: Uses Python 2.7 which is EOLed upstream. It is scheduled to be removed on or after 2020-12-31. Installing /packages/All/pixman-0.40.0.txz Installing /packages/All/cairo-1.16.0,2.txz Installing /packages/All/libfontenc-1.1.4.txz Installing /packages/All/mkfontscale-1.2.1.txz Installing /packages/All/font-bh-ttf-1.0.3_4.txz Installing /packages/All/font-misc-meltho-1.0.3_4.txz Installing /packages/All/font-misc-ethiopic-1.0.3_4.txz Installing /packages/All/encodings-1.0.5,1.txz Installing /packages/All/dejavu-2.37_1.txz ===== Message from dejavu-2.37_1: -- Make sure that the freetype module is loaded. If it is not, add the following line to the "Modules" section of your X Windows configuration file: Load "freetype" Add the following line to the "Files" section of X Windows configuration file: FontPath "/usr/local/share/fonts/dejavu/" Note: your X Windows configuration file is typically /etc/X11/XF86Config if you are using XFree86, and /etc/X11/xorg.conf if you are using X.Org. Installing /packages/All/xorg-fonts-truetype-7.7_1.txz Installing /packages/All/libXft-2.3.3.txz Installing /packages/All/pango-1.42.4_3.txz Installing /packages/All/hicolor-icon-theme-0.17.txz Installing /packages/All/libXinerama-1.1.4_2,1.txz Installing /packages/All/libXi-1.7.10,1.txz Installing /packages/All/libXcursor-1.2.0.txz Installing /packages/All/libXcomposite-0.4.5,1.txz Installing /packages/All/gtk-update-icon-cache-2.24.32.txz Installing /packages/All/gtk2-2.24.32.txz Installing /packages/All/gtkspell-2.0.16_6.txz Installing /packages/All/lcms2-2.9.txz Installing /packages/All/aspell-0.60.8,1.txz Installing /packages/All/libpotrace-1.12.txz Installing /packages/All/libltdl-2.4.6.txz Installing /packages/All/fftw3-3.3.8_6.txz Installing /packages/All/openjpeg-2.3.1.txz Installing /packages/All/liblqr-1-0.4.2.txz ===== Message from liblqr-1-0.4.2: -- NOTE: In order to compile examples for liblqr, you will also need pngwriter port (/xports/graphics/pngwriter). Examples are located in /usr/local/share/examples/liblqr-1 Installing /packages/All/libraqm-0.6.0.txz Installing /packages/All/libraw-0.19.5.txz Installing /packages/All/giflib-5.2.1.txz Installing /packages/All/webp-1.1.0.txz Installing /packages/All/libwmf-0.2.8.4_15.txz Installing /packages/All/libgsf-1.14.46.txz Installing /packages/All/libcroco-0.6.13.txz Installing /packages/All/librsvg2-2.40.21.txz Installing /packages/All/gsfonts-8.11_8.txz Installing /packages/All/pkgconf-1.6.3,1.txz Installing /packages/All/libidn-1.35.txz Installing /packages/All/jbig2dec-0.18.txz Installing /packages/All/poppler-data-0.4.9_2.txz Installing /packages/All/ghostscript9-agpl-base-9.52_4.txz ===== Message from ghostscript9-agpl-base-9.52_4: -- This package installs a script named dvipdf that depends on dvips. If you want to use this script you need to install print/tex-dvipsk. Installing /packages/All/libXt-1.2.0,1.txz Installing /packages/All/ghostscript9-agpl-x11-9.52.txz Installing /packages/All/ImageMagick6-6.9.11.6,1.txz Installing /packages/All/librevenge-0.0.4_13.txz Installing /packages/All/icu-67.1,1.txz Installing /packages/All/libcdr01-0.1.5_8.txz Installing /packages/All/nspr-4.25.txz Installing /packages/All/sqlite3-3.31.1_1,1.txz Installing /packages/All/nss-3.52.txz Installing /packages/All/poppler-0.88.0.txz Installing /packages/All/poppler-glib-0.88.0.txz Installing /packages/All/libvisio01-0.1.7_2.txz Installing /packages/All/libwpd010-0.10.3_4.txz Installing /packages/All/libwpg03-0.3.3_1.txz Installing /packages/All/libsigc++-2.10.2.txz Installing /packages/All/glibmm-2.56.0_2,1.txz Installing /packages/All/atkmm-2.24.2_4.txz Installing /packages/All/libxml++-2.40.1,1.txz Installing /packages/All/cairomm-1.12.2_4.txz Installing /packages/All/pangomm-2.40.1_4.txz Installing /packages/All/gtkmm24-2.24.5_1.txz Installing /packages/All/libgpg-error-1.37.txz Installing /packages/All/libgcrypt-1.8.5.txz Installing /packages/All/libxslt-1.1.34_1.txz Installing /packages/All/metis-5.1.0_8.txz Installing /packages/All/tbb-2020.2.txz Installing /packages/All/mpfr-4.0.2.txz Installing /packages/All/mpc-1.1.0_2.txz UNFLAVORED devel/binutils -> use devel/binutils@native Installing /packages/All/binutils-2.33.1_2,1.txz Installing /packages/All/gcc8-8.4.0.txz ===== Message from gcc8-8.4.0: -- To ensure binaries built with this toolchain find appropriate versions of the necessary run-time libraries, you may want to link using -Wl,-rpath=/usr/local/lib/gcc8 For ports leveraging USE_GCC, USES=compiler, or USES=fortran this happens transparently. Installing /packages/All/openblas-0.3.9_2,1.txz Installing /packages/All/suitesparse-5.7.2_1.txz Installing /packages/All/python27-2.7.18.txz ===== Message from python27-2.7.18: -- Note that some standard Python modules are provided as separate ports as they require additional dependencies. They are available as: bsddb databases/py-bsddb gdbm databases/py-gdbm sqlite3 databases/py-sqlite3 tkinter x11-toolkits/py-tkinter Installing /packages/All/py27-setuptools-44.0.0.txz ===== Message from py27-setuptools-44.0.0: -- Only /usr/local/bin/easy_install-2.7 script has been installed since Python 2.7 is not the default Python version. -- ===> NOTICE: This port is deprecated; you may wish to reconsider installing it: Uses Python 2.7 which is EOLed upstream. It is scheduled to be removed on or after 2020-12-31. Installing /packages/All/py27-numpy-1.16.5_5,1.txz ===== Message from py27-numpy-1.16.5_5,1: -- ===> NOTICE: This port is deprecated; you may wish to reconsider installing it: Uses Python 2.7 which is EOLed upstream. It is scheduled to be removed on or after 2020-12-31. Installing /packages/All/py27-lxml-4.5.0.txz ===== Message from py27-lxml-4.5.0: -- ===> NOTICE: This port is deprecated; you may wish to reconsider installing it: Uses Python 2.7 which is EOLed upstream. It is scheduled to be removed on or after 2020-12-31. Installing /packages/All/py27-six-1.14.0.txz ===== Message from py27-six-1.14.0: -- ===> NOTICE: This port is deprecated; you may wish to reconsider installing it: Uses Python 2.7 which is EOLed upstream. It is scheduled to be removed on or after 2020-12-31. Installing /packages/All/py27-scour-0.37.txz ===== Message from py27-scour-0.37: -- ===> NOTICE: The py27-scour port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port -- ===> NOTICE: This port is deprecated; you may wish to reconsider installing it: Uses Python 2.7 which is EOLed upstream. It is scheduled to be removed on or after 2020-12-31. Installing /packages/All/desktop-file-utils-0.24.txz Installing /packages/All/inkscape-0.92.4_17.txz ===== Message from inkscape-0.92.4_17: -- ===> NOTICE: This port is deprecated; you may wish to reconsider installing it: Uses Python 2.7 which is EOLed upstream. It is scheduled to be removed on or after 2020-12-31. Installing /packages/All/libsass-3.6.0_1.txz Installing /packages/All/sassc-3.6.0_1.txz Installing /packages/All/bash-5.0.17.txz Installing /packages/All/xcb-util-0.4.0_2,1.txz Installing /packages/All/startup-notification-0.12_4.txz Installing /packages/All/libogg-1.3.4,4.txz Installing /packages/All/libvorbis-1.3.6,3.txz Installing /packages/All/libcanberra-0.30_5.txz Installing /packages/All/libepoxy-1.5.4.txz Installing /packages/All/spidermonkey60-60.9.0_3.txz ===== Message from spidermonkey60-60.9.0_3: -- ===> NOTICE: This port is deprecated; you may wish to reconsider installing it: Uses Python 2.7 which is EOLed upstream. It is scheduled to be removed on or after 2020-12-31. Installing /packages/All/polkit-0.116.txz ===> Creating groups. Creating group 'polkitd' with gid '565'. ===> Creating users Creating user 'polkitd' with uid '565'. Installing /packages/All/libXScrnSaver-1.2.3_2.txz Installing /packages/All/argyllcms-1.9.2_5.txz Installing /packages/All/colord-1.3.5.txz ===> Creating groups. Creating group 'colord' with gid '970'. ===> Creating users Creating user 'colord' with uid '970'. Installing /packages/All/xkeyboard-config-2.29.txz Installing /packages/All/libxkbcommon-0.10.0_2.txz ===== Message from libxkbcommon-0.10.0_2: -- If arrow keys don't work under X11 switch to legacy rules e.g., For sh/bash/ksh/zsh run and (optionally) add into ~/.profile: export XKB_DEFAULT_RULES=xorg For csh/tcsh run and (optionally) add into ~/.login: setenv XKB_DEFAULT_RULES xorg Installing /packages/All/libXtst-1.2.3_2.txz Installing /packages/All/at-spi2-core-2.28.0.txz Installing /packages/All/at-spi2-atk-2.26.2.txz Installing /packages/All/adwaita-icon-theme-3.28.0.txz Installing /packages/All/wayland-protocols-1.20.txz Installing /packages/All/gtk3-3.24.10_1.txz Installing /packages/All/libcanberra-gtk3-0.30_5.txz Installing /packages/All/libgtop-2.38.0_2.txz ===== Message from libgtop-2.38.0_2: -- In order to use the File System read/write monitor, you must chmod /dev/devstat so that all users can open it read-only. For example: # chmod 0444 /dev/devstat In order for this to persist across reboots, add the following to /etc/devfs.conf: perm devstat 0444 Installing /packages/All/libnotify-0.7.8.txz Installing /packages/All/zenity-3.28.1.txz Installing /packages/All/marco-1.22.4.txz Installing /packages/All/parallel-20200122.txz Installing /packages/All/gmake-4.3.txz Installing /packages/All/m4-1.4.18_1,1.txz Installing /packages/All/autoconf-wrapper-20131203.txz Installing /packages/All/autoconf-2.69_3.txz Installing /packages/All/automake-1.16.2.txz Installing /packages/All/gtk-murrine-engine-0.98.2_5.txz Installing /packages/All/roboto-fonts-ttf-2.134_1,1.txz ===== Message from roboto-fonts-ttf-2.134_1,1: -- You can start using the fonts by following these instructions: Add the following line to the "Files" section of your X.org configuration file: FontPath "/usr/local/share/fonts/roboto-fonts-ttf/" UNFLAVORED devel/binutils -> use devel/binutils@native SUCCEEDED 00:02:04 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> plata-theme-0.9.7 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> plata-theme-0.9.7 depends on file: /usr/local/sbin/pkg - found => tista500-plata-theme-b92185bcf7f336412e30ed40d08552b9d8751ec5_GL0.tar.gz doesn't seem to exist in /distfiles/. => Attempting to fetch https://gitlab.com/tista500/plata-theme/repository/b92185bcf7f336412e30ed40d08552b9d8751ec5/archive.tar.gz?dummy=/tista500-plata-theme-b92185bcf7f336412e30ed40d08552b9d8751ec5_GL0.tar.gz fetch: https://gitlab.com/tista500/plata-theme/repository/b92185bcf7f336412e30ed40d08552b9d8751ec5/archive.tar.gz?dummy=/tista500-plata-theme-b92185bcf7f336412e30ed40d08552b9d8751ec5_GL0.tar.gz: size unknown fetch: https://gitlab.com/tista500/plata-theme/repository/b92185bcf7f336412e30ed40d08552b9d8751ec5/archive.tar.gz?dummy=/tista500-plata-theme-b92185bcf7f336412e30ed40d08552b9d8751ec5_GL0.tar.gz: size of remote file is not known tista500-plata-theme-b92185bcf7f336412e30ed40d 0 B 0 Bps tista500-plata-theme-b92185bcf7f336412e30ed40d 470 kB 2095 kBps 00s ===> Fetching all distfiles required by plata-theme-0.9.7 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> plata-theme-0.9.7 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by plata-theme-0.9.7 for building => SHA256 Checksum OK for tista500-plata-theme-b92185bcf7f336412e30ed40d08552b9d8751ec5_GL0.tar.gz. SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> plata-theme-0.9.7 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by plata-theme-0.9.7 for building ===> Extracting for plata-theme-0.9.7 => SHA256 Checksum OK for tista500-plata-theme-b92185bcf7f336412e30ed40d08552b9d8751ec5_GL0.tar.gz. /bin/cp /construction/x11-themes/plata-theme/plata-theme-b92185bcf7f336412e30ed40d08552b9d8751ec5-b92185bcf7f336412e30ed40d08552b9d8751ec5/src/shell/sass/gnome-shell/README.window-list /construction/x11-themes/plata-theme/plata-theme-b92185bcf7f336412e30ed40d08552b9d8751ec5-b92185bcf7f336412e30ed40d08552b9d8751ec5 Extracted Memory Use: 5.43M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for plata-theme-0.9.7 (cd /construction/x11-themes/plata-theme/plata-theme-b92185bcf7f336412e30ed40d08552b9d8751ec5-b92185bcf7f336412e30ed40d08552b9d8751ec5 && /usr/bin/find . -type f -iregex './src/.*\.sh$' -exec /usr/bin/sed -i '' -e "s/sed -i/& ''/g" {} ';') /usr/bin/env WRKSRC=/construction/x11-themes/plata-theme/plata-theme-b92185bcf7f336412e30ed40d08552b9d8751ec5-b92185bcf7f336412e30ed40d08552b9d8751ec5 REWARNFILE=/construction/x11-themes/plata-theme/reinplace_warnings.txt /xports/Tools/scripts/sed_checked.sh -e 's|/usr|/usr/local|; s|${prefix}|/usr/local|' /construction/x11-themes/plata-theme/plata-theme-b92185bcf7f336412e30ed40d08552b9d8751ec5-b92185bcf7f336412e30ed40d08552b9d8751ec5/README.window-list SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> plata-theme-0.9.7 depends on executable: inkscape - found ===> plata-theme-0.9.7 depends on executable: sassc - found ===> plata-theme-0.9.7 depends on executable: bash - found ===> plata-theme-0.9.7 depends on file: /usr/local/lib/libmarco-private.so - found ===> plata-theme-0.9.7 depends on executable: parallel - found ===> plata-theme-0.9.7 depends on package: gmake>=4.3 - found ===> plata-theme-0.9.7 depends on package: pkgconf>=1.3.0_1 - found ===> plata-theme-0.9.7 depends on package: autoconf>=2.69 - found ===> plata-theme-0.9.7 depends on package: automake>=1.16.1 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- ===> plata-theme-0.9.7 depends on shared library: libatk-1.0.so - found (/usr/local/lib/libatk-1.0.so) ===> plata-theme-0.9.7 depends on shared library: libgdk_pixbuf-2.0.so - found (/usr/local/lib/libgdk_pixbuf-2.0.so) ===> plata-theme-0.9.7 depends on shared library: libglib-2.0.so - found (/usr/local/lib/libglib-2.0.so) ===> plata-theme-0.9.7 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so) ===> plata-theme-0.9.7 depends on shared library: libgtk-3.so - found (/usr/local/lib/libgtk-3.so) ===> plata-theme-0.9.7 depends on shared library: libxml2.so - found (/usr/local/lib/libxml2.so) ===> plata-theme-0.9.7 depends on shared library: libpango-1.0.so - found (/usr/local/lib/libpango-1.0.so) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> plata-theme-0.9.7 depends on executable: inkscape - found ===> plata-theme-0.9.7 depends on executable: sassc - found ===> plata-theme-0.9.7 depends on executable: bash - found ===> plata-theme-0.9.7 depends on file: /usr/local/lib/libmarco-private.so - found ===> plata-theme-0.9.7 depends on executable: parallel - found ===> plata-theme-0.9.7 depends on package: gmake>=4.3 - found ===> plata-theme-0.9.7 depends on package: pkgconf>=1.3.0_1 - found ===> plata-theme-0.9.7 depends on package: autoconf>=2.69 - found ===> plata-theme-0.9.7 depends on package: automake>=1.16.1 - found ===> plata-theme-0.9.7 depends on shared library: libatk-1.0.so - found (/usr/local/lib/libatk-1.0.so) ===> plata-theme-0.9.7 depends on shared library: libgdk_pixbuf-2.0.so - found (/usr/local/lib/libgdk_pixbuf-2.0.so) ===> plata-theme-0.9.7 depends on shared library: libglib-2.0.so - found (/usr/local/lib/libglib-2.0.so) ===> plata-theme-0.9.7 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so) ===> plata-theme-0.9.7 depends on shared library: libgtk-3.so - found (/usr/local/lib/libgtk-3.so) ===> plata-theme-0.9.7 depends on shared library: libxml2.so - found (/usr/local/lib/libxml2.so) ===> plata-theme-0.9.7 depends on shared library: libpango-1.0.so - found (/usr/local/lib/libpango-1.0.so) ===> Configuring for plata-theme-0.9.7 configure.ac:14: installing './install-sh' configure.ac:14: installing './missing' configure: loading site script /xports/Templates/config.site checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p checking for gawk... (cached) /usr/bin/awk checking whether gmake sets $(MAKE)... yes checking whether gmake supports nested variables... yes checking whether UID '0' is supported by ustar format... yes checking whether GID '0' is supported by ustar format... yes checking how to create a ustar tar archive... (cached) /usr/bin/tar checking whether gmake supports nested variables... (cached) yes checking pkg-config is at least version 0.9.0... yes checking for GDK_PIXBUF... yes checking for GLIB... yes checking for glib-compile-resources... /usr/local/bin/glib-compile-resources checking for xmllint... /usr/local/bin/xmllint checking for inkscape... /usr/local/bin/inkscape checking for sassc... /usr/local/bin/sassc checking for parallel... /usr/local/bin/parallel checking for Gnome-Shell SCSS version... 3.26 checking for MACRO... yes checking for Mate Gtk theming support... yes creating ./src/gtk/sass/common/resources/_mate_flag.scss creating ./src/gtk/sass/common/resources/_key_colors.scss checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/gtk/Makefile config.status: creating src/shell/Makefile config.status: creating src/wm/Makefile config.status: creating src/extra/Makefile config.status: creating data/Makefile Plata Theme 0.9.7 ================================================================= prefix: /usr/local datarootdir: ${prefix}/share target directories: ${prefix}/share/themes/Plata ${prefix}/share/themes/Plata-Compact ${prefix}/share/themes/Plata-Lumine ${prefix}/share/themes/Plata-Lumine-Compact ${prefix}/share/themes/Plata-Noir ${prefix}/share/themes/Plata-Noir-Compact glib-compile-resources: /usr/local/bin/glib-compile-resources xmllint: /usr/local/bin/xmllint inkscape: /usr/local/bin/inkscape sassc: /usr/local/bin/sassc parallel-build: yes (default: no) parallel: /usr/local/bin/parallel zip: (if --enable-telegram) selection-color: #3f51b5 (default: #3f51b5) accent-color: #7986cb (default: #7986cb) suggestion-color: #673ab7 (default: #673ab7) destruction-color: #f44336 (default: #f44336) ----------------------------------------------------------------- | Supported Gtk Version ----------------------------------------------------------------- Gtk 2.0: always Gtk 3.20: always Gtk 3.22: always Gtk 3.24: always Gtk 4.0: no (default: no) ----------------------------------------------------------------- | DE and WM Support ----------------------------------------------------------------- Budgie-Desktop: always (>= 10.4) GNOME: yes (default: yes) (SCSS ver. 3.26) Cinnamon: yes (default: yes) GNOME-Flashback: no (default: yes) XFce: yes (default: yes) Mate: yes (default: yes) Openbox: yes (default: yes) ----------------------------------------------------------------- | Extra Support ----------------------------------------------------------------- GtkSourceView/Gedit: always Plank: yes (default: no) Telegram: no (default: no) Tweetdeck-Colordeck: no (default: no) Air-for-Steam: no (default: no) ================================================================= =>> run 'make' and 'sudo make install' SUCCEEDED 00:00:10 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for plata-theme-0.9.7 gmake[1]: Entering directory '/construction/x11-themes/plata-theme/plata-theme-b92185bcf7f336412e30ed40d08552b9d8751ec5-b92185bcf7f336412e30ed40d08552b9d8751ec5' Making all in src/gtk gmake[2]: Entering directory '/construction/x11-themes/plata-theme/plata-theme-b92185bcf7f336412e30ed40d08552b9d8751ec5-b92185bcf7f336412e30ed40d08552b9d8751ec5/src/gtk' /bin/mkdir -p ./gtk-3.20 && \ /bin/mkdir -p ./gtk-3.20-compact && \ /bin/mkdir -p ./gtk-3.20-light && \ /bin/mkdir -p ./gtk-3.20-light-compact && \ /bin/mkdir -p ./gtk-3.20-dark && \ /bin/mkdir -p ./gtk-3.20-dark-compact && \ /bin/mkdir -p ./gtk-3.22 && \ /bin/mkdir -p ./gtk-3.22-compact && \ /bin/mkdir -p ./gtk-3.22-light && \ /bin/mkdir -p ./gtk-3.22-light-compact && \ /bin/mkdir -p ./gtk-3.22-dark && \ /bin/mkdir -p ./gtk-3.22-dark-compact && \ /bin/mkdir -p ./gtk-3.24 && \ /bin/mkdir -p ./gtk-3.24-compact && \ /bin/mkdir -p ./gtk-3.24-light && \ /bin/mkdir -p ./gtk-3.24-light-compact && \ /bin/mkdir -p ./gtk-3.24-dark && \ /bin/mkdir -p ./gtk-3.24-dark-compact && \ /bin/mkdir -p ./asset/assets-gtk2 && \ /bin/mkdir -p ./asset/assets-gtk2/Arrows && \ /bin/mkdir -p ./asset/assets-gtk2/Buttons && \ /bin/mkdir -p ./asset/assets-gtk2/Arrows && \ /bin/mkdir -p ./asset/assets-gtk2/Check-Radio && \ /bin/mkdir -p ./asset/assets-gtk2/Column && \ /bin/mkdir -p ./asset/assets-gtk2/Entry && \ /bin/mkdir -p ./asset/assets-gtk2/Handles && \ /bin/mkdir -p ./asset/assets-gtk2/Lines && \ /bin/mkdir -p ./asset/assets-gtk2/Others && \ /bin/mkdir -p ./asset/assets-gtk2/ProgressBar && \ /bin/mkdir -p ./asset/assets-gtk2/Range && \ /bin/mkdir -p ./asset/assets-gtk2/Scrollbars && \ /bin/mkdir -p ./asset/assets-gtk2/Shadows && \ /bin/mkdir -p ./asset/assets-gtk2/Spin && \ /bin/mkdir -p ./asset/assets-gtk2/Toolbar && \ /bin/mkdir -p ./asset/assets-gtk3 cd ./gtk-2.0 && ./parse-gtk2.sh Setting selection-color #3f51b5 (light and mixed) #3f51b5 (dark)... Setting selected-label-color #3f51b5 (light and mixed) #8796ed (dark)... Setting accent-label-color #1e34a6 (light and mixed) #9ea9e4 (dark)... Setting inverted-accent-label-color #9ea9e4 (mixed)... Setting accent-color #7986cb (light and mixed) #7986cb (dark)... Setting link-color #2196f3 (light and mixed) #52b2ff (dark)... Setting visited-link-color #9c27b0 (light and mixed) #e061f6 (dark)... cd ./sass && /usr/local/bin/parallel --null --no-notice --line-buffer --jobs 100% ::: \ "/usr/local/bin/sassc -M -t compact 3.20/gtk-mixed.scss ../gtk-3.20/gtk-contained.css" \ "/usr/local/bin/sassc -M -t compact 3.20/gtk-light.scss ../gtk-3.20-light/gtk-contained.css" \ "/usr/local/bin/sassc -M -t compact 3.20/gtk-dark.scss ../gtk-3.20-dark/gtk-contained-dark.css" \ "/usr/local/bin/sassc -M -t compact 3.20/gtk-mixed-compact.scss ../gtk-3.20-compact/gtk-contained.css" \ "/usr/local/bin/sassc -M -t compact 3.20/gtk-light-compact.scss ../gtk-3.20-light-compact/gtk-contained.css" \ "/usr/local/bin/sassc -M -t compact 3.20/gtk-dark-compact.scss ../gtk-3.20-dark-compact/gtk-contained-dark.css" \ "/usr/local/bin/sassc -M -t compact 3.22/gtk-mixed.scss ../gtk-3.22/gtk-contained.css" \ "/usr/local/bin/sassc -M -t compact 3.22/gtk-light.scss ../gtk-3.22-light/gtk-contained.css" \ "/usr/local/bin/sassc -M -t compact 3.22/gtk-dark.scss ../gtk-3.22-dark/gtk-contained-dark.css" \ "/usr/local/bin/sassc -M -t compact 3.22/gtk-mixed-compact.scss ../gtk-3.22-compact/gtk-contained.css" \ "/usr/local/bin/sassc -M -t compact 3.22/gtk-light-compact.scss ../gtk-3.22-light-compact/gtk-contained.css" \ "/usr/local/bin/sassc -M -t compact 3.22/gtk-dark-compact.scss ../gtk-3.22-dark-compact/gtk-contained-dark.css" \ "/usr/local/bin/sassc -M -t compact 3.24/gtk-mixed.scss ../gtk-3.24/gtk-contained.css" \ "/usr/local/bin/sassc -M -t compact 3.24/gtk-light.scss ../gtk-3.24-light/gtk-contained.css" \ "/usr/local/bin/sassc -M -t compact 3.24/gtk-dark.scss ../gtk-3.24-dark/gtk-contained-dark.css" \ "/usr/local/bin/sassc -M -t compact 3.24/gtk-mixed-compact.scss ../gtk-3.24-compact/gtk-contained.css" \ "/usr/local/bin/sassc -M -t compact 3.24/gtk-light-compact.scss ../gtk-3.24-light-compact/gtk-contained.css" \ "/usr/local/bin/sassc -M -t compact 3.24/gtk-dark-compact.scss ../gtk-3.24-dark-compact/gtk-contained-dark.css" parallel: Warning: Cannot figure out number of cpus. Using 1. cp -Rv ./gtk-3.20-dark/gtk-contained-dark.css ./gtk-3.20/gtk-contained-dark.css ./gtk-3.20-dark/gtk-contained-dark.css -> ./gtk-3.20/gtk-contained-dark.css cp -Rv ./gtk-3.20-dark/gtk-contained-dark.css ./gtk-3.20-light/gtk-contained-dark.css ./gtk-3.20-dark/gtk-contained-dark.css -> ./gtk-3.20-light/gtk-contained-dark.css cp -Rv ./gtk-3.20-dark-compact/gtk-contained-dark.css ./gtk-3.20-compact/gtk-contained-dark.css ./gtk-3.20-dark-compact/gtk-contained-dark.css -> ./gtk-3.20-compact/gtk-contained-dark.css cp -Rv ./gtk-3.20-dark-compact/gtk-contained-dark.css ./gtk-3.20-light-compact/gtk-contained-dark.css ./gtk-3.20-dark-compact/gtk-contained-dark.css -> ./gtk-3.20-light-compact/gtk-contained-dark.css cp -Rv ./gtk-3.22-dark/gtk-contained-dark.css ./gtk-3.22/gtk-contained-dark.css ./gtk-3.22-dark/gtk-contained-dark.css -> ./gtk-3.22/gtk-contained-dark.css cp -Rv ./gtk-3.22-dark/gtk-contained-dark.css ./gtk-3.22-light/gtk-contained-dark.css ./gtk-3.22-dark/gtk-contained-dark.css -> ./gtk-3.22-light/gtk-contained-dark.css cp -Rv ./gtk-3.22-dark-compact/gtk-contained-dark.css ./gtk-3.22-compact/gtk-contained-dark.css ./gtk-3.22-dark-compact/gtk-contained-dark.css -> ./gtk-3.22-compact/gtk-contained-dark.css cp -Rv ./gtk-3.22-dark-compact/gtk-contained-dark.css ./gtk-3.22-light-compact/gtk-contained-dark.css ./gtk-3.22-dark-compact/gtk-contained-dark.css -> ./gtk-3.22-light-compact/gtk-contained-dark.css cp -Rv ./gtk-3.24-dark/gtk-contained-dark.css ./gtk-3.24/gtk-contained-dark.css ./gtk-3.24-dark/gtk-contained-dark.css -> ./gtk-3.24/gtk-contained-dark.css cp -Rv ./gtk-3.24-dark/gtk-contained-dark.css ./gtk-3.24-light/gtk-contained-dark.css ./gtk-3.24-dark/gtk-contained-dark.css -> ./gtk-3.24-light/gtk-contained-dark.css cp -Rv ./gtk-3.24-dark-compact/gtk-contained-dark.css ./gtk-3.24-compact/gtk-contained-dark.css ./gtk-3.24-dark-compact/gtk-contained-dark.css -> ./gtk-3.24-compact/gtk-contained-dark.css cp -Rv ./gtk-3.24-dark-compact/gtk-contained-dark.css ./gtk-3.24-light-compact/gtk-contained-dark.css ./gtk-3.24-dark-compact/gtk-contained-dark.css -> ./gtk-3.24-light-compact/gtk-contained-dark.css /bin/mkdir -p ./xfce-notify-4.0 /bin/mkdir -p ./xfce-notify-4.0-light /bin/mkdir -p ./xfce-notify-4.0-dark cd ./sass && /usr/local/bin/sassc -M -t compact xfce-notify/xfce-notify-4.0-mixed.scss ../xfce-notify-4.0/gtk.css cd ./sass && /usr/local/bin/sassc -M -t compact xfce-notify/xfce-notify-4.0-light.scss ../xfce-notify-4.0-light/gtk.css cd ./sass && /usr/local/bin/sassc -M -t compact xfce-notify/xfce-notify-4.0-dark.scss ../xfce-notify-4.0-dark/gtk.css cd ./asset/assets-gtk2-scripts && \ ./recolor-assets-gtk2.sh cd ./asset/assets-gtk2-scripts && \ ./clone-assets-gtk2.sh Cloning null.svg into ../assets-gtk2/Others Cloning z-depth-1.svg into ../assets-gtk2/Shadows Cloning z-depth-2.svg into ../assets-gtk2/Shadows cd ./asset/assets-gtk3-scripts && \ ./recolor-assets-gtk3.sh cd ./asset/assets-gtk2-scripts && \ /usr/local/bin/parallel --null --no-notice --line-buffer --jobs 100% ./render-assets-gtk2.sh ::: \ arrow \ button \ checkradio \ column \ entry \ handle \ misc \ range \ scrollbar \ spin parallel: Warning: Cannot figure out number of cpus. Using 1. Rendering ../assets-gtk2/Arrows/down.png Rendering ../assets-gtk2/Arrows/down-alt.png Rendering ../assets-gtk2/Arrows/down-alt-hover.png Rendering ../assets-gtk2/Arrows/down-alt-insensitive.png Rendering ../assets-gtk2/Arrows/down-insensitive.png Rendering ../assets-gtk2/Arrows/down-dark.png Rendering ../assets-gtk2/Arrows/down-alt-dark.png Rendering ../assets-gtk2/Arrows/down-alt-hover-dark.png Rendering ../assets-gtk2/Arrows/down-alt-insensitive-dark.png Rendering ../assets-gtk2/Arrows/down-insensitive-dark.png Rendering ../assets-gtk2/Arrows/up.png Rendering ../assets-gtk2/Arrows/up-alt.png Rendering ../assets-gtk2/Arrows/up-alt-hover.png Rendering ../assets-gtk2/Arrows/up-alt-insensitive.png Rendering ../assets-gtk2/Arrows/up-insensitive.png Rendering ../assets-gtk2/Arrows/up-dark.png Rendering ../assets-gtk2/Arrows/up-alt-dark.png Rendering ../assets-gtk2/Arrows/up-alt-hover-dark.png Rendering ../assets-gtk2/Arrows/up-alt-insensitive-dark.png Rendering ../assets-gtk2/Arrows/up-insensitive-dark.png Rendering ../assets-gtk2/Arrows/left.png Rendering ../assets-gtk2/Arrows/left-alt.png Rendering ../assets-gtk2/Arrows/left-alt-hover.png Rendering ../assets-gtk2/Arrows/left-alt-insensitive.png Rendering ../assets-gtk2/Arrows/left-insensitive.png Rendering ../assets-gtk2/Arrows/left-dark.png Rendering ../assets-gtk2/Arrows/left-alt-dark.png Rendering ../assets-gtk2/Arrows/left-alt-hover-dark.png Rendering ../assets-gtk2/Arrows/left-alt-insensitive-dark.png Rendering ../assets-gtk2/Arrows/left-insensitive-dark.png Rendering ../assets-gtk2/Arrows/right.png Rendering ../assets-gtk2/Arrows/right-alt.png Rendering ../assets-gtk2/Arrows/right-alt-hover.png Rendering ../assets-gtk2/Arrows/right-alt-insensitive.png Rendering ../assets-gtk2/Arrows/right-insensitive.png Rendering ../assets-gtk2/Arrows/right-dark.png Rendering ../assets-gtk2/Arrows/right-alt-dark.png Rendering ../assets-gtk2/Arrows/right-alt-hover-dark.png Rendering ../assets-gtk2/Arrows/right-alt-insensitive-dark.png Rendering ../assets-gtk2/Arrows/right-insensitive-dark.png Rendering ../assets-gtk2/Buttons/button.png Rendering ../assets-gtk2/Buttons/button-hover.png Rendering ../assets-gtk2/Buttons/button-active.png Rendering ../assets-gtk2/Buttons/button-insensitive.png Rendering ../assets-gtk2/Buttons/button-dark.png Rendering ../assets-gtk2/Buttons/button-hover-dark.png Rendering ../assets-gtk2/Buttons/button-active-dark.png Rendering ../assets-gtk2/Buttons/button-insensitive-dark.png Rendering ../assets-gtk2/Buttons/flat-button-hover.png Rendering ../assets-gtk2/Buttons/flat-button-semi-active.png Rendering ../assets-gtk2/Buttons/flat-button-active.png Rendering ../assets-gtk2/Buttons/flat-button-hover-dark.png Rendering ../assets-gtk2/Buttons/flat-button-semi-active-dark.png Rendering ../assets-gtk2/Buttons/flat-button-active-dark.png Rendering ../assets-gtk2/Buttons/buttonbox-flat-button-hover.png Rendering ../assets-gtk2/Buttons/buttonbox-flat-button-active.png Rendering ../assets-gtk2/Buttons/buttonbox-flat-button-hover-dark.png Rendering ../assets-gtk2/Buttons/buttonbox-flat-button-active-dark.png Rendering ../assets-gtk2/Buttons/accent-flat-button-hover.png Rendering ../assets-gtk2/Buttons/accent-flat-button-active.png Rendering ../assets-gtk2/Buttons/location-button.png Rendering ../assets-gtk2/Buttons/location-button-hover.png Rendering ../assets-gtk2/Buttons/location-button-active.png Rendering ../assets-gtk2/Buttons/location-button-insensitive.png Rendering ../assets-gtk2/Buttons/location-button-dark.png Rendering ../assets-gtk2/Buttons/location-button-hover-dark.png Rendering ../assets-gtk2/Buttons/location-button-active-dark.png Rendering ../assets-gtk2/Buttons/location-button-insensitive-dark.png Rendering ../assets-gtk2/Buttons/rtl-button.png Rendering ../assets-gtk2/Buttons/rtl-button-hover.png Rendering ../assets-gtk2/Buttons/rtl-button-active.png Rendering ../assets-gtk2/Buttons/rtl-button-insensitive.png Rendering ../assets-gtk2/Buttons/rtl-button-dark.png Rendering ../assets-gtk2/Buttons/rtl-button-hover-dark.png Rendering ../assets-gtk2/Buttons/rtl-button-active-dark.png Rendering ../assets-gtk2/Buttons/rtl-button-insensitive-dark.png Rendering ../assets-gtk2/Buttons/ltr-button.png Rendering ../assets-gtk2/Buttons/ltr-button-hover.png Rendering ../assets-gtk2/Buttons/ltr-button-active.png Rendering ../assets-gtk2/Buttons/ltr-button-insensitive.png Rendering ../assets-gtk2/Buttons/ltr-button-dark.png Rendering ../assets-gtk2/Buttons/ltr-button-hover-dark.png Rendering ../assets-gtk2/Buttons/ltr-button-active-dark.png Rendering ../assets-gtk2/Buttons/ltr-button-insensitive-dark.png Rendering ../assets-gtk2/Check-Radio/check-mixed.png Rendering ../assets-gtk2/Check-Radio/check-mixed-hover.png Rendering ../assets-gtk2/Check-Radio/check-mixed-active.png Rendering ../assets-gtk2/Check-Radio/check-mixed-insensitive.png Rendering ../assets-gtk2/Check-Radio/check-mixed-dark.png Rendering ../assets-gtk2/Check-Radio/check-mixed-hover-dark.png Rendering ../assets-gtk2/Check-Radio/check-mixed-active-dark.png Rendering ../assets-gtk2/Check-Radio/check-mixed-insensitive-dark.png Rendering ../assets-gtk2/Check-Radio/check-mixed-menuitem.png Rendering ../assets-gtk2/Check-Radio/check-mixed-hover-menuitem.png Rendering ../assets-gtk2/Check-Radio/check-mixed-insensitive-menuitem.png Rendering ../assets-gtk2/Check-Radio/check-mixed-menuitem-dark.png Rendering ../assets-gtk2/Check-Radio/check-mixed-hover-menuitem-dark.png Rendering ../assets-gtk2/Check-Radio/check-off.png Rendering ../assets-gtk2/Check-Radio/check-off-hover.png Rendering ../assets-gtk2/Check-Radio/check-off-active.png Rendering ../assets-gtk2/Check-Radio/check-off-insensitive.png Rendering ../assets-gtk2/Check-Radio/check-off-dark.png Rendering ../assets-gtk2/Check-Radio/check-off-hover-dark.png Rendering ../assets-gtk2/Check-Radio/check-off-active-dark.png Rendering ../assets-gtk2/Check-Radio/check-off-insensitive-dark.png Rendering ../assets-gtk2/Check-Radio/check-off-menuitem.png Rendering ../assets-gtk2/Check-Radio/check-off-hover-menuitem.png Rendering ../assets-gtk2/Check-Radio/check-off-insensitive-menuitem.png Rendering ../assets-gtk2/Check-Radio/check-off-menuitem-dark.png Rendering ../assets-gtk2/Check-Radio/check-off-hover-menuitem-dark.png Rendering ../assets-gtk2/Check-Radio/check-off-insensitive-menuitem-dark.png Rendering ../assets-gtk2/Check-Radio/check-on.png Rendering ../assets-gtk2/Check-Radio/check-on-hover.png Rendering ../assets-gtk2/Check-Radio/check-on-active.png Rendering ../assets-gtk2/Check-Radio/check-on-insensitive.png Rendering ../assets-gtk2/Check-Radio/check-on-dark.png Rendering ../assets-gtk2/Check-Radio/check-on-hover-dark.png Rendering ../assets-gtk2/Check-Radio/check-on-active-dark.png Rendering ../assets-gtk2/Check-Radio/check-on-insensitive-dark.png Rendering ../assets-gtk2/Check-Radio/check-on-menuitem.png Rendering ../assets-gtk2/Check-Radio/check-on-hover-menuitem.png Rendering ../assets-gtk2/Check-Radio/check-on-insensitive-menuitem.png Rendering ../assets-gtk2/Check-Radio/check-on-menuitem-dark.png Rendering ../assets-gtk2/Check-Radio/check-on-hover-menuitem-dark.png Rendering ../assets-gtk2/Check-Radio/radio-mixed.png Rendering ../assets-gtk2/Check-Radio/radio-mixed-hover.png Rendering ../assets-gtk2/Check-Radio/radio-mixed-active.png Rendering ../assets-gtk2/Check-Radio/radio-mixed-insensitive.png Rendering ../assets-gtk2/Check-Radio/radio-mixed-dark.png Rendering ../assets-gtk2/Check-Radio/radio-mixed-hover-dark.png Rendering ../assets-gtk2/Check-Radio/radio-mixed-active-dark.png Rendering ../assets-gtk2/Check-Radio/radio-mixed-insensitive-dark.png Rendering ../assets-gtk2/Check-Radio/radio-mixed-menuitem.png Rendering ../assets-gtk2/Check-Radio/radio-mixed-hover-menuitem.png Rendering ../assets-gtk2/Check-Radio/radio-mixed-insensitive-menuitem.png Rendering ../assets-gtk2/Check-Radio/radio-off.png Rendering ../assets-gtk2/Check-Radio/radio-off-hover.png Rendering ../assets-gtk2/Check-Radio/radio-off-active.png Rendering ../assets-gtk2/Check-Radio/radio-off-insensitive.png Rendering ../assets-gtk2/Check-Radio/radio-off-dark.png Rendering ../assets-gtk2/Check-Radio/radio-off-hover-dark.png Rendering ../assets-gtk2/Check-Radio/radio-off-active-dark.png Rendering ../assets-gtk2/Check-Radio/radio-off-insensitive-dark.png Rendering ../assets-gtk2/Check-Radio/radio-off-menuitem.png Rendering ../assets-gtk2/Check-Radio/radio-off-hover-menuitem.png Rendering ../assets-gtk2/Check-Radio/radio-off-insensitive-menuitem.png Rendering ../assets-gtk2/Check-Radio/radio-off-menuitem-dark.png Rendering ../assets-gtk2/Check-Radio/radio-off-hover-menuitem-dark.png Rendering ../assets-gtk2/Check-Radio/radio-off-insensitive-menuitem-dark.png Rendering ../assets-gtk2/Check-Radio/radio-on.png Rendering ../assets-gtk2/Check-Radio/radio-on-hover.png Rendering ../assets-gtk2/Check-Radio/radio-on-active.png Rendering ../assets-gtk2/Check-Radio/radio-on-insensitive.png Rendering ../assets-gtk2/Check-Radio/radio-on-dark.png Rendering ../assets-gtk2/Check-Radio/radio-on-hover-dark.png Rendering ../assets-gtk2/Check-Radio/radio-on-active-dark.png Rendering ../assets-gtk2/Check-Radio/radio-on-insensitive-dark.png Rendering ../assets-gtk2/Check-Radio/radio-on-menuitem.png Rendering ../assets-gtk2/Check-Radio/radio-on-hover-menuitem.png Rendering ../assets-gtk2/Check-Radio/radio-on-insensitive-menuitem.png Rendering ../assets-gtk2/Column/column.png Rendering ../assets-gtk2/Column/column-dark.png Rendering ../assets-gtk2/Column/column-hover.png Rendering ../assets-gtk2/Column/column-hover-dark.png Rendering ../assets-gtk2/Column/column-active.png Rendering ../assets-gtk2/Column/column-active-dark.png Rendering ../assets-gtk2/Column/column-insensitive.png Rendering ../assets-gtk2/Column/column-insensitive-dark.png Rendering ../assets-gtk2/Entry/entry.png Rendering ../assets-gtk2/Entry/entry-active.png Rendering ../assets-gtk2/Entry/entry-insensitive.png Rendering ../assets-gtk2/Entry/entry-dark.png Rendering ../assets-gtk2/Entry/entry-active-dark.png Rendering ../assets-gtk2/Entry/entry-insensitive-dark.png Rendering ../assets-gtk2/Entry/ltr-entry.png Rendering ../assets-gtk2/Entry/ltr-entry-active.png Rendering ../assets-gtk2/Entry/ltr-entry-insensitive.png Rendering ../assets-gtk2/Entry/ltr-entry-dark.png Rendering ../assets-gtk2/Entry/ltr-entry-active-dark.png Rendering ../assets-gtk2/Entry/ltr-entry-insensitive-dark.png Rendering ../assets-gtk2/Entry/rtl-entry.png Rendering ../assets-gtk2/Entry/rtl-entry-active.png Rendering ../assets-gtk2/Entry/rtl-entry-insensitive.png Rendering ../assets-gtk2/Entry/rtl-entry-dark.png Rendering ../assets-gtk2/Entry/rtl-entry-active-dark.png Rendering ../assets-gtk2/Entry/rtl-entry-insensitive-dark.png Rendering ../assets-gtk2/Entry/bg.png Rendering ../assets-gtk2/Entry/bg-active.png Rendering ../assets-gtk2/Entry/bg-insensitive.png Rendering ../assets-gtk2/Entry/bg-dark.png Rendering ../assets-gtk2/Entry/bg-active-dark.png Rendering ../assets-gtk2/Entry/bg-insensitive-dark.png Rendering ../assets-gtk2/Handles/h-handle.png Rendering ../assets-gtk2/Handles/h-handle-hover.png Rendering ../assets-gtk2/Handles/h-handle-active.png Rendering ../assets-gtk2/Handles/h-handle-insensitive.png Rendering ../assets-gtk2/Handles/h-handle-dark.png Rendering ../assets-gtk2/Handles/h-handle-hover-dark.png Rendering ../assets-gtk2/Handles/h-handle-active-dark.png Rendering ../assets-gtk2/Handles/h-handle-insensitive-dark.png Rendering ../assets-gtk2/Handles/v-handle.png Rendering ../assets-gtk2/Handles/v-handle-hover.png Rendering ../assets-gtk2/Handles/v-handle-active.png Rendering ../assets-gtk2/Handles/v-handle-insensitive.png Rendering ../assets-gtk2/Handles/v-handle-dark.png Rendering ../assets-gtk2/Handles/v-handle-hover-dark.png Rendering ../assets-gtk2/Handles/v-handle-active-dark.png Rendering ../assets-gtk2/Handles/v-handle-insensitive-dark.png Rendering ../assets-gtk2/Lines/h-line.png Rendering ../assets-gtk2/Lines/menu-line.png Rendering ../assets-gtk2/Lines/menu-line-dark.png Rendering ../assets-gtk2/Lines/v-line.png Rendering ../assets-gtk2/Others/focus.png Rendering ../assets-gtk2/Others/focus-dark.png Rendering ../assets-gtk2/Others/top.png Rendering ../assets-gtk2/Others/bottom.png Rendering ../assets-gtk2/Others/left.png Rendering ../assets-gtk2/Others/right.png Rendering ../assets-gtk2/Others/menu-bg.png Rendering ../assets-gtk2/Others/menu-bg-dark.png Rendering ../assets-gtk2/Others/panel-active.png Rendering ../assets-gtk2/Others/panel-active-dark.png Rendering ../assets-gtk2/Others/panel-hover.png Rendering ../assets-gtk2/Others/panel-hover-dark.png Rendering ../assets-gtk2/ProgressBar/bar.png Rendering ../assets-gtk2/ProgressBar/trough.png Rendering ../assets-gtk2/ProgressBar/trough-dark.png Rendering ../assets-gtk2/Shadows/frame.png Rendering ../assets-gtk2/Shadows/frame-notebook.png Rendering ../assets-gtk2/Shadows/frame-notebook-dark.png Rendering ../assets-gtk2/Shadows/gap.png Rendering ../assets-gtk2/Toolbar/inline-toolbar.png Rendering ../assets-gtk2/Toolbar/inline-toolbar-dark.png Rendering ../assets-gtk2/Range/scale-slider.png Rendering ../assets-gtk2/Range/scale-slider-active.png Rendering ../assets-gtk2/Range/scale-slider-hover.png Rendering ../assets-gtk2/Range/scale-slider-insensitive.png Rendering ../assets-gtk2/Range/scale-slider-insensitive-dark.png Rendering ../assets-gtk2/Range/h-scale-trough.png Rendering ../assets-gtk2/Range/h-scale-trough-active.png Rendering ../assets-gtk2/Range/h-scale-trough-insensitive.png Rendering ../assets-gtk2/Range/h-scale-trough-dark.png Rendering ../assets-gtk2/Range/h-scale-trough-insensitive-dark.png Rendering ../assets-gtk2/Range/v-scale-trough.png Rendering ../assets-gtk2/Range/v-scale-trough-active.png Rendering ../assets-gtk2/Range/v-scale-trough-insensitive.png Rendering ../assets-gtk2/Range/v-scale-trough-dark.png Rendering ../assets-gtk2/Range/v-scale-trough-insensitive-dark.png Rendering ../assets-gtk2/Scrollbars/h-slider.png Rendering ../assets-gtk2/Scrollbars/h-slider-hover.png Rendering ../assets-gtk2/Scrollbars/h-slider-active.png Rendering ../assets-gtk2/Scrollbars/h-slider-insensitive.png Rendering ../assets-gtk2/Scrollbars/h-slider-dark.png Rendering ../assets-gtk2/Scrollbars/h-slider-hover-dark.png Rendering ../assets-gtk2/Scrollbars/h-slider-active-dark.png Rendering ../assets-gtk2/Scrollbars/h-slider-insensitive-dark.png Rendering ../assets-gtk2/Scrollbars/h-trough.png Rendering ../assets-gtk2/Scrollbars/h-trough-dark.png Rendering ../assets-gtk2/Scrollbars/v-slider.png Rendering ../assets-gtk2/Scrollbars/v-slider-hover.png Rendering ../assets-gtk2/Scrollbars/v-slider-active.png Rendering ../assets-gtk2/Scrollbars/v-slider-insensitive.png Rendering ../assets-gtk2/Scrollbars/v-slider-dark.png Rendering ../assets-gtk2/Scrollbars/v-slider-hover-dark.png Rendering ../assets-gtk2/Scrollbars/v-slider-active-dark.png Rendering ../assets-gtk2/Scrollbars/v-slider-insensitive-dark.png Rendering ../assets-gtk2/Scrollbars/v-trough.png Rendering ../assets-gtk2/Scrollbars/v-trough-dark.png Rendering ../assets-gtk2/Spin/rtl-up.png Rendering ../assets-gtk2/Spin/rtl-up-hover.png Rendering ../assets-gtk2/Spin/rtl-up-active.png Rendering ../assets-gtk2/Spin/rtl-up-insensitive.png Rendering ../assets-gtk2/Spin/rtl-up-dark.png Rendering ../assets-gtk2/Spin/rtl-up-hover-dark.png Rendering ../assets-gtk2/Spin/rtl-up-active-dark.png Rendering ../assets-gtk2/Spin/rtl-up-insensitive-dark.png Rendering ../assets-gtk2/Spin/rtl-down.png Rendering ../assets-gtk2/Spin/rtl-down-hover.png Rendering ../assets-gtk2/Spin/rtl-down-active.png Rendering ../assets-gtk2/Spin/rtl-down-insensitive.png Rendering ../assets-gtk2/Spin/rtl-down-dark.png Rendering ../assets-gtk2/Spin/rtl-down-hover-dark.png Rendering ../assets-gtk2/Spin/rtl-down-active-dark.png Rendering ../assets-gtk2/Spin/rtl-down-insensitive-dark.png Rendering ../assets-gtk2/Spin/ltr-up.png Rendering ../assets-gtk2/Spin/ltr-up-hover.png Rendering ../assets-gtk2/Spin/ltr-up-active.png Rendering ../assets-gtk2/Spin/ltr-up-insensitive.png Rendering ../assets-gtk2/Spin/ltr-up-dark.png Rendering ../assets-gtk2/Spin/ltr-up-hover-dark.png Rendering ../assets-gtk2/Spin/ltr-up-active-dark.png Rendering ../assets-gtk2/Spin/ltr-up-insensitive-dark.png Rendering ../assets-gtk2/Spin/ltr-down.png Rendering ../assets-gtk2/Spin/ltr-down-hover.png Rendering ../assets-gtk2/Spin/ltr-down-active.png Rendering ../assets-gtk2/Spin/ltr-down-insensitive.png Rendering ../assets-gtk2/Spin/ltr-down-dark.png Rendering ../assets-gtk2/Spin/ltr-down-hover-dark.png Rendering ../assets-gtk2/Spin/ltr-down-active-dark.png Rendering ../assets-gtk2/Spin/ltr-down-insensitive-dark.png cd ./asset/assets-gtk3-scripts && \ /usr/local/bin/parallel --null --no-notice --line-buffer --jobs 100% ./render-assets-gtk3.sh ::: \ checkbox \ misc \ radio \ slider \ toggle parallel: Warning: Cannot figure out number of cpus. Using 1. Rendering ../assets-gtk3/checkbox-unchecked.png Rendering ../assets-gtk3/checkbox-unchecked@2.png Rendering ../assets-gtk3/checkbox-unchecked-active.png Rendering ../assets-gtk3/checkbox-unchecked-active@2.png Rendering ../assets-gtk3/checkbox-unchecked-insensitive.png Rendering ../assets-gtk3/checkbox-unchecked-insensitive@2.png Rendering ../assets-gtk3/checkbox-unchecked-selected.png Rendering ../assets-gtk3/checkbox-unchecked-selected@2.png Rendering ../assets-gtk3/checkbox-checked.png Rendering ../assets-gtk3/checkbox-checked@2.png Rendering ../assets-gtk3/checkbox-checked-active.png Rendering ../assets-gtk3/checkbox-checked-active@2.png Rendering ../assets-gtk3/checkbox-checked-insensitive.png Rendering ../assets-gtk3/checkbox-checked-insensitive@2.png Rendering ../assets-gtk3/checkbox-checked-selected.png Rendering ../assets-gtk3/checkbox-checked-selected@2.png Rendering ../assets-gtk3/checkbox-mixed.png Rendering ../assets-gtk3/checkbox-mixed@2.png Rendering ../assets-gtk3/checkbox-mixed-active.png Rendering ../assets-gtk3/checkbox-mixed-active@2.png Rendering ../assets-gtk3/checkbox-mixed-insensitive.png Rendering ../assets-gtk3/checkbox-mixed-insensitive@2.png Rendering ../assets-gtk3/checkbox-mixed-selected.png Rendering ../assets-gtk3/checkbox-mixed-selected@2.png Rendering ../assets-gtk3/checkbox-selectionmode.png Rendering ../assets-gtk3/checkbox-selectionmode@2.png Rendering ../assets-gtk3/checkbox-active-selectionmode.png Rendering ../assets-gtk3/checkbox-active-selectionmode@2.png Rendering ../assets-gtk3/checkbox-insensitive-selectionmode.png Rendering ../assets-gtk3/checkbox-insensitive-selectionmode@2.png Rendering ../assets-gtk3/checkbox-checked-selectionmode.png Rendering ../assets-gtk3/checkbox-checked-selectionmode@2.png Rendering ../assets-gtk3/checkbox-checked-active-selectionmode.png Rendering ../assets-gtk3/checkbox-checked-active-selectionmode@2.png Rendering ../assets-gtk3/checkbox-checked-insensitive-selectionmode.png Rendering ../assets-gtk3/checkbox-checked-insensitive-selectionmode@2.png Rendering ../assets-gtk3/checkbox-unchecked-dark.png Rendering ../assets-gtk3/checkbox-unchecked-dark@2.png Rendering ../assets-gtk3/checkbox-unchecked-active-dark.png Rendering ../assets-gtk3/checkbox-unchecked-active-dark@2.png Rendering ../assets-gtk3/checkbox-unchecked-insensitive-dark.png Rendering ../assets-gtk3/checkbox-unchecked-insensitive-dark@2.png Rendering ../assets-gtk3/checkbox-checked-dark.png Rendering ../assets-gtk3/checkbox-checked-dark@2.png Rendering ../assets-gtk3/checkbox-checked-active-dark.png Rendering ../assets-gtk3/checkbox-checked-active-dark@2.png Rendering ../assets-gtk3/checkbox-checked-insensitive-dark.png Rendering ../assets-gtk3/checkbox-checked-insensitive-dark@2.png Rendering ../assets-gtk3/checkbox-mixed-dark.png Rendering ../assets-gtk3/checkbox-mixed-dark@2.png Rendering ../assets-gtk3/checkbox-mixed-active-dark.png Rendering ../assets-gtk3/checkbox-mixed-active-dark@2.png Rendering ../assets-gtk3/checkbox-mixed-insensitive-dark.png Rendering ../assets-gtk3/checkbox-mixed-insensitive-dark@2.png Rendering ../assets-gtk3/checkbox-selectionmode-dark.png Rendering ../assets-gtk3/checkbox-selectionmode-dark@2.png Rendering ../assets-gtk3/checkbox-active-selectionmode-dark.png Rendering ../assets-gtk3/checkbox-active-selectionmode-dark@2.png Rendering ../assets-gtk3/checkbox-insensitive-selectionmode-dark.png Rendering ../assets-gtk3/checkbox-insensitive-selectionmode-dark@2.png Rendering ../assets-gtk3/checkbox-checked-selectionmode-dark.png Rendering ../assets-gtk3/checkbox-checked-selectionmode-dark@2.png Rendering ../assets-gtk3/checkbox-checked-active-selectionmode-dark.png Rendering ../assets-gtk3/checkbox-checked-active-selectionmode-dark@2.png Rendering ../assets-gtk3/checkbox-checked-insensitive-selectionmode-dark.png Rendering ../assets-gtk3/checkbox-checked-insensitive-selectionmode-dark@2.png Rendering ../assets-gtk3/thumbnail.png Rendering ../assets-gtk3/thumbnail@2.png Rendering ../assets-gtk3/thumbnail-dark.png Rendering ../assets-gtk3/thumbnail-dark@2.png Rendering ../assets-gtk3/dev-mode.png Rendering ../assets-gtk3/dev-mode@2.png Rendering ../assets-gtk3/dev-mode-dark.png Rendering ../assets-gtk3/dev-mode-dark@2.png Rendering ../assets-gtk3/needs-attention.png Rendering ../assets-gtk3/needs-attention@2.png Rendering ../assets-gtk3/handle-start.png Rendering ../assets-gtk3/handle-start@2.png Rendering ../assets-gtk3/handle-end.png Rendering ../assets-gtk3/handle-end@2.png Rendering ../assets-gtk3/panel-grip.png Rendering ../assets-gtk3/panel-grip@2.png Rendering ../assets-gtk3/panel-grip-dark.png Rendering ../assets-gtk3/panel-grip-dark@2.png Rendering ../assets-gtk3/panel-grip-v.png Rendering ../assets-gtk3/panel-grip-v@2.png Rendering ../assets-gtk3/panel-grip-v-dark.png Rendering ../assets-gtk3/panel-grip-v-dark@2.png Rendering ../assets-gtk3/radio-unchecked.png Rendering ../assets-gtk3/radio-unchecked@2.png Rendering ../assets-gtk3/radio-unchecked-active.png Rendering ../assets-gtk3/radio-unchecked-active@2.png Rendering ../assets-gtk3/radio-unchecked-insensitive.png Rendering ../assets-gtk3/radio-unchecked-insensitive@2.png Rendering ../assets-gtk3/radio-unchecked-selected.png Rendering ../assets-gtk3/radio-unchecked-selected@2.png Rendering ../assets-gtk3/radio-checked.png Rendering ../assets-gtk3/radio-checked@2.png Rendering ../assets-gtk3/radio-checked-active.png Rendering ../assets-gtk3/radio-checked-active@2.png Rendering ../assets-gtk3/radio-checked-insensitive.png Rendering ../assets-gtk3/radio-checked-insensitive@2.png Rendering ../assets-gtk3/radio-checked-selected.png Rendering ../assets-gtk3/radio-checked-selected@2.png Rendering ../assets-gtk3/radio-mixed.png Rendering ../assets-gtk3/radio-mixed@2.png Rendering ../assets-gtk3/radio-mixed-active.png Rendering ../assets-gtk3/radio-mixed-active@2.png Rendering ../assets-gtk3/radio-mixed-insensitive.png Rendering ../assets-gtk3/radio-mixed-insensitive@2.png Rendering ../assets-gtk3/radio-mixed-selected.png Rendering ../assets-gtk3/radio-mixed-selected@2.png Rendering ../assets-gtk3/radio-unchecked-dark.png Rendering ../assets-gtk3/radio-unchecked-dark@2.png Rendering ../assets-gtk3/radio-unchecked-active-dark.png Rendering ../assets-gtk3/radio-unchecked-active-dark@2.png Rendering ../assets-gtk3/radio-unchecked-insensitive-dark.png Rendering ../assets-gtk3/radio-unchecked-insensitive-dark@2.png Rendering ../assets-gtk3/radio-checked-dark.png Rendering ../assets-gtk3/radio-checked-dark@2.png Rendering ../assets-gtk3/radio-checked-active-dark.png Rendering ../assets-gtk3/radio-checked-active-dark@2.png Rendering ../assets-gtk3/radio-checked-insensitive-dark.png Rendering ../assets-gtk3/radio-checked-insensitive-dark@2.png Rendering ../assets-gtk3/radio-mixed-dark.png Rendering ../assets-gtk3/radio-mixed-dark@2.png Rendering ../assets-gtk3/radio-mixed-active-dark.png Rendering ../assets-gtk3/radio-mixed-active-dark@2.png Rendering ../assets-gtk3/radio-mixed-insensitive-dark.png Rendering ../assets-gtk3/radio-mixed-insensitive-dark@2.png Rendering ../assets-gtk3/slider-horz-scale-has-marks-above.png Rendering ../assets-gtk3/slider-horz-scale-has-marks-above@2.png Rendering ../assets-gtk3/slider-horz-scale-has-marks-above-active.png Rendering ../assets-gtk3/slider-horz-scale-has-marks-above-active@2.png Rendering ../assets-gtk3/slider-horz-scale-has-marks-above-insensitive.png Rendering ../assets-gtk3/slider-horz-scale-has-marks-above-insensitive@2.png Rendering ../assets-gtk3/slider-horz-scale-has-marks-below.png Rendering ../assets-gtk3/slider-horz-scale-has-marks-below@2.png Rendering ../assets-gtk3/slider-horz-scale-has-marks-below-active.png Rendering ../assets-gtk3/slider-horz-scale-has-marks-below-active@2.png Rendering ../assets-gtk3/slider-horz-scale-has-marks-below-insensitive.png Rendering ../assets-gtk3/slider-horz-scale-has-marks-below-insensitive@2.png Rendering ../assets-gtk3/slider-vert-scale-has-marks-above.png Rendering ../assets-gtk3/slider-vert-scale-has-marks-above@2.png Rendering ../assets-gtk3/slider-vert-scale-has-marks-above-active.png Rendering ../assets-gtk3/slider-vert-scale-has-marks-above-active@2.png Rendering ../assets-gtk3/slider-vert-scale-has-marks-above-insensitive.png Rendering ../assets-gtk3/slider-vert-scale-has-marks-above-insensitive@2.png Rendering ../assets-gtk3/slider-vert-scale-has-marks-below.png Rendering ../assets-gtk3/slider-vert-scale-has-marks-below@2.png Rendering ../assets-gtk3/slider-vert-scale-has-marks-below-active.png Rendering ../assets-gtk3/slider-vert-scale-has-marks-below-active@2.png Rendering ../assets-gtk3/slider-vert-scale-has-marks-below-insensitive.png Rendering ../assets-gtk3/slider-vert-scale-has-marks-below-insensitive@2.png Rendering ../assets-gtk3/slider-horz-scale-has-marks-above-insensitive-dark.png Rendering ../assets-gtk3/slider-horz-scale-has-marks-above-insensitive-dark@2.png Rendering ../assets-gtk3/slider-horz-scale-has-marks-below-insensitive-dark.png Rendering ../assets-gtk3/slider-horz-scale-has-marks-below-insensitive-dark@2.png Rendering ../assets-gtk3/slider-vert-scale-has-marks-above-insensitive-dark.png Rendering ../assets-gtk3/slider-vert-scale-has-marks-above-insensitive-dark@2.png Rendering ../assets-gtk3/slider-vert-scale-has-marks-below-insensitive-dark.png Rendering ../assets-gtk3/slider-vert-scale-has-marks-below-insensitive-dark@2.png Rendering ../assets-gtk3/slider.png Rendering ../assets-gtk3/slider@2.png Rendering ../assets-gtk3/slider-active.png Rendering ../assets-gtk3/slider-active@2.png Rendering ../assets-gtk3/slider-insensitive.png Rendering ../assets-gtk3/slider-insensitive@2.png Rendering ../assets-gtk3/slider-insensitive-dark.png Rendering ../assets-gtk3/slider-insensitive-dark@2.png Rendering ../assets-gtk3/toggle-off.png Rendering ../assets-gtk3/toggle-off@2.png Rendering ../assets-gtk3/toggle-off-hover.png Rendering ../assets-gtk3/toggle-off-hover@2.png Rendering ../assets-gtk3/toggle-off-insensitive.png Rendering ../assets-gtk3/toggle-off-insensitive@2.png Rendering ../assets-gtk3/toggle-on.png Rendering ../assets-gtk3/toggle-on@2.png Rendering ../assets-gtk3/toggle-on-hover.png Rendering ../assets-gtk3/toggle-on-hover@2.png Rendering ../assets-gtk3/toggle-on-insensitive.png Rendering ../assets-gtk3/toggle-on-insensitive@2.png Rendering ../assets-gtk3/toggle-off-dark.png Rendering ../assets-gtk3/toggle-off-dark@2.png Rendering ../assets-gtk3/toggle-off-hover-dark.png Rendering ../assets-gtk3/toggle-off-hover-dark@2.png Rendering ../assets-gtk3/toggle-off-insensitive-dark.png Rendering ../assets-gtk3/toggle-off-insensitive-dark@2.png Rendering ../assets-gtk3/toggle-on-insensitive-dark.png Rendering ../assets-gtk3/toggle-on-insensitive-dark@2.png Rendering ../assets-gtk3/toggle-off-selected-row.png Rendering ../assets-gtk3/toggle-off-selected-row@2.png Rendering ../assets-gtk3/toggle-off-selected-row-hover.png Rendering ../assets-gtk3/toggle-off-selected-row-hover@2.png Rendering ../assets-gtk3/toggle-on-selected-row.png Rendering ../assets-gtk3/toggle-on-selected-row@2.png Rendering ../assets-gtk3/toggle-on-selected-row-hover.png Rendering ../assets-gtk3/toggle-on-selected-row-hover@2.png cd ./sass && \ ./compile-gresource.sh 3.20 && \ ./compile-gresource.sh 3.22 && \ ./compile-gresource.sh 3.24 gmake[2]: Leaving directory '/construction/x11-themes/plata-theme/plata-theme-b92185bcf7f336412e30ed40d08552b9d8751ec5-b92185bcf7f336412e30ed40d08552b9d8751ec5/src/gtk' Making all in src/shell gmake[2]: Entering directory '/construction/x11-themes/plata-theme/plata-theme-b92185bcf7f336412e30ed40d08552b9d8751ec5-b92185bcf7f336412e30ed40d08552b9d8751ec5/src/shell' /bin/mkdir -p ./gnome-shell/assets /bin/mkdir -p ./gnome-shell/extensions/window-list /bin/mkdir -p ./gnome-shell/extensions/workspaces-to-dock/assets /bin/mkdir -p ./gnome-shell-light/assets /bin/mkdir -p ./gnome-shell-light/extensions/window-list /bin/mkdir -p ./gnome-shell-light/extensions/workspaces-to-dock/assets /bin/mkdir -p ./gnome-shell-dark/assets /bin/mkdir -p ./gnome-shell-dark/extensions/window-list /bin/mkdir -p ./gnome-shell-dark/extensions/workspaces-to-dock/assets /bin/mkdir -p ./gnome-shell-compact/assets /bin/mkdir -p ./gnome-shell-compact/extensions/window-list /bin/mkdir -p ./gnome-shell-compact/extensions/workspaces-to-dock/assets /bin/mkdir -p ./gnome-shell-light-compact/assets /bin/mkdir -p ./gnome-shell-light-compact/extensions/window-list /bin/mkdir -p ./gnome-shell-light-compact/extensions/workspaces-to-dock/assets /bin/mkdir -p ./gnome-shell-dark-compact/assets /bin/mkdir -p ./gnome-shell-dark-compact/extensions/window-list /bin/mkdir -p ./gnome-shell-dark-compact/extensions/workspaces-to-dock/assets cd ./sass && \ /usr/local/bin/sassc -M -t compact \ gnome-shell/3.26/gnome-shell.scss ../gnome-shell/gnome-shell.css && \ /usr/local/bin/sassc -M -t compact \ gnome-shell/3.26/gnome-shell-light.scss ../gnome-shell-light/gnome-shell.css && \ /usr/local/bin/sassc -M -t compact \ gnome-shell/3.26/gnome-shell-dark.scss ../gnome-shell-dark/gnome-shell.css && \ /usr/local/bin/sassc -M -t compact \ gnome-shell/3.26/gnome-shell-compact.scss ../gnome-shell-compact/gnome-shell.css && \ /usr/local/bin/sassc -M -t compact \ gnome-shell/3.26/gnome-shell-light-compact.scss ../gnome-shell-light-compact/gnome-shell.css && \ /usr/local/bin/sassc -M -t compact \ gnome-shell/3.26/gnome-shell-dark-compact.scss ../gnome-shell-dark-compact/gnome-shell.css cd ./sass && \ /usr/local/bin/sassc -M -t compact \ gnome-shell/3.26/gdm3.scss ../gnome-shell/gdm3-Plata.css && \ /usr/local/bin/sassc -M -t compact \ gnome-shell/3.26/gdm3-light.scss ../gnome-shell-light/gdm3-Plata-Lumine.css && \ /usr/local/bin/sassc -M -t compact \ gnome-shell/3.26/gdm3-dark.scss ../gnome-shell-dark/gdm3-Plata-Noir.css && \ /usr/local/bin/sassc -M -t compact \ gnome-shell/3.26/gdm3-compact.scss ../gnome-shell-compact/gdm3-Plata-Compact.css && \ /usr/local/bin/sassc -M -t compact \ gnome-shell/3.26/gdm3-light-compact.scss ../gnome-shell-light-compact/gdm3-Plata-Lumine-Compact.css && \ /usr/local/bin/sassc -M -t compact \ gnome-shell/3.26/gdm3-dark-compact.scss ../gnome-shell-dark-compact/gdm3-Plata-Noir-Compact.css cd ./sass && \ /usr/local/bin/sassc -M -t compact \ gnome-shell/3.26/pad-osd.scss ../gnome-shell/pad-osd.css && \ /usr/local/bin/sassc -M -t compact \ gnome-shell/3.26/pad-osd.scss ../gnome-shell-light/pad-osd.css && \ /usr/local/bin/sassc -M -t compact \ gnome-shell/3.26/pad-osd.scss ../gnome-shell-dark/pad-osd.css && \ /usr/local/bin/sassc -M -t compact \ gnome-shell/3.26/pad-osd.scss ../gnome-shell-compact/pad-osd.css && \ /usr/local/bin/sassc -M -t compact \ gnome-shell/3.26/pad-osd.scss ../gnome-shell-light-compact/pad-osd.css && \ /usr/local/bin/sassc -M -t compact \ gnome-shell/3.26/pad-osd.scss ../gnome-shell-dark-compact/pad-osd.css && \ /usr/local/bin/sassc -M -t compact \ gnome-shell/3.26/stylesheet-dark.scss ../gnome-shell/extensions/window-list/stylesheet.css && \ /usr/local/bin/sassc -M -t compact \ gnome-shell/3.26/stylesheet-light.scss ../gnome-shell-light/extensions/window-list/stylesheet.css && \ /usr/local/bin/sassc -M -t compact \ gnome-shell/3.26/stylesheet-dark.scss ../gnome-shell-dark/extensions/window-list/stylesheet.css && \ /usr/local/bin/sassc -M -t compact \ gnome-shell/3.26/stylesheet-dark.scss ../gnome-shell-compact/extensions/window-list/stylesheet.css && \ /usr/local/bin/sassc -M -t compact \ gnome-shell/3.26/stylesheet-light.scss ../gnome-shell-light-compact/extensions/window-list/stylesheet.css && \ /usr/local/bin/sassc -M -t compact \ gnome-shell/3.26/stylesheet-dark.scss ../gnome-shell-dark-compact/extensions/window-list/stylesheet.css && \ /usr/local/bin/sassc -M -t compact \ gnome-shell/3.26/classic-dark.scss ../gnome-shell/extensions/window-list/classic.css && \ /usr/local/bin/sassc -M -t compact \ gnome-shell/3.26/classic-light.scss ../gnome-shell-light/extensions/window-list/classic.css && \ /usr/local/bin/sassc -M -t compact \ gnome-shell/3.26/classic-dark.scss ../gnome-shell-dark/extensions/window-list/classic.css && \ /usr/local/bin/sassc -M -t compact \ gnome-shell/3.26/classic-dark.scss ../gnome-shell-compact/extensions/window-list/classic.css && \ /usr/local/bin/sassc -M -t compact \ gnome-shell/3.26/classic-light.scss ../gnome-shell-light-compact/extensions/window-list/classic.css && \ /usr/local/bin/sassc -M -t compact \ gnome-shell/3.26/classic-dark.scss ../gnome-shell-dark-compact/extensions/window-list/classic.css && \ /usr/local/bin/sassc -M -t compact \ gnome-shell/3.26/workspaces-to-dock-dark.scss ../gnome-shell/extensions/workspaces-to-dock/workspaces-to-dock.css && \ /usr/local/bin/sassc -M -t compact \ gnome-shell/3.26/workspaces-to-dock-light.scss ../gnome-shell-light/extensions/workspaces-to-dock/workspaces-to-dock.css && \ /usr/local/bin/sassc -M -t compact \ gnome-shell/3.26/workspaces-to-dock-dark.scss ../gnome-shell-dark/extensions/workspaces-to-dock/workspaces-to-dock.css && \ /usr/local/bin/sassc -M -t compact \ gnome-shell/3.26/workspaces-to-dock-dark.scss ../gnome-shell-compact/extensions/workspaces-to-dock/workspaces-to-dock.css && \ /usr/local/bin/sassc -M -t compact \ gnome-shell/3.26/workspaces-to-dock-light.scss ../gnome-shell-light-compact/extensions/workspaces-to-dock/workspaces-to-dock.css && \ /usr/local/bin/sassc -M -t compact \ gnome-shell/3.26/workspaces-to-dock-dark.scss ../gnome-shell-dark-compact/extensions/workspaces-to-dock/workspaces-to-dock.css cd ./asset && ./clone-assets-gnome-shell.sh Cloning ../gnome-shell/./noise-texture.png Cloning ../gnome-shell-compact/./noise-texture.png Cloning ../gnome-shell-light/./noise-texture.png Cloning ../gnome-shell-light-compact/./noise-texture.png Cloning ../gnome-shell-dark/./noise-texture.png Cloning ../gnome-shell-dark-compact/./noise-texture.png Cloning ../gnome-shell/./process-working.svg Cloning ../gnome-shell-compact/./process-working.svg Cloning ../gnome-shell-light/./process-working.svg Cloning ../gnome-shell-light-compact/./process-working.svg Cloning ../gnome-shell-dark/./process-working.svg Cloning ../gnome-shell-dark-compact/./process-working.svg Cloning ../gnome-shell/./toggle-on.svg Cloning ../gnome-shell-compact/./toggle-on.svg Cloning ../gnome-shell-light/./toggle-on.svg Cloning ../gnome-shell-light-compact/./toggle-on.svg Cloning ../gnome-shell-dark/./toggle-on.svg Cloning ../gnome-shell-dark-compact/./toggle-on.svg Cloning ../gnome-shell/./message-indicator-symbolic.svg Cloning ../gnome-shell-compact/./message-indicator-symbolic.svg Cloning ../gnome-shell-light/./message-indicator-symbolic.svg Cloning ../gnome-shell-light-compact/./message-indicator-symbolic.svg Cloning ../gnome-shell-dark/./message-indicator-symbolic.svg Cloning ../gnome-shell-dark-compact/./message-indicator-symbolic.svg Cloning ../gnome-shell/./key-enter.svg Cloning ../gnome-shell-compact/./key-enter.svg Cloning ../gnome-shell-light/./key-enter.svg Cloning ../gnome-shell-light-compact/./key-enter.svg Cloning ../gnome-shell-dark/./key-enter.svg Cloning ../gnome-shell-dark-compact/./key-enter.svg Cloning ../gnome-shell/./key-enter-active.svg Cloning ../gnome-shell-compact/./key-enter-active.svg Cloning ../gnome-shell-light/./key-enter-active.svg Cloning ../gnome-shell-light-compact/./key-enter-active.svg Cloning ../gnome-shell-dark/./key-enter-active.svg Cloning ../gnome-shell-dark-compact/./key-enter-active.svg Cloning ../gnome-shell/./key-shift-uppercase.svg Cloning ../gnome-shell-compact/./key-shift-uppercase.svg Cloning ../gnome-shell-light/./key-shift-uppercase.svg Cloning ../gnome-shell-light-compact/./key-shift-uppercase.svg Cloning ../gnome-shell-dark/./key-shift-uppercase.svg Cloning ../gnome-shell-dark-compact/./key-shift-uppercase.svg Cloning ../gnome-shell/./key-shift-latched-uppercase.svg Cloning ../gnome-shell-compact/./key-shift-latched-uppercase.svg Cloning ../gnome-shell-light/./key-shift-latched-uppercase.svg Cloning ../gnome-shell-light-compact/./key-shift-latched-uppercase.svg Cloning ../gnome-shell-dark/./key-shift-latched-uppercase.svg Cloning ../gnome-shell-dark-compact/./key-shift-latched-uppercase.svg Cloning ../gnome-shell/./key-hide.svg Cloning ../gnome-shell-compact/./key-hide.svg Cloning ../gnome-shell/./key-layout.svg Cloning ../gnome-shell-compact/./key-layout.svg Cloning ../gnome-shell/./key-shift.svg Cloning ../gnome-shell-compact/./key-shift.svg Cloning ../gnome-shell/./no-events.svg Cloning ../gnome-shell-compact/./no-events.svg Cloning ../gnome-shell/./no-notifications.svg Cloning ../gnome-shell-compact/./no-notifications.svg Cloning ../gnome-shell/./toggle-off.svg Cloning ../gnome-shell-compact/./toggle-off.svg Cloning ../gnome-shell-light/./key-hide.svg Cloning ../gnome-shell-light-compact/./key-hide.svg Cloning ../gnome-shell-light/./key-layout.svg Cloning ../gnome-shell-light-compact/./key-layout.svg Cloning ../gnome-shell-light/./key-shift.svg Cloning ../gnome-shell-light-compact/./key-shift.svg Cloning ../gnome-shell-light/./no-events.svg Cloning ../gnome-shell-light-compact/./no-events.svg Cloning ../gnome-shell-light/./no-notifications.svg Cloning ../gnome-shell-light-compact/./no-notifications.svg Cloning ../gnome-shell-light/./toggle-off.svg Cloning ../gnome-shell-light-compact/./toggle-off.svg Cloning ../gnome-shell-dark/./key-hide.svg Cloning ../gnome-shell-dark-compact/./key-hide.svg Cloning ../gnome-shell-dark/./key-layout.svg Cloning ../gnome-shell-dark-compact/./key-layout.svg Cloning ../gnome-shell-dark/./key-shift.svg Cloning ../gnome-shell-dark-compact/./key-shift.svg Cloning ../gnome-shell-dark/./no-events.svg Cloning ../gnome-shell-dark-compact/./no-events.svg Cloning ../gnome-shell-dark/./no-notifications.svg Cloning ../gnome-shell-dark-compact/./no-notifications.svg Cloning ../gnome-shell-dark/./toggle-off.svg Cloning ../gnome-shell-dark-compact/./toggle-off.svg Cloning ../gnome-shell/assets/dash-placeholder.svg Cloning ../gnome-shell-compact/assets/dash-placeholder.svg Cloning ../gnome-shell-light/assets/dash-placeholder.svg Cloning ../gnome-shell-light-compact/assets/dash-placeholder.svg Cloning ../gnome-shell-dark/assets/dash-placeholder.svg Cloning ../gnome-shell-dark-compact/assets/dash-placeholder.svg Cloning ../gnome-shell/assets/go-down.svg Cloning ../gnome-shell-compact/assets/go-down.svg Cloning ../gnome-shell-light/assets/go-down.svg Cloning ../gnome-shell-light-compact/assets/go-down.svg Cloning ../gnome-shell-dark/assets/go-down.svg Cloning ../gnome-shell-dark-compact/assets/go-down.svg Cloning ../gnome-shell/assets/go-up.svg Cloning ../gnome-shell-compact/assets/go-up.svg Cloning ../gnome-shell-light/assets/go-up.svg Cloning ../gnome-shell-light-compact/assets/go-up.svg Cloning ../gnome-shell-dark/assets/go-up.svg Cloning ../gnome-shell-dark-compact/assets/go-up.svg Cloning ../gnome-shell/assets/go-left.svg Cloning ../gnome-shell-compact/assets/go-left.svg Cloning ../gnome-shell-light/assets/go-left.svg Cloning ../gnome-shell-light-compact/assets/go-left.svg Cloning ../gnome-shell-dark/assets/go-left.svg Cloning ../gnome-shell-dark-compact/assets/go-left.svg Cloning ../gnome-shell/assets/go-right.svg Cloning ../gnome-shell-compact/assets/go-right.svg Cloning ../gnome-shell-light/assets/go-right.svg Cloning ../gnome-shell-light-compact/assets/go-right.svg Cloning ../gnome-shell-dark/assets/go-right.svg Cloning ../gnome-shell-dark-compact/assets/go-right.svg Cloning ../gnome-shell/assets/media-control-active.svg Cloning ../gnome-shell-compact/assets/media-control-active.svg Cloning ../gnome-shell-light/assets/media-control-active.svg Cloning ../gnome-shell-light-compact/assets/media-control-active.svg Cloning ../gnome-shell-dark/assets/media-control-active.svg Cloning ../gnome-shell-dark-compact/assets/media-control-active.svg Cloning ../gnome-shell/assets/media-control-hover.svg Cloning ../gnome-shell-compact/assets/media-control-hover.svg Cloning ../gnome-shell-light/assets/media-control-hover.svg Cloning ../gnome-shell-light-compact/assets/media-control-hover.svg Cloning ../gnome-shell-dark/assets/media-control-hover.svg Cloning ../gnome-shell-dark-compact/assets/media-control-hover.svg Cloning ../gnome-shell/assets/more-results.svg Cloning ../gnome-shell-compact/assets/more-results.svg Cloning ../gnome-shell-light/assets/more-results.svg Cloning ../gnome-shell-light-compact/assets/more-results.svg Cloning ../gnome-shell-dark/assets/more-results.svg Cloning ../gnome-shell-dark-compact/assets/more-results.svg Cloning ../gnome-shell/assets/window-close-active.svg Cloning ../gnome-shell-compact/assets/window-close-active.svg Cloning ../gnome-shell-light/assets/window-close-active.svg Cloning ../gnome-shell-light-compact/assets/window-close-active.svg Cloning ../gnome-shell-dark/assets/window-close-active.svg Cloning ../gnome-shell-dark-compact/assets/window-close-active.svg Cloning ../gnome-shell/assets/window-close-hover.svg Cloning ../gnome-shell-compact/assets/window-close-hover.svg Cloning ../gnome-shell-light/assets/window-close-hover.svg Cloning ../gnome-shell-light-compact/assets/window-close-hover.svg Cloning ../gnome-shell-dark/assets/window-close-hover.svg Cloning ../gnome-shell-dark-compact/assets/window-close-hover.svg Cloning ../gnome-shell/assets/window-close.svg Cloning ../gnome-shell-compact/assets/window-close.svg Cloning ../gnome-shell-light/assets/window-close.svg Cloning ../gnome-shell-light-compact/assets/window-close.svg Cloning ../gnome-shell-dark/assets/window-close.svg Cloning ../gnome-shell-dark-compact/assets/window-close.svg Cloning ../gnome-shell/assets/checkbox-hover.svg Cloning ../gnome-shell-compact/assets/checkbox-hover.svg Cloning ../gnome-shell/assets/checkbox.svg Cloning ../gnome-shell-compact/assets/checkbox.svg Cloning ../gnome-shell/assets/checkbox-off-hover.svg Cloning ../gnome-shell-compact/assets/checkbox-off-hover.svg Cloning ../gnome-shell/assets/checkbox-off.svg Cloning ../gnome-shell-compact/assets/checkbox-off.svg Cloning ../gnome-shell/assets/calendar-arrow-left-hover.svg Cloning ../gnome-shell-compact/assets/calendar-arrow-left-hover.svg Cloning ../gnome-shell/assets/calendar-arrow-left.svg Cloning ../gnome-shell-compact/assets/calendar-arrow-left.svg Cloning ../gnome-shell/assets/calendar-arrow-right-hover.svg Cloning ../gnome-shell-compact/assets/calendar-arrow-right-hover.svg Cloning ../gnome-shell/assets/calendar-arrow-right.svg Cloning ../gnome-shell-compact/assets/calendar-arrow-right.svg Cloning ../gnome-shell/./calendar-today.svg Cloning ../gnome-shell-compact/./calendar-today.svg Cloning ../gnome-shell/./calendar-today-other.svg Cloning ../gnome-shell-compact/./calendar-today-other.svg Cloning ../gnome-shell-light/assets/checkbox-hover.svg Cloning ../gnome-shell-light-compact/assets/checkbox-hover.svg Cloning ../gnome-shell-light/assets/checkbox.svg Cloning ../gnome-shell-light-compact/assets/checkbox.svg Cloning ../gnome-shell-light/assets/checkbox-off-hover.svg Cloning ../gnome-shell-light-compact/assets/checkbox-off-hover.svg Cloning ../gnome-shell-light/assets/checkbox-off.svg Cloning ../gnome-shell-light-compact/assets/checkbox-off.svg Cloning ../gnome-shell-light/assets/calendar-arrow-left-hover.svg Cloning ../gnome-shell-light-compact/assets/calendar-arrow-left-hover.svg Cloning ../gnome-shell-light/assets/calendar-arrow-left.svg Cloning ../gnome-shell-light-compact/assets/calendar-arrow-left.svg Cloning ../gnome-shell-light/assets/calendar-arrow-right-hover.svg Cloning ../gnome-shell-light-compact/assets/calendar-arrow-right-hover.svg Cloning ../gnome-shell-light/assets/calendar-arrow-right.svg Cloning ../gnome-shell-light-compact/assets/calendar-arrow-right.svg Cloning ../gnome-shell-light/./calendar-today.svg Cloning ../gnome-shell-light-compact/./calendar-today.svg Cloning ../gnome-shell-light/./calendar-today-other.svg Cloning ../gnome-shell-light-compact/./calendar-today-other.svg Cloning ../gnome-shell-dark/assets/checkbox-hover.svg Cloning ../gnome-shell-dark-compact/assets/checkbox-hover.svg Cloning ../gnome-shell-dark/assets/checkbox.svg Cloning ../gnome-shell-dark-compact/assets/checkbox.svg Cloning ../gnome-shell-dark/assets/checkbox-off-hover.svg Cloning ../gnome-shell-dark-compact/assets/checkbox-off-hover.svg Cloning ../gnome-shell-dark/assets/checkbox-off.svg Cloning ../gnome-shell-dark-compact/assets/checkbox-off.svg Cloning ../gnome-shell-dark/assets/calendar-arrow-left-hover.svg Cloning ../gnome-shell-dark-compact/assets/calendar-arrow-left-hover.svg Cloning ../gnome-shell-dark/assets/calendar-arrow-left.svg Cloning ../gnome-shell-dark-compact/assets/calendar-arrow-left.svg Cloning ../gnome-shell-dark/assets/calendar-arrow-right-hover.svg Cloning ../gnome-shell-dark-compact/assets/calendar-arrow-right-hover.svg Cloning ../gnome-shell-dark/assets/calendar-arrow-right.svg Cloning ../gnome-shell-dark-compact/assets/calendar-arrow-right.svg Cloning ../gnome-shell-dark/./calendar-today.svg Cloning ../gnome-shell-dark-compact/./calendar-today.svg Cloning ../gnome-shell-dark/./calendar-today-other.svg Cloning ../gnome-shell-dark-compact/./calendar-today-other.svg Cloning ../gnome-shell/extensions/workspaces-to-dock/assets/four-bottom.svg Cloning ../gnome-shell-compact/extensions/workspaces-to-dock/assets/four-bottom.svg Cloning ../gnome-shell-light/extensions/workspaces-to-dock/assets/four-bottom.svg Cloning ../gnome-shell-light-compact/extensions/workspaces-to-dock/assets/four-bottom.svg Cloning ../gnome-shell-dark/extensions/workspaces-to-dock/assets/four-bottom.svg Cloning ../gnome-shell-dark-compact/extensions/workspaces-to-dock/assets/four-bottom.svg Cloning ../gnome-shell/extensions/workspaces-to-dock/assets/four-left.svg Cloning ../gnome-shell-compact/extensions/workspaces-to-dock/assets/four-left.svg Cloning ../gnome-shell-light/extensions/workspaces-to-dock/assets/four-left.svg Cloning ../gnome-shell-light-compact/extensions/workspaces-to-dock/assets/four-left.svg Cloning ../gnome-shell-dark/extensions/workspaces-to-dock/assets/four-left.svg Cloning ../gnome-shell-dark-compact/extensions/workspaces-to-dock/assets/four-left.svg Cloning ../gnome-shell/extensions/workspaces-to-dock/assets/four-right.svg Cloning ../gnome-shell-compact/extensions/workspaces-to-dock/assets/four-right.svg Cloning ../gnome-shell-light/extensions/workspaces-to-dock/assets/four-right.svg Cloning ../gnome-shell-light-compact/extensions/workspaces-to-dock/assets/four-right.svg Cloning ../gnome-shell-dark/extensions/workspaces-to-dock/assets/four-right.svg Cloning ../gnome-shell-dark-compact/extensions/workspaces-to-dock/assets/four-right.svg Cloning ../gnome-shell/extensions/workspaces-to-dock/assets/four-top.svg Cloning ../gnome-shell-compact/extensions/workspaces-to-dock/assets/four-top.svg Cloning ../gnome-shell-light/extensions/workspaces-to-dock/assets/four-top.svg Cloning ../gnome-shell-light-compact/extensions/workspaces-to-dock/assets/four-top.svg Cloning ../gnome-shell-dark/extensions/workspaces-to-dock/assets/four-top.svg Cloning ../gnome-shell-dark-compact/extensions/workspaces-to-dock/assets/four-top.svg Cloning ../gnome-shell/extensions/workspaces-to-dock/assets/h-four.svg Cloning ../gnome-shell-compact/extensions/workspaces-to-dock/assets/h-four.svg Cloning ../gnome-shell-light/extensions/workspaces-to-dock/assets/h-four.svg Cloning ../gnome-shell-light-compact/extensions/workspaces-to-dock/assets/h-four.svg Cloning ../gnome-shell-dark/extensions/workspaces-to-dock/assets/h-four.svg Cloning ../gnome-shell-dark-compact/extensions/workspaces-to-dock/assets/h-four.svg Cloning ../gnome-shell/extensions/workspaces-to-dock/assets/h-one.svg Cloning ../gnome-shell-compact/extensions/workspaces-to-dock/assets/h-one.svg Cloning ../gnome-shell-light/extensions/workspaces-to-dock/assets/h-one.svg Cloning ../gnome-shell-light-compact/extensions/workspaces-to-dock/assets/h-one.svg Cloning ../gnome-shell-dark/extensions/workspaces-to-dock/assets/h-one.svg Cloning ../gnome-shell-dark-compact/extensions/workspaces-to-dock/assets/h-one.svg Cloning ../gnome-shell/extensions/workspaces-to-dock/assets/h-three.svg Cloning ../gnome-shell-compact/extensions/workspaces-to-dock/assets/h-three.svg Cloning ../gnome-shell-light/extensions/workspaces-to-dock/assets/h-three.svg Cloning ../gnome-shell-light-compact/extensions/workspaces-to-dock/assets/h-three.svg Cloning ../gnome-shell-dark/extensions/workspaces-to-dock/assets/h-three.svg Cloning ../gnome-shell-dark-compact/extensions/workspaces-to-dock/assets/h-three.svg Cloning ../gnome-shell/extensions/workspaces-to-dock/assets/h-two.svg Cloning ../gnome-shell-compact/extensions/workspaces-to-dock/assets/h-two.svg Cloning ../gnome-shell-light/extensions/workspaces-to-dock/assets/h-two.svg Cloning ../gnome-shell-light-compact/extensions/workspaces-to-dock/assets/h-two.svg Cloning ../gnome-shell-dark/extensions/workspaces-to-dock/assets/h-two.svg Cloning ../gnome-shell-dark-compact/extensions/workspaces-to-dock/assets/h-two.svg Cloning ../gnome-shell/extensions/workspaces-to-dock/assets/one-bottom.svg Cloning ../gnome-shell-compact/extensions/workspaces-to-dock/assets/one-bottom.svg Cloning ../gnome-shell-light/extensions/workspaces-to-dock/assets/one-bottom.svg Cloning ../gnome-shell-light-compact/extensions/workspaces-to-dock/assets/one-bottom.svg Cloning ../gnome-shell-dark/extensions/workspaces-to-dock/assets/one-bottom.svg Cloning ../gnome-shell-dark-compact/extensions/workspaces-to-dock/assets/one-bottom.svg Cloning ../gnome-shell/extensions/workspaces-to-dock/assets/one-left.svg Cloning ../gnome-shell-compact/extensions/workspaces-to-dock/assets/one-left.svg Cloning ../gnome-shell-light/extensions/workspaces-to-dock/assets/one-left.svg Cloning ../gnome-shell-light-compact/extensions/workspaces-to-dock/assets/one-left.svg Cloning ../gnome-shell-dark/extensions/workspaces-to-dock/assets/one-left.svg Cloning ../gnome-shell-dark-compact/extensions/workspaces-to-dock/assets/one-left.svg Cloning ../gnome-shell/extensions/workspaces-to-dock/assets/one-right.svg Cloning ../gnome-shell-compact/extensions/workspaces-to-dock/assets/one-right.svg Cloning ../gnome-shell-light/extensions/workspaces-to-dock/assets/one-right.svg Cloning ../gnome-shell-light-compact/extensions/workspaces-to-dock/assets/one-right.svg Cloning ../gnome-shell-dark/extensions/workspaces-to-dock/assets/one-right.svg Cloning ../gnome-shell-dark-compact/extensions/workspaces-to-dock/assets/one-right.svg Cloning ../gnome-shell/extensions/workspaces-to-dock/assets/one-top.svg Cloning ../gnome-shell-compact/extensions/workspaces-to-dock/assets/one-top.svg Cloning ../gnome-shell-light/extensions/workspaces-to-dock/assets/one-top.svg Cloning ../gnome-shell-light-compact/extensions/workspaces-to-dock/assets/one-top.svg Cloning ../gnome-shell-dark/extensions/workspaces-to-dock/assets/one-top.svg Cloning ../gnome-shell-dark-compact/extensions/workspaces-to-dock/assets/one-top.svg Cloning ../gnome-shell/extensions/workspaces-to-dock/assets/three-bottom.svg Cloning ../gnome-shell-compact/extensions/workspaces-to-dock/assets/three-bottom.svg Cloning ../gnome-shell-light/extensions/workspaces-to-dock/assets/three-bottom.svg Cloning ../gnome-shell-light-compact/extensions/workspaces-to-dock/assets/three-bottom.svg Cloning ../gnome-shell-dark/extensions/workspaces-to-dock/assets/three-bottom.svg Cloning ../gnome-shell-dark-compact/extensions/workspaces-to-dock/assets/three-bottom.svg Cloning ../gnome-shell/extensions/workspaces-to-dock/assets/three-left.svg Cloning ../gnome-shell-compact/extensions/workspaces-to-dock/assets/three-left.svg Cloning ../gnome-shell-light/extensions/workspaces-to-dock/assets/three-left.svg Cloning ../gnome-shell-light-compact/extensions/workspaces-to-dock/assets/three-left.svg Cloning ../gnome-shell-dark/extensions/workspaces-to-dock/assets/three-left.svg Cloning ../gnome-shell-dark-compact/extensions/workspaces-to-dock/assets/three-left.svg Cloning ../gnome-shell/extensions/workspaces-to-dock/assets/three-right.svg Cloning ../gnome-shell-compact/extensions/workspaces-to-dock/assets/three-right.svg Cloning ../gnome-shell-light/extensions/workspaces-to-dock/assets/three-right.svg Cloning ../gnome-shell-light-compact/extensions/workspaces-to-dock/assets/three-right.svg Cloning ../gnome-shell-dark/extensions/workspaces-to-dock/assets/three-right.svg Cloning ../gnome-shell-dark-compact/extensions/workspaces-to-dock/assets/three-right.svg Cloning ../gnome-shell/extensions/workspaces-to-dock/assets/three-top.svg Cloning ../gnome-shell-compact/extensions/workspaces-to-dock/assets/three-top.svg Cloning ../gnome-shell-light/extensions/workspaces-to-dock/assets/three-top.svg Cloning ../gnome-shell-light-compact/extensions/workspaces-to-dock/assets/three-top.svg Cloning ../gnome-shell-dark/extensions/workspaces-to-dock/assets/three-top.svg Cloning ../gnome-shell-dark-compact/extensions/workspaces-to-dock/assets/three-top.svg Cloning ../gnome-shell/extensions/workspaces-to-dock/assets/two-bottom.svg Cloning ../gnome-shell-compact/extensions/workspaces-to-dock/assets/two-bottom.svg Cloning ../gnome-shell-light/extensions/workspaces-to-dock/assets/two-bottom.svg Cloning ../gnome-shell-light-compact/extensions/workspaces-to-dock/assets/two-bottom.svg Cloning ../gnome-shell-dark/extensions/workspaces-to-dock/assets/two-bottom.svg Cloning ../gnome-shell-dark-compact/extensions/workspaces-to-dock/assets/two-bottom.svg Cloning ../gnome-shell/extensions/workspaces-to-dock/assets/two-left.svg Cloning ../gnome-shell-compact/extensions/workspaces-to-dock/assets/two-left.svg Cloning ../gnome-shell-light/extensions/workspaces-to-dock/assets/two-left.svg Cloning ../gnome-shell-light-compact/extensions/workspaces-to-dock/assets/two-left.svg Cloning ../gnome-shell-dark/extensions/workspaces-to-dock/assets/two-left.svg Cloning ../gnome-shell-dark-compact/extensions/workspaces-to-dock/assets/two-left.svg Cloning ../gnome-shell/extensions/workspaces-to-dock/assets/two-right.svg Cloning ../gnome-shell-compact/extensions/workspaces-to-dock/assets/two-right.svg Cloning ../gnome-shell-light/extensions/workspaces-to-dock/assets/two-right.svg Cloning ../gnome-shell-light-compact/extensions/workspaces-to-dock/assets/two-right.svg Cloning ../gnome-shell-dark/extensions/workspaces-to-dock/assets/two-right.svg Cloning ../gnome-shell-dark-compact/extensions/workspaces-to-dock/assets/two-right.svg Cloning ../gnome-shell/extensions/workspaces-to-dock/assets/two-top.svg Cloning ../gnome-shell-compact/extensions/workspaces-to-dock/assets/two-top.svg Cloning ../gnome-shell-light/extensions/workspaces-to-dock/assets/two-top.svg Cloning ../gnome-shell-light-compact/extensions/workspaces-to-dock/assets/two-top.svg Cloning ../gnome-shell-dark/extensions/workspaces-to-dock/assets/two-top.svg Cloning ../gnome-shell-dark-compact/extensions/workspaces-to-dock/assets/two-top.svg /usr/local/bin/glib-compile-resources --sourcedir=./gnome-shell \ --target=./gnome-shell/gnome-shell-theme.gresource \ ./sass/gnome-shell/3.26/gnome-shell-theme.gresource.xml /usr/local/bin/glib-compile-resources --sourcedir=./gnome-shell-light \ --target=./gnome-shell-light/gnome-shell-theme.gresource \ ./sass/gnome-shell/3.26/gnome-shell-theme.gresource.xml /usr/local/bin/glib-compile-resources --sourcedir=./gnome-shell-dark \ --target=./gnome-shell-dark/gnome-shell-theme.gresource \ ./sass/gnome-shell/3.26/gnome-shell-theme.gresource.xml /usr/local/bin/glib-compile-resources --sourcedir=./gnome-shell-compact \ --target=./gnome-shell-compact/gnome-shell-theme.gresource \ ./sass/gnome-shell/3.26/gnome-shell-theme.gresource.xml /usr/local/bin/glib-compile-resources --sourcedir=./gnome-shell-light-compact \ --target=./gnome-shell-light-compact/gnome-shell-theme.gresource \ ./sass/gnome-shell/3.26/gnome-shell-theme.gresource.xml /usr/local/bin/glib-compile-resources --sourcedir=./gnome-shell-dark-compact \ --target=./gnome-shell-dark-compact/gnome-shell-theme.gresource \ ./sass/gnome-shell/3.26/gnome-shell-theme.gresource.xml /bin/mkdir -p ./cinnamon /bin/mkdir -p ./cinnamon-light /bin/mkdir -p ./cinnamon-dark cd ./sass && \ /usr/local/bin/sassc -M -t compact cinnamon/cinnamon.scss ../cinnamon/cinnamon.css && \ /usr/local/bin/sassc -M -t compact cinnamon/cinnamon-light.scss ../cinnamon-light/cinnamon.css && \ /usr/local/bin/sassc -M -t compact cinnamon/cinnamon-dark.scss ../cinnamon-dark/cinnamon.css /bin/mkdir -p ./cinnamon/assets /bin/mkdir -p ./cinnamon/assets/checkbox /bin/mkdir -p ./cinnamon/assets/misc /bin/mkdir -p ./cinnamon/assets/panel /bin/mkdir -p ./cinnamon/assets/switch /bin/mkdir -p ./cinnamon-light/assets /bin/mkdir -p ./cinnamon-light/assets/checkbox /bin/mkdir -p ./cinnamon-light/assets/misc /bin/mkdir -p ./cinnamon-light/assets/panel /bin/mkdir -p ./cinnamon-light/assets/switch /bin/mkdir -p ./cinnamon-dark/assets /bin/mkdir -p ./cinnamon-dark/assets/checkbox /bin/mkdir -p ./cinnamon-dark/assets/misc /bin/mkdir -p ./cinnamon-dark/assets/panel /bin/mkdir -p ./cinnamon-dark/assets/switch cd ./asset && \ ./clone-assets-cinnamon.sh && \ ./render-assets-cinnamon-thumb.sh Cloning ../cinnamon/assets/checkbox/radiobutton-checked.svg Cloning ../cinnamon-light/assets/checkbox/radiobutton-checked.svg Cloning ../cinnamon-dark/assets/checkbox/radiobutton-checked.svg Cloning ../cinnamon/assets/misc/close-active.svg Cloning ../cinnamon-light/assets/misc/close-active.svg Cloning ../cinnamon-dark/assets/misc/close-active.svg Cloning ../cinnamon/assets/misc/close-hover.svg Cloning ../cinnamon-light/assets/misc/close-hover.svg Cloning ../cinnamon-dark/assets/misc/close-hover.svg Cloning ../cinnamon/assets/misc/close.svg Cloning ../cinnamon-light/assets/misc/close.svg Cloning ../cinnamon-dark/assets/misc/close.svg Cloning ../cinnamon/assets/misc/overview-hover.svg Cloning ../cinnamon-light/assets/misc/overview-hover.svg Cloning ../cinnamon-dark/assets/misc/overview-hover.svg Cloning ../cinnamon/assets/misc/overview.svg Cloning ../cinnamon-light/assets/misc/overview.svg Cloning ../cinnamon-dark/assets/misc/overview.svg Cloning ../cinnamon/assets/panel/activities-active.svg Cloning ../cinnamon-light/assets/panel/activities-active.svg Cloning ../cinnamon-dark/assets/panel/activities-active.svg Cloning ../cinnamon/assets/panel/activities.svg Cloning ../cinnamon-light/assets/panel/activities.svg Cloning ../cinnamon-dark/assets/panel/activities.svg Cloning ../cinnamon/assets/switch/switch-on.svg Cloning ../cinnamon-light/assets/switch/switch-on.svg Cloning ../cinnamon-dark/assets/switch/switch-on.svg Cloning ../cinnamon-light/assets/checkbox/checkbox-checked.svg Cloning ../cinnamon-light/assets/checkbox/checkbox-unchecked.svg Cloning ../cinnamon-light/assets/checkbox/radiobutton-unchecked.svg Cloning ../cinnamon-light/assets/misc/add-workspace-active.svg Cloning ../cinnamon-light/assets/misc/add-workspace-hover.svg Cloning ../cinnamon-light/assets/misc/add-workspace.svg Cloning ../cinnamon-light/assets/misc/calendar-arrow-left.svg Cloning ../cinnamon-light/assets/misc/calendar-arrow-right.svg Cloning ../cinnamon-light/assets/misc/osd.svg Cloning ../cinnamon-light/assets/misc/trash-icon.svg Cloning ../cinnamon-light/assets/switch/switch-off.svg Cloning ../cinnamon/assets/checkbox/checkbox-checked.svg Cloning ../cinnamon/assets/checkbox/checkbox-unchecked.svg Cloning ../cinnamon/assets/checkbox/radiobutton-unchecked.svg Cloning ../cinnamon/assets/misc/add-workspace-active.svg Cloning ../cinnamon/assets/misc/add-workspace-hover.svg Cloning ../cinnamon/assets/misc/add-workspace.svg Cloning ../cinnamon/assets/misc/calendar-arrow-left.svg Cloning ../cinnamon/assets/misc/calendar-arrow-right.svg Cloning ../cinnamon/assets/misc/osd.svg Cloning ../cinnamon/assets/misc/trash-icon.svg Cloning ../cinnamon/assets/switch/switch-off.svg Cloning ../cinnamon-dark/assets/checkbox/checkbox-checked.svg Cloning ../cinnamon-dark/assets/checkbox/checkbox-unchecked.svg Cloning ../cinnamon-dark/assets/checkbox/radiobutton-unchecked.svg Cloning ../cinnamon-dark/assets/misc/add-workspace-active.svg Cloning ../cinnamon-dark/assets/misc/add-workspace-hover.svg Cloning ../cinnamon-dark/assets/misc/add-workspace.svg Cloning ../cinnamon-dark/assets/misc/calendar-arrow-left.svg Cloning ../cinnamon-dark/assets/misc/calendar-arrow-right.svg Cloning ../cinnamon-dark/assets/misc/osd.svg Cloning ../cinnamon-dark/assets/misc/trash-icon.svg Cloning ../cinnamon-dark/assets/switch/switch-off.svg Rendering ../cinnamon/assets/thumbnail.png Rendering ../cinnamon-light/assets/thumbnail.png Rendering ../cinnamon-dark/assets/thumbnail.png gmake[2]: Leaving directory '/construction/x11-themes/plata-theme/plata-theme-b92185bcf7f336412e30ed40d08552b9d8751ec5-b92185bcf7f336412e30ed40d08552b9d8751ec5/src/shell' Making all in src/wm gmake[2]: Entering directory '/construction/x11-themes/plata-theme/plata-theme-b92185bcf7f336412e30ed40d08552b9d8751ec5-b92185bcf7f336412e30ed40d08552b9d8751ec5/src/wm' cd ./asset/assets-metacity-scripts && \ ./clone-assets-metacity.sh && \ ./render-assets-metacity.sh Cloning ../../metacity-1/light/button_close_prelight.svg Cloning ../../metacity-1/light-compact/button_close_prelight.svg Cloning ../../metacity-1/dark/button_close_prelight.svg Cloning ../../metacity-1/dark-compact/button_close_prelight.svg Cloning ../../metacity-1/light/button_close_pressed.svg Cloning ../../metacity-1/light-compact/button_close_pressed.svg Cloning ../../metacity-1/dark/button_close_pressed.svg Cloning ../../metacity-1/dark-compact/button_close_pressed.svg Cloning ../../metacity-1/light/button_close.svg Cloning ../../metacity-1/light-compact/button_close.svg Cloning ../../metacity-1/dark/button_close.svg Cloning ../../metacity-1/dark-compact/button_close.svg Cloning ../../metacity-1/light/button_maximize_prelight.svg Cloning ../../metacity-1/light-compact/button_maximize_prelight.svg Cloning ../../metacity-1/dark/button_maximize_prelight.svg Cloning ../../metacity-1/dark-compact/button_maximize_prelight.svg Cloning ../../metacity-1/light/button_maximize_pressed.svg Cloning ../../metacity-1/light-compact/button_maximize_pressed.svg Cloning ../../metacity-1/dark/button_maximize_pressed.svg Cloning ../../metacity-1/dark-compact/button_maximize_pressed.svg Cloning ../../metacity-1/light/button_maximize.svg Cloning ../../metacity-1/light-compact/button_maximize.svg Cloning ../../metacity-1/dark/button_maximize.svg Cloning ../../metacity-1/dark-compact/button_maximize.svg Cloning ../../metacity-1/light/button_menu_prelight.svg Cloning ../../metacity-1/light-compact/button_menu_prelight.svg Cloning ../../metacity-1/dark/button_menu_prelight.svg Cloning ../../metacity-1/dark-compact/button_menu_prelight.svg Cloning ../../metacity-1/light/button_menu_pressed.svg Cloning ../../metacity-1/light-compact/button_menu_pressed.svg Cloning ../../metacity-1/dark/button_menu_pressed.svg Cloning ../../metacity-1/dark-compact/button_menu_pressed.svg Cloning ../../metacity-1/light/button_menu.svg Cloning ../../metacity-1/light-compact/button_menu.svg Cloning ../../metacity-1/dark/button_menu.svg Cloning ../../metacity-1/dark-compact/button_menu.svg Cloning ../../metacity-1/light/button_minimize_prelight.svg Cloning ../../metacity-1/light-compact/button_minimize_prelight.svg Cloning ../../metacity-1/dark/button_minimize_prelight.svg Cloning ../../metacity-1/dark-compact/button_minimize_prelight.svg Cloning ../../metacity-1/light/button_minimize_pressed.svg Cloning ../../metacity-1/light-compact/button_minimize_pressed.svg Cloning ../../metacity-1/dark/button_minimize_pressed.svg Cloning ../../metacity-1/dark-compact/button_minimize_pressed.svg Cloning ../../metacity-1/light/button_minimize.svg Cloning ../../metacity-1/light-compact/button_minimize.svg Cloning ../../metacity-1/dark/button_minimize.svg Cloning ../../metacity-1/dark-compact/button_minimize.svg Cloning ../../metacity-1/light/button_shade_prelight.svg Cloning ../../metacity-1/light-compact/button_shade_prelight.svg Cloning ../../metacity-1/dark/button_shade_prelight.svg Cloning ../../metacity-1/dark-compact/button_shade_prelight.svg Cloning ../../metacity-1/light/button_shade_pressed.svg Cloning ../../metacity-1/light-compact/button_shade_pressed.svg Cloning ../../metacity-1/dark/button_shade_pressed.svg Cloning ../../metacity-1/dark-compact/button_shade_pressed.svg Cloning ../../metacity-1/light/button_shade.svg Cloning ../../metacity-1/light-compact/button_shade.svg Cloning ../../metacity-1/dark/button_shade.svg Cloning ../../metacity-1/dark-compact/button_shade.svg Cloning ../../metacity-1/light/button_unshade_prelight.svg Cloning ../../metacity-1/light-compact/button_unshade_prelight.svg Cloning ../../metacity-1/dark/button_unshade_prelight.svg Cloning ../../metacity-1/dark-compact/button_unshade_prelight.svg Cloning ../../metacity-1/light/button_unshade_pressed.svg Cloning ../../metacity-1/light-compact/button_unshade_pressed.svg Cloning ../../metacity-1/dark/button_unshade_pressed.svg Cloning ../../metacity-1/dark-compact/button_unshade_pressed.svg Cloning ../../metacity-1/light/button_unshade.svg Cloning ../../metacity-1/light-compact/button_unshade.svg Cloning ../../metacity-1/dark/button_unshade.svg Cloning ../../metacity-1/dark-compact/button_unshade.svg Cloning ../../metacity-1/light/max_button_unmaximize_prelight.svg Cloning ../../metacity-1/light-compact/max_button_unmaximize_prelight.svg Cloning ../../metacity-1/dark/max_button_unmaximize_prelight.svg Cloning ../../metacity-1/dark-compact/max_button_unmaximize_prelight.svg Cloning ../../metacity-1/light/max_button_unmaximize_pressed.svg Cloning ../../metacity-1/light-compact/max_button_unmaximize_pressed.svg Cloning ../../metacity-1/dark/max_button_unmaximize_pressed.svg Cloning ../../metacity-1/dark-compact/max_button_unmaximize_pressed.svg Cloning ../../metacity-1/light/max_button_unmaximize.svg Cloning ../../metacity-1/light-compact/max_button_unmaximize.svg Cloning ../../metacity-1/dark/max_button_unmaximize.svg Cloning ../../metacity-1/dark-compact/max_button_unmaximize.svg Rendering ../../metacity-1/light/thumbnail.png Rendering ../../metacity-1/light-compact/thumbnail.png Rendering ../../metacity-1/dark/thumbnail.png Rendering ../../metacity-1/dark-compact/thumbnail.png cd ./asset/assets-metacity-scripts && \ ./clone-assets-metacity.sh && \ ./render-assets-metacity.sh Cloning ../../metacity-1/light/button_close_prelight.svg Cloning ../../metacity-1/light-compact/button_close_prelight.svg Cloning ../../metacity-1/dark/button_close_prelight.svg Cloning ../../metacity-1/dark-compact/button_close_prelight.svg Cloning ../../metacity-1/light/button_close_pressed.svg Cloning ../../metacity-1/light-compact/button_close_pressed.svg Cloning ../../metacity-1/dark/button_close_pressed.svg Cloning ../../metacity-1/dark-compact/button_close_pressed.svg ../../metacity-1/light/button_close.svg exists. ../../metacity-1/light-compact/button_close.svg exists. ../../metacity-1/dark/button_close.svg exists. ../../metacity-1/dark-compact/button_close.svg exists. ../../metacity-1/light/button_maximize_prelight.svg exists. ../../metacity-1/light-compact/button_maximize_prelight.svg exists. ../../metacity-1/dark/button_maximize_prelight.svg exists. ../../metacity-1/dark-compact/button_maximize_prelight.svg exists. ../../metacity-1/light/button_maximize_pressed.svg exists. ../../metacity-1/light-compact/button_maximize_pressed.svg exists. ../../metacity-1/dark/button_maximize_pressed.svg exists. ../../metacity-1/dark-compact/button_maximize_pressed.svg exists. ../../metacity-1/light/button_maximize.svg exists. ../../metacity-1/light-compact/button_maximize.svg exists. ../../metacity-1/dark/button_maximize.svg exists. ../../metacity-1/dark-compact/button_maximize.svg exists. ../../metacity-1/light/button_menu_prelight.svg exists. ../../metacity-1/light-compact/button_menu_prelight.svg exists. ../../metacity-1/dark/button_menu_prelight.svg exists. ../../metacity-1/dark-compact/button_menu_prelight.svg exists. ../../metacity-1/light/button_menu_pressed.svg exists. ../../metacity-1/light-compact/button_menu_pressed.svg exists. ../../metacity-1/dark/button_menu_pressed.svg exists. ../../metacity-1/dark-compact/button_menu_pressed.svg exists. ../../metacity-1/light/button_menu.svg exists. ../../metacity-1/light-compact/button_menu.svg exists. ../../metacity-1/dark/button_menu.svg exists. ../../metacity-1/dark-compact/button_menu.svg exists. ../../metacity-1/light/button_minimize_prelight.svg exists. ../../metacity-1/light-compact/button_minimize_prelight.svg exists. ../../metacity-1/dark/button_minimize_prelight.svg exists. ../../metacity-1/dark-compact/button_minimize_prelight.svg exists. ../../metacity-1/light/button_minimize_pressed.svg exists. ../../metacity-1/light-compact/button_minimize_pressed.svg exists. ../../metacity-1/dark/button_minimize_pressed.svg exists. ../../metacity-1/dark-compact/button_minimize_pressed.svg exists. ../../metacity-1/light/button_minimize.svg exists. ../../metacity-1/light-compact/button_minimize.svg exists. ../../metacity-1/dark/button_minimize.svg exists. ../../metacity-1/dark-compact/button_minimize.svg exists. ../../metacity-1/light/button_shade_prelight.svg exists. ../../metacity-1/light-compact/button_shade_prelight.svg exists. ../../metacity-1/dark/button_shade_prelight.svg exists. ../../metacity-1/dark-compact/button_shade_prelight.svg exists. ../../metacity-1/light/button_shade_pressed.svg exists. ../../metacity-1/light-compact/button_shade_pressed.svg exists. ../../metacity-1/dark/button_shade_pressed.svg exists. ../../metacity-1/dark-compact/button_shade_pressed.svg exists. ../../metacity-1/light/button_shade.svg exists. ../../metacity-1/light-compact/button_shade.svg exists. ../../metacity-1/dark/button_shade.svg exists. ../../metacity-1/dark-compact/button_shade.svg exists. ../../metacity-1/light/button_unshade_prelight.svg exists. ../../metacity-1/light-compact/button_unshade_prelight.svg exists. ../../metacity-1/dark/button_unshade_prelight.svg exists. ../../metacity-1/dark-compact/button_unshade_prelight.svg exists. ../../metacity-1/light/button_unshade_pressed.svg exists. ../../metacity-1/light-compact/button_unshade_pressed.svg exists. ../../metacity-1/dark/button_unshade_pressed.svg exists. ../../metacity-1/dark-compact/button_unshade_pressed.svg exists. ../../metacity-1/light/button_unshade.svg exists. ../../metacity-1/light-compact/button_unshade.svg exists. ../../metacity-1/dark/button_unshade.svg exists. ../../metacity-1/dark-compact/button_unshade.svg exists. ../../metacity-1/light/max_button_unmaximize_prelight.svg exists. ../../metacity-1/light-compact/max_button_unmaximize_prelight.svg exists. ../../metacity-1/dark/max_button_unmaximize_prelight.svg exists. ../../metacity-1/dark-compact/max_button_unmaximize_prelight.svg exists. ../../metacity-1/light/max_button_unmaximize_pressed.svg exists. ../../metacity-1/light-compact/max_button_unmaximize_pressed.svg exists. ../../metacity-1/dark/max_button_unmaximize_pressed.svg exists. ../../metacity-1/dark-compact/max_button_unmaximize_pressed.svg exists. ../../metacity-1/light/max_button_unmaximize.svg exists. ../../metacity-1/light-compact/max_button_unmaximize.svg exists. ../../metacity-1/dark/max_button_unmaximize.svg exists. ../../metacity-1/dark-compact/max_button_unmaximize.svg exists. ../../metacity-1/light/thumbnail.png exists. ../../metacity-1/light-compact/thumbnail.png exists. ../../metacity-1/dark/thumbnail.png exists. ../../metacity-1/dark-compact/thumbnail.png exists. cd ./asset/assets-xfwm-scripts && \ ./recolor-assets-xfwm.sh cd ./asset/assets-xfwm-scripts && \ /usr/local/bin/parallel --null --no-notice --line-buffer --jobs 100% ./render-assets-xfwm.sh ::: \ button1 \ button2 \ edge \ title parallel: Warning: Cannot figure out number of cpus. Using 1. Rendering ../../xfwm4/light/close-active.png Rendering ../../xfwm4/light/close-inactive.png Rendering ../../xfwm4/light/close-prelight.png Rendering ../../xfwm4/light/close-pressed.png Rendering ../../xfwm4/light/hide-active.png Rendering ../../xfwm4/light/hide-inactive.png Rendering ../../xfwm4/light/hide-prelight.png Rendering ../../xfwm4/light/hide-pressed.png Rendering ../../xfwm4/light/maximize-active.png Rendering ../../xfwm4/light/maximize-inactive.png Rendering ../../xfwm4/light/maximize-prelight.png Rendering ../../xfwm4/light/maximize-pressed.png Rendering ../../xfwm4/light/maximize-toggled-active.png Rendering ../../xfwm4/light/maximize-toggled-inactive.png Rendering ../../xfwm4/light/maximize-toggled-prelight.png Rendering ../../xfwm4/light/maximize-toggled-pressed.png Rendering ../../xfwm4/light-compact/close-active.png Rendering ../../xfwm4/light-compact/close-inactive.png Rendering ../../xfwm4/light-compact/close-prelight.png Rendering ../../xfwm4/light-compact/close-pressed.png Rendering ../../xfwm4/light-compact/hide-active.png Rendering ../../xfwm4/light-compact/hide-inactive.png Rendering ../../xfwm4/light-compact/hide-prelight.png Rendering ../../xfwm4/light-compact/hide-pressed.png Rendering ../../xfwm4/light-compact/maximize-active.png Rendering ../../xfwm4/light-compact/maximize-inactive.png Rendering ../../xfwm4/light-compact/maximize-prelight.png Rendering ../../xfwm4/light-compact/maximize-pressed.png Rendering ../../xfwm4/light-compact/maximize-toggled-active.png Rendering ../../xfwm4/light-compact/maximize-toggled-inactive.png Rendering ../../xfwm4/light-compact/maximize-toggled-prelight.png Rendering ../../xfwm4/light-compact/maximize-toggled-pressed.png Rendering ../../xfwm4/dark/close-active.png Rendering ../../xfwm4/dark/close-inactive.png Rendering ../../xfwm4/dark/close-prelight.png Rendering ../../xfwm4/dark/close-pressed.png Rendering ../../xfwm4/dark/hide-active.png Rendering ../../xfwm4/dark/hide-inactive.png Rendering ../../xfwm4/dark/hide-prelight.png Rendering ../../xfwm4/dark/hide-pressed.png Rendering ../../xfwm4/dark/maximize-active.png Rendering ../../xfwm4/dark/maximize-inactive.png Rendering ../../xfwm4/dark/maximize-prelight.png Rendering ../../xfwm4/dark/maximize-pressed.png Rendering ../../xfwm4/dark/maximize-toggled-active.png Rendering ../../xfwm4/dark/maximize-toggled-inactive.png Rendering ../../xfwm4/dark/maximize-toggled-prelight.png Rendering ../../xfwm4/dark/maximize-toggled-pressed.png Rendering ../../xfwm4/dark-compact/close-active.png Rendering ../../xfwm4/dark-compact/close-inactive.png Rendering ../../xfwm4/dark-compact/close-prelight.png Rendering ../../xfwm4/dark-compact/close-pressed.png Rendering ../../xfwm4/dark-compact/hide-active.png Rendering ../../xfwm4/dark-compact/hide-inactive.png Rendering ../../xfwm4/dark-compact/hide-prelight.png Rendering ../../xfwm4/dark-compact/hide-pressed.png Rendering ../../xfwm4/dark-compact/maximize-active.png Rendering ../../xfwm4/dark-compact/maximize-inactive.png Rendering ../../xfwm4/dark-compact/maximize-prelight.png Rendering ../../xfwm4/dark-compact/maximize-pressed.png Rendering ../../xfwm4/dark-compact/maximize-toggled-active.png Rendering ../../xfwm4/dark-compact/maximize-toggled-inactive.png Rendering ../../xfwm4/dark-compact/maximize-toggled-prelight.png Rendering ../../xfwm4/dark-compact/maximize-toggled-pressed.png Rendering ../../xfwm4/light/menu-active.png Rendering ../../xfwm4/light/menu-inactive.png Rendering ../../xfwm4/light/menu-prelight.png Rendering ../../xfwm4/light/menu-pressed.png Rendering ../../xfwm4/light/shade-active.png Rendering ../../xfwm4/light/shade-inactive.png Rendering ../../xfwm4/light/shade-prelight.png Rendering ../../xfwm4/light/shade-pressed.png Rendering ../../xfwm4/light/shade-toggled-active.png Rendering ../../xfwm4/light/shade-toggled-inactive.png Rendering ../../xfwm4/light/shade-toggled-prelight.png Rendering ../../xfwm4/light/shade-toggled-pressed.png Rendering ../../xfwm4/light/stick-active.png Rendering ../../xfwm4/light/stick-inactive.png Rendering ../../xfwm4/light/stick-prelight.png Rendering ../../xfwm4/light/stick-pressed.png Rendering ../../xfwm4/light/stick-toggled-active.png Rendering ../../xfwm4/light/stick-toggled-inactive.png Rendering ../../xfwm4/light/stick-toggled-prelight.png Rendering ../../xfwm4/light/stick-toggled-pressed.png Rendering ../../xfwm4/light-compact/menu-active.png Rendering ../../xfwm4/light-compact/menu-inactive.png Rendering ../../xfwm4/light-compact/menu-prelight.png Rendering ../../xfwm4/light-compact/menu-pressed.png Rendering ../../xfwm4/light-compact/shade-active.png Rendering ../../xfwm4/light-compact/shade-inactive.png Rendering ../../xfwm4/light-compact/shade-prelight.png Rendering ../../xfwm4/light-compact/shade-pressed.png Rendering ../../xfwm4/light-compact/shade-toggled-active.png Rendering ../../xfwm4/light-compact/shade-toggled-inactive.png Rendering ../../xfwm4/light-compact/shade-toggled-prelight.png Rendering ../../xfwm4/light-compact/shade-toggled-pressed.png Rendering ../../xfwm4/light-compact/stick-active.png Rendering ../../xfwm4/light-compact/stick-inactive.png Rendering ../../xfwm4/light-compact/stick-prelight.png Rendering ../../xfwm4/light-compact/stick-pressed.png Rendering ../../xfwm4/light-compact/stick-toggled-active.png Rendering ../../xfwm4/light-compact/stick-toggled-inactive.png Rendering ../../xfwm4/light-compact/stick-toggled-prelight.png Rendering ../../xfwm4/light-compact/stick-toggled-pressed.png Rendering ../../xfwm4/dark/menu-active.png Rendering ../../xfwm4/dark/menu-inactive.png Rendering ../../xfwm4/dark/menu-prelight.png Rendering ../../xfwm4/dark/menu-pressed.png Rendering ../../xfwm4/dark/shade-active.png Rendering ../../xfwm4/dark/shade-inactive.png Rendering ../../xfwm4/dark/shade-prelight.png Rendering ../../xfwm4/dark/shade-pressed.png Rendering ../../xfwm4/dark/shade-toggled-active.png Rendering ../../xfwm4/dark/shade-toggled-inactive.png Rendering ../../xfwm4/dark/shade-toggled-prelight.png Rendering ../../xfwm4/dark/shade-toggled-pressed.png Rendering ../../xfwm4/dark/stick-active.png Rendering ../../xfwm4/dark/stick-inactive.png Rendering ../../xfwm4/dark/stick-prelight.png Rendering ../../xfwm4/dark/stick-pressed.png Rendering ../../xfwm4/dark/stick-toggled-active.png Rendering ../../xfwm4/dark/stick-toggled-inactive.png Rendering ../../xfwm4/dark/stick-toggled-prelight.png Rendering ../../xfwm4/dark/stick-toggled-pressed.png Rendering ../../xfwm4/dark-compact/menu-active.png Rendering ../../xfwm4/dark-compact/menu-inactive.png Rendering ../../xfwm4/dark-compact/menu-prelight.png Rendering ../../xfwm4/dark-compact/menu-pressed.png Rendering ../../xfwm4/dark-compact/shade-active.png Rendering ../../xfwm4/dark-compact/shade-inactive.png Rendering ../../xfwm4/dark-compact/shade-prelight.png Rendering ../../xfwm4/dark-compact/shade-pressed.png Rendering ../../xfwm4/dark-compact/shade-toggled-active.png Rendering ../../xfwm4/dark-compact/shade-toggled-inactive.png Rendering ../../xfwm4/dark-compact/shade-toggled-prelight.png Rendering ../../xfwm4/dark-compact/shade-toggled-pressed.png Rendering ../../xfwm4/dark-compact/stick-active.png Rendering ../../xfwm4/dark-compact/stick-inactive.png Rendering ../../xfwm4/dark-compact/stick-prelight.png Rendering ../../xfwm4/dark-compact/stick-pressed.png Rendering ../../xfwm4/dark-compact/stick-toggled-active.png Rendering ../../xfwm4/dark-compact/stick-toggled-inactive.png Rendering ../../xfwm4/dark-compact/stick-toggled-prelight.png Rendering ../../xfwm4/dark-compact/stick-toggled-pressed.png Rendering ../../xfwm4/light/top-left-active-shaded.png Rendering ../../xfwm4/light/top-left-active.png Rendering ../../xfwm4/light/top-left-inactive.png Rendering ../../xfwm4/light/top-right-active-shaded.png Rendering ../../xfwm4/light/top-right-active.png Rendering ../../xfwm4/light/top-right-inactive.png Rendering ../../xfwm4/light/left-active.png Rendering ../../xfwm4/light/left-inactive.png Rendering ../../xfwm4/light/right-active.png Rendering ../../xfwm4/light/right-inactive.png Rendering ../../xfwm4/light/bottom-active.png Rendering ../../xfwm4/light/bottom-inactive.png Rendering ../../xfwm4/light/bottom-left-active.png Rendering ../../xfwm4/light/bottom-left-inactive.png Rendering ../../xfwm4/light/bottom-right-active.png Rendering ../../xfwm4/light/bottom-right-inactive.png Rendering ../../xfwm4/light-compact/top-left-active-shaded.png Rendering ../../xfwm4/light-compact/top-left-active.png Rendering ../../xfwm4/light-compact/top-left-inactive.png Rendering ../../xfwm4/light-compact/top-right-active-shaded.png Rendering ../../xfwm4/light-compact/top-right-active.png Rendering ../../xfwm4/light-compact/top-right-inactive.png Rendering ../../xfwm4/light-compact/left-active.png Rendering ../../xfwm4/light-compact/left-inactive.png Rendering ../../xfwm4/light-compact/right-active.png Rendering ../../xfwm4/light-compact/right-inactive.png Rendering ../../xfwm4/light-compact/bottom-active.png Rendering ../../xfwm4/light-compact/bottom-inactive.png Rendering ../../xfwm4/light-compact/bottom-left-active.png Rendering ../../xfwm4/light-compact/bottom-left-inactive.png Rendering ../../xfwm4/light-compact/bottom-right-active.png Rendering ../../xfwm4/light-compact/bottom-right-inactive.png Rendering ../../xfwm4/dark/top-left-active-shaded.png Rendering ../../xfwm4/dark/top-left-active.png Rendering ../../xfwm4/dark/top-left-inactive.png Rendering ../../xfwm4/dark/top-right-active-shaded.png Rendering ../../xfwm4/dark/top-right-active.png Rendering ../../xfwm4/dark/top-right-inactive.png Rendering ../../xfwm4/dark/left-active.png Rendering ../../xfwm4/dark/left-inactive.png Rendering ../../xfwm4/dark/right-active.png Rendering ../../xfwm4/dark/right-inactive.png Rendering ../../xfwm4/dark/bottom-active.png Rendering ../../xfwm4/dark/bottom-inactive.png Rendering ../../xfwm4/dark/bottom-left-active.png Rendering ../../xfwm4/dark/bottom-left-inactive.png Rendering ../../xfwm4/dark/bottom-right-active.png Rendering ../../xfwm4/dark/bottom-right-inactive.png Rendering ../../xfwm4/dark-compact/top-left-active-shaded.png Rendering ../../xfwm4/dark-compact/top-left-active.png Rendering ../../xfwm4/dark-compact/top-left-inactive.png Rendering ../../xfwm4/dark-compact/top-right-active-shaded.png Rendering ../../xfwm4/dark-compact/top-right-active.png Rendering ../../xfwm4/dark-compact/top-right-inactive.png Rendering ../../xfwm4/dark-compact/left-active.png Rendering ../../xfwm4/dark-compact/left-inactive.png Rendering ../../xfwm4/dark-compact/right-active.png Rendering ../../xfwm4/dark-compact/right-inactive.png Rendering ../../xfwm4/dark-compact/bottom-active.png Rendering ../../xfwm4/dark-compact/bottom-inactive.png Rendering ../../xfwm4/dark-compact/bottom-left-active.png Rendering ../../xfwm4/dark-compact/bottom-left-inactive.png Rendering ../../xfwm4/dark-compact/bottom-right-active.png Rendering ../../xfwm4/dark-compact/bottom-right-inactive.png Rendering ../../xfwm4/light/title-1-active-shaded.png Rendering ../../xfwm4/light/title-1-active.png Rendering ../../xfwm4/light/title-1-inactive.png Rendering ../../xfwm4/light/title-2-active.png Rendering ../../xfwm4/light/title-2-inactive.png Rendering ../../xfwm4/light/title-3-active.png Rendering ../../xfwm4/light/title-3-inactive.png Rendering ../../xfwm4/light/title-4-active.png Rendering ../../xfwm4/light/title-4-inactive.png Rendering ../../xfwm4/light/title-5-active.png Rendering ../../xfwm4/light/title-5-inactive.png Rendering ../../xfwm4/light-compact/title-1-active-shaded.png Rendering ../../xfwm4/light-compact/title-1-active.png Rendering ../../xfwm4/light-compact/title-1-inactive.png Rendering ../../xfwm4/light-compact/title-2-active.png Rendering ../../xfwm4/light-compact/title-2-inactive.png Rendering ../../xfwm4/light-compact/title-3-active.png Rendering ../../xfwm4/light-compact/title-3-inactive.png Rendering ../../xfwm4/light-compact/title-4-active.png Rendering ../../xfwm4/light-compact/title-4-inactive.png Rendering ../../xfwm4/light-compact/title-5-active.png Rendering ../../xfwm4/light-compact/title-5-inactive.png Rendering ../../xfwm4/dark/title-1-active-shaded.png Rendering ../../xfwm4/dark/title-1-active.png Rendering ../../xfwm4/dark/title-1-inactive.png Rendering ../../xfwm4/dark/title-2-active.png Rendering ../../xfwm4/dark/title-2-inactive.png Rendering ../../xfwm4/dark/title-3-active.png Rendering ../../xfwm4/dark/title-3-inactive.png Rendering ../../xfwm4/dark/title-4-active.png Rendering ../../xfwm4/dark/title-4-inactive.png Rendering ../../xfwm4/dark/title-5-active.png Rendering ../../xfwm4/dark/title-5-inactive.png Rendering ../../xfwm4/dark-compact/title-1-active-shaded.png Rendering ../../xfwm4/dark-compact/title-1-active.png Rendering ../../xfwm4/dark-compact/title-1-inactive.png Rendering ../../xfwm4/dark-compact/title-2-active.png Rendering ../../xfwm4/dark-compact/title-2-inactive.png Rendering ../../xfwm4/dark-compact/title-3-active.png Rendering ../../xfwm4/dark-compact/title-3-inactive.png Rendering ../../xfwm4/dark-compact/title-4-active.png Rendering ../../xfwm4/dark-compact/title-4-inactive.png Rendering ../../xfwm4/dark-compact/title-5-active.png Rendering ../../xfwm4/dark-compact/title-5-inactive.png cd ./asset/assets-openbox-scripts && \ ./clone-assets-openbox.sh Cloning ../../openbox-3/close.xbm Cloning ../../openbox-3/desk_toggled.xbm Cloning ../../openbox-3/desk.xbm Cloning ../../openbox-3/iconify.xbm Cloning ../../openbox-3/max_toggled.xbm Cloning ../../openbox-3/max.xbm Cloning ../../openbox-3/shade_toggled.xbm Cloning ../../openbox-3/shade.xbm cd ./openbox-3/ && \ ./recolor-openbox.sh gmake[2]: Leaving directory '/construction/x11-themes/plata-theme/plata-theme-b92185bcf7f336412e30ed40d08552b9d8751ec5-b92185bcf7f336412e30ed40d08552b9d8751ec5/src/wm' Making all in src/extra gmake[2]: Entering directory '/construction/x11-themes/plata-theme/plata-theme-b92185bcf7f336412e30ed40d08552b9d8751ec5-b92185bcf7f336412e30ed40d08552b9d8751ec5/src/extra' cd ./gtksourceview && ./recolor-gtksourceview.sh Setting selection-color-1 #3F51B5... Setting selection-color-2 #B2B9E1... gmake[2]: Leaving directory '/construction/x11-themes/plata-theme/plata-theme-b92185bcf7f336412e30ed40d08552b9d8751ec5-b92185bcf7f336412e30ed40d08552b9d8751ec5/src/extra' Making all in data gmake[2]: Entering directory '/construction/x11-themes/plata-theme/plata-theme-b92185bcf7f336412e30ed40d08552b9d8751ec5-b92185bcf7f336412e30ed40d08552b9d8751ec5/data' gmake[2]: Nothing to be done for 'all'. gmake[2]: Leaving directory '/construction/x11-themes/plata-theme/plata-theme-b92185bcf7f336412e30ed40d08552b9d8751ec5-b92185bcf7f336412e30ed40d08552b9d8751ec5/data' gmake[2]: Entering directory '/construction/x11-themes/plata-theme/plata-theme-b92185bcf7f336412e30ed40d08552b9d8751ec5-b92185bcf7f336412e30ed40d08552b9d8751ec5' gmake[2]: Nothing to be done for 'all-am'. gmake[2]: Leaving directory '/construction/x11-themes/plata-theme/plata-theme-b92185bcf7f336412e30ed40d08552b9d8751ec5-b92185bcf7f336412e30ed40d08552b9d8751ec5' gmake[1]: Leaving directory '/construction/x11-themes/plata-theme/plata-theme-b92185bcf7f336412e30ed40d08552b9d8751ec5-b92185bcf7f336412e30ed40d08552b9d8751ec5' SUCCEEDED 00:39:45 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> plata-theme-0.9.7 depends on package: gtk-murrine-engine>0 - found ===> plata-theme-0.9.7 depends on package: roboto-fonts-ttf>0 - found SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for plata-theme-0.9.7 ===> plata-theme-0.9.7 depends on package: gtk-murrine-engine>0 - found ===> plata-theme-0.9.7 depends on package: roboto-fonts-ttf>0 - found ===> Generating temporary packing list gmake[1]: Entering directory '/construction/x11-themes/plata-theme/plata-theme-b92185bcf7f336412e30ed40d08552b9d8751ec5-b92185bcf7f336412e30ed40d08552b9d8751ec5' Making install in src/gtk gmake[2]: Entering directory '/construction/x11-themes/plata-theme/plata-theme-b92185bcf7f336412e30ed40d08552b9d8751ec5-b92185bcf7f336412e30ed40d08552b9d8751ec5/src/gtk' gmake[3]: Entering directory '/construction/x11-themes/plata-theme/plata-theme-b92185bcf7f336412e30ed40d08552b9d8751ec5-b92185bcf7f336412e30ed40d08552b9d8751ec5/src/gtk' gmake[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-3.0 cp -Rv ./gtk-3.20/gtk.css ./gtk-3.20/gtk-dark.css ./gtk-3.20/gtk.gresource /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-3.0 ./gtk-3.20/gtk.gresource -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-3.0/gtk.gresource ./gtk-3.20/gtk-dark.css -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-3.0/gtk-dark.css ./gtk-3.20/gtk.css -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-3.0/gtk.css cp -Rv ./asset/assets-gtk3/thumbnail.png /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-3.0 ./asset/assets-gtk3/thumbnail.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-3.0/thumbnail.png /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-3.0 cp -Rv ./gtk-3.20-compact/gtk.css ./gtk-3.20-compact/gtk-dark.css ./gtk-3.20-compact/gtk.gresource /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-3.0 ./gtk-3.20-compact/gtk.gresource -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-3.0/gtk.gresource ./gtk-3.20-compact/gtk-dark.css -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-3.0/gtk-dark.css ./gtk-3.20-compact/gtk.css -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-3.0/gtk.css cp -Rv ./asset/assets-gtk3/thumbnail.png /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-3.0 ./asset/assets-gtk3/thumbnail.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-3.0/thumbnail.png /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-3.0 cp -Rv ./gtk-3.20-light/gtk.css ./gtk-3.20-light/gtk-dark.css ./gtk-3.20-light/gtk.gresource /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-3.0 ./gtk-3.20-light/gtk.gresource -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-3.0/gtk.gresource ./gtk-3.20-light/gtk-dark.css -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-3.0/gtk-dark.css ./gtk-3.20-light/gtk.css -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-3.0/gtk.css cp -Rv ./asset/assets-gtk3/thumbnail.png /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-3.0 ./asset/assets-gtk3/thumbnail.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-3.0/thumbnail.png /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-3.0 cp -Rv ./gtk-3.20-light-compact/gtk.css ./gtk-3.20-light-compact/gtk-dark.css ./gtk-3.20-light-compact/gtk.gresource /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-3.0 ./gtk-3.20-light-compact/gtk.gresource -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-3.0/gtk.gresource ./gtk-3.20-light-compact/gtk-dark.css -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-3.0/gtk-dark.css ./gtk-3.20-light-compact/gtk.css -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-3.0/gtk.css cp -Rv ./asset/assets-gtk3/thumbnail.png /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-3.0 ./asset/assets-gtk3/thumbnail.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-3.0/thumbnail.png /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-3.0 cp -Rv ./gtk-3.20-dark/gtk.css ./gtk-3.20-dark/gtk.gresource /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-3.0 ./gtk-3.20-dark/gtk.gresource -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-3.0/gtk.gresource ./gtk-3.20-dark/gtk.css -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-3.0/gtk.css cp -Rv ./asset/assets-gtk3/thumbnail-dark.png /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-3.0/thumbnail.png ./asset/assets-gtk3/thumbnail-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-3.0/thumbnail.png /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-3.0 cp -Rv ./gtk-3.20-dark-compact/gtk.css ./gtk-3.20-dark-compact/gtk.gresource /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-3.0 ./gtk-3.20-dark-compact/gtk.gresource -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-3.0/gtk.gresource ./gtk-3.20-dark-compact/gtk.css -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-3.0/gtk.css cp -Rv ./asset/assets-gtk3/thumbnail-dark.png /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-3.0/thumbnail.png ./asset/assets-gtk3/thumbnail-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-3.0/thumbnail.png /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-3.22 cp -Rv ./gtk-3.22/gtk.css ./gtk-3.22/gtk-dark.css ./gtk-3.22/gtk.gresource /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-3.22 ./gtk-3.22/gtk.gresource -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-3.22/gtk.gresource ./gtk-3.22/gtk-dark.css -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-3.22/gtk-dark.css ./gtk-3.22/gtk.css -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-3.22/gtk.css /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-3.22 cp -Rv ./gtk-3.22-compact/gtk.css ./gtk-3.22-compact/gtk-dark.css ./gtk-3.22-compact/gtk.gresource /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-3.22 ./gtk-3.22-compact/gtk.gresource -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-3.22/gtk.gresource ./gtk-3.22-compact/gtk-dark.css -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-3.22/gtk-dark.css ./gtk-3.22-compact/gtk.css -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-3.22/gtk.css /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-3.22 cp -Rv ./gtk-3.22-light/gtk.css ./gtk-3.22-light/gtk-dark.css ./gtk-3.22-light/gtk.gresource /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-3.22 ./gtk-3.22-light/gtk.gresource -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-3.22/gtk.gresource ./gtk-3.22-light/gtk-dark.css -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-3.22/gtk-dark.css ./gtk-3.22-light/gtk.css -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-3.22/gtk.css /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-3.22 cp -Rv ./gtk-3.22-light-compact/gtk.css ./gtk-3.22-light-compact/gtk-dark.css ./gtk-3.22-light-compact/gtk.gresource /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-3.22 ./gtk-3.22-light-compact/gtk.gresource -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-3.22/gtk.gresource ./gtk-3.22-light-compact/gtk-dark.css -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-3.22/gtk-dark.css ./gtk-3.22-light-compact/gtk.css -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-3.22/gtk.css /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-3.22 cp -Rv ./gtk-3.22-dark/gtk.css ./gtk-3.22-dark/gtk.gresource /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-3.22 ./gtk-3.22-dark/gtk.gresource -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-3.22/gtk.gresource ./gtk-3.22-dark/gtk.css -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-3.22/gtk.css /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-3.22 cp -Rv ./gtk-3.22-dark-compact/gtk.css ./gtk-3.22-dark-compact/gtk.gresource /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-3.22 ./gtk-3.22-dark-compact/gtk.gresource -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-3.22/gtk.gresource ./gtk-3.22-dark-compact/gtk.css -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-3.22/gtk.css /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-3.24 cp -Rv ./gtk-3.24/gtk.css ./gtk-3.24/gtk-dark.css ./gtk-3.24/gtk.gresource /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-3.24 ./gtk-3.24/gtk.gresource -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-3.24/gtk.gresource ./gtk-3.24/gtk-dark.css -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-3.24/gtk-dark.css ./gtk-3.24/gtk.css -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-3.24/gtk.css /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-3.24 cp -Rv ./gtk-3.24-compact/gtk.css ./gtk-3.24-compact/gtk-dark.css ./gtk-3.24-compact/gtk.gresource /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-3.24 ./gtk-3.24-compact/gtk.gresource -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-3.24/gtk.gresource ./gtk-3.24-compact/gtk-dark.css -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-3.24/gtk-dark.css ./gtk-3.24-compact/gtk.css -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-3.24/gtk.css /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-3.24 cp -Rv ./gtk-3.24-light/gtk.css ./gtk-3.24-light/gtk-dark.css ./gtk-3.24-light/gtk.gresource /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-3.24 ./gtk-3.24-light/gtk.gresource -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-3.24/gtk.gresource ./gtk-3.24-light/gtk-dark.css -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-3.24/gtk-dark.css ./gtk-3.24-light/gtk.css -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-3.24/gtk.css /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-3.24 cp -Rv ./gtk-3.24-light-compact/gtk.css ./gtk-3.24-light-compact/gtk-dark.css ./gtk-3.24-light-compact/gtk.gresource /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-3.24 ./gtk-3.24-light-compact/gtk.gresource -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-3.24/gtk.gresource ./gtk-3.24-light-compact/gtk-dark.css -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-3.24/gtk-dark.css ./gtk-3.24-light-compact/gtk.css -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-3.24/gtk.css /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-3.24 cp -Rv ./gtk-3.24-dark/gtk.css ./gtk-3.24-dark/gtk.gresource /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-3.24 ./gtk-3.24-dark/gtk.gresource -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-3.24/gtk.gresource ./gtk-3.24-dark/gtk.css -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-3.24/gtk.css /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-3.24 cp -Rv ./gtk-3.24-dark-compact/gtk.css ./gtk-3.24-dark-compact/gtk.gresource /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-3.24 ./gtk-3.24-dark-compact/gtk.gresource -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-3.24/gtk.gresource ./gtk-3.24-dark-compact/gtk.css -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-3.24/gtk.css /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0 /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Arrows /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Buttons /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Check-Radio /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Column /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Entry /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Handles /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Lines /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Others /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/ProgressBar /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Range /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Scrollbars /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Shadows /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Spin /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Toolbar cp -Rv ./gtk-2.0/3rd-party.rc ./gtk-2.0/common.rc /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0 ./gtk-2.0/common.rc -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/common.rc ./gtk-2.0/3rd-party.rc -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/3rd-party.rc cp -Rv ./gtk-2.0/gtkrc /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0 ./gtk-2.0/gtkrc -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/gtkrc cp -Rv ./asset/assets-gtk2/Arrows/down-alt-hover.png ./asset/assets-gtk2/Arrows/down-alt-insensitive.png ./asset/assets-gtk2/Arrows/down-alt.png ./asset/assets-gtk2/Arrows/down-insensitive.png ./asset/assets-gtk2/Arrows/down.png ./asset/assets-gtk2/Arrows/down-dark.png ./asset/assets-gtk2/Arrows/left-alt-hover.png ./asset/assets-gtk2/Arrows/left-alt-insensitive.png ./asset/assets-gtk2/Arrows/left-alt.png ./asset/assets-gtk2/Arrows/left-insensitive.png ./asset/assets-gtk2/Arrows/left.png ./asset/assets-gtk2/Arrows/left-dark.png ./asset/assets-gtk2/Arrows/right-alt-hover.png ./asset/assets-gtk2/Arrows/right-alt-insensitive.png ./asset/assets-gtk2/Arrows/right-alt.png ./asset/assets-gtk2/Arrows/right-insensitive.png ./asset/assets-gtk2/Arrows/right.png ./asset/assets-gtk2/Arrows/right-dark.png ./asset/assets-gtk2/Arrows/up-alt-hover.png ./asset/assets-gtk2/Arrows/up-alt-insensitive.png ./asset/assets-gtk2/Arrows/up-alt.png ./asset/assets-gtk2/Arrows/up-insensitive.png ./asset/assets-gtk2/Arrows/up.png ./asset/assets-gtk2/Arrows/up-dark.png /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Arrows ./asset/assets-gtk2/Arrows/down-alt-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Arrows/down-alt-hover.png ./asset/assets-gtk2/Arrows/up.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Arrows/up.png ./asset/assets-gtk2/Arrows/up-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Arrows/up-insensitive.png ./asset/assets-gtk2/Arrows/up-alt.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Arrows/up-alt.png ./asset/assets-gtk2/Arrows/up-alt-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Arrows/up-alt-insensitive.png ./asset/assets-gtk2/Arrows/up-alt-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Arrows/up-alt-hover.png ./asset/assets-gtk2/Arrows/right-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Arrows/right-dark.png ./asset/assets-gtk2/Arrows/right.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Arrows/right.png ./asset/assets-gtk2/Arrows/right-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Arrows/right-insensitive.png ./asset/assets-gtk2/Arrows/right-alt.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Arrows/right-alt.png ./asset/assets-gtk2/Arrows/right-alt-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Arrows/right-alt-insensitive.png ./asset/assets-gtk2/Arrows/right-alt-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Arrows/right-alt-hover.png ./asset/assets-gtk2/Arrows/left-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Arrows/left-dark.png ./asset/assets-gtk2/Arrows/left.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Arrows/left.png ./asset/assets-gtk2/Arrows/left-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Arrows/left-insensitive.png ./asset/assets-gtk2/Arrows/left-alt.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Arrows/left-alt.png ./asset/assets-gtk2/Arrows/left-alt-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Arrows/left-alt-insensitive.png ./asset/assets-gtk2/Arrows/left-alt-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Arrows/left-alt-hover.png ./asset/assets-gtk2/Arrows/down-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Arrows/down-dark.png ./asset/assets-gtk2/Arrows/down.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Arrows/down.png ./asset/assets-gtk2/Arrows/down-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Arrows/down-insensitive.png ./asset/assets-gtk2/Arrows/down-alt.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Arrows/down-alt.png ./asset/assets-gtk2/Arrows/down-alt-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Arrows/down-alt-insensitive.png ./asset/assets-gtk2/Arrows/up-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Arrows/up-dark.png cp -Rv ./asset/assets-gtk2/Buttons/accent-flat-button-active.png ./asset/assets-gtk2/Buttons/accent-flat-button-hover.png ./asset/assets-gtk2/Buttons/buttonbox-flat-button-active.png ./asset/assets-gtk2/Buttons/buttonbox-flat-button-hover.png ./asset/assets-gtk2/Buttons/button-active.png ./asset/assets-gtk2/Buttons/button-hover.png ./asset/assets-gtk2/Buttons/button-insensitive.png ./asset/assets-gtk2/Buttons/button.png ./asset/assets-gtk2/Buttons/flat-button-active.png ./asset/assets-gtk2/Buttons/flat-button-hover.png ./asset/assets-gtk2/Buttons/flat-button-semi-active.png ./asset/assets-gtk2/Buttons/location-button.png ./asset/assets-gtk2/Buttons/location-button-hover.png ./asset/assets-gtk2/Buttons/location-button-active.png ./asset/assets-gtk2/Buttons/location-button-insensitive.png ./asset/assets-gtk2/Buttons/ltr-button-active.png ./asset/assets-gtk2/Buttons/ltr-button-hover.png ./asset/assets-gtk2/Buttons/ltr-button-insensitive.png ./asset/assets-gtk2/Buttons/ltr-button.png ./asset/assets-gtk2/Buttons/rtl-button-active.png ./asset/assets-gtk2/Buttons/rtl-button-hover.png ./asset/assets-gtk2/Buttons/rtl-button-insensitive.png ./asset/assets-gtk2/Buttons/rtl-button.png /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Buttons ./asset/assets-gtk2/Buttons/accent-flat-button-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Buttons/accent-flat-button-active.png ./asset/assets-gtk2/Buttons/rtl-button-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Buttons/rtl-button-insensitive.png ./asset/assets-gtk2/Buttons/rtl-button-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Buttons/rtl-button-hover.png ./asset/assets-gtk2/Buttons/rtl-button-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Buttons/rtl-button-active.png ./asset/assets-gtk2/Buttons/ltr-button.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Buttons/ltr-button.png ./asset/assets-gtk2/Buttons/ltr-button-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Buttons/ltr-button-insensitive.png ./asset/assets-gtk2/Buttons/ltr-button-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Buttons/ltr-button-hover.png ./asset/assets-gtk2/Buttons/ltr-button-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Buttons/ltr-button-active.png ./asset/assets-gtk2/Buttons/location-button-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Buttons/location-button-insensitive.png ./asset/assets-gtk2/Buttons/location-button-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Buttons/location-button-active.png ./asset/assets-gtk2/Buttons/location-button-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Buttons/location-button-hover.png ./asset/assets-gtk2/Buttons/location-button.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Buttons/location-button.png ./asset/assets-gtk2/Buttons/flat-button-semi-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Buttons/flat-button-semi-active.png ./asset/assets-gtk2/Buttons/flat-button-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Buttons/flat-button-hover.png ./asset/assets-gtk2/Buttons/flat-button-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Buttons/flat-button-active.png ./asset/assets-gtk2/Buttons/button.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Buttons/button.png ./asset/assets-gtk2/Buttons/button-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Buttons/button-insensitive.png ./asset/assets-gtk2/Buttons/button-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Buttons/button-hover.png ./asset/assets-gtk2/Buttons/button-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Buttons/button-active.png ./asset/assets-gtk2/Buttons/buttonbox-flat-button-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Buttons/buttonbox-flat-button-hover.png ./asset/assets-gtk2/Buttons/buttonbox-flat-button-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Buttons/buttonbox-flat-button-active.png ./asset/assets-gtk2/Buttons/accent-flat-button-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Buttons/accent-flat-button-hover.png ./asset/assets-gtk2/Buttons/rtl-button.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Buttons/rtl-button.png cp -Rv ./asset/assets-gtk2/Check-Radio/check-mixed-active.png ./asset/assets-gtk2/Check-Radio/check-mixed-hover-menuitem.png ./asset/assets-gtk2/Check-Radio/check-mixed-hover.png ./asset/assets-gtk2/Check-Radio/check-mixed-insensitive-menuitem.png ./asset/assets-gtk2/Check-Radio/check-mixed-insensitive.png ./asset/assets-gtk2/Check-Radio/check-mixed-menuitem.png ./asset/assets-gtk2/Check-Radio/check-mixed.png ./asset/assets-gtk2/Check-Radio/check-off-active.png ./asset/assets-gtk2/Check-Radio/check-off-hover-menuitem.png ./asset/assets-gtk2/Check-Radio/check-off-hover.png ./asset/assets-gtk2/Check-Radio/check-off-insensitive-menuitem.png ./asset/assets-gtk2/Check-Radio/check-off-insensitive.png ./asset/assets-gtk2/Check-Radio/check-off-menuitem.png ./asset/assets-gtk2/Check-Radio/check-off.png ./asset/assets-gtk2/Check-Radio/check-on-active.png ./asset/assets-gtk2/Check-Radio/check-on-hover.png ./asset/assets-gtk2/Check-Radio/check-on-insensitive.png ./asset/assets-gtk2/Check-Radio/check-on.png ./asset/assets-gtk2/Check-Radio/check-on-hover-menuitem.png ./asset/assets-gtk2/Check-Radio/check-on-insensitive-menuitem.png ./asset/assets-gtk2/Check-Radio/check-on-menuitem.png ./asset/assets-gtk2/Check-Radio/radio-mixed-active.png ./asset/assets-gtk2/Check-Radio/radio-mixed-hover-menuitem.png ./asset/assets-gtk2/Check-Radio/radio-mixed-hover.png ./asset/assets-gtk2/Check-Radio/radio-mixed-insensitive-menuitem.png ./asset/assets-gtk2/Check-Radio/radio-mixed-insensitive.png ./asset/assets-gtk2/Check-Radio/radio-mixed-menuitem.png ./asset/assets-gtk2/Check-Radio/radio-mixed.png ./asset/assets-gtk2/Check-Radio/radio-off-active.png ./asset/assets-gtk2/Check-Radio/radio-off-hover-menuitem.png ./asset/assets-gtk2/Check-Radio/radio-off-hover.png ./asset/assets-gtk2/Check-Radio/radio-off-insensitive-menuitem.png ./asset/assets-gtk2/Check-Radio/radio-off-insensitive.png ./asset/assets-gtk2/Check-Radio/radio-off-menuitem.png ./asset/assets-gtk2/Check-Radio/radio-off.png ./asset/assets-gtk2/Check-Radio/radio-on-active.png ./asset/assets-gtk2/Check-Radio/radio-on-hover.png ./asset/assets-gtk2/Check-Radio/radio-on-insensitive.png ./asset/assets-gtk2/Check-Radio/radio-on.png ./asset/assets-gtk2/Check-Radio/radio-on-hover-menuitem.png ./asset/assets-gtk2/Check-Radio/radio-on-insensitive-menuitem.png ./asset/assets-gtk2/Check-Radio/radio-on-menuitem.png /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Check-Radio ./asset/assets-gtk2/Check-Radio/check-mixed-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Check-Radio/check-mixed-active.png ./asset/assets-gtk2/Check-Radio/radio-on-insensitive-menuitem.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Check-Radio/radio-on-insensitive-menuitem.png ./asset/assets-gtk2/Check-Radio/radio-on-hover-menuitem.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Check-Radio/radio-on-hover-menuitem.png ./asset/assets-gtk2/Check-Radio/radio-on.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Check-Radio/radio-on.png ./asset/assets-gtk2/Check-Radio/radio-on-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Check-Radio/radio-on-insensitive.png ./asset/assets-gtk2/Check-Radio/radio-on-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Check-Radio/radio-on-hover.png ./asset/assets-gtk2/Check-Radio/radio-on-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Check-Radio/radio-on-active.png ./asset/assets-gtk2/Check-Radio/radio-off.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Check-Radio/radio-off.png ./asset/assets-gtk2/Check-Radio/radio-off-menuitem.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Check-Radio/radio-off-menuitem.png ./asset/assets-gtk2/Check-Radio/radio-off-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Check-Radio/radio-off-insensitive.png ./asset/assets-gtk2/Check-Radio/radio-off-insensitive-menuitem.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Check-Radio/radio-off-insensitive-menuitem.png ./asset/assets-gtk2/Check-Radio/radio-off-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Check-Radio/radio-off-hover.png ./asset/assets-gtk2/Check-Radio/radio-off-hover-menuitem.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Check-Radio/radio-off-hover-menuitem.png ./asset/assets-gtk2/Check-Radio/radio-off-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Check-Radio/radio-off-active.png ./asset/assets-gtk2/Check-Radio/radio-mixed.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Check-Radio/radio-mixed.png ./asset/assets-gtk2/Check-Radio/radio-mixed-menuitem.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Check-Radio/radio-mixed-menuitem.png ./asset/assets-gtk2/Check-Radio/radio-mixed-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Check-Radio/radio-mixed-insensitive.png ./asset/assets-gtk2/Check-Radio/radio-mixed-insensitive-menuitem.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Check-Radio/radio-mixed-insensitive-menuitem.png ./asset/assets-gtk2/Check-Radio/radio-mixed-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Check-Radio/radio-mixed-hover.png ./asset/assets-gtk2/Check-Radio/radio-mixed-hover-menuitem.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Check-Radio/radio-mixed-hover-menuitem.png ./asset/assets-gtk2/Check-Radio/radio-mixed-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Check-Radio/radio-mixed-active.png ./asset/assets-gtk2/Check-Radio/check-on-menuitem.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Check-Radio/check-on-menuitem.png ./asset/assets-gtk2/Check-Radio/check-on-insensitive-menuitem.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Check-Radio/check-on-insensitive-menuitem.png ./asset/assets-gtk2/Check-Radio/check-on-hover-menuitem.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Check-Radio/check-on-hover-menuitem.png ./asset/assets-gtk2/Check-Radio/check-on.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Check-Radio/check-on.png ./asset/assets-gtk2/Check-Radio/check-on-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Check-Radio/check-on-insensitive.png ./asset/assets-gtk2/Check-Radio/check-on-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Check-Radio/check-on-hover.png ./asset/assets-gtk2/Check-Radio/check-on-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Check-Radio/check-on-active.png ./asset/assets-gtk2/Check-Radio/check-off.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Check-Radio/check-off.png ./asset/assets-gtk2/Check-Radio/check-off-menuitem.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Check-Radio/check-off-menuitem.png ./asset/assets-gtk2/Check-Radio/check-off-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Check-Radio/check-off-insensitive.png ./asset/assets-gtk2/Check-Radio/check-off-insensitive-menuitem.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Check-Radio/check-off-insensitive-menuitem.png ./asset/assets-gtk2/Check-Radio/check-off-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Check-Radio/check-off-hover.png ./asset/assets-gtk2/Check-Radio/check-off-hover-menuitem.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Check-Radio/check-off-hover-menuitem.png ./asset/assets-gtk2/Check-Radio/check-off-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Check-Radio/check-off-active.png ./asset/assets-gtk2/Check-Radio/check-mixed.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Check-Radio/check-mixed.png ./asset/assets-gtk2/Check-Radio/check-mixed-menuitem.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Check-Radio/check-mixed-menuitem.png ./asset/assets-gtk2/Check-Radio/check-mixed-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Check-Radio/check-mixed-insensitive.png ./asset/assets-gtk2/Check-Radio/check-mixed-insensitive-menuitem.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Check-Radio/check-mixed-insensitive-menuitem.png ./asset/assets-gtk2/Check-Radio/check-mixed-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Check-Radio/check-mixed-hover.png ./asset/assets-gtk2/Check-Radio/check-mixed-hover-menuitem.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Check-Radio/check-mixed-hover-menuitem.png ./asset/assets-gtk2/Check-Radio/radio-on-menuitem.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Check-Radio/radio-on-menuitem.png cp -Rv ./asset/assets-gtk2/Column/column-active.png ./asset/assets-gtk2/Column/column-hover.png ./asset/assets-gtk2/Column/column-insensitive.png ./asset/assets-gtk2/Column/column.png /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Column ./asset/assets-gtk2/Column/column.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Column/column.png ./asset/assets-gtk2/Column/column-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Column/column-insensitive.png ./asset/assets-gtk2/Column/column-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Column/column-hover.png ./asset/assets-gtk2/Column/column-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Column/column-active.png cp -Rv ./asset/assets-gtk2/Entry/bg.png ./asset/assets-gtk2/Entry/bg-active.png ./asset/assets-gtk2/Entry/bg-insensitive.png ./asset/assets-gtk2/Entry/entry-active.png ./asset/assets-gtk2/Entry/entry-insensitive.png ./asset/assets-gtk2/Entry/entry.png ./asset/assets-gtk2/Entry/ltr-entry-active.png ./asset/assets-gtk2/Entry/ltr-entry-insensitive.png ./asset/assets-gtk2/Entry/ltr-entry.png ./asset/assets-gtk2/Entry/rtl-entry-active.png ./asset/assets-gtk2/Entry/rtl-entry-insensitive.png ./asset/assets-gtk2/Entry/rtl-entry.png /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Entry ./asset/assets-gtk2/Entry/bg.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Entry/bg.png ./asset/assets-gtk2/Entry/rtl-entry-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Entry/rtl-entry-insensitive.png ./asset/assets-gtk2/Entry/rtl-entry-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Entry/rtl-entry-active.png ./asset/assets-gtk2/Entry/ltr-entry.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Entry/ltr-entry.png ./asset/assets-gtk2/Entry/ltr-entry-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Entry/ltr-entry-insensitive.png ./asset/assets-gtk2/Entry/ltr-entry-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Entry/ltr-entry-active.png ./asset/assets-gtk2/Entry/entry.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Entry/entry.png ./asset/assets-gtk2/Entry/entry-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Entry/entry-insensitive.png ./asset/assets-gtk2/Entry/entry-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Entry/entry-active.png ./asset/assets-gtk2/Entry/bg-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Entry/bg-insensitive.png ./asset/assets-gtk2/Entry/bg-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Entry/bg-active.png ./asset/assets-gtk2/Entry/rtl-entry.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Entry/rtl-entry.png cp -Rv ./asset/assets-gtk2/Handles/h-handle-active.png ./asset/assets-gtk2/Handles/h-handle-hover.png ./asset/assets-gtk2/Handles/h-handle-insensitive.png ./asset/assets-gtk2/Handles/h-handle.png ./asset/assets-gtk2/Handles/v-handle-active.png ./asset/assets-gtk2/Handles/v-handle-hover.png ./asset/assets-gtk2/Handles/v-handle-insensitive.png ./asset/assets-gtk2/Handles/v-handle.png /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Handles ./asset/assets-gtk2/Handles/h-handle-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Handles/h-handle-active.png ./asset/assets-gtk2/Handles/v-handle-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Handles/v-handle-insensitive.png ./asset/assets-gtk2/Handles/v-handle-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Handles/v-handle-hover.png ./asset/assets-gtk2/Handles/v-handle-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Handles/v-handle-active.png ./asset/assets-gtk2/Handles/h-handle.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Handles/h-handle.png ./asset/assets-gtk2/Handles/h-handle-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Handles/h-handle-insensitive.png ./asset/assets-gtk2/Handles/h-handle-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Handles/h-handle-hover.png ./asset/assets-gtk2/Handles/v-handle.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Handles/v-handle.png cp -Rv ./asset/assets-gtk2/Lines/h-line.png ./asset/assets-gtk2/Lines/menu-line.png ./asset/assets-gtk2/Lines/v-line.png /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Lines ./asset/assets-gtk2/Lines/v-line.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Lines/v-line.png ./asset/assets-gtk2/Lines/menu-line.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Lines/menu-line.png ./asset/assets-gtk2/Lines/h-line.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Lines/h-line.png cp -Rv ./asset/assets-gtk2/Others/bottom.png ./asset/assets-gtk2/Others/focus.png ./asset/assets-gtk2/Others/left.png ./asset/assets-gtk2/Others/menu-bg.png ./asset/assets-gtk2/Others/null.svg ./asset/assets-gtk2/Others/right.png ./asset/assets-gtk2/Others/panel-active.png ./asset/assets-gtk2/Others/panel-active-dark.png ./asset/assets-gtk2/Others/panel-hover.png ./asset/assets-gtk2/Others/panel-hover-dark.png ./asset/assets-gtk2/Others/top.png /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Others ./asset/assets-gtk2/Others/bottom.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Others/bottom.png ./asset/assets-gtk2/Others/panel-hover-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Others/panel-hover-dark.png ./asset/assets-gtk2/Others/panel-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Others/panel-hover.png ./asset/assets-gtk2/Others/panel-active-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Others/panel-active-dark.png ./asset/assets-gtk2/Others/panel-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Others/panel-active.png ./asset/assets-gtk2/Others/right.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Others/right.png ./asset/assets-gtk2/Others/null.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Others/null.svg ./asset/assets-gtk2/Others/menu-bg.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Others/menu-bg.png ./asset/assets-gtk2/Others/left.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Others/left.png ./asset/assets-gtk2/Others/focus.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Others/focus.png ./asset/assets-gtk2/Others/top.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Others/top.png cp -Rv ./asset/assets-gtk2/ProgressBar/bar.png ./asset/assets-gtk2/ProgressBar/trough.png /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/ProgressBar ./asset/assets-gtk2/ProgressBar/trough.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/ProgressBar/trough.png ./asset/assets-gtk2/ProgressBar/bar.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/ProgressBar/bar.png cp -Rv ./asset/assets-gtk2/Range/h-scale-trough-active.png ./asset/assets-gtk2/Range/h-scale-trough-insensitive.png ./asset/assets-gtk2/Range/h-scale-trough.png ./asset/assets-gtk2/Range/scale-slider-active.png ./asset/assets-gtk2/Range/scale-slider-hover.png ./asset/assets-gtk2/Range/scale-slider-insensitive.png ./asset/assets-gtk2/Range/scale-slider.png ./asset/assets-gtk2/Range/v-scale-trough-active.png ./asset/assets-gtk2/Range/v-scale-trough-insensitive.png ./asset/assets-gtk2/Range/v-scale-trough.png /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Range ./asset/assets-gtk2/Range/h-scale-trough-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Range/h-scale-trough-active.png ./asset/assets-gtk2/Range/v-scale-trough-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Range/v-scale-trough-insensitive.png ./asset/assets-gtk2/Range/v-scale-trough-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Range/v-scale-trough-active.png ./asset/assets-gtk2/Range/scale-slider.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Range/scale-slider.png ./asset/assets-gtk2/Range/scale-slider-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Range/scale-slider-insensitive.png ./asset/assets-gtk2/Range/scale-slider-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Range/scale-slider-hover.png ./asset/assets-gtk2/Range/scale-slider-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Range/scale-slider-active.png ./asset/assets-gtk2/Range/h-scale-trough.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Range/h-scale-trough.png ./asset/assets-gtk2/Range/h-scale-trough-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Range/h-scale-trough-insensitive.png ./asset/assets-gtk2/Range/v-scale-trough.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Range/v-scale-trough.png cp -Rv ./asset/assets-gtk2/Scrollbars/h-slider-active.png ./asset/assets-gtk2/Scrollbars/h-slider-hover.png ./asset/assets-gtk2/Scrollbars/h-slider-insensitive.png ./asset/assets-gtk2/Scrollbars/h-slider.png ./asset/assets-gtk2/Scrollbars/h-trough.png ./asset/assets-gtk2/Scrollbars/v-slider-active.png ./asset/assets-gtk2/Scrollbars/v-slider-hover.png ./asset/assets-gtk2/Scrollbars/v-slider-insensitive.png ./asset/assets-gtk2/Scrollbars/v-slider.png ./asset/assets-gtk2/Scrollbars/v-trough.png /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Scrollbars ./asset/assets-gtk2/Scrollbars/h-slider-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Scrollbars/h-slider-active.png ./asset/assets-gtk2/Scrollbars/v-slider.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Scrollbars/v-slider.png ./asset/assets-gtk2/Scrollbars/v-slider-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Scrollbars/v-slider-insensitive.png ./asset/assets-gtk2/Scrollbars/v-slider-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Scrollbars/v-slider-hover.png ./asset/assets-gtk2/Scrollbars/v-slider-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Scrollbars/v-slider-active.png ./asset/assets-gtk2/Scrollbars/h-trough.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Scrollbars/h-trough.png ./asset/assets-gtk2/Scrollbars/h-slider.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Scrollbars/h-slider.png ./asset/assets-gtk2/Scrollbars/h-slider-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Scrollbars/h-slider-insensitive.png ./asset/assets-gtk2/Scrollbars/h-slider-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Scrollbars/h-slider-hover.png ./asset/assets-gtk2/Scrollbars/v-trough.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Scrollbars/v-trough.png cp -Rv ./asset/assets-gtk2/Shadows/frame.png ./asset/assets-gtk2/Shadows/frame-notebook.png ./asset/assets-gtk2/Shadows/gap.png ./asset/assets-gtk2/Shadows/z-depth-1.svg ./asset/assets-gtk2/Shadows/z-depth-2.svg /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Shadows ./asset/assets-gtk2/Shadows/z-depth-2.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Shadows/z-depth-2.svg ./asset/assets-gtk2/Shadows/z-depth-1.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Shadows/z-depth-1.svg ./asset/assets-gtk2/Shadows/gap.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Shadows/gap.png ./asset/assets-gtk2/Shadows/frame-notebook.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Shadows/frame-notebook.png ./asset/assets-gtk2/Shadows/frame.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Shadows/frame.png cp -Rv ./asset/assets-gtk2/Spin/ltr-down-active.png ./asset/assets-gtk2/Spin/ltr-down-hover.png ./asset/assets-gtk2/Spin/ltr-down-insensitive.png ./asset/assets-gtk2/Spin/ltr-down.png ./asset/assets-gtk2/Spin/ltr-up-active.png ./asset/assets-gtk2/Spin/ltr-up-hover.png ./asset/assets-gtk2/Spin/ltr-up-insensitive.png ./asset/assets-gtk2/Spin/ltr-up.png ./asset/assets-gtk2/Spin/rtl-down-active.png ./asset/assets-gtk2/Spin/rtl-down-hover.png ./asset/assets-gtk2/Spin/rtl-down-insensitive.png ./asset/assets-gtk2/Spin/rtl-down.png ./asset/assets-gtk2/Spin/rtl-up-active.png ./asset/assets-gtk2/Spin/rtl-up-hover.png ./asset/assets-gtk2/Spin/rtl-up-insensitive.png ./asset/assets-gtk2/Spin/rtl-up.png /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Spin ./asset/assets-gtk2/Spin/ltr-down-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Spin/ltr-down-active.png ./asset/assets-gtk2/Spin/rtl-up-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Spin/rtl-up-insensitive.png ./asset/assets-gtk2/Spin/rtl-up-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Spin/rtl-up-hover.png ./asset/assets-gtk2/Spin/rtl-up-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Spin/rtl-up-active.png ./asset/assets-gtk2/Spin/rtl-down.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Spin/rtl-down.png ./asset/assets-gtk2/Spin/rtl-down-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Spin/rtl-down-insensitive.png ./asset/assets-gtk2/Spin/rtl-down-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Spin/rtl-down-hover.png ./asset/assets-gtk2/Spin/rtl-down-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Spin/rtl-down-active.png ./asset/assets-gtk2/Spin/ltr-up.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Spin/ltr-up.png ./asset/assets-gtk2/Spin/ltr-up-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Spin/ltr-up-insensitive.png ./asset/assets-gtk2/Spin/ltr-up-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Spin/ltr-up-hover.png ./asset/assets-gtk2/Spin/ltr-up-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Spin/ltr-up-active.png ./asset/assets-gtk2/Spin/ltr-down.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Spin/ltr-down.png ./asset/assets-gtk2/Spin/ltr-down-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Spin/ltr-down-insensitive.png ./asset/assets-gtk2/Spin/ltr-down-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Spin/ltr-down-hover.png ./asset/assets-gtk2/Spin/rtl-up.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Spin/rtl-up.png cp -Rv ./asset/assets-gtk2/Toolbar/inline-toolbar.png /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Toolbar ./asset/assets-gtk2/Toolbar/inline-toolbar.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtk-2.0/Toolbar/inline-toolbar.png /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0 /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Arrows /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Buttons /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Check-Radio /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Column /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Entry /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Handles /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Lines /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Others /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/ProgressBar /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Range /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Scrollbars /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Shadows /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Spin /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Toolbar cp -Rv ./gtk-2.0/3rd-party-compact.rc ./gtk-2.0/common-compact.rc /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0 ./gtk-2.0/common-compact.rc -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/common-compact.rc ./gtk-2.0/3rd-party-compact.rc -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/3rd-party-compact.rc cp -Rv ./gtk-2.0/gtkrc-compact /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/gtkrc ./gtk-2.0/gtkrc-compact -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/gtkrc cp -Rv ./asset/assets-gtk2/Arrows/down-alt-hover.png ./asset/assets-gtk2/Arrows/down-alt-insensitive.png ./asset/assets-gtk2/Arrows/down-alt.png ./asset/assets-gtk2/Arrows/down-insensitive.png ./asset/assets-gtk2/Arrows/down.png ./asset/assets-gtk2/Arrows/down-dark.png ./asset/assets-gtk2/Arrows/left-alt-hover.png ./asset/assets-gtk2/Arrows/left-alt-insensitive.png ./asset/assets-gtk2/Arrows/left-alt.png ./asset/assets-gtk2/Arrows/left-insensitive.png ./asset/assets-gtk2/Arrows/left.png ./asset/assets-gtk2/Arrows/left-dark.png ./asset/assets-gtk2/Arrows/right-alt-hover.png ./asset/assets-gtk2/Arrows/right-alt-insensitive.png ./asset/assets-gtk2/Arrows/right-alt.png ./asset/assets-gtk2/Arrows/right-insensitive.png ./asset/assets-gtk2/Arrows/right.png ./asset/assets-gtk2/Arrows/right-dark.png ./asset/assets-gtk2/Arrows/up-alt-hover.png ./asset/assets-gtk2/Arrows/up-alt-insensitive.png ./asset/assets-gtk2/Arrows/up-alt.png ./asset/assets-gtk2/Arrows/up-insensitive.png ./asset/assets-gtk2/Arrows/up.png ./asset/assets-gtk2/Arrows/up-dark.png /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Arrows ./asset/assets-gtk2/Arrows/down-alt-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Arrows/down-alt-hover.png ./asset/assets-gtk2/Arrows/up.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Arrows/up.png ./asset/assets-gtk2/Arrows/up-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Arrows/up-insensitive.png ./asset/assets-gtk2/Arrows/up-alt.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Arrows/up-alt.png ./asset/assets-gtk2/Arrows/up-alt-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Arrows/up-alt-insensitive.png ./asset/assets-gtk2/Arrows/up-alt-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Arrows/up-alt-hover.png ./asset/assets-gtk2/Arrows/right-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Arrows/right-dark.png ./asset/assets-gtk2/Arrows/right.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Arrows/right.png ./asset/assets-gtk2/Arrows/right-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Arrows/right-insensitive.png ./asset/assets-gtk2/Arrows/right-alt.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Arrows/right-alt.png ./asset/assets-gtk2/Arrows/right-alt-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Arrows/right-alt-insensitive.png ./asset/assets-gtk2/Arrows/right-alt-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Arrows/right-alt-hover.png ./asset/assets-gtk2/Arrows/left-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Arrows/left-dark.png ./asset/assets-gtk2/Arrows/left.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Arrows/left.png ./asset/assets-gtk2/Arrows/left-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Arrows/left-insensitive.png ./asset/assets-gtk2/Arrows/left-alt.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Arrows/left-alt.png ./asset/assets-gtk2/Arrows/left-alt-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Arrows/left-alt-insensitive.png ./asset/assets-gtk2/Arrows/left-alt-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Arrows/left-alt-hover.png ./asset/assets-gtk2/Arrows/down-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Arrows/down-dark.png ./asset/assets-gtk2/Arrows/down.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Arrows/down.png ./asset/assets-gtk2/Arrows/down-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Arrows/down-insensitive.png ./asset/assets-gtk2/Arrows/down-alt.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Arrows/down-alt.png ./asset/assets-gtk2/Arrows/down-alt-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Arrows/down-alt-insensitive.png ./asset/assets-gtk2/Arrows/up-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Arrows/up-dark.png cp -Rv ./asset/assets-gtk2/Buttons/accent-flat-button-active.png ./asset/assets-gtk2/Buttons/accent-flat-button-hover.png ./asset/assets-gtk2/Buttons/buttonbox-flat-button-active.png ./asset/assets-gtk2/Buttons/buttonbox-flat-button-hover.png ./asset/assets-gtk2/Buttons/button-active.png ./asset/assets-gtk2/Buttons/button-hover.png ./asset/assets-gtk2/Buttons/button-insensitive.png ./asset/assets-gtk2/Buttons/button.png ./asset/assets-gtk2/Buttons/flat-button-active.png ./asset/assets-gtk2/Buttons/flat-button-hover.png ./asset/assets-gtk2/Buttons/flat-button-semi-active.png ./asset/assets-gtk2/Buttons/location-button.png ./asset/assets-gtk2/Buttons/location-button-hover.png ./asset/assets-gtk2/Buttons/location-button-active.png ./asset/assets-gtk2/Buttons/location-button-insensitive.png ./asset/assets-gtk2/Buttons/ltr-button-active.png ./asset/assets-gtk2/Buttons/ltr-button-hover.png ./asset/assets-gtk2/Buttons/ltr-button-insensitive.png ./asset/assets-gtk2/Buttons/ltr-button.png ./asset/assets-gtk2/Buttons/rtl-button-active.png ./asset/assets-gtk2/Buttons/rtl-button-hover.png ./asset/assets-gtk2/Buttons/rtl-button-insensitive.png ./asset/assets-gtk2/Buttons/rtl-button.png /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Buttons ./asset/assets-gtk2/Buttons/accent-flat-button-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Buttons/accent-flat-button-active.png ./asset/assets-gtk2/Buttons/rtl-button-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Buttons/rtl-button-insensitive.png ./asset/assets-gtk2/Buttons/rtl-button-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Buttons/rtl-button-hover.png ./asset/assets-gtk2/Buttons/rtl-button-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Buttons/rtl-button-active.png ./asset/assets-gtk2/Buttons/ltr-button.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Buttons/ltr-button.png ./asset/assets-gtk2/Buttons/ltr-button-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Buttons/ltr-button-insensitive.png ./asset/assets-gtk2/Buttons/ltr-button-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Buttons/ltr-button-hover.png ./asset/assets-gtk2/Buttons/ltr-button-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Buttons/ltr-button-active.png ./asset/assets-gtk2/Buttons/location-button-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Buttons/location-button-insensitive.png ./asset/assets-gtk2/Buttons/location-button-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Buttons/location-button-active.png ./asset/assets-gtk2/Buttons/location-button-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Buttons/location-button-hover.png ./asset/assets-gtk2/Buttons/location-button.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Buttons/location-button.png ./asset/assets-gtk2/Buttons/flat-button-semi-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Buttons/flat-button-semi-active.png ./asset/assets-gtk2/Buttons/flat-button-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Buttons/flat-button-hover.png ./asset/assets-gtk2/Buttons/flat-button-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Buttons/flat-button-active.png ./asset/assets-gtk2/Buttons/button.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Buttons/button.png ./asset/assets-gtk2/Buttons/button-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Buttons/button-insensitive.png ./asset/assets-gtk2/Buttons/button-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Buttons/button-hover.png ./asset/assets-gtk2/Buttons/button-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Buttons/button-active.png ./asset/assets-gtk2/Buttons/buttonbox-flat-button-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Buttons/buttonbox-flat-button-hover.png ./asset/assets-gtk2/Buttons/buttonbox-flat-button-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Buttons/buttonbox-flat-button-active.png ./asset/assets-gtk2/Buttons/accent-flat-button-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Buttons/accent-flat-button-hover.png ./asset/assets-gtk2/Buttons/rtl-button.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Buttons/rtl-button.png cp -Rv ./asset/assets-gtk2/Check-Radio/check-mixed-active.png ./asset/assets-gtk2/Check-Radio/check-mixed-hover-menuitem.png ./asset/assets-gtk2/Check-Radio/check-mixed-hover.png ./asset/assets-gtk2/Check-Radio/check-mixed-insensitive-menuitem.png ./asset/assets-gtk2/Check-Radio/check-mixed-insensitive.png ./asset/assets-gtk2/Check-Radio/check-mixed-menuitem.png ./asset/assets-gtk2/Check-Radio/check-mixed.png ./asset/assets-gtk2/Check-Radio/check-off-active.png ./asset/assets-gtk2/Check-Radio/check-off-hover-menuitem.png ./asset/assets-gtk2/Check-Radio/check-off-hover.png ./asset/assets-gtk2/Check-Radio/check-off-insensitive-menuitem.png ./asset/assets-gtk2/Check-Radio/check-off-insensitive.png ./asset/assets-gtk2/Check-Radio/check-off-menuitem.png ./asset/assets-gtk2/Check-Radio/check-off.png ./asset/assets-gtk2/Check-Radio/check-on-active.png ./asset/assets-gtk2/Check-Radio/check-on-hover.png ./asset/assets-gtk2/Check-Radio/check-on-insensitive.png ./asset/assets-gtk2/Check-Radio/check-on.png ./asset/assets-gtk2/Check-Radio/check-on-hover-menuitem.png ./asset/assets-gtk2/Check-Radio/check-on-insensitive-menuitem.png ./asset/assets-gtk2/Check-Radio/check-on-menuitem.png ./asset/assets-gtk2/Check-Radio/radio-mixed-active.png ./asset/assets-gtk2/Check-Radio/radio-mixed-hover-menuitem.png ./asset/assets-gtk2/Check-Radio/radio-mixed-hover.png ./asset/assets-gtk2/Check-Radio/radio-mixed-insensitive-menuitem.png ./asset/assets-gtk2/Check-Radio/radio-mixed-insensitive.png ./asset/assets-gtk2/Check-Radio/radio-mixed-menuitem.png ./asset/assets-gtk2/Check-Radio/radio-mixed.png ./asset/assets-gtk2/Check-Radio/radio-off-active.png ./asset/assets-gtk2/Check-Radio/radio-off-hover-menuitem.png ./asset/assets-gtk2/Check-Radio/radio-off-hover.png ./asset/assets-gtk2/Check-Radio/radio-off-insensitive-menuitem.png ./asset/assets-gtk2/Check-Radio/radio-off-insensitive.png ./asset/assets-gtk2/Check-Radio/radio-off-menuitem.png ./asset/assets-gtk2/Check-Radio/radio-off.png ./asset/assets-gtk2/Check-Radio/radio-on-active.png ./asset/assets-gtk2/Check-Radio/radio-on-hover.png ./asset/assets-gtk2/Check-Radio/radio-on-insensitive.png ./asset/assets-gtk2/Check-Radio/radio-on.png ./asset/assets-gtk2/Check-Radio/radio-on-hover-menuitem.png ./asset/assets-gtk2/Check-Radio/radio-on-insensitive-menuitem.png ./asset/assets-gtk2/Check-Radio/radio-on-menuitem.png /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Check-Radio ./asset/assets-gtk2/Check-Radio/check-mixed-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Check-Radio/check-mixed-active.png ./asset/assets-gtk2/Check-Radio/radio-on-insensitive-menuitem.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Check-Radio/radio-on-insensitive-menuitem.png ./asset/assets-gtk2/Check-Radio/radio-on-hover-menuitem.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Check-Radio/radio-on-hover-menuitem.png ./asset/assets-gtk2/Check-Radio/radio-on.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Check-Radio/radio-on.png ./asset/assets-gtk2/Check-Radio/radio-on-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Check-Radio/radio-on-insensitive.png ./asset/assets-gtk2/Check-Radio/radio-on-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Check-Radio/radio-on-hover.png ./asset/assets-gtk2/Check-Radio/radio-on-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Check-Radio/radio-on-active.png ./asset/assets-gtk2/Check-Radio/radio-off.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Check-Radio/radio-off.png ./asset/assets-gtk2/Check-Radio/radio-off-menuitem.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Check-Radio/radio-off-menuitem.png ./asset/assets-gtk2/Check-Radio/radio-off-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Check-Radio/radio-off-insensitive.png ./asset/assets-gtk2/Check-Radio/radio-off-insensitive-menuitem.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Check-Radio/radio-off-insensitive-menuitem.png ./asset/assets-gtk2/Check-Radio/radio-off-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Check-Radio/radio-off-hover.png ./asset/assets-gtk2/Check-Radio/radio-off-hover-menuitem.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Check-Radio/radio-off-hover-menuitem.png ./asset/assets-gtk2/Check-Radio/radio-off-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Check-Radio/radio-off-active.png ./asset/assets-gtk2/Check-Radio/radio-mixed.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Check-Radio/radio-mixed.png ./asset/assets-gtk2/Check-Radio/radio-mixed-menuitem.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Check-Radio/radio-mixed-menuitem.png ./asset/assets-gtk2/Check-Radio/radio-mixed-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Check-Radio/radio-mixed-insensitive.png ./asset/assets-gtk2/Check-Radio/radio-mixed-insensitive-menuitem.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Check-Radio/radio-mixed-insensitive-menuitem.png ./asset/assets-gtk2/Check-Radio/radio-mixed-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Check-Radio/radio-mixed-hover.png ./asset/assets-gtk2/Check-Radio/radio-mixed-hover-menuitem.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Check-Radio/radio-mixed-hover-menuitem.png ./asset/assets-gtk2/Check-Radio/radio-mixed-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Check-Radio/radio-mixed-active.png ./asset/assets-gtk2/Check-Radio/check-on-menuitem.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Check-Radio/check-on-menuitem.png ./asset/assets-gtk2/Check-Radio/check-on-insensitive-menuitem.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Check-Radio/check-on-insensitive-menuitem.png ./asset/assets-gtk2/Check-Radio/check-on-hover-menuitem.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Check-Radio/check-on-hover-menuitem.png ./asset/assets-gtk2/Check-Radio/check-on.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Check-Radio/check-on.png ./asset/assets-gtk2/Check-Radio/check-on-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Check-Radio/check-on-insensitive.png ./asset/assets-gtk2/Check-Radio/check-on-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Check-Radio/check-on-hover.png ./asset/assets-gtk2/Check-Radio/check-on-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Check-Radio/check-on-active.png ./asset/assets-gtk2/Check-Radio/check-off.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Check-Radio/check-off.png ./asset/assets-gtk2/Check-Radio/check-off-menuitem.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Check-Radio/check-off-menuitem.png ./asset/assets-gtk2/Check-Radio/check-off-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Check-Radio/check-off-insensitive.png ./asset/assets-gtk2/Check-Radio/check-off-insensitive-menuitem.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Check-Radio/check-off-insensitive-menuitem.png ./asset/assets-gtk2/Check-Radio/check-off-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Check-Radio/check-off-hover.png ./asset/assets-gtk2/Check-Radio/check-off-hover-menuitem.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Check-Radio/check-off-hover-menuitem.png ./asset/assets-gtk2/Check-Radio/check-off-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Check-Radio/check-off-active.png ./asset/assets-gtk2/Check-Radio/check-mixed.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Check-Radio/check-mixed.png ./asset/assets-gtk2/Check-Radio/check-mixed-menuitem.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Check-Radio/check-mixed-menuitem.png ./asset/assets-gtk2/Check-Radio/check-mixed-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Check-Radio/check-mixed-insensitive.png ./asset/assets-gtk2/Check-Radio/check-mixed-insensitive-menuitem.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Check-Radio/check-mixed-insensitive-menuitem.png ./asset/assets-gtk2/Check-Radio/check-mixed-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Check-Radio/check-mixed-hover.png ./asset/assets-gtk2/Check-Radio/check-mixed-hover-menuitem.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Check-Radio/check-mixed-hover-menuitem.png ./asset/assets-gtk2/Check-Radio/radio-on-menuitem.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Check-Radio/radio-on-menuitem.png cp -Rv ./asset/assets-gtk2/Column/column-active.png ./asset/assets-gtk2/Column/column-hover.png ./asset/assets-gtk2/Column/column-insensitive.png ./asset/assets-gtk2/Column/column.png /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Column ./asset/assets-gtk2/Column/column.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Column/column.png ./asset/assets-gtk2/Column/column-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Column/column-insensitive.png ./asset/assets-gtk2/Column/column-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Column/column-hover.png ./asset/assets-gtk2/Column/column-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Column/column-active.png cp -Rv ./asset/assets-gtk2/Entry/bg.png ./asset/assets-gtk2/Entry/bg-active.png ./asset/assets-gtk2/Entry/bg-insensitive.png ./asset/assets-gtk2/Entry/entry-active.png ./asset/assets-gtk2/Entry/entry-insensitive.png ./asset/assets-gtk2/Entry/entry.png ./asset/assets-gtk2/Entry/ltr-entry-active.png ./asset/assets-gtk2/Entry/ltr-entry-insensitive.png ./asset/assets-gtk2/Entry/ltr-entry.png ./asset/assets-gtk2/Entry/rtl-entry-active.png ./asset/assets-gtk2/Entry/rtl-entry-insensitive.png ./asset/assets-gtk2/Entry/rtl-entry.png /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Entry ./asset/assets-gtk2/Entry/bg.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Entry/bg.png ./asset/assets-gtk2/Entry/rtl-entry-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Entry/rtl-entry-insensitive.png ./asset/assets-gtk2/Entry/rtl-entry-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Entry/rtl-entry-active.png ./asset/assets-gtk2/Entry/ltr-entry.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Entry/ltr-entry.png ./asset/assets-gtk2/Entry/ltr-entry-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Entry/ltr-entry-insensitive.png ./asset/assets-gtk2/Entry/ltr-entry-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Entry/ltr-entry-active.png ./asset/assets-gtk2/Entry/entry.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Entry/entry.png ./asset/assets-gtk2/Entry/entry-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Entry/entry-insensitive.png ./asset/assets-gtk2/Entry/entry-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Entry/entry-active.png ./asset/assets-gtk2/Entry/bg-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Entry/bg-insensitive.png ./asset/assets-gtk2/Entry/bg-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Entry/bg-active.png ./asset/assets-gtk2/Entry/rtl-entry.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Entry/rtl-entry.png cp -Rv ./asset/assets-gtk2/Handles/h-handle-active.png ./asset/assets-gtk2/Handles/h-handle-hover.png ./asset/assets-gtk2/Handles/h-handle-insensitive.png ./asset/assets-gtk2/Handles/h-handle.png ./asset/assets-gtk2/Handles/v-handle-active.png ./asset/assets-gtk2/Handles/v-handle-hover.png ./asset/assets-gtk2/Handles/v-handle-insensitive.png ./asset/assets-gtk2/Handles/v-handle.png /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Handles ./asset/assets-gtk2/Handles/h-handle-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Handles/h-handle-active.png ./asset/assets-gtk2/Handles/v-handle-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Handles/v-handle-insensitive.png ./asset/assets-gtk2/Handles/v-handle-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Handles/v-handle-hover.png ./asset/assets-gtk2/Handles/v-handle-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Handles/v-handle-active.png ./asset/assets-gtk2/Handles/h-handle.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Handles/h-handle.png ./asset/assets-gtk2/Handles/h-handle-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Handles/h-handle-insensitive.png ./asset/assets-gtk2/Handles/h-handle-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Handles/h-handle-hover.png ./asset/assets-gtk2/Handles/v-handle.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Handles/v-handle.png cp -Rv ./asset/assets-gtk2/Lines/h-line.png ./asset/assets-gtk2/Lines/menu-line.png ./asset/assets-gtk2/Lines/v-line.png /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Lines ./asset/assets-gtk2/Lines/v-line.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Lines/v-line.png ./asset/assets-gtk2/Lines/menu-line.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Lines/menu-line.png ./asset/assets-gtk2/Lines/h-line.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Lines/h-line.png cp -Rv ./asset/assets-gtk2/Others/bottom.png ./asset/assets-gtk2/Others/focus.png ./asset/assets-gtk2/Others/left.png ./asset/assets-gtk2/Others/menu-bg.png ./asset/assets-gtk2/Others/null.svg ./asset/assets-gtk2/Others/right.png ./asset/assets-gtk2/Others/panel-active.png ./asset/assets-gtk2/Others/panel-active-dark.png ./asset/assets-gtk2/Others/panel-hover.png ./asset/assets-gtk2/Others/panel-hover-dark.png ./asset/assets-gtk2/Others/top.png /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Others ./asset/assets-gtk2/Others/bottom.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Others/bottom.png ./asset/assets-gtk2/Others/panel-hover-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Others/panel-hover-dark.png ./asset/assets-gtk2/Others/panel-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Others/panel-hover.png ./asset/assets-gtk2/Others/panel-active-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Others/panel-active-dark.png ./asset/assets-gtk2/Others/panel-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Others/panel-active.png ./asset/assets-gtk2/Others/right.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Others/right.png ./asset/assets-gtk2/Others/null.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Others/null.svg ./asset/assets-gtk2/Others/menu-bg.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Others/menu-bg.png ./asset/assets-gtk2/Others/left.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Others/left.png ./asset/assets-gtk2/Others/focus.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Others/focus.png ./asset/assets-gtk2/Others/top.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Others/top.png cp -Rv ./asset/assets-gtk2/ProgressBar/bar.png ./asset/assets-gtk2/ProgressBar/trough.png /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/ProgressBar ./asset/assets-gtk2/ProgressBar/trough.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/ProgressBar/trough.png ./asset/assets-gtk2/ProgressBar/bar.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/ProgressBar/bar.png cp -Rv ./asset/assets-gtk2/Range/h-scale-trough-active.png ./asset/assets-gtk2/Range/h-scale-trough-insensitive.png ./asset/assets-gtk2/Range/h-scale-trough.png ./asset/assets-gtk2/Range/scale-slider-active.png ./asset/assets-gtk2/Range/scale-slider-hover.png ./asset/assets-gtk2/Range/scale-slider-insensitive.png ./asset/assets-gtk2/Range/scale-slider.png ./asset/assets-gtk2/Range/v-scale-trough-active.png ./asset/assets-gtk2/Range/v-scale-trough-insensitive.png ./asset/assets-gtk2/Range/v-scale-trough.png /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Range ./asset/assets-gtk2/Range/h-scale-trough-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Range/h-scale-trough-active.png ./asset/assets-gtk2/Range/v-scale-trough-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Range/v-scale-trough-insensitive.png ./asset/assets-gtk2/Range/v-scale-trough-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Range/v-scale-trough-active.png ./asset/assets-gtk2/Range/scale-slider.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Range/scale-slider.png ./asset/assets-gtk2/Range/scale-slider-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Range/scale-slider-insensitive.png ./asset/assets-gtk2/Range/scale-slider-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Range/scale-slider-hover.png ./asset/assets-gtk2/Range/scale-slider-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Range/scale-slider-active.png ./asset/assets-gtk2/Range/h-scale-trough.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Range/h-scale-trough.png ./asset/assets-gtk2/Range/h-scale-trough-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Range/h-scale-trough-insensitive.png ./asset/assets-gtk2/Range/v-scale-trough.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Range/v-scale-trough.png cp -Rv ./asset/assets-gtk2/Scrollbars/h-slider-active.png ./asset/assets-gtk2/Scrollbars/h-slider-hover.png ./asset/assets-gtk2/Scrollbars/h-slider-insensitive.png ./asset/assets-gtk2/Scrollbars/h-slider.png ./asset/assets-gtk2/Scrollbars/h-trough.png ./asset/assets-gtk2/Scrollbars/v-slider-active.png ./asset/assets-gtk2/Scrollbars/v-slider-hover.png ./asset/assets-gtk2/Scrollbars/v-slider-insensitive.png ./asset/assets-gtk2/Scrollbars/v-slider.png ./asset/assets-gtk2/Scrollbars/v-trough.png /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Scrollbars ./asset/assets-gtk2/Scrollbars/h-slider-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Scrollbars/h-slider-active.png ./asset/assets-gtk2/Scrollbars/v-slider.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Scrollbars/v-slider.png ./asset/assets-gtk2/Scrollbars/v-slider-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Scrollbars/v-slider-insensitive.png ./asset/assets-gtk2/Scrollbars/v-slider-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Scrollbars/v-slider-hover.png ./asset/assets-gtk2/Scrollbars/v-slider-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Scrollbars/v-slider-active.png ./asset/assets-gtk2/Scrollbars/h-trough.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Scrollbars/h-trough.png ./asset/assets-gtk2/Scrollbars/h-slider.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Scrollbars/h-slider.png ./asset/assets-gtk2/Scrollbars/h-slider-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Scrollbars/h-slider-insensitive.png ./asset/assets-gtk2/Scrollbars/h-slider-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Scrollbars/h-slider-hover.png ./asset/assets-gtk2/Scrollbars/v-trough.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Scrollbars/v-trough.png cp -Rv ./asset/assets-gtk2/Shadows/frame.png ./asset/assets-gtk2/Shadows/frame-notebook.png ./asset/assets-gtk2/Shadows/gap.png ./asset/assets-gtk2/Shadows/z-depth-1.svg ./asset/assets-gtk2/Shadows/z-depth-2.svg /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Shadows ./asset/assets-gtk2/Shadows/z-depth-2.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Shadows/z-depth-2.svg ./asset/assets-gtk2/Shadows/z-depth-1.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Shadows/z-depth-1.svg ./asset/assets-gtk2/Shadows/gap.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Shadows/gap.png ./asset/assets-gtk2/Shadows/frame-notebook.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Shadows/frame-notebook.png ./asset/assets-gtk2/Shadows/frame.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Shadows/frame.png cp -Rv ./asset/assets-gtk2/Spin/ltr-down-active.png ./asset/assets-gtk2/Spin/ltr-down-hover.png ./asset/assets-gtk2/Spin/ltr-down-insensitive.png ./asset/assets-gtk2/Spin/ltr-down.png ./asset/assets-gtk2/Spin/ltr-up-active.png ./asset/assets-gtk2/Spin/ltr-up-hover.png ./asset/assets-gtk2/Spin/ltr-up-insensitive.png ./asset/assets-gtk2/Spin/ltr-up.png ./asset/assets-gtk2/Spin/rtl-down-active.png ./asset/assets-gtk2/Spin/rtl-down-hover.png ./asset/assets-gtk2/Spin/rtl-down-insensitive.png ./asset/assets-gtk2/Spin/rtl-down.png ./asset/assets-gtk2/Spin/rtl-up-active.png ./asset/assets-gtk2/Spin/rtl-up-hover.png ./asset/assets-gtk2/Spin/rtl-up-insensitive.png ./asset/assets-gtk2/Spin/rtl-up.png /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Spin ./asset/assets-gtk2/Spin/ltr-down-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Spin/ltr-down-active.png ./asset/assets-gtk2/Spin/rtl-up-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Spin/rtl-up-insensitive.png ./asset/assets-gtk2/Spin/rtl-up-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Spin/rtl-up-hover.png ./asset/assets-gtk2/Spin/rtl-up-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Spin/rtl-up-active.png ./asset/assets-gtk2/Spin/rtl-down.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Spin/rtl-down.png ./asset/assets-gtk2/Spin/rtl-down-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Spin/rtl-down-insensitive.png ./asset/assets-gtk2/Spin/rtl-down-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Spin/rtl-down-hover.png ./asset/assets-gtk2/Spin/rtl-down-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Spin/rtl-down-active.png ./asset/assets-gtk2/Spin/ltr-up.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Spin/ltr-up.png ./asset/assets-gtk2/Spin/ltr-up-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Spin/ltr-up-insensitive.png ./asset/assets-gtk2/Spin/ltr-up-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Spin/ltr-up-hover.png ./asset/assets-gtk2/Spin/ltr-up-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Spin/ltr-up-active.png ./asset/assets-gtk2/Spin/ltr-down.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Spin/ltr-down.png ./asset/assets-gtk2/Spin/ltr-down-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Spin/ltr-down-insensitive.png ./asset/assets-gtk2/Spin/ltr-down-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Spin/ltr-down-hover.png ./asset/assets-gtk2/Spin/rtl-up.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Spin/rtl-up.png cp -Rv ./asset/assets-gtk2/Toolbar/inline-toolbar.png /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Toolbar ./asset/assets-gtk2/Toolbar/inline-toolbar.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gtk-2.0/Toolbar/inline-toolbar.png /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0 /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Arrows /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Buttons /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Check-Radio /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Column /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Entry /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Handles /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Lines /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Others /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/ProgressBar /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Range /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Scrollbars /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Shadows /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Spin /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Toolbar cp -Rv ./gtk-2.0/3rd-party-light.rc ./gtk-2.0/common.rc /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0 ./gtk-2.0/common.rc -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/common.rc ./gtk-2.0/3rd-party-light.rc -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/3rd-party-light.rc cp -Rv ./gtk-2.0/gtkrc-light /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/gtkrc ./gtk-2.0/gtkrc-light -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/gtkrc cp -Rv ./asset/assets-gtk2/Arrows/down-alt-hover.png ./asset/assets-gtk2/Arrows/down-alt-insensitive.png ./asset/assets-gtk2/Arrows/down-alt.png ./asset/assets-gtk2/Arrows/down-insensitive.png ./asset/assets-gtk2/Arrows/down.png ./asset/assets-gtk2/Arrows/down-dark.png ./asset/assets-gtk2/Arrows/left-alt-hover.png ./asset/assets-gtk2/Arrows/left-alt-insensitive.png ./asset/assets-gtk2/Arrows/left-alt.png ./asset/assets-gtk2/Arrows/left-insensitive.png ./asset/assets-gtk2/Arrows/left.png ./asset/assets-gtk2/Arrows/left-dark.png ./asset/assets-gtk2/Arrows/right-alt-hover.png ./asset/assets-gtk2/Arrows/right-alt-insensitive.png ./asset/assets-gtk2/Arrows/right-alt.png ./asset/assets-gtk2/Arrows/right-insensitive.png ./asset/assets-gtk2/Arrows/right.png ./asset/assets-gtk2/Arrows/right-dark.png ./asset/assets-gtk2/Arrows/up-alt-hover.png ./asset/assets-gtk2/Arrows/up-alt-insensitive.png ./asset/assets-gtk2/Arrows/up-alt.png ./asset/assets-gtk2/Arrows/up-insensitive.png ./asset/assets-gtk2/Arrows/up.png ./asset/assets-gtk2/Arrows/up-dark.png /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Arrows ./asset/assets-gtk2/Arrows/down-alt-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Arrows/down-alt-hover.png ./asset/assets-gtk2/Arrows/up.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Arrows/up.png ./asset/assets-gtk2/Arrows/up-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Arrows/up-insensitive.png ./asset/assets-gtk2/Arrows/up-alt.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Arrows/up-alt.png ./asset/assets-gtk2/Arrows/up-alt-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Arrows/up-alt-insensitive.png ./asset/assets-gtk2/Arrows/up-alt-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Arrows/up-alt-hover.png ./asset/assets-gtk2/Arrows/right-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Arrows/right-dark.png ./asset/assets-gtk2/Arrows/right.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Arrows/right.png ./asset/assets-gtk2/Arrows/right-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Arrows/right-insensitive.png ./asset/assets-gtk2/Arrows/right-alt.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Arrows/right-alt.png ./asset/assets-gtk2/Arrows/right-alt-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Arrows/right-alt-insensitive.png ./asset/assets-gtk2/Arrows/right-alt-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Arrows/right-alt-hover.png ./asset/assets-gtk2/Arrows/left-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Arrows/left-dark.png ./asset/assets-gtk2/Arrows/left.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Arrows/left.png ./asset/assets-gtk2/Arrows/left-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Arrows/left-insensitive.png ./asset/assets-gtk2/Arrows/left-alt.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Arrows/left-alt.png ./asset/assets-gtk2/Arrows/left-alt-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Arrows/left-alt-insensitive.png ./asset/assets-gtk2/Arrows/left-alt-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Arrows/left-alt-hover.png ./asset/assets-gtk2/Arrows/down-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Arrows/down-dark.png ./asset/assets-gtk2/Arrows/down.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Arrows/down.png ./asset/assets-gtk2/Arrows/down-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Arrows/down-insensitive.png ./asset/assets-gtk2/Arrows/down-alt.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Arrows/down-alt.png ./asset/assets-gtk2/Arrows/down-alt-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Arrows/down-alt-insensitive.png ./asset/assets-gtk2/Arrows/up-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Arrows/up-dark.png cp -Rv ./asset/assets-gtk2/Buttons/accent-flat-button-active.png ./asset/assets-gtk2/Buttons/accent-flat-button-hover.png ./asset/assets-gtk2/Buttons/buttonbox-flat-button-active.png ./asset/assets-gtk2/Buttons/buttonbox-flat-button-hover.png ./asset/assets-gtk2/Buttons/button-active.png ./asset/assets-gtk2/Buttons/button-hover.png ./asset/assets-gtk2/Buttons/button-insensitive.png ./asset/assets-gtk2/Buttons/button.png ./asset/assets-gtk2/Buttons/flat-button-active.png ./asset/assets-gtk2/Buttons/flat-button-hover.png ./asset/assets-gtk2/Buttons/flat-button-semi-active.png ./asset/assets-gtk2/Buttons/location-button.png ./asset/assets-gtk2/Buttons/location-button-hover.png ./asset/assets-gtk2/Buttons/location-button-active.png ./asset/assets-gtk2/Buttons/location-button-insensitive.png ./asset/assets-gtk2/Buttons/ltr-button-active.png ./asset/assets-gtk2/Buttons/ltr-button-hover.png ./asset/assets-gtk2/Buttons/ltr-button-insensitive.png ./asset/assets-gtk2/Buttons/ltr-button.png ./asset/assets-gtk2/Buttons/rtl-button-active.png ./asset/assets-gtk2/Buttons/rtl-button-hover.png ./asset/assets-gtk2/Buttons/rtl-button-insensitive.png ./asset/assets-gtk2/Buttons/rtl-button.png /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Buttons ./asset/assets-gtk2/Buttons/accent-flat-button-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Buttons/accent-flat-button-active.png ./asset/assets-gtk2/Buttons/rtl-button-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Buttons/rtl-button-insensitive.png ./asset/assets-gtk2/Buttons/rtl-button-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Buttons/rtl-button-hover.png ./asset/assets-gtk2/Buttons/rtl-button-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Buttons/rtl-button-active.png ./asset/assets-gtk2/Buttons/ltr-button.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Buttons/ltr-button.png ./asset/assets-gtk2/Buttons/ltr-button-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Buttons/ltr-button-insensitive.png ./asset/assets-gtk2/Buttons/ltr-button-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Buttons/ltr-button-hover.png ./asset/assets-gtk2/Buttons/ltr-button-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Buttons/ltr-button-active.png ./asset/assets-gtk2/Buttons/location-button-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Buttons/location-button-insensitive.png ./asset/assets-gtk2/Buttons/location-button-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Buttons/location-button-active.png ./asset/assets-gtk2/Buttons/location-button-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Buttons/location-button-hover.png ./asset/assets-gtk2/Buttons/location-button.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Buttons/location-button.png ./asset/assets-gtk2/Buttons/flat-button-semi-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Buttons/flat-button-semi-active.png ./asset/assets-gtk2/Buttons/flat-button-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Buttons/flat-button-hover.png ./asset/assets-gtk2/Buttons/flat-button-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Buttons/flat-button-active.png ./asset/assets-gtk2/Buttons/button.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Buttons/button.png ./asset/assets-gtk2/Buttons/button-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Buttons/button-insensitive.png ./asset/assets-gtk2/Buttons/button-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Buttons/button-hover.png ./asset/assets-gtk2/Buttons/button-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Buttons/button-active.png ./asset/assets-gtk2/Buttons/buttonbox-flat-button-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Buttons/buttonbox-flat-button-hover.png ./asset/assets-gtk2/Buttons/buttonbox-flat-button-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Buttons/buttonbox-flat-button-active.png ./asset/assets-gtk2/Buttons/accent-flat-button-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Buttons/accent-flat-button-hover.png ./asset/assets-gtk2/Buttons/rtl-button.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Buttons/rtl-button.png cp -Rv ./asset/assets-gtk2/Check-Radio/check-mixed-active.png ./asset/assets-gtk2/Check-Radio/check-mixed-hover-menuitem.png ./asset/assets-gtk2/Check-Radio/check-mixed-hover.png ./asset/assets-gtk2/Check-Radio/check-mixed-insensitive-menuitem.png ./asset/assets-gtk2/Check-Radio/check-mixed-insensitive.png ./asset/assets-gtk2/Check-Radio/check-mixed-menuitem.png ./asset/assets-gtk2/Check-Radio/check-mixed.png ./asset/assets-gtk2/Check-Radio/check-off-active.png ./asset/assets-gtk2/Check-Radio/check-off-hover-menuitem.png ./asset/assets-gtk2/Check-Radio/check-off-hover.png ./asset/assets-gtk2/Check-Radio/check-off-insensitive-menuitem.png ./asset/assets-gtk2/Check-Radio/check-off-insensitive.png ./asset/assets-gtk2/Check-Radio/check-off-menuitem.png ./asset/assets-gtk2/Check-Radio/check-off.png ./asset/assets-gtk2/Check-Radio/check-on-active.png ./asset/assets-gtk2/Check-Radio/check-on-hover.png ./asset/assets-gtk2/Check-Radio/check-on-insensitive.png ./asset/assets-gtk2/Check-Radio/check-on.png ./asset/assets-gtk2/Check-Radio/check-on-hover-menuitem.png ./asset/assets-gtk2/Check-Radio/check-on-insensitive-menuitem.png ./asset/assets-gtk2/Check-Radio/check-on-menuitem.png ./asset/assets-gtk2/Check-Radio/radio-mixed-active.png ./asset/assets-gtk2/Check-Radio/radio-mixed-hover-menuitem.png ./asset/assets-gtk2/Check-Radio/radio-mixed-hover.png ./asset/assets-gtk2/Check-Radio/radio-mixed-insensitive-menuitem.png ./asset/assets-gtk2/Check-Radio/radio-mixed-insensitive.png ./asset/assets-gtk2/Check-Radio/radio-mixed-menuitem.png ./asset/assets-gtk2/Check-Radio/radio-mixed.png ./asset/assets-gtk2/Check-Radio/radio-off-active.png ./asset/assets-gtk2/Check-Radio/radio-off-hover-menuitem.png ./asset/assets-gtk2/Check-Radio/radio-off-hover.png ./asset/assets-gtk2/Check-Radio/radio-off-insensitive-menuitem.png ./asset/assets-gtk2/Check-Radio/radio-off-insensitive.png ./asset/assets-gtk2/Check-Radio/radio-off-menuitem.png ./asset/assets-gtk2/Check-Radio/radio-off.png ./asset/assets-gtk2/Check-Radio/radio-on-active.png ./asset/assets-gtk2/Check-Radio/radio-on-hover.png ./asset/assets-gtk2/Check-Radio/radio-on-insensitive.png ./asset/assets-gtk2/Check-Radio/radio-on.png ./asset/assets-gtk2/Check-Radio/radio-on-hover-menuitem.png ./asset/assets-gtk2/Check-Radio/radio-on-insensitive-menuitem.png ./asset/assets-gtk2/Check-Radio/radio-on-menuitem.png /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Check-Radio ./asset/assets-gtk2/Check-Radio/check-mixed-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Check-Radio/check-mixed-active.png ./asset/assets-gtk2/Check-Radio/radio-on-insensitive-menuitem.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Check-Radio/radio-on-insensitive-menuitem.png ./asset/assets-gtk2/Check-Radio/radio-on-hover-menuitem.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Check-Radio/radio-on-hover-menuitem.png ./asset/assets-gtk2/Check-Radio/radio-on.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Check-Radio/radio-on.png ./asset/assets-gtk2/Check-Radio/radio-on-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Check-Radio/radio-on-insensitive.png ./asset/assets-gtk2/Check-Radio/radio-on-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Check-Radio/radio-on-hover.png ./asset/assets-gtk2/Check-Radio/radio-on-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Check-Radio/radio-on-active.png ./asset/assets-gtk2/Check-Radio/radio-off.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Check-Radio/radio-off.png ./asset/assets-gtk2/Check-Radio/radio-off-menuitem.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Check-Radio/radio-off-menuitem.png ./asset/assets-gtk2/Check-Radio/radio-off-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Check-Radio/radio-off-insensitive.png ./asset/assets-gtk2/Check-Radio/radio-off-insensitive-menuitem.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Check-Radio/radio-off-insensitive-menuitem.png ./asset/assets-gtk2/Check-Radio/radio-off-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Check-Radio/radio-off-hover.png ./asset/assets-gtk2/Check-Radio/radio-off-hover-menuitem.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Check-Radio/radio-off-hover-menuitem.png ./asset/assets-gtk2/Check-Radio/radio-off-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Check-Radio/radio-off-active.png ./asset/assets-gtk2/Check-Radio/radio-mixed.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Check-Radio/radio-mixed.png ./asset/assets-gtk2/Check-Radio/radio-mixed-menuitem.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Check-Radio/radio-mixed-menuitem.png ./asset/assets-gtk2/Check-Radio/radio-mixed-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Check-Radio/radio-mixed-insensitive.png ./asset/assets-gtk2/Check-Radio/radio-mixed-insensitive-menuitem.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Check-Radio/radio-mixed-insensitive-menuitem.png ./asset/assets-gtk2/Check-Radio/radio-mixed-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Check-Radio/radio-mixed-hover.png ./asset/assets-gtk2/Check-Radio/radio-mixed-hover-menuitem.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Check-Radio/radio-mixed-hover-menuitem.png ./asset/assets-gtk2/Check-Radio/radio-mixed-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Check-Radio/radio-mixed-active.png ./asset/assets-gtk2/Check-Radio/check-on-menuitem.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Check-Radio/check-on-menuitem.png ./asset/assets-gtk2/Check-Radio/check-on-insensitive-menuitem.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Check-Radio/check-on-insensitive-menuitem.png ./asset/assets-gtk2/Check-Radio/check-on-hover-menuitem.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Check-Radio/check-on-hover-menuitem.png ./asset/assets-gtk2/Check-Radio/check-on.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Check-Radio/check-on.png ./asset/assets-gtk2/Check-Radio/check-on-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Check-Radio/check-on-insensitive.png ./asset/assets-gtk2/Check-Radio/check-on-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Check-Radio/check-on-hover.png ./asset/assets-gtk2/Check-Radio/check-on-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Check-Radio/check-on-active.png ./asset/assets-gtk2/Check-Radio/check-off.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Check-Radio/check-off.png ./asset/assets-gtk2/Check-Radio/check-off-menuitem.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Check-Radio/check-off-menuitem.png ./asset/assets-gtk2/Check-Radio/check-off-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Check-Radio/check-off-insensitive.png ./asset/assets-gtk2/Check-Radio/check-off-insensitive-menuitem.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Check-Radio/check-off-insensitive-menuitem.png ./asset/assets-gtk2/Check-Radio/check-off-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Check-Radio/check-off-hover.png ./asset/assets-gtk2/Check-Radio/check-off-hover-menuitem.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Check-Radio/check-off-hover-menuitem.png ./asset/assets-gtk2/Check-Radio/check-off-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Check-Radio/check-off-active.png ./asset/assets-gtk2/Check-Radio/check-mixed.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Check-Radio/check-mixed.png ./asset/assets-gtk2/Check-Radio/check-mixed-menuitem.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Check-Radio/check-mixed-menuitem.png ./asset/assets-gtk2/Check-Radio/check-mixed-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Check-Radio/check-mixed-insensitive.png ./asset/assets-gtk2/Check-Radio/check-mixed-insensitive-menuitem.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Check-Radio/check-mixed-insensitive-menuitem.png ./asset/assets-gtk2/Check-Radio/check-mixed-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Check-Radio/check-mixed-hover.png ./asset/assets-gtk2/Check-Radio/check-mixed-hover-menuitem.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Check-Radio/check-mixed-hover-menuitem.png ./asset/assets-gtk2/Check-Radio/radio-on-menuitem.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Check-Radio/radio-on-menuitem.png cp -Rv ./asset/assets-gtk2/Column/column-active.png ./asset/assets-gtk2/Column/column-hover.png ./asset/assets-gtk2/Column/column-insensitive.png ./asset/assets-gtk2/Column/column.png /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Column ./asset/assets-gtk2/Column/column.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Column/column.png ./asset/assets-gtk2/Column/column-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Column/column-insensitive.png ./asset/assets-gtk2/Column/column-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Column/column-hover.png ./asset/assets-gtk2/Column/column-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Column/column-active.png cp -Rv ./asset/assets-gtk2/Entry/bg.png ./asset/assets-gtk2/Entry/bg-active.png ./asset/assets-gtk2/Entry/bg-insensitive.png ./asset/assets-gtk2/Entry/entry-active.png ./asset/assets-gtk2/Entry/entry-insensitive.png ./asset/assets-gtk2/Entry/entry.png ./asset/assets-gtk2/Entry/ltr-entry-active.png ./asset/assets-gtk2/Entry/ltr-entry-insensitive.png ./asset/assets-gtk2/Entry/ltr-entry.png ./asset/assets-gtk2/Entry/rtl-entry-active.png ./asset/assets-gtk2/Entry/rtl-entry-insensitive.png ./asset/assets-gtk2/Entry/rtl-entry.png /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Entry ./asset/assets-gtk2/Entry/bg.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Entry/bg.png ./asset/assets-gtk2/Entry/rtl-entry-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Entry/rtl-entry-insensitive.png ./asset/assets-gtk2/Entry/rtl-entry-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Entry/rtl-entry-active.png ./asset/assets-gtk2/Entry/ltr-entry.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Entry/ltr-entry.png ./asset/assets-gtk2/Entry/ltr-entry-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Entry/ltr-entry-insensitive.png ./asset/assets-gtk2/Entry/ltr-entry-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Entry/ltr-entry-active.png ./asset/assets-gtk2/Entry/entry.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Entry/entry.png ./asset/assets-gtk2/Entry/entry-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Entry/entry-insensitive.png ./asset/assets-gtk2/Entry/entry-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Entry/entry-active.png ./asset/assets-gtk2/Entry/bg-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Entry/bg-insensitive.png ./asset/assets-gtk2/Entry/bg-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Entry/bg-active.png ./asset/assets-gtk2/Entry/rtl-entry.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Entry/rtl-entry.png cp -Rv ./asset/assets-gtk2/Handles/h-handle-active.png ./asset/assets-gtk2/Handles/h-handle-hover.png ./asset/assets-gtk2/Handles/h-handle-insensitive.png ./asset/assets-gtk2/Handles/h-handle.png ./asset/assets-gtk2/Handles/v-handle-active.png ./asset/assets-gtk2/Handles/v-handle-hover.png ./asset/assets-gtk2/Handles/v-handle-insensitive.png ./asset/assets-gtk2/Handles/v-handle.png /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Handles ./asset/assets-gtk2/Handles/h-handle-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Handles/h-handle-active.png ./asset/assets-gtk2/Handles/v-handle-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Handles/v-handle-insensitive.png ./asset/assets-gtk2/Handles/v-handle-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Handles/v-handle-hover.png ./asset/assets-gtk2/Handles/v-handle-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Handles/v-handle-active.png ./asset/assets-gtk2/Handles/h-handle.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Handles/h-handle.png ./asset/assets-gtk2/Handles/h-handle-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Handles/h-handle-insensitive.png ./asset/assets-gtk2/Handles/h-handle-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Handles/h-handle-hover.png ./asset/assets-gtk2/Handles/v-handle.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Handles/v-handle.png cp -Rv ./asset/assets-gtk2/Lines/h-line.png ./asset/assets-gtk2/Lines/menu-line.png ./asset/assets-gtk2/Lines/v-line.png /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Lines ./asset/assets-gtk2/Lines/v-line.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Lines/v-line.png ./asset/assets-gtk2/Lines/menu-line.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Lines/menu-line.png ./asset/assets-gtk2/Lines/h-line.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Lines/h-line.png cp -Rv ./asset/assets-gtk2/Others/bottom.png ./asset/assets-gtk2/Others/focus.png ./asset/assets-gtk2/Others/left.png ./asset/assets-gtk2/Others/menu-bg.png ./asset/assets-gtk2/Others/null.svg ./asset/assets-gtk2/Others/right.png ./asset/assets-gtk2/Others/panel-active.png ./asset/assets-gtk2/Others/panel-active-dark.png ./asset/assets-gtk2/Others/panel-hover.png ./asset/assets-gtk2/Others/panel-hover-dark.png ./asset/assets-gtk2/Others/top.png /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Others ./asset/assets-gtk2/Others/bottom.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Others/bottom.png ./asset/assets-gtk2/Others/panel-hover-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Others/panel-hover-dark.png ./asset/assets-gtk2/Others/panel-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Others/panel-hover.png ./asset/assets-gtk2/Others/panel-active-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Others/panel-active-dark.png ./asset/assets-gtk2/Others/panel-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Others/panel-active.png ./asset/assets-gtk2/Others/right.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Others/right.png ./asset/assets-gtk2/Others/null.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Others/null.svg ./asset/assets-gtk2/Others/menu-bg.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Others/menu-bg.png ./asset/assets-gtk2/Others/left.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Others/left.png ./asset/assets-gtk2/Others/focus.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Others/focus.png ./asset/assets-gtk2/Others/top.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Others/top.png cp -Rv ./asset/assets-gtk2/ProgressBar/bar.png ./asset/assets-gtk2/ProgressBar/trough.png /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/ProgressBar ./asset/assets-gtk2/ProgressBar/trough.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/ProgressBar/trough.png ./asset/assets-gtk2/ProgressBar/bar.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/ProgressBar/bar.png cp -Rv ./asset/assets-gtk2/Range/h-scale-trough-active.png ./asset/assets-gtk2/Range/h-scale-trough-insensitive.png ./asset/assets-gtk2/Range/h-scale-trough.png ./asset/assets-gtk2/Range/scale-slider-active.png ./asset/assets-gtk2/Range/scale-slider-hover.png ./asset/assets-gtk2/Range/scale-slider-insensitive.png ./asset/assets-gtk2/Range/scale-slider.png ./asset/assets-gtk2/Range/v-scale-trough-active.png ./asset/assets-gtk2/Range/v-scale-trough-insensitive.png ./asset/assets-gtk2/Range/v-scale-trough.png /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Range ./asset/assets-gtk2/Range/h-scale-trough-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Range/h-scale-trough-active.png ./asset/assets-gtk2/Range/v-scale-trough-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Range/v-scale-trough-insensitive.png ./asset/assets-gtk2/Range/v-scale-trough-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Range/v-scale-trough-active.png ./asset/assets-gtk2/Range/scale-slider.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Range/scale-slider.png ./asset/assets-gtk2/Range/scale-slider-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Range/scale-slider-insensitive.png ./asset/assets-gtk2/Range/scale-slider-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Range/scale-slider-hover.png ./asset/assets-gtk2/Range/scale-slider-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Range/scale-slider-active.png ./asset/assets-gtk2/Range/h-scale-trough.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Range/h-scale-trough.png ./asset/assets-gtk2/Range/h-scale-trough-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Range/h-scale-trough-insensitive.png ./asset/assets-gtk2/Range/v-scale-trough.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Range/v-scale-trough.png cp -Rv ./asset/assets-gtk2/Scrollbars/h-slider-active.png ./asset/assets-gtk2/Scrollbars/h-slider-hover.png ./asset/assets-gtk2/Scrollbars/h-slider-insensitive.png ./asset/assets-gtk2/Scrollbars/h-slider.png ./asset/assets-gtk2/Scrollbars/h-trough.png ./asset/assets-gtk2/Scrollbars/v-slider-active.png ./asset/assets-gtk2/Scrollbars/v-slider-hover.png ./asset/assets-gtk2/Scrollbars/v-slider-insensitive.png ./asset/assets-gtk2/Scrollbars/v-slider.png ./asset/assets-gtk2/Scrollbars/v-trough.png /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Scrollbars ./asset/assets-gtk2/Scrollbars/h-slider-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Scrollbars/h-slider-active.png ./asset/assets-gtk2/Scrollbars/v-slider.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Scrollbars/v-slider.png ./asset/assets-gtk2/Scrollbars/v-slider-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Scrollbars/v-slider-insensitive.png ./asset/assets-gtk2/Scrollbars/v-slider-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Scrollbars/v-slider-hover.png ./asset/assets-gtk2/Scrollbars/v-slider-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Scrollbars/v-slider-active.png ./asset/assets-gtk2/Scrollbars/h-trough.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Scrollbars/h-trough.png ./asset/assets-gtk2/Scrollbars/h-slider.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Scrollbars/h-slider.png ./asset/assets-gtk2/Scrollbars/h-slider-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Scrollbars/h-slider-insensitive.png ./asset/assets-gtk2/Scrollbars/h-slider-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Scrollbars/h-slider-hover.png ./asset/assets-gtk2/Scrollbars/v-trough.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Scrollbars/v-trough.png cp -Rv ./asset/assets-gtk2/Shadows/frame.png ./asset/assets-gtk2/Shadows/frame-notebook.png ./asset/assets-gtk2/Shadows/gap.png ./asset/assets-gtk2/Shadows/z-depth-1.svg ./asset/assets-gtk2/Shadows/z-depth-2.svg /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Shadows ./asset/assets-gtk2/Shadows/z-depth-2.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Shadows/z-depth-2.svg ./asset/assets-gtk2/Shadows/z-depth-1.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Shadows/z-depth-1.svg ./asset/assets-gtk2/Shadows/gap.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Shadows/gap.png ./asset/assets-gtk2/Shadows/frame-notebook.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Shadows/frame-notebook.png ./asset/assets-gtk2/Shadows/frame.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Shadows/frame.png cp -Rv ./asset/assets-gtk2/Spin/ltr-down-active.png ./asset/assets-gtk2/Spin/ltr-down-hover.png ./asset/assets-gtk2/Spin/ltr-down-insensitive.png ./asset/assets-gtk2/Spin/ltr-down.png ./asset/assets-gtk2/Spin/ltr-up-active.png ./asset/assets-gtk2/Spin/ltr-up-hover.png ./asset/assets-gtk2/Spin/ltr-up-insensitive.png ./asset/assets-gtk2/Spin/ltr-up.png ./asset/assets-gtk2/Spin/rtl-down-active.png ./asset/assets-gtk2/Spin/rtl-down-hover.png ./asset/assets-gtk2/Spin/rtl-down-insensitive.png ./asset/assets-gtk2/Spin/rtl-down.png ./asset/assets-gtk2/Spin/rtl-up-active.png ./asset/assets-gtk2/Spin/rtl-up-hover.png ./asset/assets-gtk2/Spin/rtl-up-insensitive.png ./asset/assets-gtk2/Spin/rtl-up.png /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Spin ./asset/assets-gtk2/Spin/ltr-down-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Spin/ltr-down-active.png ./asset/assets-gtk2/Spin/rtl-up-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Spin/rtl-up-insensitive.png ./asset/assets-gtk2/Spin/rtl-up-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Spin/rtl-up-hover.png ./asset/assets-gtk2/Spin/rtl-up-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Spin/rtl-up-active.png ./asset/assets-gtk2/Spin/rtl-down.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Spin/rtl-down.png ./asset/assets-gtk2/Spin/rtl-down-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Spin/rtl-down-insensitive.png ./asset/assets-gtk2/Spin/rtl-down-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Spin/rtl-down-hover.png ./asset/assets-gtk2/Spin/rtl-down-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Spin/rtl-down-active.png ./asset/assets-gtk2/Spin/ltr-up.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Spin/ltr-up.png ./asset/assets-gtk2/Spin/ltr-up-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Spin/ltr-up-insensitive.png ./asset/assets-gtk2/Spin/ltr-up-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Spin/ltr-up-hover.png ./asset/assets-gtk2/Spin/ltr-up-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Spin/ltr-up-active.png ./asset/assets-gtk2/Spin/ltr-down.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Spin/ltr-down.png ./asset/assets-gtk2/Spin/ltr-down-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Spin/ltr-down-insensitive.png ./asset/assets-gtk2/Spin/ltr-down-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Spin/ltr-down-hover.png ./asset/assets-gtk2/Spin/rtl-up.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Spin/rtl-up.png cp -Rv ./asset/assets-gtk2/Toolbar/inline-toolbar.png /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Toolbar ./asset/assets-gtk2/Toolbar/inline-toolbar.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtk-2.0/Toolbar/inline-toolbar.png /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0 /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Arrows /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Buttons /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Check-Radio /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Column /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Entry /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Handles /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Lines /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Others /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/ProgressBar /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Range /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Scrollbars /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Shadows /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Spin /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Toolbar cp -Rv ./gtk-2.0/3rd-party-light-compact.rc ./gtk-2.0/common-compact.rc /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0 ./gtk-2.0/common-compact.rc -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/common-compact.rc ./gtk-2.0/3rd-party-light-compact.rc -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/3rd-party-light-compact.rc cp -Rv ./gtk-2.0/gtkrc-light-compact /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/gtkrc ./gtk-2.0/gtkrc-light-compact -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/gtkrc cp -Rv ./asset/assets-gtk2/Arrows/down-alt-hover.png ./asset/assets-gtk2/Arrows/down-alt-insensitive.png ./asset/assets-gtk2/Arrows/down-alt.png ./asset/assets-gtk2/Arrows/down-insensitive.png ./asset/assets-gtk2/Arrows/down.png ./asset/assets-gtk2/Arrows/down-dark.png ./asset/assets-gtk2/Arrows/left-alt-hover.png ./asset/assets-gtk2/Arrows/left-alt-insensitive.png ./asset/assets-gtk2/Arrows/left-alt.png ./asset/assets-gtk2/Arrows/left-insensitive.png ./asset/assets-gtk2/Arrows/left.png ./asset/assets-gtk2/Arrows/left-dark.png ./asset/assets-gtk2/Arrows/right-alt-hover.png ./asset/assets-gtk2/Arrows/right-alt-insensitive.png ./asset/assets-gtk2/Arrows/right-alt.png ./asset/assets-gtk2/Arrows/right-insensitive.png ./asset/assets-gtk2/Arrows/right.png ./asset/assets-gtk2/Arrows/right-dark.png ./asset/assets-gtk2/Arrows/up-alt-hover.png ./asset/assets-gtk2/Arrows/up-alt-insensitive.png ./asset/assets-gtk2/Arrows/up-alt.png ./asset/assets-gtk2/Arrows/up-insensitive.png ./asset/assets-gtk2/Arrows/up.png ./asset/assets-gtk2/Arrows/up-dark.png /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Arrows ./asset/assets-gtk2/Arrows/down-alt-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Arrows/down-alt-hover.png ./asset/assets-gtk2/Arrows/up.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Arrows/up.png ./asset/assets-gtk2/Arrows/up-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Arrows/up-insensitive.png ./asset/assets-gtk2/Arrows/up-alt.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Arrows/up-alt.png ./asset/assets-gtk2/Arrows/up-alt-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Arrows/up-alt-insensitive.png ./asset/assets-gtk2/Arrows/up-alt-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Arrows/up-alt-hover.png ./asset/assets-gtk2/Arrows/right-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Arrows/right-dark.png ./asset/assets-gtk2/Arrows/right.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Arrows/right.png ./asset/assets-gtk2/Arrows/right-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Arrows/right-insensitive.png ./asset/assets-gtk2/Arrows/right-alt.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Arrows/right-alt.png ./asset/assets-gtk2/Arrows/right-alt-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Arrows/right-alt-insensitive.png ./asset/assets-gtk2/Arrows/right-alt-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Arrows/right-alt-hover.png ./asset/assets-gtk2/Arrows/left-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Arrows/left-dark.png ./asset/assets-gtk2/Arrows/left.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Arrows/left.png ./asset/assets-gtk2/Arrows/left-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Arrows/left-insensitive.png ./asset/assets-gtk2/Arrows/left-alt.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Arrows/left-alt.png ./asset/assets-gtk2/Arrows/left-alt-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Arrows/left-alt-insensitive.png ./asset/assets-gtk2/Arrows/left-alt-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Arrows/left-alt-hover.png ./asset/assets-gtk2/Arrows/down-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Arrows/down-dark.png ./asset/assets-gtk2/Arrows/down.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Arrows/down.png ./asset/assets-gtk2/Arrows/down-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Arrows/down-insensitive.png ./asset/assets-gtk2/Arrows/down-alt.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Arrows/down-alt.png ./asset/assets-gtk2/Arrows/down-alt-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Arrows/down-alt-insensitive.png ./asset/assets-gtk2/Arrows/up-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Arrows/up-dark.png cp -Rv ./asset/assets-gtk2/Buttons/accent-flat-button-active.png ./asset/assets-gtk2/Buttons/accent-flat-button-hover.png ./asset/assets-gtk2/Buttons/buttonbox-flat-button-active.png ./asset/assets-gtk2/Buttons/buttonbox-flat-button-hover.png ./asset/assets-gtk2/Buttons/button-active.png ./asset/assets-gtk2/Buttons/button-hover.png ./asset/assets-gtk2/Buttons/button-insensitive.png ./asset/assets-gtk2/Buttons/button.png ./asset/assets-gtk2/Buttons/flat-button-active.png ./asset/assets-gtk2/Buttons/flat-button-hover.png ./asset/assets-gtk2/Buttons/flat-button-semi-active.png ./asset/assets-gtk2/Buttons/location-button.png ./asset/assets-gtk2/Buttons/location-button-hover.png ./asset/assets-gtk2/Buttons/location-button-active.png ./asset/assets-gtk2/Buttons/location-button-insensitive.png ./asset/assets-gtk2/Buttons/ltr-button-active.png ./asset/assets-gtk2/Buttons/ltr-button-hover.png ./asset/assets-gtk2/Buttons/ltr-button-insensitive.png ./asset/assets-gtk2/Buttons/ltr-button.png ./asset/assets-gtk2/Buttons/rtl-button-active.png ./asset/assets-gtk2/Buttons/rtl-button-hover.png ./asset/assets-gtk2/Buttons/rtl-button-insensitive.png ./asset/assets-gtk2/Buttons/rtl-button.png /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Buttons ./asset/assets-gtk2/Buttons/accent-flat-button-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Buttons/accent-flat-button-active.png ./asset/assets-gtk2/Buttons/rtl-button-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Buttons/rtl-button-insensitive.png ./asset/assets-gtk2/Buttons/rtl-button-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Buttons/rtl-button-hover.png ./asset/assets-gtk2/Buttons/rtl-button-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Buttons/rtl-button-active.png ./asset/assets-gtk2/Buttons/ltr-button.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Buttons/ltr-button.png ./asset/assets-gtk2/Buttons/ltr-button-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Buttons/ltr-button-insensitive.png ./asset/assets-gtk2/Buttons/ltr-button-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Buttons/ltr-button-hover.png ./asset/assets-gtk2/Buttons/ltr-button-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Buttons/ltr-button-active.png ./asset/assets-gtk2/Buttons/location-button-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Buttons/location-button-insensitive.png ./asset/assets-gtk2/Buttons/location-button-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Buttons/location-button-active.png ./asset/assets-gtk2/Buttons/location-button-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Buttons/location-button-hover.png ./asset/assets-gtk2/Buttons/location-button.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Buttons/location-button.png ./asset/assets-gtk2/Buttons/flat-button-semi-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Buttons/flat-button-semi-active.png ./asset/assets-gtk2/Buttons/flat-button-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Buttons/flat-button-hover.png ./asset/assets-gtk2/Buttons/flat-button-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Buttons/flat-button-active.png ./asset/assets-gtk2/Buttons/button.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Buttons/button.png ./asset/assets-gtk2/Buttons/button-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Buttons/button-insensitive.png ./asset/assets-gtk2/Buttons/button-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Buttons/button-hover.png ./asset/assets-gtk2/Buttons/button-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Buttons/button-active.png ./asset/assets-gtk2/Buttons/buttonbox-flat-button-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Buttons/buttonbox-flat-button-hover.png ./asset/assets-gtk2/Buttons/buttonbox-flat-button-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Buttons/buttonbox-flat-button-active.png ./asset/assets-gtk2/Buttons/accent-flat-button-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Buttons/accent-flat-button-hover.png ./asset/assets-gtk2/Buttons/rtl-button.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Buttons/rtl-button.png cp -Rv ./asset/assets-gtk2/Check-Radio/check-mixed-active.png ./asset/assets-gtk2/Check-Radio/check-mixed-hover-menuitem.png ./asset/assets-gtk2/Check-Radio/check-mixed-hover.png ./asset/assets-gtk2/Check-Radio/check-mixed-insensitive-menuitem.png ./asset/assets-gtk2/Check-Radio/check-mixed-insensitive.png ./asset/assets-gtk2/Check-Radio/check-mixed-menuitem.png ./asset/assets-gtk2/Check-Radio/check-mixed.png ./asset/assets-gtk2/Check-Radio/check-off-active.png ./asset/assets-gtk2/Check-Radio/check-off-hover-menuitem.png ./asset/assets-gtk2/Check-Radio/check-off-hover.png ./asset/assets-gtk2/Check-Radio/check-off-insensitive-menuitem.png ./asset/assets-gtk2/Check-Radio/check-off-insensitive.png ./asset/assets-gtk2/Check-Radio/check-off-menuitem.png ./asset/assets-gtk2/Check-Radio/check-off.png ./asset/assets-gtk2/Check-Radio/check-on-active.png ./asset/assets-gtk2/Check-Radio/check-on-hover.png ./asset/assets-gtk2/Check-Radio/check-on-insensitive.png ./asset/assets-gtk2/Check-Radio/check-on.png ./asset/assets-gtk2/Check-Radio/check-on-hover-menuitem.png ./asset/assets-gtk2/Check-Radio/check-on-insensitive-menuitem.png ./asset/assets-gtk2/Check-Radio/check-on-menuitem.png ./asset/assets-gtk2/Check-Radio/radio-mixed-active.png ./asset/assets-gtk2/Check-Radio/radio-mixed-hover-menuitem.png ./asset/assets-gtk2/Check-Radio/radio-mixed-hover.png ./asset/assets-gtk2/Check-Radio/radio-mixed-insensitive-menuitem.png ./asset/assets-gtk2/Check-Radio/radio-mixed-insensitive.png ./asset/assets-gtk2/Check-Radio/radio-mixed-menuitem.png ./asset/assets-gtk2/Check-Radio/radio-mixed.png ./asset/assets-gtk2/Check-Radio/radio-off-active.png ./asset/assets-gtk2/Check-Radio/radio-off-hover-menuitem.png ./asset/assets-gtk2/Check-Radio/radio-off-hover.png ./asset/assets-gtk2/Check-Radio/radio-off-insensitive-menuitem.png ./asset/assets-gtk2/Check-Radio/radio-off-insensitive.png ./asset/assets-gtk2/Check-Radio/radio-off-menuitem.png ./asset/assets-gtk2/Check-Radio/radio-off.png ./asset/assets-gtk2/Check-Radio/radio-on-active.png ./asset/assets-gtk2/Check-Radio/radio-on-hover.png ./asset/assets-gtk2/Check-Radio/radio-on-insensitive.png ./asset/assets-gtk2/Check-Radio/radio-on.png ./asset/assets-gtk2/Check-Radio/radio-on-hover-menuitem.png ./asset/assets-gtk2/Check-Radio/radio-on-insensitive-menuitem.png ./asset/assets-gtk2/Check-Radio/radio-on-menuitem.png /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Check-Radio ./asset/assets-gtk2/Check-Radio/check-mixed-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Check-Radio/check-mixed-active.png ./asset/assets-gtk2/Check-Radio/radio-on-insensitive-menuitem.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Check-Radio/radio-on-insensitive-menuitem.png ./asset/assets-gtk2/Check-Radio/radio-on-hover-menuitem.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Check-Radio/radio-on-hover-menuitem.png ./asset/assets-gtk2/Check-Radio/radio-on.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Check-Radio/radio-on.png ./asset/assets-gtk2/Check-Radio/radio-on-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Check-Radio/radio-on-insensitive.png ./asset/assets-gtk2/Check-Radio/radio-on-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Check-Radio/radio-on-hover.png ./asset/assets-gtk2/Check-Radio/radio-on-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Check-Radio/radio-on-active.png ./asset/assets-gtk2/Check-Radio/radio-off.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Check-Radio/radio-off.png ./asset/assets-gtk2/Check-Radio/radio-off-menuitem.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Check-Radio/radio-off-menuitem.png ./asset/assets-gtk2/Check-Radio/radio-off-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Check-Radio/radio-off-insensitive.png ./asset/assets-gtk2/Check-Radio/radio-off-insensitive-menuitem.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Check-Radio/radio-off-insensitive-menuitem.png ./asset/assets-gtk2/Check-Radio/radio-off-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Check-Radio/radio-off-hover.png ./asset/assets-gtk2/Check-Radio/radio-off-hover-menuitem.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Check-Radio/radio-off-hover-menuitem.png ./asset/assets-gtk2/Check-Radio/radio-off-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Check-Radio/radio-off-active.png ./asset/assets-gtk2/Check-Radio/radio-mixed.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Check-Radio/radio-mixed.png ./asset/assets-gtk2/Check-Radio/radio-mixed-menuitem.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Check-Radio/radio-mixed-menuitem.png ./asset/assets-gtk2/Check-Radio/radio-mixed-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Check-Radio/radio-mixed-insensitive.png ./asset/assets-gtk2/Check-Radio/radio-mixed-insensitive-menuitem.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Check-Radio/radio-mixed-insensitive-menuitem.png ./asset/assets-gtk2/Check-Radio/radio-mixed-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Check-Radio/radio-mixed-hover.png ./asset/assets-gtk2/Check-Radio/radio-mixed-hover-menuitem.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Check-Radio/radio-mixed-hover-menuitem.png ./asset/assets-gtk2/Check-Radio/radio-mixed-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Check-Radio/radio-mixed-active.png ./asset/assets-gtk2/Check-Radio/check-on-menuitem.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Check-Radio/check-on-menuitem.png ./asset/assets-gtk2/Check-Radio/check-on-insensitive-menuitem.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Check-Radio/check-on-insensitive-menuitem.png ./asset/assets-gtk2/Check-Radio/check-on-hover-menuitem.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Check-Radio/check-on-hover-menuitem.png ./asset/assets-gtk2/Check-Radio/check-on.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Check-Radio/check-on.png ./asset/assets-gtk2/Check-Radio/check-on-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Check-Radio/check-on-insensitive.png ./asset/assets-gtk2/Check-Radio/check-on-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Check-Radio/check-on-hover.png ./asset/assets-gtk2/Check-Radio/check-on-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Check-Radio/check-on-active.png ./asset/assets-gtk2/Check-Radio/check-off.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Check-Radio/check-off.png ./asset/assets-gtk2/Check-Radio/check-off-menuitem.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Check-Radio/check-off-menuitem.png ./asset/assets-gtk2/Check-Radio/check-off-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Check-Radio/check-off-insensitive.png ./asset/assets-gtk2/Check-Radio/check-off-insensitive-menuitem.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Check-Radio/check-off-insensitive-menuitem.png ./asset/assets-gtk2/Check-Radio/check-off-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Check-Radio/check-off-hover.png ./asset/assets-gtk2/Check-Radio/check-off-hover-menuitem.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Check-Radio/check-off-hover-menuitem.png ./asset/assets-gtk2/Check-Radio/check-off-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Check-Radio/check-off-active.png ./asset/assets-gtk2/Check-Radio/check-mixed.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Check-Radio/check-mixed.png ./asset/assets-gtk2/Check-Radio/check-mixed-menuitem.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Check-Radio/check-mixed-menuitem.png ./asset/assets-gtk2/Check-Radio/check-mixed-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Check-Radio/check-mixed-insensitive.png ./asset/assets-gtk2/Check-Radio/check-mixed-insensitive-menuitem.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Check-Radio/check-mixed-insensitive-menuitem.png ./asset/assets-gtk2/Check-Radio/check-mixed-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Check-Radio/check-mixed-hover.png ./asset/assets-gtk2/Check-Radio/check-mixed-hover-menuitem.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Check-Radio/check-mixed-hover-menuitem.png ./asset/assets-gtk2/Check-Radio/radio-on-menuitem.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Check-Radio/radio-on-menuitem.png cp -Rv ./asset/assets-gtk2/Column/column-active.png ./asset/assets-gtk2/Column/column-hover.png ./asset/assets-gtk2/Column/column-insensitive.png ./asset/assets-gtk2/Column/column.png /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Column ./asset/assets-gtk2/Column/column.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Column/column.png ./asset/assets-gtk2/Column/column-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Column/column-insensitive.png ./asset/assets-gtk2/Column/column-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Column/column-hover.png ./asset/assets-gtk2/Column/column-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Column/column-active.png cp -Rv ./asset/assets-gtk2/Entry/bg.png ./asset/assets-gtk2/Entry/bg-active.png ./asset/assets-gtk2/Entry/bg-insensitive.png ./asset/assets-gtk2/Entry/entry-active.png ./asset/assets-gtk2/Entry/entry-insensitive.png ./asset/assets-gtk2/Entry/entry.png ./asset/assets-gtk2/Entry/ltr-entry-active.png ./asset/assets-gtk2/Entry/ltr-entry-insensitive.png ./asset/assets-gtk2/Entry/ltr-entry.png ./asset/assets-gtk2/Entry/rtl-entry-active.png ./asset/assets-gtk2/Entry/rtl-entry-insensitive.png ./asset/assets-gtk2/Entry/rtl-entry.png /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Entry ./asset/assets-gtk2/Entry/bg.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Entry/bg.png ./asset/assets-gtk2/Entry/rtl-entry-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Entry/rtl-entry-insensitive.png ./asset/assets-gtk2/Entry/rtl-entry-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Entry/rtl-entry-active.png ./asset/assets-gtk2/Entry/ltr-entry.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Entry/ltr-entry.png ./asset/assets-gtk2/Entry/ltr-entry-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Entry/ltr-entry-insensitive.png ./asset/assets-gtk2/Entry/ltr-entry-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Entry/ltr-entry-active.png ./asset/assets-gtk2/Entry/entry.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Entry/entry.png ./asset/assets-gtk2/Entry/entry-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Entry/entry-insensitive.png ./asset/assets-gtk2/Entry/entry-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Entry/entry-active.png ./asset/assets-gtk2/Entry/bg-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Entry/bg-insensitive.png ./asset/assets-gtk2/Entry/bg-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Entry/bg-active.png ./asset/assets-gtk2/Entry/rtl-entry.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Entry/rtl-entry.png cp -Rv ./asset/assets-gtk2/Handles/h-handle-active.png ./asset/assets-gtk2/Handles/h-handle-hover.png ./asset/assets-gtk2/Handles/h-handle-insensitive.png ./asset/assets-gtk2/Handles/h-handle.png ./asset/assets-gtk2/Handles/v-handle-active.png ./asset/assets-gtk2/Handles/v-handle-hover.png ./asset/assets-gtk2/Handles/v-handle-insensitive.png ./asset/assets-gtk2/Handles/v-handle.png /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Handles ./asset/assets-gtk2/Handles/h-handle-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Handles/h-handle-active.png ./asset/assets-gtk2/Handles/v-handle-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Handles/v-handle-insensitive.png ./asset/assets-gtk2/Handles/v-handle-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Handles/v-handle-hover.png ./asset/assets-gtk2/Handles/v-handle-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Handles/v-handle-active.png ./asset/assets-gtk2/Handles/h-handle.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Handles/h-handle.png ./asset/assets-gtk2/Handles/h-handle-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Handles/h-handle-insensitive.png ./asset/assets-gtk2/Handles/h-handle-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Handles/h-handle-hover.png ./asset/assets-gtk2/Handles/v-handle.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Handles/v-handle.png cp -Rv ./asset/assets-gtk2/Lines/h-line.png ./asset/assets-gtk2/Lines/menu-line.png ./asset/assets-gtk2/Lines/v-line.png /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Lines ./asset/assets-gtk2/Lines/v-line.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Lines/v-line.png ./asset/assets-gtk2/Lines/menu-line.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Lines/menu-line.png ./asset/assets-gtk2/Lines/h-line.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Lines/h-line.png cp -Rv ./asset/assets-gtk2/Others/bottom.png ./asset/assets-gtk2/Others/focus.png ./asset/assets-gtk2/Others/left.png ./asset/assets-gtk2/Others/menu-bg.png ./asset/assets-gtk2/Others/null.svg ./asset/assets-gtk2/Others/right.png ./asset/assets-gtk2/Others/panel-active.png ./asset/assets-gtk2/Others/panel-active-dark.png ./asset/assets-gtk2/Others/panel-hover.png ./asset/assets-gtk2/Others/panel-hover-dark.png ./asset/assets-gtk2/Others/top.png /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Others ./asset/assets-gtk2/Others/bottom.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Others/bottom.png ./asset/assets-gtk2/Others/panel-hover-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Others/panel-hover-dark.png ./asset/assets-gtk2/Others/panel-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Others/panel-hover.png ./asset/assets-gtk2/Others/panel-active-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Others/panel-active-dark.png ./asset/assets-gtk2/Others/panel-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Others/panel-active.png ./asset/assets-gtk2/Others/right.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Others/right.png ./asset/assets-gtk2/Others/null.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Others/null.svg ./asset/assets-gtk2/Others/menu-bg.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Others/menu-bg.png ./asset/assets-gtk2/Others/left.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Others/left.png ./asset/assets-gtk2/Others/focus.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Others/focus.png ./asset/assets-gtk2/Others/top.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Others/top.png cp -Rv ./asset/assets-gtk2/ProgressBar/bar.png ./asset/assets-gtk2/ProgressBar/trough.png /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/ProgressBar ./asset/assets-gtk2/ProgressBar/trough.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/ProgressBar/trough.png ./asset/assets-gtk2/ProgressBar/bar.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/ProgressBar/bar.png cp -Rv ./asset/assets-gtk2/Range/h-scale-trough-active.png ./asset/assets-gtk2/Range/h-scale-trough-insensitive.png ./asset/assets-gtk2/Range/h-scale-trough.png ./asset/assets-gtk2/Range/scale-slider-active.png ./asset/assets-gtk2/Range/scale-slider-hover.png ./asset/assets-gtk2/Range/scale-slider-insensitive.png ./asset/assets-gtk2/Range/scale-slider.png ./asset/assets-gtk2/Range/v-scale-trough-active.png ./asset/assets-gtk2/Range/v-scale-trough-insensitive.png ./asset/assets-gtk2/Range/v-scale-trough.png /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Range ./asset/assets-gtk2/Range/h-scale-trough-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Range/h-scale-trough-active.png ./asset/assets-gtk2/Range/v-scale-trough-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Range/v-scale-trough-insensitive.png ./asset/assets-gtk2/Range/v-scale-trough-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Range/v-scale-trough-active.png ./asset/assets-gtk2/Range/scale-slider.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Range/scale-slider.png ./asset/assets-gtk2/Range/scale-slider-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Range/scale-slider-insensitive.png ./asset/assets-gtk2/Range/scale-slider-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Range/scale-slider-hover.png ./asset/assets-gtk2/Range/scale-slider-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Range/scale-slider-active.png ./asset/assets-gtk2/Range/h-scale-trough.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Range/h-scale-trough.png ./asset/assets-gtk2/Range/h-scale-trough-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Range/h-scale-trough-insensitive.png ./asset/assets-gtk2/Range/v-scale-trough.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Range/v-scale-trough.png cp -Rv ./asset/assets-gtk2/Scrollbars/h-slider-active.png ./asset/assets-gtk2/Scrollbars/h-slider-hover.png ./asset/assets-gtk2/Scrollbars/h-slider-insensitive.png ./asset/assets-gtk2/Scrollbars/h-slider.png ./asset/assets-gtk2/Scrollbars/h-trough.png ./asset/assets-gtk2/Scrollbars/v-slider-active.png ./asset/assets-gtk2/Scrollbars/v-slider-hover.png ./asset/assets-gtk2/Scrollbars/v-slider-insensitive.png ./asset/assets-gtk2/Scrollbars/v-slider.png ./asset/assets-gtk2/Scrollbars/v-trough.png /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Scrollbars ./asset/assets-gtk2/Scrollbars/h-slider-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Scrollbars/h-slider-active.png ./asset/assets-gtk2/Scrollbars/v-slider.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Scrollbars/v-slider.png ./asset/assets-gtk2/Scrollbars/v-slider-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Scrollbars/v-slider-insensitive.png ./asset/assets-gtk2/Scrollbars/v-slider-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Scrollbars/v-slider-hover.png ./asset/assets-gtk2/Scrollbars/v-slider-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Scrollbars/v-slider-active.png ./asset/assets-gtk2/Scrollbars/h-trough.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Scrollbars/h-trough.png ./asset/assets-gtk2/Scrollbars/h-slider.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Scrollbars/h-slider.png ./asset/assets-gtk2/Scrollbars/h-slider-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Scrollbars/h-slider-insensitive.png ./asset/assets-gtk2/Scrollbars/h-slider-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Scrollbars/h-slider-hover.png ./asset/assets-gtk2/Scrollbars/v-trough.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Scrollbars/v-trough.png cp -Rv ./asset/assets-gtk2/Shadows/frame.png ./asset/assets-gtk2/Shadows/frame-notebook.png ./asset/assets-gtk2/Shadows/gap.png ./asset/assets-gtk2/Shadows/z-depth-1.svg ./asset/assets-gtk2/Shadows/z-depth-2.svg /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Shadows ./asset/assets-gtk2/Shadows/z-depth-2.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Shadows/z-depth-2.svg ./asset/assets-gtk2/Shadows/z-depth-1.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Shadows/z-depth-1.svg ./asset/assets-gtk2/Shadows/gap.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Shadows/gap.png ./asset/assets-gtk2/Shadows/frame-notebook.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Shadows/frame-notebook.png ./asset/assets-gtk2/Shadows/frame.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Shadows/frame.png cp -Rv ./asset/assets-gtk2/Spin/ltr-down-active.png ./asset/assets-gtk2/Spin/ltr-down-hover.png ./asset/assets-gtk2/Spin/ltr-down-insensitive.png ./asset/assets-gtk2/Spin/ltr-down.png ./asset/assets-gtk2/Spin/ltr-up-active.png ./asset/assets-gtk2/Spin/ltr-up-hover.png ./asset/assets-gtk2/Spin/ltr-up-insensitive.png ./asset/assets-gtk2/Spin/ltr-up.png ./asset/assets-gtk2/Spin/rtl-down-active.png ./asset/assets-gtk2/Spin/rtl-down-hover.png ./asset/assets-gtk2/Spin/rtl-down-insensitive.png ./asset/assets-gtk2/Spin/rtl-down.png ./asset/assets-gtk2/Spin/rtl-up-active.png ./asset/assets-gtk2/Spin/rtl-up-hover.png ./asset/assets-gtk2/Spin/rtl-up-insensitive.png ./asset/assets-gtk2/Spin/rtl-up.png /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Spin ./asset/assets-gtk2/Spin/ltr-down-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Spin/ltr-down-active.png ./asset/assets-gtk2/Spin/rtl-up-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Spin/rtl-up-insensitive.png ./asset/assets-gtk2/Spin/rtl-up-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Spin/rtl-up-hover.png ./asset/assets-gtk2/Spin/rtl-up-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Spin/rtl-up-active.png ./asset/assets-gtk2/Spin/rtl-down.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Spin/rtl-down.png ./asset/assets-gtk2/Spin/rtl-down-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Spin/rtl-down-insensitive.png ./asset/assets-gtk2/Spin/rtl-down-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Spin/rtl-down-hover.png ./asset/assets-gtk2/Spin/rtl-down-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Spin/rtl-down-active.png ./asset/assets-gtk2/Spin/ltr-up.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Spin/ltr-up.png ./asset/assets-gtk2/Spin/ltr-up-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Spin/ltr-up-insensitive.png ./asset/assets-gtk2/Spin/ltr-up-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Spin/ltr-up-hover.png ./asset/assets-gtk2/Spin/ltr-up-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Spin/ltr-up-active.png ./asset/assets-gtk2/Spin/ltr-down.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Spin/ltr-down.png ./asset/assets-gtk2/Spin/ltr-down-insensitive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Spin/ltr-down-insensitive.png ./asset/assets-gtk2/Spin/ltr-down-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Spin/ltr-down-hover.png ./asset/assets-gtk2/Spin/rtl-up.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Spin/rtl-up.png cp -Rv ./asset/assets-gtk2/Toolbar/inline-toolbar.png /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Toolbar ./asset/assets-gtk2/Toolbar/inline-toolbar.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gtk-2.0/Toolbar/inline-toolbar.png /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0 /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Arrows /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Buttons /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Check-Radio /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Column /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Entry /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Handles /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Lines /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Others /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/ProgressBar /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Range /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Scrollbars /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Shadows /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Spin /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Toolbar cp -Rv ./gtk-2.0/3rd-party-dark.rc ./gtk-2.0/common-dark.rc /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0 ./gtk-2.0/common-dark.rc -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/common-dark.rc ./gtk-2.0/3rd-party-dark.rc -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/3rd-party-dark.rc cp -Rv ./gtk-2.0/gtkrc-dark /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/gtkrc ./gtk-2.0/gtkrc-dark -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/gtkrc cp -Rv ./asset/assets-gtk2/Arrows/down-alt-dark.png ./asset/assets-gtk2/Arrows/down-alt-hover-dark.png ./asset/assets-gtk2/Arrows/down-alt-insensitive-dark.png ./asset/assets-gtk2/Arrows/down-dark.png ./asset/assets-gtk2/Arrows/down-insensitive-dark.png ./asset/assets-gtk2/Arrows/left-alt-dark.png ./asset/assets-gtk2/Arrows/left-alt-hover-dark.png ./asset/assets-gtk2/Arrows/left-alt-insensitive-dark.png ./asset/assets-gtk2/Arrows/left-dark.png ./asset/assets-gtk2/Arrows/left-insensitive-dark.png ./asset/assets-gtk2/Arrows/right-alt-dark.png ./asset/assets-gtk2/Arrows/right-alt-hover-dark.png ./asset/assets-gtk2/Arrows/right-alt-insensitive-dark.png ./asset/assets-gtk2/Arrows/right-dark.png ./asset/assets-gtk2/Arrows/right-insensitive-dark.png ./asset/assets-gtk2/Arrows/up-alt-dark.png ./asset/assets-gtk2/Arrows/up-alt-hover-dark.png ./asset/assets-gtk2/Arrows/up-alt-insensitive-dark.png ./asset/assets-gtk2/Arrows/up-dark.png ./asset/assets-gtk2/Arrows/up-insensitive-dark.png /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Arrows ./asset/assets-gtk2/Arrows/down-alt-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Arrows/down-alt-dark.png ./asset/assets-gtk2/Arrows/up-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Arrows/up-dark.png ./asset/assets-gtk2/Arrows/up-alt-insensitive-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Arrows/up-alt-insensitive-dark.png ./asset/assets-gtk2/Arrows/up-alt-hover-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Arrows/up-alt-hover-dark.png ./asset/assets-gtk2/Arrows/up-alt-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Arrows/up-alt-dark.png ./asset/assets-gtk2/Arrows/right-insensitive-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Arrows/right-insensitive-dark.png ./asset/assets-gtk2/Arrows/right-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Arrows/right-dark.png ./asset/assets-gtk2/Arrows/right-alt-insensitive-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Arrows/right-alt-insensitive-dark.png ./asset/assets-gtk2/Arrows/right-alt-hover-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Arrows/right-alt-hover-dark.png ./asset/assets-gtk2/Arrows/right-alt-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Arrows/right-alt-dark.png ./asset/assets-gtk2/Arrows/left-insensitive-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Arrows/left-insensitive-dark.png ./asset/assets-gtk2/Arrows/left-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Arrows/left-dark.png ./asset/assets-gtk2/Arrows/left-alt-insensitive-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Arrows/left-alt-insensitive-dark.png ./asset/assets-gtk2/Arrows/left-alt-hover-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Arrows/left-alt-hover-dark.png ./asset/assets-gtk2/Arrows/left-alt-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Arrows/left-alt-dark.png ./asset/assets-gtk2/Arrows/down-insensitive-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Arrows/down-insensitive-dark.png ./asset/assets-gtk2/Arrows/down-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Arrows/down-dark.png ./asset/assets-gtk2/Arrows/down-alt-insensitive-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Arrows/down-alt-insensitive-dark.png ./asset/assets-gtk2/Arrows/down-alt-hover-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Arrows/down-alt-hover-dark.png ./asset/assets-gtk2/Arrows/up-insensitive-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Arrows/up-insensitive-dark.png cp -Rv ./asset/assets-gtk2/Buttons/accent-flat-button-active.png ./asset/assets-gtk2/Buttons/accent-flat-button-hover.png ./asset/assets-gtk2/Buttons/buttonbox-flat-button-active-dark.png ./asset/assets-gtk2/Buttons/buttonbox-flat-button-hover-dark.png ./asset/assets-gtk2/Buttons/button-active-dark.png ./asset/assets-gtk2/Buttons/button-dark.png ./asset/assets-gtk2/Buttons/button-hover-dark.png ./asset/assets-gtk2/Buttons/button-insensitive-dark.png ./asset/assets-gtk2/Buttons/flat-button-active-dark.png ./asset/assets-gtk2/Buttons/flat-button-hover-dark.png ./asset/assets-gtk2/Buttons/flat-button-semi-active-dark.png ./asset/assets-gtk2/Buttons/location-button-dark.png ./asset/assets-gtk2/Buttons/location-button-active-dark.png ./asset/assets-gtk2/Buttons/location-button-hover-dark.png ./asset/assets-gtk2/Buttons/location-button-insensitive-dark.png ./asset/assets-gtk2/Buttons/ltr-button-active-dark.png ./asset/assets-gtk2/Buttons/ltr-button-dark.png ./asset/assets-gtk2/Buttons/ltr-button-hover-dark.png ./asset/assets-gtk2/Buttons/ltr-button-insensitive-dark.png ./asset/assets-gtk2/Buttons/rtl-button-active-dark.png ./asset/assets-gtk2/Buttons/rtl-button-dark.png ./asset/assets-gtk2/Buttons/rtl-button-hover-dark.png ./asset/assets-gtk2/Buttons/rtl-button-insensitive-dark.png /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Buttons ./asset/assets-gtk2/Buttons/accent-flat-button-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Buttons/accent-flat-button-active.png ./asset/assets-gtk2/Buttons/rtl-button-hover-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Buttons/rtl-button-hover-dark.png ./asset/assets-gtk2/Buttons/rtl-button-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Buttons/rtl-button-dark.png ./asset/assets-gtk2/Buttons/rtl-button-active-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Buttons/rtl-button-active-dark.png ./asset/assets-gtk2/Buttons/ltr-button-insensitive-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Buttons/ltr-button-insensitive-dark.png ./asset/assets-gtk2/Buttons/ltr-button-hover-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Buttons/ltr-button-hover-dark.png ./asset/assets-gtk2/Buttons/ltr-button-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Buttons/ltr-button-dark.png ./asset/assets-gtk2/Buttons/ltr-button-active-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Buttons/ltr-button-active-dark.png ./asset/assets-gtk2/Buttons/location-button-insensitive-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Buttons/location-button-insensitive-dark.png ./asset/assets-gtk2/Buttons/location-button-hover-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Buttons/location-button-hover-dark.png ./asset/assets-gtk2/Buttons/location-button-active-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Buttons/location-button-active-dark.png ./asset/assets-gtk2/Buttons/location-button-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Buttons/location-button-dark.png ./asset/assets-gtk2/Buttons/flat-button-semi-active-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Buttons/flat-button-semi-active-dark.png ./asset/assets-gtk2/Buttons/flat-button-hover-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Buttons/flat-button-hover-dark.png ./asset/assets-gtk2/Buttons/flat-button-active-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Buttons/flat-button-active-dark.png ./asset/assets-gtk2/Buttons/button-insensitive-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Buttons/button-insensitive-dark.png ./asset/assets-gtk2/Buttons/button-hover-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Buttons/button-hover-dark.png ./asset/assets-gtk2/Buttons/button-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Buttons/button-dark.png ./asset/assets-gtk2/Buttons/button-active-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Buttons/button-active-dark.png ./asset/assets-gtk2/Buttons/buttonbox-flat-button-hover-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Buttons/buttonbox-flat-button-hover-dark.png ./asset/assets-gtk2/Buttons/buttonbox-flat-button-active-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Buttons/buttonbox-flat-button-active-dark.png ./asset/assets-gtk2/Buttons/accent-flat-button-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Buttons/accent-flat-button-hover.png ./asset/assets-gtk2/Buttons/rtl-button-insensitive-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Buttons/rtl-button-insensitive-dark.png cp -Rv ./asset/assets-gtk2/Check-Radio/check-mixed-active-dark.png ./asset/assets-gtk2/Check-Radio/check-mixed-dark.png ./asset/assets-gtk2/Check-Radio/check-mixed-hover-dark.png ./asset/assets-gtk2/Check-Radio/check-mixed-hover-menuitem-dark.png ./asset/assets-gtk2/Check-Radio/check-mixed-insensitive-dark.png ./asset/assets-gtk2/Check-Radio/check-mixed-insensitive-menuitem.png ./asset/assets-gtk2/Check-Radio/check-mixed-menuitem-dark.png ./asset/assets-gtk2/Check-Radio/check-off-active-dark.png ./asset/assets-gtk2/Check-Radio/check-off-dark.png ./asset/assets-gtk2/Check-Radio/check-off-hover-dark.png ./asset/assets-gtk2/Check-Radio/check-off-hover-menuitem-dark.png ./asset/assets-gtk2/Check-Radio/check-off-insensitive-dark.png ./asset/assets-gtk2/Check-Radio/check-off-insensitive-menuitem-dark.png ./asset/assets-gtk2/Check-Radio/check-off-menuitem-dark.png ./asset/assets-gtk2/Check-Radio/check-on-active-dark.png ./asset/assets-gtk2/Check-Radio/check-on-dark.png ./asset/assets-gtk2/Check-Radio/check-on-hover-dark.png ./asset/assets-gtk2/Check-Radio/check-on-insensitive-dark.png ./asset/assets-gtk2/Check-Radio/check-on-hover-menuitem-dark.png ./asset/assets-gtk2/Check-Radio/check-on-insensitive-menuitem.png ./asset/assets-gtk2/Check-Radio/check-on-menuitem-dark.png ./asset/assets-gtk2/Check-Radio/radio-mixed-active-dark.png ./asset/assets-gtk2/Check-Radio/radio-mixed-dark.png ./asset/assets-gtk2/Check-Radio/radio-mixed-hover-dark.png ./asset/assets-gtk2/Check-Radio/radio-mixed-hover-menuitem.png ./asset/assets-gtk2/Check-Radio/radio-mixed-insensitive-dark.png ./asset/assets-gtk2/Check-Radio/radio-mixed-insensitive-menuitem.png ./asset/assets-gtk2/Check-Radio/radio-mixed-menuitem.png ./asset/assets-gtk2/Check-Radio/radio-off-active-dark.png ./asset/assets-gtk2/Check-Radio/radio-off-dark.png ./asset/assets-gtk2/Check-Radio/radio-off-hover-dark.png ./asset/assets-gtk2/Check-Radio/radio-off-hover-menuitem-dark.png ./asset/assets-gtk2/Check-Radio/radio-off-insensitive-dark.png ./asset/assets-gtk2/Check-Radio/radio-off-insensitive-menuitem-dark.png ./asset/assets-gtk2/Check-Radio/radio-off-menuitem-dark.png ./asset/assets-gtk2/Check-Radio/radio-on-active-dark.png ./asset/assets-gtk2/Check-Radio/radio-on-dark.png ./asset/assets-gtk2/Check-Radio/radio-on-hover-dark.png ./asset/assets-gtk2/Check-Radio/radio-on-insensitive-dark.png ./asset/assets-gtk2/Check-Radio/radio-on-hover-menuitem.png ./asset/assets-gtk2/Check-Radio/radio-on-insensitive-menuitem.png ./asset/assets-gtk2/Check-Radio/radio-on-menuitem.png /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Check-Radio ./asset/assets-gtk2/Check-Radio/check-mixed-active-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Check-Radio/check-mixed-active-dark.png ./asset/assets-gtk2/Check-Radio/radio-on-insensitive-menuitem.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Check-Radio/radio-on-insensitive-menuitem.png ./asset/assets-gtk2/Check-Radio/radio-on-hover-menuitem.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Check-Radio/radio-on-hover-menuitem.png ./asset/assets-gtk2/Check-Radio/radio-on-insensitive-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Check-Radio/radio-on-insensitive-dark.png ./asset/assets-gtk2/Check-Radio/radio-on-hover-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Check-Radio/radio-on-hover-dark.png ./asset/assets-gtk2/Check-Radio/radio-on-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Check-Radio/radio-on-dark.png ./asset/assets-gtk2/Check-Radio/radio-on-active-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Check-Radio/radio-on-active-dark.png ./asset/assets-gtk2/Check-Radio/radio-off-menuitem-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Check-Radio/radio-off-menuitem-dark.png ./asset/assets-gtk2/Check-Radio/radio-off-insensitive-menuitem-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Check-Radio/radio-off-insensitive-menuitem-dark.png ./asset/assets-gtk2/Check-Radio/radio-off-insensitive-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Check-Radio/radio-off-insensitive-dark.png ./asset/assets-gtk2/Check-Radio/radio-off-hover-menuitem-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Check-Radio/radio-off-hover-menuitem-dark.png ./asset/assets-gtk2/Check-Radio/radio-off-hover-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Check-Radio/radio-off-hover-dark.png ./asset/assets-gtk2/Check-Radio/radio-off-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Check-Radio/radio-off-dark.png ./asset/assets-gtk2/Check-Radio/radio-off-active-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Check-Radio/radio-off-active-dark.png ./asset/assets-gtk2/Check-Radio/radio-mixed-menuitem.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Check-Radio/radio-mixed-menuitem.png ./asset/assets-gtk2/Check-Radio/radio-mixed-insensitive-menuitem.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Check-Radio/radio-mixed-insensitive-menuitem.png ./asset/assets-gtk2/Check-Radio/radio-mixed-insensitive-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Check-Radio/radio-mixed-insensitive-dark.png ./asset/assets-gtk2/Check-Radio/radio-mixed-hover-menuitem.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Check-Radio/radio-mixed-hover-menuitem.png ./asset/assets-gtk2/Check-Radio/radio-mixed-hover-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Check-Radio/radio-mixed-hover-dark.png ./asset/assets-gtk2/Check-Radio/radio-mixed-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Check-Radio/radio-mixed-dark.png ./asset/assets-gtk2/Check-Radio/radio-mixed-active-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Check-Radio/radio-mixed-active-dark.png ./asset/assets-gtk2/Check-Radio/check-on-menuitem-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Check-Radio/check-on-menuitem-dark.png ./asset/assets-gtk2/Check-Radio/check-on-insensitive-menuitem.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Check-Radio/check-on-insensitive-menuitem.png ./asset/assets-gtk2/Check-Radio/check-on-hover-menuitem-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Check-Radio/check-on-hover-menuitem-dark.png ./asset/assets-gtk2/Check-Radio/check-on-insensitive-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Check-Radio/check-on-insensitive-dark.png ./asset/assets-gtk2/Check-Radio/check-on-hover-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Check-Radio/check-on-hover-dark.png ./asset/assets-gtk2/Check-Radio/check-on-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Check-Radio/check-on-dark.png ./asset/assets-gtk2/Check-Radio/check-on-active-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Check-Radio/check-on-active-dark.png ./asset/assets-gtk2/Check-Radio/check-off-menuitem-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Check-Radio/check-off-menuitem-dark.png ./asset/assets-gtk2/Check-Radio/check-off-insensitive-menuitem-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Check-Radio/check-off-insensitive-menuitem-dark.png ./asset/assets-gtk2/Check-Radio/check-off-insensitive-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Check-Radio/check-off-insensitive-dark.png ./asset/assets-gtk2/Check-Radio/check-off-hover-menuitem-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Check-Radio/check-off-hover-menuitem-dark.png ./asset/assets-gtk2/Check-Radio/check-off-hover-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Check-Radio/check-off-hover-dark.png ./asset/assets-gtk2/Check-Radio/check-off-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Check-Radio/check-off-dark.png ./asset/assets-gtk2/Check-Radio/check-off-active-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Check-Radio/check-off-active-dark.png ./asset/assets-gtk2/Check-Radio/check-mixed-menuitem-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Check-Radio/check-mixed-menuitem-dark.png ./asset/assets-gtk2/Check-Radio/check-mixed-insensitive-menuitem.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Check-Radio/check-mixed-insensitive-menuitem.png ./asset/assets-gtk2/Check-Radio/check-mixed-insensitive-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Check-Radio/check-mixed-insensitive-dark.png ./asset/assets-gtk2/Check-Radio/check-mixed-hover-menuitem-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Check-Radio/check-mixed-hover-menuitem-dark.png ./asset/assets-gtk2/Check-Radio/check-mixed-hover-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Check-Radio/check-mixed-hover-dark.png ./asset/assets-gtk2/Check-Radio/check-mixed-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Check-Radio/check-mixed-dark.png ./asset/assets-gtk2/Check-Radio/radio-on-menuitem.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Check-Radio/radio-on-menuitem.png cp -Rv ./asset/assets-gtk2/Column/column-active-dark.png ./asset/assets-gtk2/Column/column-dark.png ./asset/assets-gtk2/Column/column-hover-dark.png ./asset/assets-gtk2/Column/column-insensitive-dark.png /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Column ./asset/assets-gtk2/Column/column-insensitive-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Column/column-insensitive-dark.png ./asset/assets-gtk2/Column/column-hover-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Column/column-hover-dark.png ./asset/assets-gtk2/Column/column-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Column/column-dark.png ./asset/assets-gtk2/Column/column-active-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Column/column-active-dark.png cp -Rv ./asset/assets-gtk2/Entry/bg-dark.png ./asset/assets-gtk2/Entry/bg-active-dark.png ./asset/assets-gtk2/Entry/bg-insensitive-dark.png ./asset/assets-gtk2/Entry/entry-active-dark.png ./asset/assets-gtk2/Entry/entry-dark.png ./asset/assets-gtk2/Entry/entry-insensitive-dark.png ./asset/assets-gtk2/Entry/ltr-entry-active-dark.png ./asset/assets-gtk2/Entry/ltr-entry-dark.png ./asset/assets-gtk2/Entry/ltr-entry-insensitive-dark.png ./asset/assets-gtk2/Entry/rtl-entry-active-dark.png ./asset/assets-gtk2/Entry/rtl-entry-dark.png ./asset/assets-gtk2/Entry/rtl-entry-insensitive-dark.png /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Entry ./asset/assets-gtk2/Entry/bg-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Entry/bg-dark.png ./asset/assets-gtk2/Entry/rtl-entry-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Entry/rtl-entry-dark.png ./asset/assets-gtk2/Entry/rtl-entry-active-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Entry/rtl-entry-active-dark.png ./asset/assets-gtk2/Entry/ltr-entry-insensitive-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Entry/ltr-entry-insensitive-dark.png ./asset/assets-gtk2/Entry/ltr-entry-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Entry/ltr-entry-dark.png ./asset/assets-gtk2/Entry/ltr-entry-active-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Entry/ltr-entry-active-dark.png ./asset/assets-gtk2/Entry/entry-insensitive-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Entry/entry-insensitive-dark.png ./asset/assets-gtk2/Entry/entry-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Entry/entry-dark.png ./asset/assets-gtk2/Entry/entry-active-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Entry/entry-active-dark.png ./asset/assets-gtk2/Entry/bg-insensitive-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Entry/bg-insensitive-dark.png ./asset/assets-gtk2/Entry/bg-active-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Entry/bg-active-dark.png ./asset/assets-gtk2/Entry/rtl-entry-insensitive-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Entry/rtl-entry-insensitive-dark.png cp -Rv ./asset/assets-gtk2/Handles/h-handle-active-dark.png ./asset/assets-gtk2/Handles/h-handle-dark.png ./asset/assets-gtk2/Handles/h-handle-hover-dark.png ./asset/assets-gtk2/Handles/h-handle-insensitive-dark.png ./asset/assets-gtk2/Handles/v-handle-active-dark.png ./asset/assets-gtk2/Handles/v-handle-dark.png ./asset/assets-gtk2/Handles/v-handle-hover-dark.png ./asset/assets-gtk2/Handles/v-handle-insensitive-dark.png /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Handles ./asset/assets-gtk2/Handles/h-handle-active-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Handles/h-handle-active-dark.png ./asset/assets-gtk2/Handles/v-handle-hover-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Handles/v-handle-hover-dark.png ./asset/assets-gtk2/Handles/v-handle-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Handles/v-handle-dark.png ./asset/assets-gtk2/Handles/v-handle-active-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Handles/v-handle-active-dark.png ./asset/assets-gtk2/Handles/h-handle-insensitive-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Handles/h-handle-insensitive-dark.png ./asset/assets-gtk2/Handles/h-handle-hover-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Handles/h-handle-hover-dark.png ./asset/assets-gtk2/Handles/h-handle-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Handles/h-handle-dark.png ./asset/assets-gtk2/Handles/v-handle-insensitive-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Handles/v-handle-insensitive-dark.png cp -Rv ./asset/assets-gtk2/Lines/h-line.png ./asset/assets-gtk2/Lines/menu-line-dark.png ./asset/assets-gtk2/Lines/v-line.png /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Lines ./asset/assets-gtk2/Lines/v-line.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Lines/v-line.png ./asset/assets-gtk2/Lines/menu-line-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Lines/menu-line-dark.png ./asset/assets-gtk2/Lines/h-line.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Lines/h-line.png cp -Rv ./asset/assets-gtk2/Others/bottom.png ./asset/assets-gtk2/Others/focus-dark.png ./asset/assets-gtk2/Others/left.png ./asset/assets-gtk2/Others/menu-bg-dark.png ./asset/assets-gtk2/Others/null.svg ./asset/assets-gtk2/Others/right.png ./asset/assets-gtk2/Others/panel-active-dark.png ./asset/assets-gtk2/Others/panel-hover-dark.png ./asset/assets-gtk2/Others/top.png /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Others ./asset/assets-gtk2/Others/bottom.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Others/bottom.png ./asset/assets-gtk2/Others/panel-hover-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Others/panel-hover-dark.png ./asset/assets-gtk2/Others/panel-active-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Others/panel-active-dark.png ./asset/assets-gtk2/Others/right.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Others/right.png ./asset/assets-gtk2/Others/null.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Others/null.svg ./asset/assets-gtk2/Others/menu-bg-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Others/menu-bg-dark.png ./asset/assets-gtk2/Others/left.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Others/left.png ./asset/assets-gtk2/Others/focus-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Others/focus-dark.png ./asset/assets-gtk2/Others/top.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Others/top.png cp -Rv ./asset/assets-gtk2/ProgressBar/bar.png ./asset/assets-gtk2/ProgressBar/trough-dark.png /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/ProgressBar ./asset/assets-gtk2/ProgressBar/trough-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/ProgressBar/trough-dark.png ./asset/assets-gtk2/ProgressBar/bar.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/ProgressBar/bar.png cp -Rv ./asset/assets-gtk2/Range/h-scale-trough-active.png ./asset/assets-gtk2/Range/h-scale-trough-dark.png ./asset/assets-gtk2/Range/h-scale-trough-insensitive-dark.png ./asset/assets-gtk2/Range/scale-slider-active.png ./asset/assets-gtk2/Range/scale-slider-hover.png ./asset/assets-gtk2/Range/scale-slider-insensitive-dark.png ./asset/assets-gtk2/Range/scale-slider.png ./asset/assets-gtk2/Range/v-scale-trough-active.png ./asset/assets-gtk2/Range/v-scale-trough-dark.png ./asset/assets-gtk2/Range/v-scale-trough-insensitive-dark.png /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Range ./asset/assets-gtk2/Range/h-scale-trough-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Range/h-scale-trough-active.png ./asset/assets-gtk2/Range/v-scale-trough-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Range/v-scale-trough-dark.png ./asset/assets-gtk2/Range/v-scale-trough-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Range/v-scale-trough-active.png ./asset/assets-gtk2/Range/scale-slider.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Range/scale-slider.png ./asset/assets-gtk2/Range/scale-slider-insensitive-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Range/scale-slider-insensitive-dark.png ./asset/assets-gtk2/Range/scale-slider-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Range/scale-slider-hover.png ./asset/assets-gtk2/Range/scale-slider-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Range/scale-slider-active.png ./asset/assets-gtk2/Range/h-scale-trough-insensitive-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Range/h-scale-trough-insensitive-dark.png ./asset/assets-gtk2/Range/h-scale-trough-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Range/h-scale-trough-dark.png ./asset/assets-gtk2/Range/v-scale-trough-insensitive-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Range/v-scale-trough-insensitive-dark.png cp -Rv ./asset/assets-gtk2/Scrollbars/h-slider-active-dark.png ./asset/assets-gtk2/Scrollbars/h-slider-dark.png ./asset/assets-gtk2/Scrollbars/h-slider-hover-dark.png ./asset/assets-gtk2/Scrollbars/h-slider-insensitive-dark.png ./asset/assets-gtk2/Scrollbars/h-trough-dark.png ./asset/assets-gtk2/Scrollbars/v-slider-active-dark.png ./asset/assets-gtk2/Scrollbars/v-slider-dark.png ./asset/assets-gtk2/Scrollbars/v-slider-hover-dark.png ./asset/assets-gtk2/Scrollbars/v-slider-insensitive-dark.png ./asset/assets-gtk2/Scrollbars/v-trough-dark.png /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Scrollbars ./asset/assets-gtk2/Scrollbars/h-slider-active-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Scrollbars/h-slider-active-dark.png ./asset/assets-gtk2/Scrollbars/v-slider-insensitive-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Scrollbars/v-slider-insensitive-dark.png ./asset/assets-gtk2/Scrollbars/v-slider-hover-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Scrollbars/v-slider-hover-dark.png ./asset/assets-gtk2/Scrollbars/v-slider-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Scrollbars/v-slider-dark.png ./asset/assets-gtk2/Scrollbars/v-slider-active-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Scrollbars/v-slider-active-dark.png ./asset/assets-gtk2/Scrollbars/h-trough-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Scrollbars/h-trough-dark.png ./asset/assets-gtk2/Scrollbars/h-slider-insensitive-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Scrollbars/h-slider-insensitive-dark.png ./asset/assets-gtk2/Scrollbars/h-slider-hover-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Scrollbars/h-slider-hover-dark.png ./asset/assets-gtk2/Scrollbars/h-slider-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Scrollbars/h-slider-dark.png ./asset/assets-gtk2/Scrollbars/v-trough-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Scrollbars/v-trough-dark.png cp -Rv ./asset/assets-gtk2/Shadows/frame.png ./asset/assets-gtk2/Shadows/frame-notebook-dark.png ./asset/assets-gtk2/Shadows/gap.png ./asset/assets-gtk2/Shadows/z-depth-1.svg ./asset/assets-gtk2/Shadows/z-depth-2.svg /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Shadows ./asset/assets-gtk2/Shadows/z-depth-2.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Shadows/z-depth-2.svg ./asset/assets-gtk2/Shadows/z-depth-1.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Shadows/z-depth-1.svg ./asset/assets-gtk2/Shadows/gap.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Shadows/gap.png ./asset/assets-gtk2/Shadows/frame-notebook-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Shadows/frame-notebook-dark.png ./asset/assets-gtk2/Shadows/frame.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Shadows/frame.png cp -Rv ./asset/assets-gtk2/Spin/ltr-down-active-dark.png ./asset/assets-gtk2/Spin/ltr-down-dark.png ./asset/assets-gtk2/Spin/ltr-down-hover-dark.png ./asset/assets-gtk2/Spin/ltr-down-insensitive-dark.png ./asset/assets-gtk2/Spin/ltr-up-active-dark.png ./asset/assets-gtk2/Spin/ltr-up-dark.png ./asset/assets-gtk2/Spin/ltr-up-hover-dark.png ./asset/assets-gtk2/Spin/ltr-up-insensitive-dark.png ./asset/assets-gtk2/Spin/rtl-down-active-dark.png ./asset/assets-gtk2/Spin/rtl-down-dark.png ./asset/assets-gtk2/Spin/rtl-down-hover-dark.png ./asset/assets-gtk2/Spin/rtl-down-insensitive-dark.png ./asset/assets-gtk2/Spin/rtl-up-active-dark.png ./asset/assets-gtk2/Spin/rtl-up-dark.png ./asset/assets-gtk2/Spin/rtl-up-hover-dark.png ./asset/assets-gtk2/Spin/rtl-up-insensitive-dark.png /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Spin ./asset/assets-gtk2/Spin/ltr-down-active-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Spin/ltr-down-active-dark.png ./asset/assets-gtk2/Spin/rtl-up-hover-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Spin/rtl-up-hover-dark.png ./asset/assets-gtk2/Spin/rtl-up-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Spin/rtl-up-dark.png ./asset/assets-gtk2/Spin/rtl-up-active-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Spin/rtl-up-active-dark.png ./asset/assets-gtk2/Spin/rtl-down-insensitive-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Spin/rtl-down-insensitive-dark.png ./asset/assets-gtk2/Spin/rtl-down-hover-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Spin/rtl-down-hover-dark.png ./asset/assets-gtk2/Spin/rtl-down-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Spin/rtl-down-dark.png ./asset/assets-gtk2/Spin/rtl-down-active-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Spin/rtl-down-active-dark.png ./asset/assets-gtk2/Spin/ltr-up-insensitive-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Spin/ltr-up-insensitive-dark.png ./asset/assets-gtk2/Spin/ltr-up-hover-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Spin/ltr-up-hover-dark.png ./asset/assets-gtk2/Spin/ltr-up-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Spin/ltr-up-dark.png ./asset/assets-gtk2/Spin/ltr-up-active-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Spin/ltr-up-active-dark.png ./asset/assets-gtk2/Spin/ltr-down-insensitive-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Spin/ltr-down-insensitive-dark.png ./asset/assets-gtk2/Spin/ltr-down-hover-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Spin/ltr-down-hover-dark.png ./asset/assets-gtk2/Spin/ltr-down-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Spin/ltr-down-dark.png ./asset/assets-gtk2/Spin/rtl-up-insensitive-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Spin/rtl-up-insensitive-dark.png cp -Rv ./asset/assets-gtk2/Toolbar/inline-toolbar-dark.png /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Toolbar ./asset/assets-gtk2/Toolbar/inline-toolbar-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtk-2.0/Toolbar/inline-toolbar-dark.png /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0 /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Arrows /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Buttons /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Check-Radio /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Column /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Entry /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Handles /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Lines /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Others /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/ProgressBar /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Range /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Scrollbars /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Shadows /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Spin /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Toolbar cp -Rv ./gtk-2.0/3rd-party-dark-compact.rc ./gtk-2.0/common-dark-compact.rc /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0 ./gtk-2.0/common-dark-compact.rc -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/common-dark-compact.rc ./gtk-2.0/3rd-party-dark-compact.rc -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/3rd-party-dark-compact.rc cp -Rv ./gtk-2.0/gtkrc-dark-compact /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/gtkrc ./gtk-2.0/gtkrc-dark-compact -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/gtkrc cp -Rv ./asset/assets-gtk2/Arrows/down-alt-dark.png ./asset/assets-gtk2/Arrows/down-alt-hover-dark.png ./asset/assets-gtk2/Arrows/down-alt-insensitive-dark.png ./asset/assets-gtk2/Arrows/down-dark.png ./asset/assets-gtk2/Arrows/down-insensitive-dark.png ./asset/assets-gtk2/Arrows/left-alt-dark.png ./asset/assets-gtk2/Arrows/left-alt-hover-dark.png ./asset/assets-gtk2/Arrows/left-alt-insensitive-dark.png ./asset/assets-gtk2/Arrows/left-dark.png ./asset/assets-gtk2/Arrows/left-insensitive-dark.png ./asset/assets-gtk2/Arrows/right-alt-dark.png ./asset/assets-gtk2/Arrows/right-alt-hover-dark.png ./asset/assets-gtk2/Arrows/right-alt-insensitive-dark.png ./asset/assets-gtk2/Arrows/right-dark.png ./asset/assets-gtk2/Arrows/right-insensitive-dark.png ./asset/assets-gtk2/Arrows/up-alt-dark.png ./asset/assets-gtk2/Arrows/up-alt-hover-dark.png ./asset/assets-gtk2/Arrows/up-alt-insensitive-dark.png ./asset/assets-gtk2/Arrows/up-dark.png ./asset/assets-gtk2/Arrows/up-insensitive-dark.png /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Arrows ./asset/assets-gtk2/Arrows/down-alt-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Arrows/down-alt-dark.png ./asset/assets-gtk2/Arrows/up-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Arrows/up-dark.png ./asset/assets-gtk2/Arrows/up-alt-insensitive-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Arrows/up-alt-insensitive-dark.png ./asset/assets-gtk2/Arrows/up-alt-hover-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Arrows/up-alt-hover-dark.png ./asset/assets-gtk2/Arrows/up-alt-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Arrows/up-alt-dark.png ./asset/assets-gtk2/Arrows/right-insensitive-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Arrows/right-insensitive-dark.png ./asset/assets-gtk2/Arrows/right-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Arrows/right-dark.png ./asset/assets-gtk2/Arrows/right-alt-insensitive-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Arrows/right-alt-insensitive-dark.png ./asset/assets-gtk2/Arrows/right-alt-hover-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Arrows/right-alt-hover-dark.png ./asset/assets-gtk2/Arrows/right-alt-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Arrows/right-alt-dark.png ./asset/assets-gtk2/Arrows/left-insensitive-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Arrows/left-insensitive-dark.png ./asset/assets-gtk2/Arrows/left-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Arrows/left-dark.png ./asset/assets-gtk2/Arrows/left-alt-insensitive-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Arrows/left-alt-insensitive-dark.png ./asset/assets-gtk2/Arrows/left-alt-hover-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Arrows/left-alt-hover-dark.png ./asset/assets-gtk2/Arrows/left-alt-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Arrows/left-alt-dark.png ./asset/assets-gtk2/Arrows/down-insensitive-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Arrows/down-insensitive-dark.png ./asset/assets-gtk2/Arrows/down-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Arrows/down-dark.png ./asset/assets-gtk2/Arrows/down-alt-insensitive-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Arrows/down-alt-insensitive-dark.png ./asset/assets-gtk2/Arrows/down-alt-hover-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Arrows/down-alt-hover-dark.png ./asset/assets-gtk2/Arrows/up-insensitive-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Arrows/up-insensitive-dark.png cp -Rv ./asset/assets-gtk2/Buttons/accent-flat-button-active.png ./asset/assets-gtk2/Buttons/accent-flat-button-hover.png ./asset/assets-gtk2/Buttons/buttonbox-flat-button-active-dark.png ./asset/assets-gtk2/Buttons/buttonbox-flat-button-hover-dark.png ./asset/assets-gtk2/Buttons/button-active-dark.png ./asset/assets-gtk2/Buttons/button-dark.png ./asset/assets-gtk2/Buttons/button-hover-dark.png ./asset/assets-gtk2/Buttons/button-insensitive-dark.png ./asset/assets-gtk2/Buttons/flat-button-active-dark.png ./asset/assets-gtk2/Buttons/flat-button-hover-dark.png ./asset/assets-gtk2/Buttons/flat-button-semi-active-dark.png ./asset/assets-gtk2/Buttons/location-button-dark.png ./asset/assets-gtk2/Buttons/location-button-active-dark.png ./asset/assets-gtk2/Buttons/location-button-hover-dark.png ./asset/assets-gtk2/Buttons/location-button-insensitive-dark.png ./asset/assets-gtk2/Buttons/ltr-button-active-dark.png ./asset/assets-gtk2/Buttons/ltr-button-dark.png ./asset/assets-gtk2/Buttons/ltr-button-hover-dark.png ./asset/assets-gtk2/Buttons/ltr-button-insensitive-dark.png ./asset/assets-gtk2/Buttons/rtl-button-active-dark.png ./asset/assets-gtk2/Buttons/rtl-button-dark.png ./asset/assets-gtk2/Buttons/rtl-button-hover-dark.png ./asset/assets-gtk2/Buttons/rtl-button-insensitive-dark.png /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Buttons ./asset/assets-gtk2/Buttons/accent-flat-button-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Buttons/accent-flat-button-active.png ./asset/assets-gtk2/Buttons/rtl-button-hover-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Buttons/rtl-button-hover-dark.png ./asset/assets-gtk2/Buttons/rtl-button-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Buttons/rtl-button-dark.png ./asset/assets-gtk2/Buttons/rtl-button-active-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Buttons/rtl-button-active-dark.png ./asset/assets-gtk2/Buttons/ltr-button-insensitive-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Buttons/ltr-button-insensitive-dark.png ./asset/assets-gtk2/Buttons/ltr-button-hover-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Buttons/ltr-button-hover-dark.png ./asset/assets-gtk2/Buttons/ltr-button-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Buttons/ltr-button-dark.png ./asset/assets-gtk2/Buttons/ltr-button-active-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Buttons/ltr-button-active-dark.png ./asset/assets-gtk2/Buttons/location-button-insensitive-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Buttons/location-button-insensitive-dark.png ./asset/assets-gtk2/Buttons/location-button-hover-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Buttons/location-button-hover-dark.png ./asset/assets-gtk2/Buttons/location-button-active-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Buttons/location-button-active-dark.png ./asset/assets-gtk2/Buttons/location-button-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Buttons/location-button-dark.png ./asset/assets-gtk2/Buttons/flat-button-semi-active-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Buttons/flat-button-semi-active-dark.png ./asset/assets-gtk2/Buttons/flat-button-hover-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Buttons/flat-button-hover-dark.png ./asset/assets-gtk2/Buttons/flat-button-active-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Buttons/flat-button-active-dark.png ./asset/assets-gtk2/Buttons/button-insensitive-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Buttons/button-insensitive-dark.png ./asset/assets-gtk2/Buttons/button-hover-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Buttons/button-hover-dark.png ./asset/assets-gtk2/Buttons/button-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Buttons/button-dark.png ./asset/assets-gtk2/Buttons/button-active-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Buttons/button-active-dark.png ./asset/assets-gtk2/Buttons/buttonbox-flat-button-hover-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Buttons/buttonbox-flat-button-hover-dark.png ./asset/assets-gtk2/Buttons/buttonbox-flat-button-active-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Buttons/buttonbox-flat-button-active-dark.png ./asset/assets-gtk2/Buttons/accent-flat-button-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Buttons/accent-flat-button-hover.png ./asset/assets-gtk2/Buttons/rtl-button-insensitive-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Buttons/rtl-button-insensitive-dark.png cp -Rv ./asset/assets-gtk2/Check-Radio/check-mixed-active-dark.png ./asset/assets-gtk2/Check-Radio/check-mixed-dark.png ./asset/assets-gtk2/Check-Radio/check-mixed-hover-dark.png ./asset/assets-gtk2/Check-Radio/check-mixed-hover-menuitem-dark.png ./asset/assets-gtk2/Check-Radio/check-mixed-insensitive-dark.png ./asset/assets-gtk2/Check-Radio/check-mixed-insensitive-menuitem.png ./asset/assets-gtk2/Check-Radio/check-mixed-menuitem-dark.png ./asset/assets-gtk2/Check-Radio/check-off-active-dark.png ./asset/assets-gtk2/Check-Radio/check-off-dark.png ./asset/assets-gtk2/Check-Radio/check-off-hover-dark.png ./asset/assets-gtk2/Check-Radio/check-off-hover-menuitem-dark.png ./asset/assets-gtk2/Check-Radio/check-off-insensitive-dark.png ./asset/assets-gtk2/Check-Radio/check-off-insensitive-menuitem-dark.png ./asset/assets-gtk2/Check-Radio/check-off-menuitem-dark.png ./asset/assets-gtk2/Check-Radio/check-on-active-dark.png ./asset/assets-gtk2/Check-Radio/check-on-dark.png ./asset/assets-gtk2/Check-Radio/check-on-hover-dark.png ./asset/assets-gtk2/Check-Radio/check-on-insensitive-dark.png ./asset/assets-gtk2/Check-Radio/check-on-hover-menuitem-dark.png ./asset/assets-gtk2/Check-Radio/check-on-insensitive-menuitem.png ./asset/assets-gtk2/Check-Radio/check-on-menuitem-dark.png ./asset/assets-gtk2/Check-Radio/radio-mixed-active-dark.png ./asset/assets-gtk2/Check-Radio/radio-mixed-dark.png ./asset/assets-gtk2/Check-Radio/radio-mixed-hover-dark.png ./asset/assets-gtk2/Check-Radio/radio-mixed-hover-menuitem.png ./asset/assets-gtk2/Check-Radio/radio-mixed-insensitive-dark.png ./asset/assets-gtk2/Check-Radio/radio-mixed-insensitive-menuitem.png ./asset/assets-gtk2/Check-Radio/radio-mixed-menuitem.png ./asset/assets-gtk2/Check-Radio/radio-off-active-dark.png ./asset/assets-gtk2/Check-Radio/radio-off-dark.png ./asset/assets-gtk2/Check-Radio/radio-off-hover-dark.png ./asset/assets-gtk2/Check-Radio/radio-off-hover-menuitem-dark.png ./asset/assets-gtk2/Check-Radio/radio-off-insensitive-dark.png ./asset/assets-gtk2/Check-Radio/radio-off-insensitive-menuitem-dark.png ./asset/assets-gtk2/Check-Radio/radio-off-menuitem-dark.png ./asset/assets-gtk2/Check-Radio/radio-on-active-dark.png ./asset/assets-gtk2/Check-Radio/radio-on-dark.png ./asset/assets-gtk2/Check-Radio/radio-on-hover-dark.png ./asset/assets-gtk2/Check-Radio/radio-on-insensitive-dark.png ./asset/assets-gtk2/Check-Radio/radio-on-hover-menuitem.png ./asset/assets-gtk2/Check-Radio/radio-on-insensitive-menuitem.png ./asset/assets-gtk2/Check-Radio/radio-on-menuitem.png /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Check-Radio ./asset/assets-gtk2/Check-Radio/check-mixed-active-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Check-Radio/check-mixed-active-dark.png ./asset/assets-gtk2/Check-Radio/radio-on-insensitive-menuitem.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Check-Radio/radio-on-insensitive-menuitem.png ./asset/assets-gtk2/Check-Radio/radio-on-hover-menuitem.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Check-Radio/radio-on-hover-menuitem.png ./asset/assets-gtk2/Check-Radio/radio-on-insensitive-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Check-Radio/radio-on-insensitive-dark.png ./asset/assets-gtk2/Check-Radio/radio-on-hover-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Check-Radio/radio-on-hover-dark.png ./asset/assets-gtk2/Check-Radio/radio-on-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Check-Radio/radio-on-dark.png ./asset/assets-gtk2/Check-Radio/radio-on-active-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Check-Radio/radio-on-active-dark.png ./asset/assets-gtk2/Check-Radio/radio-off-menuitem-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Check-Radio/radio-off-menuitem-dark.png ./asset/assets-gtk2/Check-Radio/radio-off-insensitive-menuitem-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Check-Radio/radio-off-insensitive-menuitem-dark.png ./asset/assets-gtk2/Check-Radio/radio-off-insensitive-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Check-Radio/radio-off-insensitive-dark.png ./asset/assets-gtk2/Check-Radio/radio-off-hover-menuitem-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Check-Radio/radio-off-hover-menuitem-dark.png ./asset/assets-gtk2/Check-Radio/radio-off-hover-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Check-Radio/radio-off-hover-dark.png ./asset/assets-gtk2/Check-Radio/radio-off-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Check-Radio/radio-off-dark.png ./asset/assets-gtk2/Check-Radio/radio-off-active-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Check-Radio/radio-off-active-dark.png ./asset/assets-gtk2/Check-Radio/radio-mixed-menuitem.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Check-Radio/radio-mixed-menuitem.png ./asset/assets-gtk2/Check-Radio/radio-mixed-insensitive-menuitem.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Check-Radio/radio-mixed-insensitive-menuitem.png ./asset/assets-gtk2/Check-Radio/radio-mixed-insensitive-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Check-Radio/radio-mixed-insensitive-dark.png ./asset/assets-gtk2/Check-Radio/radio-mixed-hover-menuitem.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Check-Radio/radio-mixed-hover-menuitem.png ./asset/assets-gtk2/Check-Radio/radio-mixed-hover-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Check-Radio/radio-mixed-hover-dark.png ./asset/assets-gtk2/Check-Radio/radio-mixed-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Check-Radio/radio-mixed-dark.png ./asset/assets-gtk2/Check-Radio/radio-mixed-active-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Check-Radio/radio-mixed-active-dark.png ./asset/assets-gtk2/Check-Radio/check-on-menuitem-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Check-Radio/check-on-menuitem-dark.png ./asset/assets-gtk2/Check-Radio/check-on-insensitive-menuitem.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Check-Radio/check-on-insensitive-menuitem.png ./asset/assets-gtk2/Check-Radio/check-on-hover-menuitem-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Check-Radio/check-on-hover-menuitem-dark.png ./asset/assets-gtk2/Check-Radio/check-on-insensitive-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Check-Radio/check-on-insensitive-dark.png ./asset/assets-gtk2/Check-Radio/check-on-hover-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Check-Radio/check-on-hover-dark.png ./asset/assets-gtk2/Check-Radio/check-on-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Check-Radio/check-on-dark.png ./asset/assets-gtk2/Check-Radio/check-on-active-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Check-Radio/check-on-active-dark.png ./asset/assets-gtk2/Check-Radio/check-off-menuitem-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Check-Radio/check-off-menuitem-dark.png ./asset/assets-gtk2/Check-Radio/check-off-insensitive-menuitem-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Check-Radio/check-off-insensitive-menuitem-dark.png ./asset/assets-gtk2/Check-Radio/check-off-insensitive-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Check-Radio/check-off-insensitive-dark.png ./asset/assets-gtk2/Check-Radio/check-off-hover-menuitem-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Check-Radio/check-off-hover-menuitem-dark.png ./asset/assets-gtk2/Check-Radio/check-off-hover-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Check-Radio/check-off-hover-dark.png ./asset/assets-gtk2/Check-Radio/check-off-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Check-Radio/check-off-dark.png ./asset/assets-gtk2/Check-Radio/check-off-active-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Check-Radio/check-off-active-dark.png ./asset/assets-gtk2/Check-Radio/check-mixed-menuitem-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Check-Radio/check-mixed-menuitem-dark.png ./asset/assets-gtk2/Check-Radio/check-mixed-insensitive-menuitem.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Check-Radio/check-mixed-insensitive-menuitem.png ./asset/assets-gtk2/Check-Radio/check-mixed-insensitive-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Check-Radio/check-mixed-insensitive-dark.png ./asset/assets-gtk2/Check-Radio/check-mixed-hover-menuitem-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Check-Radio/check-mixed-hover-menuitem-dark.png ./asset/assets-gtk2/Check-Radio/check-mixed-hover-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Check-Radio/check-mixed-hover-dark.png ./asset/assets-gtk2/Check-Radio/check-mixed-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Check-Radio/check-mixed-dark.png ./asset/assets-gtk2/Check-Radio/radio-on-menuitem.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Check-Radio/radio-on-menuitem.png cp -Rv ./asset/assets-gtk2/Column/column-active-dark.png ./asset/assets-gtk2/Column/column-dark.png ./asset/assets-gtk2/Column/column-hover-dark.png ./asset/assets-gtk2/Column/column-insensitive-dark.png /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Column ./asset/assets-gtk2/Column/column-insensitive-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Column/column-insensitive-dark.png ./asset/assets-gtk2/Column/column-hover-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Column/column-hover-dark.png ./asset/assets-gtk2/Column/column-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Column/column-dark.png ./asset/assets-gtk2/Column/column-active-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Column/column-active-dark.png cp -Rv ./asset/assets-gtk2/Entry/bg-dark.png ./asset/assets-gtk2/Entry/bg-active-dark.png ./asset/assets-gtk2/Entry/bg-insensitive-dark.png ./asset/assets-gtk2/Entry/entry-active-dark.png ./asset/assets-gtk2/Entry/entry-dark.png ./asset/assets-gtk2/Entry/entry-insensitive-dark.png ./asset/assets-gtk2/Entry/ltr-entry-active-dark.png ./asset/assets-gtk2/Entry/ltr-entry-dark.png ./asset/assets-gtk2/Entry/ltr-entry-insensitive-dark.png ./asset/assets-gtk2/Entry/rtl-entry-active-dark.png ./asset/assets-gtk2/Entry/rtl-entry-dark.png ./asset/assets-gtk2/Entry/rtl-entry-insensitive-dark.png /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Entry ./asset/assets-gtk2/Entry/bg-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Entry/bg-dark.png ./asset/assets-gtk2/Entry/rtl-entry-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Entry/rtl-entry-dark.png ./asset/assets-gtk2/Entry/rtl-entry-active-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Entry/rtl-entry-active-dark.png ./asset/assets-gtk2/Entry/ltr-entry-insensitive-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Entry/ltr-entry-insensitive-dark.png ./asset/assets-gtk2/Entry/ltr-entry-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Entry/ltr-entry-dark.png ./asset/assets-gtk2/Entry/ltr-entry-active-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Entry/ltr-entry-active-dark.png ./asset/assets-gtk2/Entry/entry-insensitive-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Entry/entry-insensitive-dark.png ./asset/assets-gtk2/Entry/entry-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Entry/entry-dark.png ./asset/assets-gtk2/Entry/entry-active-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Entry/entry-active-dark.png ./asset/assets-gtk2/Entry/bg-insensitive-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Entry/bg-insensitive-dark.png ./asset/assets-gtk2/Entry/bg-active-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Entry/bg-active-dark.png ./asset/assets-gtk2/Entry/rtl-entry-insensitive-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Entry/rtl-entry-insensitive-dark.png cp -Rv ./asset/assets-gtk2/Handles/h-handle-active-dark.png ./asset/assets-gtk2/Handles/h-handle-dark.png ./asset/assets-gtk2/Handles/h-handle-hover-dark.png ./asset/assets-gtk2/Handles/h-handle-insensitive-dark.png ./asset/assets-gtk2/Handles/v-handle-active-dark.png ./asset/assets-gtk2/Handles/v-handle-dark.png ./asset/assets-gtk2/Handles/v-handle-hover-dark.png ./asset/assets-gtk2/Handles/v-handle-insensitive-dark.png /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Handles ./asset/assets-gtk2/Handles/h-handle-active-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Handles/h-handle-active-dark.png ./asset/assets-gtk2/Handles/v-handle-hover-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Handles/v-handle-hover-dark.png ./asset/assets-gtk2/Handles/v-handle-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Handles/v-handle-dark.png ./asset/assets-gtk2/Handles/v-handle-active-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Handles/v-handle-active-dark.png ./asset/assets-gtk2/Handles/h-handle-insensitive-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Handles/h-handle-insensitive-dark.png ./asset/assets-gtk2/Handles/h-handle-hover-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Handles/h-handle-hover-dark.png ./asset/assets-gtk2/Handles/h-handle-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Handles/h-handle-dark.png ./asset/assets-gtk2/Handles/v-handle-insensitive-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Handles/v-handle-insensitive-dark.png cp -Rv ./asset/assets-gtk2/Lines/h-line.png ./asset/assets-gtk2/Lines/menu-line-dark.png ./asset/assets-gtk2/Lines/v-line.png /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Lines ./asset/assets-gtk2/Lines/v-line.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Lines/v-line.png ./asset/assets-gtk2/Lines/menu-line-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Lines/menu-line-dark.png ./asset/assets-gtk2/Lines/h-line.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Lines/h-line.png cp -Rv ./asset/assets-gtk2/Others/bottom.png ./asset/assets-gtk2/Others/focus-dark.png ./asset/assets-gtk2/Others/left.png ./asset/assets-gtk2/Others/menu-bg-dark.png ./asset/assets-gtk2/Others/null.svg ./asset/assets-gtk2/Others/right.png ./asset/assets-gtk2/Others/panel-active-dark.png ./asset/assets-gtk2/Others/panel-hover-dark.png ./asset/assets-gtk2/Others/top.png /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Others ./asset/assets-gtk2/Others/bottom.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Others/bottom.png ./asset/assets-gtk2/Others/panel-hover-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Others/panel-hover-dark.png ./asset/assets-gtk2/Others/panel-active-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Others/panel-active-dark.png ./asset/assets-gtk2/Others/right.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Others/right.png ./asset/assets-gtk2/Others/null.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Others/null.svg ./asset/assets-gtk2/Others/menu-bg-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Others/menu-bg-dark.png ./asset/assets-gtk2/Others/left.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Others/left.png ./asset/assets-gtk2/Others/focus-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Others/focus-dark.png ./asset/assets-gtk2/Others/top.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Others/top.png cp -Rv ./asset/assets-gtk2/ProgressBar/bar.png ./asset/assets-gtk2/ProgressBar/trough-dark.png /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/ProgressBar ./asset/assets-gtk2/ProgressBar/trough-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/ProgressBar/trough-dark.png ./asset/assets-gtk2/ProgressBar/bar.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/ProgressBar/bar.png cp -Rv ./asset/assets-gtk2/Range/h-scale-trough-active.png ./asset/assets-gtk2/Range/h-scale-trough-dark.png ./asset/assets-gtk2/Range/h-scale-trough-insensitive-dark.png ./asset/assets-gtk2/Range/scale-slider-active.png ./asset/assets-gtk2/Range/scale-slider-hover.png ./asset/assets-gtk2/Range/scale-slider-insensitive-dark.png ./asset/assets-gtk2/Range/scale-slider.png ./asset/assets-gtk2/Range/v-scale-trough-active.png ./asset/assets-gtk2/Range/v-scale-trough-dark.png ./asset/assets-gtk2/Range/v-scale-trough-insensitive-dark.png /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Range ./asset/assets-gtk2/Range/h-scale-trough-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Range/h-scale-trough-active.png ./asset/assets-gtk2/Range/v-scale-trough-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Range/v-scale-trough-dark.png ./asset/assets-gtk2/Range/v-scale-trough-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Range/v-scale-trough-active.png ./asset/assets-gtk2/Range/scale-slider.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Range/scale-slider.png ./asset/assets-gtk2/Range/scale-slider-insensitive-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Range/scale-slider-insensitive-dark.png ./asset/assets-gtk2/Range/scale-slider-hover.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Range/scale-slider-hover.png ./asset/assets-gtk2/Range/scale-slider-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Range/scale-slider-active.png ./asset/assets-gtk2/Range/h-scale-trough-insensitive-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Range/h-scale-trough-insensitive-dark.png ./asset/assets-gtk2/Range/h-scale-trough-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Range/h-scale-trough-dark.png ./asset/assets-gtk2/Range/v-scale-trough-insensitive-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Range/v-scale-trough-insensitive-dark.png cp -Rv ./asset/assets-gtk2/Scrollbars/h-slider-active-dark.png ./asset/assets-gtk2/Scrollbars/h-slider-dark.png ./asset/assets-gtk2/Scrollbars/h-slider-hover-dark.png ./asset/assets-gtk2/Scrollbars/h-slider-insensitive-dark.png ./asset/assets-gtk2/Scrollbars/h-trough-dark.png ./asset/assets-gtk2/Scrollbars/v-slider-active-dark.png ./asset/assets-gtk2/Scrollbars/v-slider-dark.png ./asset/assets-gtk2/Scrollbars/v-slider-hover-dark.png ./asset/assets-gtk2/Scrollbars/v-slider-insensitive-dark.png ./asset/assets-gtk2/Scrollbars/v-trough-dark.png /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Scrollbars ./asset/assets-gtk2/Scrollbars/h-slider-active-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Scrollbars/h-slider-active-dark.png ./asset/assets-gtk2/Scrollbars/v-slider-insensitive-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Scrollbars/v-slider-insensitive-dark.png ./asset/assets-gtk2/Scrollbars/v-slider-hover-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Scrollbars/v-slider-hover-dark.png ./asset/assets-gtk2/Scrollbars/v-slider-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Scrollbars/v-slider-dark.png ./asset/assets-gtk2/Scrollbars/v-slider-active-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Scrollbars/v-slider-active-dark.png ./asset/assets-gtk2/Scrollbars/h-trough-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Scrollbars/h-trough-dark.png ./asset/assets-gtk2/Scrollbars/h-slider-insensitive-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Scrollbars/h-slider-insensitive-dark.png ./asset/assets-gtk2/Scrollbars/h-slider-hover-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Scrollbars/h-slider-hover-dark.png ./asset/assets-gtk2/Scrollbars/h-slider-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Scrollbars/h-slider-dark.png ./asset/assets-gtk2/Scrollbars/v-trough-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Scrollbars/v-trough-dark.png cp -Rv ./asset/assets-gtk2/Shadows/frame.png ./asset/assets-gtk2/Shadows/frame-notebook-dark.png ./asset/assets-gtk2/Shadows/gap.png ./asset/assets-gtk2/Shadows/z-depth-1.svg ./asset/assets-gtk2/Shadows/z-depth-2.svg /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Shadows ./asset/assets-gtk2/Shadows/z-depth-2.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Shadows/z-depth-2.svg ./asset/assets-gtk2/Shadows/z-depth-1.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Shadows/z-depth-1.svg ./asset/assets-gtk2/Shadows/gap.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Shadows/gap.png ./asset/assets-gtk2/Shadows/frame-notebook-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Shadows/frame-notebook-dark.png ./asset/assets-gtk2/Shadows/frame.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Shadows/frame.png cp -Rv ./asset/assets-gtk2/Spin/ltr-down-active-dark.png ./asset/assets-gtk2/Spin/ltr-down-dark.png ./asset/assets-gtk2/Spin/ltr-down-hover-dark.png ./asset/assets-gtk2/Spin/ltr-down-insensitive-dark.png ./asset/assets-gtk2/Spin/ltr-up-active-dark.png ./asset/assets-gtk2/Spin/ltr-up-dark.png ./asset/assets-gtk2/Spin/ltr-up-hover-dark.png ./asset/assets-gtk2/Spin/ltr-up-insensitive-dark.png ./asset/assets-gtk2/Spin/rtl-down-active-dark.png ./asset/assets-gtk2/Spin/rtl-down-dark.png ./asset/assets-gtk2/Spin/rtl-down-hover-dark.png ./asset/assets-gtk2/Spin/rtl-down-insensitive-dark.png ./asset/assets-gtk2/Spin/rtl-up-active-dark.png ./asset/assets-gtk2/Spin/rtl-up-dark.png ./asset/assets-gtk2/Spin/rtl-up-hover-dark.png ./asset/assets-gtk2/Spin/rtl-up-insensitive-dark.png /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Spin ./asset/assets-gtk2/Spin/ltr-down-active-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Spin/ltr-down-active-dark.png ./asset/assets-gtk2/Spin/rtl-up-hover-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Spin/rtl-up-hover-dark.png ./asset/assets-gtk2/Spin/rtl-up-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Spin/rtl-up-dark.png ./asset/assets-gtk2/Spin/rtl-up-active-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Spin/rtl-up-active-dark.png ./asset/assets-gtk2/Spin/rtl-down-insensitive-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Spin/rtl-down-insensitive-dark.png ./asset/assets-gtk2/Spin/rtl-down-hover-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Spin/rtl-down-hover-dark.png ./asset/assets-gtk2/Spin/rtl-down-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Spin/rtl-down-dark.png ./asset/assets-gtk2/Spin/rtl-down-active-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Spin/rtl-down-active-dark.png ./asset/assets-gtk2/Spin/ltr-up-insensitive-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Spin/ltr-up-insensitive-dark.png ./asset/assets-gtk2/Spin/ltr-up-hover-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Spin/ltr-up-hover-dark.png ./asset/assets-gtk2/Spin/ltr-up-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Spin/ltr-up-dark.png ./asset/assets-gtk2/Spin/ltr-up-active-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Spin/ltr-up-active-dark.png ./asset/assets-gtk2/Spin/ltr-down-insensitive-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Spin/ltr-down-insensitive-dark.png ./asset/assets-gtk2/Spin/ltr-down-hover-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Spin/ltr-down-hover-dark.png ./asset/assets-gtk2/Spin/ltr-down-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Spin/ltr-down-dark.png ./asset/assets-gtk2/Spin/rtl-up-insensitive-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Spin/rtl-up-insensitive-dark.png cp -Rv ./asset/assets-gtk2/Toolbar/inline-toolbar-dark.png /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Toolbar ./asset/assets-gtk2/Toolbar/inline-toolbar-dark.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gtk-2.0/Toolbar/inline-toolbar-dark.png /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/xfce-notify-4.0 cp -Rv ./xfce-notify-4.0/gtk.css /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/xfce-notify-4.0 ./xfce-notify-4.0/gtk.css -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/xfce-notify-4.0/gtk.css /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/xfce-notify-4.0 cp -Rv ./xfce-notify-4.0-light/gtk.css /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/xfce-notify-4.0 ./xfce-notify-4.0-light/gtk.css -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/xfce-notify-4.0/gtk.css /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/xfce-notify-4.0 cp -Rv ./xfce-notify-4.0-dark/gtk.css /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/xfce-notify-4.0 ./xfce-notify-4.0-dark/gtk.css -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/xfce-notify-4.0/gtk.css gmake[3]: Leaving directory '/construction/x11-themes/plata-theme/plata-theme-b92185bcf7f336412e30ed40d08552b9d8751ec5-b92185bcf7f336412e30ed40d08552b9d8751ec5/src/gtk' gmake[2]: Leaving directory '/construction/x11-themes/plata-theme/plata-theme-b92185bcf7f336412e30ed40d08552b9d8751ec5-b92185bcf7f336412e30ed40d08552b9d8751ec5/src/gtk' Making install in src/shell gmake[2]: Entering directory '/construction/x11-themes/plata-theme/plata-theme-b92185bcf7f336412e30ed40d08552b9d8751ec5-b92185bcf7f336412e30ed40d08552b9d8751ec5/src/shell' gmake[3]: Entering directory '/construction/x11-themes/plata-theme/plata-theme-b92185bcf7f336412e30ed40d08552b9d8751ec5-b92185bcf7f336412e30ed40d08552b9d8751ec5/src/shell' gmake[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gnome-shell /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gnome-shell/assets /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gnome-shell/extensions /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gnome-shell/extensions/window-list /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gnome-shell/extensions/workspaces-to-dock /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gnome-shell/extensions/workspaces-to-dock/assets cp -Rv ./gnome-shell/gnome-shell.css ./gnome-shell/gnome-shell-theme.gresource ./gnome-shell/key-enter.svg ./gnome-shell/key-enter-active.svg ./gnome-shell/key-hide.svg ./gnome-shell/key-layout.svg ./gnome-shell/key-shift.svg ./gnome-shell/key-shift-latched-uppercase.svg ./gnome-shell/key-shift-uppercase.svg ./gnome-shell/message-indicator-symbolic.svg ./gnome-shell/no-events.svg ./gnome-shell/no-notifications.svg ./gnome-shell/noise-texture.png ./gnome-shell/pad-osd.css ./gnome-shell/process-working.svg ./gnome-shell/toggle-off.svg ./gnome-shell/toggle-on.svg /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gnome-shell ./gnome-shell/gnome-shell.css -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gnome-shell/gnome-shell.css ./gnome-shell/toggle-off.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gnome-shell/toggle-off.svg ./gnome-shell/process-working.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gnome-shell/process-working.svg ./gnome-shell/pad-osd.css -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gnome-shell/pad-osd.css ./gnome-shell/noise-texture.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gnome-shell/noise-texture.png ./gnome-shell/no-notifications.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gnome-shell/no-notifications.svg ./gnome-shell/no-events.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gnome-shell/no-events.svg ./gnome-shell/message-indicator-symbolic.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gnome-shell/message-indicator-symbolic.svg ./gnome-shell/key-shift-uppercase.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gnome-shell/key-shift-uppercase.svg ./gnome-shell/key-shift-latched-uppercase.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gnome-shell/key-shift-latched-uppercase.svg ./gnome-shell/key-shift.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gnome-shell/key-shift.svg ./gnome-shell/key-layout.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gnome-shell/key-layout.svg ./gnome-shell/key-hide.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gnome-shell/key-hide.svg ./gnome-shell/key-enter-active.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gnome-shell/key-enter-active.svg ./gnome-shell/key-enter.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gnome-shell/key-enter.svg ./gnome-shell/gnome-shell-theme.gresource -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gnome-shell/gnome-shell-theme.gresource ./gnome-shell/toggle-on.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gnome-shell/toggle-on.svg cp -Rv ./gnome-shell/extensions/window-list/classic.css ./gnome-shell/extensions/window-list/stylesheet.css /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gnome-shell/extensions/window-list ./gnome-shell/extensions/window-list/stylesheet.css -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gnome-shell/extensions/window-list/stylesheet.css ./gnome-shell/extensions/window-list/classic.css -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gnome-shell/extensions/window-list/classic.css cp -Rv ./sass/gnome-shell/README.window-list /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gnome-shell/extensions/window-list/README ./sass/gnome-shell/README.window-list -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gnome-shell/extensions/window-list/README cp -Rv ./gnome-shell/extensions/workspaces-to-dock/workspaces-to-dock.css /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gnome-shell/extensions/workspaces-to-dock ./gnome-shell/extensions/workspaces-to-dock/workspaces-to-dock.css -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gnome-shell/extensions/workspaces-to-dock/workspaces-to-dock.css cp -Rv ./gnome-shell/assets/calendar-arrow-left-hover.svg ./gnome-shell/assets/calendar-arrow-left.svg ./gnome-shell/assets/calendar-arrow-right-hover.svg ./gnome-shell/assets/calendar-arrow-right.svg ./gnome-shell/assets/checkbox-hover.svg ./gnome-shell/assets/checkbox-off-hover.svg ./gnome-shell/assets/checkbox-off.svg ./gnome-shell/assets/checkbox.svg ./gnome-shell/assets/dash-placeholder.svg ./gnome-shell/assets/go-down.svg ./gnome-shell/assets/go-up.svg ./gnome-shell/assets/media-control-active.svg ./gnome-shell/assets/media-control-hover.svg ./gnome-shell/assets/more-results.svg ./gnome-shell/assets/window-close-active.svg ./gnome-shell/assets/window-close-hover.svg ./gnome-shell/assets/window-close.svg /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gnome-shell/assets ./gnome-shell/assets/calendar-arrow-left-hover.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gnome-shell/assets/calendar-arrow-left-hover.svg ./gnome-shell/assets/window-close-hover.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gnome-shell/assets/window-close-hover.svg ./gnome-shell/assets/window-close-active.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gnome-shell/assets/window-close-active.svg ./gnome-shell/assets/more-results.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gnome-shell/assets/more-results.svg ./gnome-shell/assets/media-control-hover.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gnome-shell/assets/media-control-hover.svg ./gnome-shell/assets/media-control-active.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gnome-shell/assets/media-control-active.svg ./gnome-shell/assets/go-up.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gnome-shell/assets/go-up.svg ./gnome-shell/assets/go-down.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gnome-shell/assets/go-down.svg ./gnome-shell/assets/dash-placeholder.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gnome-shell/assets/dash-placeholder.svg ./gnome-shell/assets/checkbox.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gnome-shell/assets/checkbox.svg ./gnome-shell/assets/checkbox-off.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gnome-shell/assets/checkbox-off.svg ./gnome-shell/assets/checkbox-off-hover.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gnome-shell/assets/checkbox-off-hover.svg ./gnome-shell/assets/checkbox-hover.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gnome-shell/assets/checkbox-hover.svg ./gnome-shell/assets/calendar-arrow-right.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gnome-shell/assets/calendar-arrow-right.svg ./gnome-shell/assets/calendar-arrow-right-hover.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gnome-shell/assets/calendar-arrow-right-hover.svg ./gnome-shell/assets/calendar-arrow-left.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gnome-shell/assets/calendar-arrow-left.svg ./gnome-shell/assets/window-close.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gnome-shell/assets/window-close.svg cp -Rv ./gnome-shell/extensions/workspaces-to-dock/assets/four-bottom.svg ./gnome-shell/extensions/workspaces-to-dock/assets/four-left.svg ./gnome-shell/extensions/workspaces-to-dock/assets/four-right.svg ./gnome-shell/extensions/workspaces-to-dock/assets/four-top.svg ./gnome-shell/extensions/workspaces-to-dock/assets/h-four.svg ./gnome-shell/extensions/workspaces-to-dock/assets/h-one.svg ./gnome-shell/extensions/workspaces-to-dock/assets/h-three.svg ./gnome-shell/extensions/workspaces-to-dock/assets/h-two.svg ./gnome-shell/extensions/workspaces-to-dock/assets/one-bottom.svg ./gnome-shell/extensions/workspaces-to-dock/assets/one-left.svg ./gnome-shell/extensions/workspaces-to-dock/assets/one-right.svg ./gnome-shell/extensions/workspaces-to-dock/assets/one-top.svg ./gnome-shell/extensions/workspaces-to-dock/assets/three-bottom.svg ./gnome-shell/extensions/workspaces-to-dock/assets/three-left.svg ./gnome-shell/extensions/workspaces-to-dock/assets/three-right.svg ./gnome-shell/extensions/workspaces-to-dock/assets/three-top.svg ./gnome-shell/extensions/workspaces-to-dock/assets/two-bottom.svg ./gnome-shell/extensions/workspaces-to-dock/assets/two-left.svg ./gnome-shell/extensions/workspaces-to-dock/assets/two-right.svg ./gnome-shell/extensions/workspaces-to-dock/assets/two-top.svg \ /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gnome-shell/extensions/workspaces-to-dock/assets ./gnome-shell/extensions/workspaces-to-dock/assets/four-bottom.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gnome-shell/extensions/workspaces-to-dock/assets/four-bottom.svg ./gnome-shell/extensions/workspaces-to-dock/assets/two-right.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gnome-shell/extensions/workspaces-to-dock/assets/two-right.svg ./gnome-shell/extensions/workspaces-to-dock/assets/two-left.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gnome-shell/extensions/workspaces-to-dock/assets/two-left.svg ./gnome-shell/extensions/workspaces-to-dock/assets/two-bottom.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gnome-shell/extensions/workspaces-to-dock/assets/two-bottom.svg ./gnome-shell/extensions/workspaces-to-dock/assets/three-top.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gnome-shell/extensions/workspaces-to-dock/assets/three-top.svg ./gnome-shell/extensions/workspaces-to-dock/assets/three-right.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gnome-shell/extensions/workspaces-to-dock/assets/three-right.svg ./gnome-shell/extensions/workspaces-to-dock/assets/three-left.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gnome-shell/extensions/workspaces-to-dock/assets/three-left.svg ./gnome-shell/extensions/workspaces-to-dock/assets/three-bottom.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gnome-shell/extensions/workspaces-to-dock/assets/three-bottom.svg ./gnome-shell/extensions/workspaces-to-dock/assets/one-top.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gnome-shell/extensions/workspaces-to-dock/assets/one-top.svg ./gnome-shell/extensions/workspaces-to-dock/assets/one-right.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gnome-shell/extensions/workspaces-to-dock/assets/one-right.svg ./gnome-shell/extensions/workspaces-to-dock/assets/one-left.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gnome-shell/extensions/workspaces-to-dock/assets/one-left.svg ./gnome-shell/extensions/workspaces-to-dock/assets/one-bottom.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gnome-shell/extensions/workspaces-to-dock/assets/one-bottom.svg ./gnome-shell/extensions/workspaces-to-dock/assets/h-two.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gnome-shell/extensions/workspaces-to-dock/assets/h-two.svg ./gnome-shell/extensions/workspaces-to-dock/assets/h-three.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gnome-shell/extensions/workspaces-to-dock/assets/h-three.svg ./gnome-shell/extensions/workspaces-to-dock/assets/h-one.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gnome-shell/extensions/workspaces-to-dock/assets/h-one.svg ./gnome-shell/extensions/workspaces-to-dock/assets/h-four.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gnome-shell/extensions/workspaces-to-dock/assets/h-four.svg ./gnome-shell/extensions/workspaces-to-dock/assets/four-top.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gnome-shell/extensions/workspaces-to-dock/assets/four-top.svg ./gnome-shell/extensions/workspaces-to-dock/assets/four-right.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gnome-shell/extensions/workspaces-to-dock/assets/four-right.svg ./gnome-shell/extensions/workspaces-to-dock/assets/four-left.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gnome-shell/extensions/workspaces-to-dock/assets/four-left.svg ./gnome-shell/extensions/workspaces-to-dock/assets/two-top.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gnome-shell/extensions/workspaces-to-dock/assets/two-top.svg cp -Rv ./gnome-shell/gdm3-Plata.css /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gnome-shell ./gnome-shell/gdm3-Plata.css -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gnome-shell/gdm3-Plata.css /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gnome-shell /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gnome-shell/assets /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gnome-shell/extensions /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gnome-shell/extensions/window-list /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets cp -Rv ./gnome-shell-light/gnome-shell.css ./gnome-shell-light/gnome-shell-theme.gresource ./gnome-shell-light/key-enter.svg ./gnome-shell-light/key-enter-active.svg ./gnome-shell-light/key-hide.svg ./gnome-shell-light/key-layout.svg ./gnome-shell-light/key-shift.svg ./gnome-shell-light/key-shift-latched-uppercase.svg ./gnome-shell-light/key-shift-uppercase.svg ./gnome-shell-light/message-indicator-symbolic.svg ./gnome-shell-light/no-events.svg ./gnome-shell-light/no-notifications.svg ./gnome-shell-light/noise-texture.png ./gnome-shell-light/pad-osd.css ./gnome-shell-light/process-working.svg ./gnome-shell-light/toggle-off.svg ./gnome-shell-light/toggle-on.svg /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gnome-shell ./gnome-shell-light/gnome-shell.css -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gnome-shell/gnome-shell.css ./gnome-shell-light/toggle-off.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gnome-shell/toggle-off.svg ./gnome-shell-light/process-working.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gnome-shell/process-working.svg ./gnome-shell-light/pad-osd.css -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gnome-shell/pad-osd.css ./gnome-shell-light/noise-texture.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gnome-shell/noise-texture.png ./gnome-shell-light/no-notifications.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gnome-shell/no-notifications.svg ./gnome-shell-light/no-events.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gnome-shell/no-events.svg ./gnome-shell-light/message-indicator-symbolic.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gnome-shell/message-indicator-symbolic.svg ./gnome-shell-light/key-shift-uppercase.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gnome-shell/key-shift-uppercase.svg ./gnome-shell-light/key-shift-latched-uppercase.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gnome-shell/key-shift-latched-uppercase.svg ./gnome-shell-light/key-shift.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gnome-shell/key-shift.svg ./gnome-shell-light/key-layout.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gnome-shell/key-layout.svg ./gnome-shell-light/key-hide.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gnome-shell/key-hide.svg ./gnome-shell-light/key-enter-active.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gnome-shell/key-enter-active.svg ./gnome-shell-light/key-enter.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gnome-shell/key-enter.svg ./gnome-shell-light/gnome-shell-theme.gresource -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gnome-shell/gnome-shell-theme.gresource ./gnome-shell-light/toggle-on.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gnome-shell/toggle-on.svg cp -Rv ./gnome-shell-light/extensions/window-list/classic.css ./gnome-shell-light/extensions/window-list/stylesheet.css /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gnome-shell/extensions/window-list ./gnome-shell-light/extensions/window-list/stylesheet.css -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gnome-shell/extensions/window-list/stylesheet.css ./gnome-shell-light/extensions/window-list/classic.css -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gnome-shell/extensions/window-list/classic.css cp -Rv ./gnome-shell-light/extensions/workspaces-to-dock/workspaces-to-dock.css /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock ./gnome-shell-light/extensions/workspaces-to-dock/workspaces-to-dock.css -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/workspaces-to-dock.css cp -Rv ./gnome-shell-light/assets/calendar-arrow-left-hover.svg ./gnome-shell-light/assets/calendar-arrow-left.svg ./gnome-shell-light/assets/calendar-arrow-right-hover.svg ./gnome-shell-light/assets/calendar-arrow-right.svg ./gnome-shell-light/assets/checkbox-hover.svg ./gnome-shell-light/assets/checkbox-off-hover.svg ./gnome-shell-light/assets/checkbox-off.svg ./gnome-shell-light/assets/checkbox.svg ./gnome-shell-light/assets/dash-placeholder.svg ./gnome-shell-light/assets/go-down.svg ./gnome-shell-light/assets/go-up.svg ./gnome-shell-light/assets/media-control-active.svg ./gnome-shell-light/assets/media-control-hover.svg ./gnome-shell-light/assets/more-results.svg ./gnome-shell-light/assets/window-close-active.svg ./gnome-shell-light/assets/window-close-hover.svg ./gnome-shell-light/assets/window-close.svg /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gnome-shell/assets ./gnome-shell-light/assets/calendar-arrow-left-hover.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gnome-shell/assets/calendar-arrow-left-hover.svg ./gnome-shell-light/assets/window-close-hover.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gnome-shell/assets/window-close-hover.svg ./gnome-shell-light/assets/window-close-active.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gnome-shell/assets/window-close-active.svg ./gnome-shell-light/assets/more-results.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gnome-shell/assets/more-results.svg ./gnome-shell-light/assets/media-control-hover.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gnome-shell/assets/media-control-hover.svg ./gnome-shell-light/assets/media-control-active.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gnome-shell/assets/media-control-active.svg ./gnome-shell-light/assets/go-up.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gnome-shell/assets/go-up.svg ./gnome-shell-light/assets/go-down.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gnome-shell/assets/go-down.svg ./gnome-shell-light/assets/dash-placeholder.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gnome-shell/assets/dash-placeholder.svg ./gnome-shell-light/assets/checkbox.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gnome-shell/assets/checkbox.svg ./gnome-shell-light/assets/checkbox-off.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gnome-shell/assets/checkbox-off.svg ./gnome-shell-light/assets/checkbox-off-hover.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gnome-shell/assets/checkbox-off-hover.svg ./gnome-shell-light/assets/checkbox-hover.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gnome-shell/assets/checkbox-hover.svg ./gnome-shell-light/assets/calendar-arrow-right.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gnome-shell/assets/calendar-arrow-right.svg ./gnome-shell-light/assets/calendar-arrow-right-hover.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gnome-shell/assets/calendar-arrow-right-hover.svg ./gnome-shell-light/assets/calendar-arrow-left.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gnome-shell/assets/calendar-arrow-left.svg ./gnome-shell-light/assets/window-close.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gnome-shell/assets/window-close.svg cp -Rv ./gnome-shell/extensions/workspaces-to-dock/assets/four-bottom.svg ./gnome-shell/extensions/workspaces-to-dock/assets/four-left.svg ./gnome-shell/extensions/workspaces-to-dock/assets/four-right.svg ./gnome-shell/extensions/workspaces-to-dock/assets/four-top.svg ./gnome-shell/extensions/workspaces-to-dock/assets/h-four.svg ./gnome-shell/extensions/workspaces-to-dock/assets/h-one.svg ./gnome-shell/extensions/workspaces-to-dock/assets/h-three.svg ./gnome-shell/extensions/workspaces-to-dock/assets/h-two.svg ./gnome-shell/extensions/workspaces-to-dock/assets/one-bottom.svg ./gnome-shell/extensions/workspaces-to-dock/assets/one-left.svg ./gnome-shell/extensions/workspaces-to-dock/assets/one-right.svg ./gnome-shell/extensions/workspaces-to-dock/assets/one-top.svg ./gnome-shell/extensions/workspaces-to-dock/assets/three-bottom.svg ./gnome-shell/extensions/workspaces-to-dock/assets/three-left.svg ./gnome-shell/extensions/workspaces-to-dock/assets/three-right.svg ./gnome-shell/extensions/workspaces-to-dock/assets/three-top.svg ./gnome-shell/extensions/workspaces-to-dock/assets/two-bottom.svg ./gnome-shell/extensions/workspaces-to-dock/assets/two-left.svg ./gnome-shell/extensions/workspaces-to-dock/assets/two-right.svg ./gnome-shell/extensions/workspaces-to-dock/assets/two-top.svg \ /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets ./gnome-shell/extensions/workspaces-to-dock/assets/four-bottom.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/four-bottom.svg ./gnome-shell/extensions/workspaces-to-dock/assets/two-right.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/two-right.svg ./gnome-shell/extensions/workspaces-to-dock/assets/two-left.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/two-left.svg ./gnome-shell/extensions/workspaces-to-dock/assets/two-bottom.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/two-bottom.svg ./gnome-shell/extensions/workspaces-to-dock/assets/three-top.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/three-top.svg ./gnome-shell/extensions/workspaces-to-dock/assets/three-right.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/three-right.svg ./gnome-shell/extensions/workspaces-to-dock/assets/three-left.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/three-left.svg ./gnome-shell/extensions/workspaces-to-dock/assets/three-bottom.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/three-bottom.svg ./gnome-shell/extensions/workspaces-to-dock/assets/one-top.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/one-top.svg ./gnome-shell/extensions/workspaces-to-dock/assets/one-right.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/one-right.svg ./gnome-shell/extensions/workspaces-to-dock/assets/one-left.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/one-left.svg ./gnome-shell/extensions/workspaces-to-dock/assets/one-bottom.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/one-bottom.svg ./gnome-shell/extensions/workspaces-to-dock/assets/h-two.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/h-two.svg ./gnome-shell/extensions/workspaces-to-dock/assets/h-three.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/h-three.svg ./gnome-shell/extensions/workspaces-to-dock/assets/h-one.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/h-one.svg ./gnome-shell/extensions/workspaces-to-dock/assets/h-four.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/h-four.svg ./gnome-shell/extensions/workspaces-to-dock/assets/four-top.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/four-top.svg ./gnome-shell/extensions/workspaces-to-dock/assets/four-right.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/four-right.svg ./gnome-shell/extensions/workspaces-to-dock/assets/four-left.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/four-left.svg ./gnome-shell/extensions/workspaces-to-dock/assets/two-top.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gnome-shell/extensions/workspaces-to-dock/assets/two-top.svg cp -Rv ./gnome-shell-light/gdm3-Plata-Lumine.css /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gnome-shell ./gnome-shell-light/gdm3-Plata-Lumine.css -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gnome-shell/gdm3-Plata-Lumine.css /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gnome-shell /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gnome-shell/assets /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gnome-shell/extensions /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gnome-shell/extensions/window-list /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gnome-shell/extensions/workspaces-to-dock /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gnome-shell/extensions/workspaces-to-dock/assets cp -Rv ./gnome-shell-dark/gnome-shell.css ./gnome-shell-dark/gnome-shell-theme.gresource ./gnome-shell-dark/key-enter.svg ./gnome-shell-dark/key-enter-active.svg ./gnome-shell-dark/key-hide.svg ./gnome-shell-dark/key-layout.svg ./gnome-shell-dark/key-shift.svg ./gnome-shell-dark/key-shift-latched-uppercase.svg ./gnome-shell-dark/key-shift-uppercase.svg ./gnome-shell-dark/message-indicator-symbolic.svg ./gnome-shell-dark/no-events.svg ./gnome-shell-dark/no-notifications.svg ./gnome-shell-dark/noise-texture.png ./gnome-shell-dark/pad-osd.css ./gnome-shell-dark/process-working.svg ./gnome-shell-dark/toggle-off.svg ./gnome-shell-dark/toggle-on.svg /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gnome-shell ./gnome-shell-dark/gnome-shell.css -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gnome-shell/gnome-shell.css ./gnome-shell-dark/toggle-off.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gnome-shell/toggle-off.svg ./gnome-shell-dark/process-working.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gnome-shell/process-working.svg ./gnome-shell-dark/pad-osd.css -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gnome-shell/pad-osd.css ./gnome-shell-dark/noise-texture.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gnome-shell/noise-texture.png ./gnome-shell-dark/no-notifications.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gnome-shell/no-notifications.svg ./gnome-shell-dark/no-events.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gnome-shell/no-events.svg ./gnome-shell-dark/message-indicator-symbolic.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gnome-shell/message-indicator-symbolic.svg ./gnome-shell-dark/key-shift-uppercase.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gnome-shell/key-shift-uppercase.svg ./gnome-shell-dark/key-shift-latched-uppercase.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gnome-shell/key-shift-latched-uppercase.svg ./gnome-shell-dark/key-shift.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gnome-shell/key-shift.svg ./gnome-shell-dark/key-layout.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gnome-shell/key-layout.svg ./gnome-shell-dark/key-hide.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gnome-shell/key-hide.svg ./gnome-shell-dark/key-enter-active.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gnome-shell/key-enter-active.svg ./gnome-shell-dark/key-enter.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gnome-shell/key-enter.svg ./gnome-shell-dark/gnome-shell-theme.gresource -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gnome-shell/gnome-shell-theme.gresource ./gnome-shell-dark/toggle-on.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gnome-shell/toggle-on.svg cp -Rv ./gnome-shell-dark/extensions/window-list/classic.css ./gnome-shell-dark/extensions/window-list/stylesheet.css /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gnome-shell/extensions/window-list ./gnome-shell-dark/extensions/window-list/stylesheet.css -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gnome-shell/extensions/window-list/stylesheet.css ./gnome-shell-dark/extensions/window-list/classic.css -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gnome-shell/extensions/window-list/classic.css cp -Rv ./gnome-shell-dark/extensions/workspaces-to-dock/workspaces-to-dock.css /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gnome-shell/extensions/workspaces-to-dock ./gnome-shell-dark/extensions/workspaces-to-dock/workspaces-to-dock.css -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gnome-shell/extensions/workspaces-to-dock/workspaces-to-dock.css cp -Rv ./gnome-shell-dark/assets/calendar-arrow-left-hover.svg ./gnome-shell-dark/assets/calendar-arrow-left.svg ./gnome-shell-dark/assets/calendar-arrow-right-hover.svg ./gnome-shell-dark/assets/calendar-arrow-right.svg ./gnome-shell-dark/assets/checkbox-hover.svg ./gnome-shell-dark/assets/checkbox-off-hover.svg ./gnome-shell-dark/assets/checkbox-off.svg ./gnome-shell-dark/assets/checkbox.svg ./gnome-shell-dark/assets/dash-placeholder.svg ./gnome-shell-dark/assets/go-down.svg ./gnome-shell-dark/assets/go-up.svg ./gnome-shell-dark/assets/media-control-active.svg ./gnome-shell-dark/assets/media-control-hover.svg ./gnome-shell-dark/assets/more-results.svg ./gnome-shell-dark/assets/window-close-active.svg ./gnome-shell-dark/assets/window-close-hover.svg ./gnome-shell-dark/assets/window-close.svg /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gnome-shell/assets ./gnome-shell-dark/assets/calendar-arrow-left-hover.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gnome-shell/assets/calendar-arrow-left-hover.svg ./gnome-shell-dark/assets/window-close-hover.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gnome-shell/assets/window-close-hover.svg ./gnome-shell-dark/assets/window-close-active.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gnome-shell/assets/window-close-active.svg ./gnome-shell-dark/assets/more-results.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gnome-shell/assets/more-results.svg ./gnome-shell-dark/assets/media-control-hover.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gnome-shell/assets/media-control-hover.svg ./gnome-shell-dark/assets/media-control-active.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gnome-shell/assets/media-control-active.svg ./gnome-shell-dark/assets/go-up.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gnome-shell/assets/go-up.svg ./gnome-shell-dark/assets/go-down.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gnome-shell/assets/go-down.svg ./gnome-shell-dark/assets/dash-placeholder.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gnome-shell/assets/dash-placeholder.svg ./gnome-shell-dark/assets/checkbox.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gnome-shell/assets/checkbox.svg ./gnome-shell-dark/assets/checkbox-off.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gnome-shell/assets/checkbox-off.svg ./gnome-shell-dark/assets/checkbox-off-hover.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gnome-shell/assets/checkbox-off-hover.svg ./gnome-shell-dark/assets/checkbox-hover.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gnome-shell/assets/checkbox-hover.svg ./gnome-shell-dark/assets/calendar-arrow-right.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gnome-shell/assets/calendar-arrow-right.svg ./gnome-shell-dark/assets/calendar-arrow-right-hover.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gnome-shell/assets/calendar-arrow-right-hover.svg ./gnome-shell-dark/assets/calendar-arrow-left.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gnome-shell/assets/calendar-arrow-left.svg ./gnome-shell-dark/assets/window-close.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gnome-shell/assets/window-close.svg cp -Rv ./gnome-shell/extensions/workspaces-to-dock/assets/four-bottom.svg ./gnome-shell/extensions/workspaces-to-dock/assets/four-left.svg ./gnome-shell/extensions/workspaces-to-dock/assets/four-right.svg ./gnome-shell/extensions/workspaces-to-dock/assets/four-top.svg ./gnome-shell/extensions/workspaces-to-dock/assets/h-four.svg ./gnome-shell/extensions/workspaces-to-dock/assets/h-one.svg ./gnome-shell/extensions/workspaces-to-dock/assets/h-three.svg ./gnome-shell/extensions/workspaces-to-dock/assets/h-two.svg ./gnome-shell/extensions/workspaces-to-dock/assets/one-bottom.svg ./gnome-shell/extensions/workspaces-to-dock/assets/one-left.svg ./gnome-shell/extensions/workspaces-to-dock/assets/one-right.svg ./gnome-shell/extensions/workspaces-to-dock/assets/one-top.svg ./gnome-shell/extensions/workspaces-to-dock/assets/three-bottom.svg ./gnome-shell/extensions/workspaces-to-dock/assets/three-left.svg ./gnome-shell/extensions/workspaces-to-dock/assets/three-right.svg ./gnome-shell/extensions/workspaces-to-dock/assets/three-top.svg ./gnome-shell/extensions/workspaces-to-dock/assets/two-bottom.svg ./gnome-shell/extensions/workspaces-to-dock/assets/two-left.svg ./gnome-shell/extensions/workspaces-to-dock/assets/two-right.svg ./gnome-shell/extensions/workspaces-to-dock/assets/two-top.svg \ /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gnome-shell/extensions/workspaces-to-dock/assets ./gnome-shell/extensions/workspaces-to-dock/assets/four-bottom.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gnome-shell/extensions/workspaces-to-dock/assets/four-bottom.svg ./gnome-shell/extensions/workspaces-to-dock/assets/two-right.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gnome-shell/extensions/workspaces-to-dock/assets/two-right.svg ./gnome-shell/extensions/workspaces-to-dock/assets/two-left.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gnome-shell/extensions/workspaces-to-dock/assets/two-left.svg ./gnome-shell/extensions/workspaces-to-dock/assets/two-bottom.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gnome-shell/extensions/workspaces-to-dock/assets/two-bottom.svg ./gnome-shell/extensions/workspaces-to-dock/assets/three-top.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gnome-shell/extensions/workspaces-to-dock/assets/three-top.svg ./gnome-shell/extensions/workspaces-to-dock/assets/three-right.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gnome-shell/extensions/workspaces-to-dock/assets/three-right.svg ./gnome-shell/extensions/workspaces-to-dock/assets/three-left.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gnome-shell/extensions/workspaces-to-dock/assets/three-left.svg ./gnome-shell/extensions/workspaces-to-dock/assets/three-bottom.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gnome-shell/extensions/workspaces-to-dock/assets/three-bottom.svg ./gnome-shell/extensions/workspaces-to-dock/assets/one-top.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gnome-shell/extensions/workspaces-to-dock/assets/one-top.svg ./gnome-shell/extensions/workspaces-to-dock/assets/one-right.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gnome-shell/extensions/workspaces-to-dock/assets/one-right.svg ./gnome-shell/extensions/workspaces-to-dock/assets/one-left.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gnome-shell/extensions/workspaces-to-dock/assets/one-left.svg ./gnome-shell/extensions/workspaces-to-dock/assets/one-bottom.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gnome-shell/extensions/workspaces-to-dock/assets/one-bottom.svg ./gnome-shell/extensions/workspaces-to-dock/assets/h-two.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gnome-shell/extensions/workspaces-to-dock/assets/h-two.svg ./gnome-shell/extensions/workspaces-to-dock/assets/h-three.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gnome-shell/extensions/workspaces-to-dock/assets/h-three.svg ./gnome-shell/extensions/workspaces-to-dock/assets/h-one.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gnome-shell/extensions/workspaces-to-dock/assets/h-one.svg ./gnome-shell/extensions/workspaces-to-dock/assets/h-four.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gnome-shell/extensions/workspaces-to-dock/assets/h-four.svg ./gnome-shell/extensions/workspaces-to-dock/assets/four-top.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gnome-shell/extensions/workspaces-to-dock/assets/four-top.svg ./gnome-shell/extensions/workspaces-to-dock/assets/four-right.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gnome-shell/extensions/workspaces-to-dock/assets/four-right.svg ./gnome-shell/extensions/workspaces-to-dock/assets/four-left.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gnome-shell/extensions/workspaces-to-dock/assets/four-left.svg ./gnome-shell/extensions/workspaces-to-dock/assets/two-top.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gnome-shell/extensions/workspaces-to-dock/assets/two-top.svg cp -Rv ./gnome-shell-dark/gdm3-Plata-Noir.css /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gnome-shell ./gnome-shell-dark/gdm3-Plata-Noir.css -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gnome-shell/gdm3-Plata-Noir.css /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gnome-shell /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gnome-shell/assets /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gnome-shell/extensions /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gnome-shell/extensions/window-list /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gnome-shell/extensions/workspaces-to-dock /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gnome-shell/extensions/workspaces-to-dock/assets cp -Rv ./gnome-shell-compact/gnome-shell.css ./gnome-shell-compact/gnome-shell-theme.gresource ./gnome-shell-compact/key-enter.svg ./gnome-shell-compact/key-enter-active.svg ./gnome-shell-compact/key-hide.svg ./gnome-shell-compact/key-layout.svg ./gnome-shell-compact/key-shift.svg ./gnome-shell-compact/key-shift-latched-uppercase.svg ./gnome-shell-compact/key-shift-uppercase.svg ./gnome-shell-compact/message-indicator-symbolic.svg ./gnome-shell-compact/no-events.svg ./gnome-shell-compact/no-notifications.svg ./gnome-shell-compact/noise-texture.png ./gnome-shell-compact/pad-osd.css ./gnome-shell-compact/process-working.svg ./gnome-shell-compact/toggle-off.svg ./gnome-shell-compact/toggle-on.svg /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gnome-shell ./gnome-shell-compact/gnome-shell.css -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gnome-shell/gnome-shell.css ./gnome-shell-compact/toggle-off.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gnome-shell/toggle-off.svg ./gnome-shell-compact/process-working.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gnome-shell/process-working.svg ./gnome-shell-compact/pad-osd.css -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gnome-shell/pad-osd.css ./gnome-shell-compact/noise-texture.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gnome-shell/noise-texture.png ./gnome-shell-compact/no-notifications.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gnome-shell/no-notifications.svg ./gnome-shell-compact/no-events.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gnome-shell/no-events.svg ./gnome-shell-compact/message-indicator-symbolic.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gnome-shell/message-indicator-symbolic.svg ./gnome-shell-compact/key-shift-uppercase.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gnome-shell/key-shift-uppercase.svg ./gnome-shell-compact/key-shift-latched-uppercase.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gnome-shell/key-shift-latched-uppercase.svg ./gnome-shell-compact/key-shift.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gnome-shell/key-shift.svg ./gnome-shell-compact/key-layout.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gnome-shell/key-layout.svg ./gnome-shell-compact/key-hide.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gnome-shell/key-hide.svg ./gnome-shell-compact/key-enter-active.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gnome-shell/key-enter-active.svg ./gnome-shell-compact/key-enter.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gnome-shell/key-enter.svg ./gnome-shell-compact/gnome-shell-theme.gresource -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gnome-shell/gnome-shell-theme.gresource ./gnome-shell-compact/toggle-on.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gnome-shell/toggle-on.svg cp -Rv ./gnome-shell-compact/extensions/window-list/classic.css ./gnome-shell-compact/extensions/window-list/stylesheet.css /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gnome-shell/extensions/window-list ./gnome-shell-compact/extensions/window-list/stylesheet.css -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gnome-shell/extensions/window-list/stylesheet.css ./gnome-shell-compact/extensions/window-list/classic.css -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gnome-shell/extensions/window-list/classic.css cp -Rv ./gnome-shell-compact/extensions/workspaces-to-dock/workspaces-to-dock.css /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gnome-shell/extensions/workspaces-to-dock ./gnome-shell-compact/extensions/workspaces-to-dock/workspaces-to-dock.css -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gnome-shell/extensions/workspaces-to-dock/workspaces-to-dock.css cp -Rv ./gnome-shell-compact/assets/calendar-arrow-left-hover.svg ./gnome-shell-compact/assets/calendar-arrow-left.svg ./gnome-shell-compact/assets/calendar-arrow-right-hover.svg ./gnome-shell-compact/assets/calendar-arrow-right.svg ./gnome-shell-compact/assets/checkbox-hover.svg ./gnome-shell-compact/assets/checkbox-off-hover.svg ./gnome-shell-compact/assets/checkbox-off.svg ./gnome-shell-compact/assets/checkbox.svg ./gnome-shell-compact/assets/dash-placeholder.svg ./gnome-shell-compact/assets/go-down.svg ./gnome-shell-compact/assets/go-up.svg ./gnome-shell-compact/assets/media-control-active.svg ./gnome-shell-compact/assets/media-control-hover.svg ./gnome-shell-compact/assets/more-results.svg ./gnome-shell-compact/assets/window-close-active.svg ./gnome-shell-compact/assets/window-close-hover.svg ./gnome-shell-compact/assets/window-close.svg /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gnome-shell/assets ./gnome-shell-compact/assets/calendar-arrow-left-hover.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gnome-shell/assets/calendar-arrow-left-hover.svg ./gnome-shell-compact/assets/window-close-hover.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gnome-shell/assets/window-close-hover.svg ./gnome-shell-compact/assets/window-close-active.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gnome-shell/assets/window-close-active.svg ./gnome-shell-compact/assets/more-results.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gnome-shell/assets/more-results.svg ./gnome-shell-compact/assets/media-control-hover.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gnome-shell/assets/media-control-hover.svg ./gnome-shell-compact/assets/media-control-active.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gnome-shell/assets/media-control-active.svg ./gnome-shell-compact/assets/go-up.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gnome-shell/assets/go-up.svg ./gnome-shell-compact/assets/go-down.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gnome-shell/assets/go-down.svg ./gnome-shell-compact/assets/dash-placeholder.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gnome-shell/assets/dash-placeholder.svg ./gnome-shell-compact/assets/checkbox.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gnome-shell/assets/checkbox.svg ./gnome-shell-compact/assets/checkbox-off.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gnome-shell/assets/checkbox-off.svg ./gnome-shell-compact/assets/checkbox-off-hover.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gnome-shell/assets/checkbox-off-hover.svg ./gnome-shell-compact/assets/checkbox-hover.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gnome-shell/assets/checkbox-hover.svg ./gnome-shell-compact/assets/calendar-arrow-right.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gnome-shell/assets/calendar-arrow-right.svg ./gnome-shell-compact/assets/calendar-arrow-right-hover.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gnome-shell/assets/calendar-arrow-right-hover.svg ./gnome-shell-compact/assets/calendar-arrow-left.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gnome-shell/assets/calendar-arrow-left.svg ./gnome-shell-compact/assets/window-close.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gnome-shell/assets/window-close.svg cp -Rv ./gnome-shell/extensions/workspaces-to-dock/assets/four-bottom.svg ./gnome-shell/extensions/workspaces-to-dock/assets/four-left.svg ./gnome-shell/extensions/workspaces-to-dock/assets/four-right.svg ./gnome-shell/extensions/workspaces-to-dock/assets/four-top.svg ./gnome-shell/extensions/workspaces-to-dock/assets/h-four.svg ./gnome-shell/extensions/workspaces-to-dock/assets/h-one.svg ./gnome-shell/extensions/workspaces-to-dock/assets/h-three.svg ./gnome-shell/extensions/workspaces-to-dock/assets/h-two.svg ./gnome-shell/extensions/workspaces-to-dock/assets/one-bottom.svg ./gnome-shell/extensions/workspaces-to-dock/assets/one-left.svg ./gnome-shell/extensions/workspaces-to-dock/assets/one-right.svg ./gnome-shell/extensions/workspaces-to-dock/assets/one-top.svg ./gnome-shell/extensions/workspaces-to-dock/assets/three-bottom.svg ./gnome-shell/extensions/workspaces-to-dock/assets/three-left.svg ./gnome-shell/extensions/workspaces-to-dock/assets/three-right.svg ./gnome-shell/extensions/workspaces-to-dock/assets/three-top.svg ./gnome-shell/extensions/workspaces-to-dock/assets/two-bottom.svg ./gnome-shell/extensions/workspaces-to-dock/assets/two-left.svg ./gnome-shell/extensions/workspaces-to-dock/assets/two-right.svg ./gnome-shell/extensions/workspaces-to-dock/assets/two-top.svg \ /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gnome-shell/extensions/workspaces-to-dock/assets ./gnome-shell/extensions/workspaces-to-dock/assets/four-bottom.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gnome-shell/extensions/workspaces-to-dock/assets/four-bottom.svg ./gnome-shell/extensions/workspaces-to-dock/assets/two-right.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gnome-shell/extensions/workspaces-to-dock/assets/two-right.svg ./gnome-shell/extensions/workspaces-to-dock/assets/two-left.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gnome-shell/extensions/workspaces-to-dock/assets/two-left.svg ./gnome-shell/extensions/workspaces-to-dock/assets/two-bottom.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gnome-shell/extensions/workspaces-to-dock/assets/two-bottom.svg ./gnome-shell/extensions/workspaces-to-dock/assets/three-top.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gnome-shell/extensions/workspaces-to-dock/assets/three-top.svg ./gnome-shell/extensions/workspaces-to-dock/assets/three-right.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gnome-shell/extensions/workspaces-to-dock/assets/three-right.svg ./gnome-shell/extensions/workspaces-to-dock/assets/three-left.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gnome-shell/extensions/workspaces-to-dock/assets/three-left.svg ./gnome-shell/extensions/workspaces-to-dock/assets/three-bottom.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gnome-shell/extensions/workspaces-to-dock/assets/three-bottom.svg ./gnome-shell/extensions/workspaces-to-dock/assets/one-top.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gnome-shell/extensions/workspaces-to-dock/assets/one-top.svg ./gnome-shell/extensions/workspaces-to-dock/assets/one-right.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gnome-shell/extensions/workspaces-to-dock/assets/one-right.svg ./gnome-shell/extensions/workspaces-to-dock/assets/one-left.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gnome-shell/extensions/workspaces-to-dock/assets/one-left.svg ./gnome-shell/extensions/workspaces-to-dock/assets/one-bottom.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gnome-shell/extensions/workspaces-to-dock/assets/one-bottom.svg ./gnome-shell/extensions/workspaces-to-dock/assets/h-two.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gnome-shell/extensions/workspaces-to-dock/assets/h-two.svg ./gnome-shell/extensions/workspaces-to-dock/assets/h-three.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gnome-shell/extensions/workspaces-to-dock/assets/h-three.svg ./gnome-shell/extensions/workspaces-to-dock/assets/h-one.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gnome-shell/extensions/workspaces-to-dock/assets/h-one.svg ./gnome-shell/extensions/workspaces-to-dock/assets/h-four.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gnome-shell/extensions/workspaces-to-dock/assets/h-four.svg ./gnome-shell/extensions/workspaces-to-dock/assets/four-top.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gnome-shell/extensions/workspaces-to-dock/assets/four-top.svg ./gnome-shell/extensions/workspaces-to-dock/assets/four-right.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gnome-shell/extensions/workspaces-to-dock/assets/four-right.svg ./gnome-shell/extensions/workspaces-to-dock/assets/four-left.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gnome-shell/extensions/workspaces-to-dock/assets/four-left.svg ./gnome-shell/extensions/workspaces-to-dock/assets/two-top.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gnome-shell/extensions/workspaces-to-dock/assets/two-top.svg cp -Rv ./gnome-shell-compact/gdm3-Plata-Compact.css /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gnome-shell ./gnome-shell-compact/gdm3-Plata-Compact.css -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/gnome-shell/gdm3-Plata-Compact.css /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gnome-shell /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gnome-shell/assets /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gnome-shell/extensions /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gnome-shell/extensions/window-list /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets cp -Rv ./gnome-shell-light-compact/gnome-shell.css ./gnome-shell-light-compact/gnome-shell-theme.gresource ./gnome-shell-light-compact/key-enter.svg ./gnome-shell-light-compact/key-enter-active.svg ./gnome-shell-light-compact/key-hide.svg ./gnome-shell-light-compact/key-layout.svg ./gnome-shell-light-compact/key-shift.svg ./gnome-shell-light-compact/key-shift-latched-uppercase.svg ./gnome-shell-light-compact/key-shift-uppercase.svg ./gnome-shell-light-compact/message-indicator-symbolic.svg ./gnome-shell-light-compact/no-events.svg ./gnome-shell-light-compact/no-notifications.svg ./gnome-shell-light-compact/noise-texture.png ./gnome-shell-light-compact/pad-osd.css ./gnome-shell-light-compact/process-working.svg ./gnome-shell-light-compact/toggle-off.svg ./gnome-shell-light-compact/toggle-on.svg /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gnome-shell ./gnome-shell-light-compact/gnome-shell.css -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gnome-shell/gnome-shell.css ./gnome-shell-light-compact/toggle-off.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gnome-shell/toggle-off.svg ./gnome-shell-light-compact/process-working.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gnome-shell/process-working.svg ./gnome-shell-light-compact/pad-osd.css -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gnome-shell/pad-osd.css ./gnome-shell-light-compact/noise-texture.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gnome-shell/noise-texture.png ./gnome-shell-light-compact/no-notifications.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gnome-shell/no-notifications.svg ./gnome-shell-light-compact/no-events.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gnome-shell/no-events.svg ./gnome-shell-light-compact/message-indicator-symbolic.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gnome-shell/message-indicator-symbolic.svg ./gnome-shell-light-compact/key-shift-uppercase.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gnome-shell/key-shift-uppercase.svg ./gnome-shell-light-compact/key-shift-latched-uppercase.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gnome-shell/key-shift-latched-uppercase.svg ./gnome-shell-light-compact/key-shift.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gnome-shell/key-shift.svg ./gnome-shell-light-compact/key-layout.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gnome-shell/key-layout.svg ./gnome-shell-light-compact/key-hide.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gnome-shell/key-hide.svg ./gnome-shell-light-compact/key-enter-active.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gnome-shell/key-enter-active.svg ./gnome-shell-light-compact/key-enter.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gnome-shell/key-enter.svg ./gnome-shell-light-compact/gnome-shell-theme.gresource -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gnome-shell/gnome-shell-theme.gresource ./gnome-shell-light-compact/toggle-on.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gnome-shell/toggle-on.svg cp -Rv ./gnome-shell-light-compact/extensions/window-list/classic.css ./gnome-shell-light-compact/extensions/window-list/stylesheet.css /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gnome-shell/extensions/window-list ./gnome-shell-light-compact/extensions/window-list/stylesheet.css -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gnome-shell/extensions/window-list/stylesheet.css ./gnome-shell-light-compact/extensions/window-list/classic.css -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gnome-shell/extensions/window-list/classic.css cp -Rv ./gnome-shell-light-compact/extensions/workspaces-to-dock/workspaces-to-dock.css /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock ./gnome-shell-light-compact/extensions/workspaces-to-dock/workspaces-to-dock.css -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/workspaces-to-dock.css cp -Rv ./gnome-shell-light-compact/assets/calendar-arrow-left-hover.svg ./gnome-shell-light-compact/assets/calendar-arrow-left.svg ./gnome-shell-light-compact/assets/calendar-arrow-right-hover.svg ./gnome-shell-light-compact/assets/calendar-arrow-right.svg ./gnome-shell-light-compact/assets/checkbox-hover.svg ./gnome-shell-light-compact/assets/checkbox-off-hover.svg ./gnome-shell-light-compact/assets/checkbox-off.svg ./gnome-shell-light-compact/assets/checkbox.svg ./gnome-shell-light-compact/assets/dash-placeholder.svg ./gnome-shell-light-compact/assets/go-down.svg ./gnome-shell-light-compact/assets/go-up.svg ./gnome-shell-light-compact/assets/media-control-active.svg ./gnome-shell-light-compact/assets/media-control-hover.svg ./gnome-shell-light-compact/assets/more-results.svg ./gnome-shell-light-compact/assets/window-close-active.svg ./gnome-shell-light-compact/assets/window-close-hover.svg ./gnome-shell-light-compact/assets/window-close.svg /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gnome-shell/assets ./gnome-shell-light-compact/assets/calendar-arrow-left-hover.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gnome-shell/assets/calendar-arrow-left-hover.svg ./gnome-shell-light-compact/assets/window-close-hover.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gnome-shell/assets/window-close-hover.svg ./gnome-shell-light-compact/assets/window-close-active.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gnome-shell/assets/window-close-active.svg ./gnome-shell-light-compact/assets/more-results.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gnome-shell/assets/more-results.svg ./gnome-shell-light-compact/assets/media-control-hover.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gnome-shell/assets/media-control-hover.svg ./gnome-shell-light-compact/assets/media-control-active.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gnome-shell/assets/media-control-active.svg ./gnome-shell-light-compact/assets/go-up.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gnome-shell/assets/go-up.svg ./gnome-shell-light-compact/assets/go-down.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gnome-shell/assets/go-down.svg ./gnome-shell-light-compact/assets/dash-placeholder.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gnome-shell/assets/dash-placeholder.svg ./gnome-shell-light-compact/assets/checkbox.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gnome-shell/assets/checkbox.svg ./gnome-shell-light-compact/assets/checkbox-off.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gnome-shell/assets/checkbox-off.svg ./gnome-shell-light-compact/assets/checkbox-off-hover.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gnome-shell/assets/checkbox-off-hover.svg ./gnome-shell-light-compact/assets/checkbox-hover.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gnome-shell/assets/checkbox-hover.svg ./gnome-shell-light-compact/assets/calendar-arrow-right.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gnome-shell/assets/calendar-arrow-right.svg ./gnome-shell-light-compact/assets/calendar-arrow-right-hover.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gnome-shell/assets/calendar-arrow-right-hover.svg ./gnome-shell-light-compact/assets/calendar-arrow-left.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gnome-shell/assets/calendar-arrow-left.svg ./gnome-shell-light-compact/assets/window-close.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gnome-shell/assets/window-close.svg cp -Rv ./gnome-shell/extensions/workspaces-to-dock/assets/four-bottom.svg ./gnome-shell/extensions/workspaces-to-dock/assets/four-left.svg ./gnome-shell/extensions/workspaces-to-dock/assets/four-right.svg ./gnome-shell/extensions/workspaces-to-dock/assets/four-top.svg ./gnome-shell/extensions/workspaces-to-dock/assets/h-four.svg ./gnome-shell/extensions/workspaces-to-dock/assets/h-one.svg ./gnome-shell/extensions/workspaces-to-dock/assets/h-three.svg ./gnome-shell/extensions/workspaces-to-dock/assets/h-two.svg ./gnome-shell/extensions/workspaces-to-dock/assets/one-bottom.svg ./gnome-shell/extensions/workspaces-to-dock/assets/one-left.svg ./gnome-shell/extensions/workspaces-to-dock/assets/one-right.svg ./gnome-shell/extensions/workspaces-to-dock/assets/one-top.svg ./gnome-shell/extensions/workspaces-to-dock/assets/three-bottom.svg ./gnome-shell/extensions/workspaces-to-dock/assets/three-left.svg ./gnome-shell/extensions/workspaces-to-dock/assets/three-right.svg ./gnome-shell/extensions/workspaces-to-dock/assets/three-top.svg ./gnome-shell/extensions/workspaces-to-dock/assets/two-bottom.svg ./gnome-shell/extensions/workspaces-to-dock/assets/two-left.svg ./gnome-shell/extensions/workspaces-to-dock/assets/two-right.svg ./gnome-shell/extensions/workspaces-to-dock/assets/two-top.svg \ /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets ./gnome-shell/extensions/workspaces-to-dock/assets/four-bottom.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/four-bottom.svg ./gnome-shell/extensions/workspaces-to-dock/assets/two-right.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/two-right.svg ./gnome-shell/extensions/workspaces-to-dock/assets/two-left.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/two-left.svg ./gnome-shell/extensions/workspaces-to-dock/assets/two-bottom.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/two-bottom.svg ./gnome-shell/extensions/workspaces-to-dock/assets/three-top.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/three-top.svg ./gnome-shell/extensions/workspaces-to-dock/assets/three-right.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/three-right.svg ./gnome-shell/extensions/workspaces-to-dock/assets/three-left.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/three-left.svg ./gnome-shell/extensions/workspaces-to-dock/assets/three-bottom.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/three-bottom.svg ./gnome-shell/extensions/workspaces-to-dock/assets/one-top.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/one-top.svg ./gnome-shell/extensions/workspaces-to-dock/assets/one-right.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/one-right.svg ./gnome-shell/extensions/workspaces-to-dock/assets/one-left.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/one-left.svg ./gnome-shell/extensions/workspaces-to-dock/assets/one-bottom.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/one-bottom.svg ./gnome-shell/extensions/workspaces-to-dock/assets/h-two.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/h-two.svg ./gnome-shell/extensions/workspaces-to-dock/assets/h-three.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/h-three.svg ./gnome-shell/extensions/workspaces-to-dock/assets/h-one.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/h-one.svg ./gnome-shell/extensions/workspaces-to-dock/assets/h-four.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/h-four.svg ./gnome-shell/extensions/workspaces-to-dock/assets/four-top.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/four-top.svg ./gnome-shell/extensions/workspaces-to-dock/assets/four-right.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/four-right.svg ./gnome-shell/extensions/workspaces-to-dock/assets/four-left.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/four-left.svg ./gnome-shell/extensions/workspaces-to-dock/assets/two-top.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gnome-shell/extensions/workspaces-to-dock/assets/two-top.svg cp -Rv ./gnome-shell-light-compact/gdm3-Plata-Lumine-Compact.css /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gnome-shell ./gnome-shell-light-compact/gdm3-Plata-Lumine-Compact.css -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/gnome-shell/gdm3-Plata-Lumine-Compact.css /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gnome-shell /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gnome-shell/assets /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gnome-shell/extensions /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gnome-shell/extensions/window-list /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gnome-shell/extensions/workspaces-to-dock /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gnome-shell/extensions/workspaces-to-dock/assets cp -Rv ./gnome-shell-dark-compact/gnome-shell.css ./gnome-shell-dark-compact/gnome-shell-theme.gresource ./gnome-shell-dark-compact/key-enter.svg ./gnome-shell-dark-compact/key-enter-active.svg ./gnome-shell-dark-compact/key-hide.svg ./gnome-shell-dark-compact/key-layout.svg ./gnome-shell-dark-compact/key-shift.svg ./gnome-shell-dark-compact/key-shift-latched-uppercase.svg ./gnome-shell-dark-compact/key-shift-uppercase.svg ./gnome-shell-dark-compact/message-indicator-symbolic.svg ./gnome-shell-dark-compact/no-events.svg ./gnome-shell-dark-compact/no-notifications.svg ./gnome-shell-dark-compact/noise-texture.png ./gnome-shell-dark-compact/process-working.svg ./gnome-shell-dark-compact/toggle-off.svg ./gnome-shell-dark-compact/toggle-on.svg /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gnome-shell ./gnome-shell-dark-compact/gnome-shell.css -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gnome-shell/gnome-shell.css ./gnome-shell-dark-compact/toggle-off.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gnome-shell/toggle-off.svg ./gnome-shell-dark-compact/process-working.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gnome-shell/process-working.svg ./gnome-shell-dark-compact/noise-texture.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gnome-shell/noise-texture.png ./gnome-shell-dark-compact/no-notifications.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gnome-shell/no-notifications.svg ./gnome-shell-dark-compact/no-events.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gnome-shell/no-events.svg ./gnome-shell-dark-compact/message-indicator-symbolic.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gnome-shell/message-indicator-symbolic.svg ./gnome-shell-dark-compact/key-shift-uppercase.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gnome-shell/key-shift-uppercase.svg ./gnome-shell-dark-compact/key-shift-latched-uppercase.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gnome-shell/key-shift-latched-uppercase.svg ./gnome-shell-dark-compact/key-shift.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gnome-shell/key-shift.svg ./gnome-shell-dark-compact/key-layout.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gnome-shell/key-layout.svg ./gnome-shell-dark-compact/key-hide.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gnome-shell/key-hide.svg ./gnome-shell-dark-compact/key-enter-active.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gnome-shell/key-enter-active.svg ./gnome-shell-dark-compact/key-enter.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gnome-shell/key-enter.svg ./gnome-shell-dark-compact/gnome-shell-theme.gresource -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gnome-shell/gnome-shell-theme.gresource ./gnome-shell-dark-compact/toggle-on.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gnome-shell/toggle-on.svg cp -Rv ./gnome-shell-dark-compact/extensions/window-list/classic.css ./gnome-shell-dark-compact/extensions/window-list/stylesheet.css /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gnome-shell/extensions/window-list ./gnome-shell-dark-compact/extensions/window-list/stylesheet.css -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gnome-shell/extensions/window-list/stylesheet.css ./gnome-shell-dark-compact/extensions/window-list/classic.css -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gnome-shell/extensions/window-list/classic.css cp -Rv ./gnome-shell-dark-compact/extensions/workspaces-to-dock/workspaces-to-dock.css /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gnome-shell/extensions/workspaces-to-dock ./gnome-shell-dark-compact/extensions/workspaces-to-dock/workspaces-to-dock.css -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gnome-shell/extensions/workspaces-to-dock/workspaces-to-dock.css cp -Rv ./gnome-shell-dark-compact/assets/calendar-arrow-left-hover.svg ./gnome-shell-dark-compact/assets/calendar-arrow-left.svg ./gnome-shell-dark-compact/assets/calendar-arrow-right-hover.svg ./gnome-shell-dark-compact/assets/calendar-arrow-right.svg ./gnome-shell-dark-compact/assets/checkbox-hover.svg ./gnome-shell-dark-compact/assets/checkbox-off-hover.svg ./gnome-shell-dark-compact/assets/checkbox-off.svg ./gnome-shell-dark-compact/assets/checkbox.svg ./gnome-shell-dark-compact/assets/dash-placeholder.svg ./gnome-shell-dark-compact/assets/go-down.svg ./gnome-shell-dark-compact/assets/go-up.svg ./gnome-shell-dark-compact/assets/media-control-active.svg ./gnome-shell-dark-compact/assets/media-control-hover.svg ./gnome-shell-dark-compact/assets/more-results.svg ./gnome-shell-dark-compact/assets/window-close-active.svg ./gnome-shell-dark-compact/assets/window-close-hover.svg ./gnome-shell-dark-compact/assets/window-close.svg /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gnome-shell/assets ./gnome-shell-dark-compact/assets/calendar-arrow-left-hover.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gnome-shell/assets/calendar-arrow-left-hover.svg ./gnome-shell-dark-compact/assets/window-close-hover.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gnome-shell/assets/window-close-hover.svg ./gnome-shell-dark-compact/assets/window-close-active.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gnome-shell/assets/window-close-active.svg ./gnome-shell-dark-compact/assets/more-results.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gnome-shell/assets/more-results.svg ./gnome-shell-dark-compact/assets/media-control-hover.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gnome-shell/assets/media-control-hover.svg ./gnome-shell-dark-compact/assets/media-control-active.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gnome-shell/assets/media-control-active.svg ./gnome-shell-dark-compact/assets/go-up.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gnome-shell/assets/go-up.svg ./gnome-shell-dark-compact/assets/go-down.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gnome-shell/assets/go-down.svg ./gnome-shell-dark-compact/assets/dash-placeholder.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gnome-shell/assets/dash-placeholder.svg ./gnome-shell-dark-compact/assets/checkbox.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gnome-shell/assets/checkbox.svg ./gnome-shell-dark-compact/assets/checkbox-off.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gnome-shell/assets/checkbox-off.svg ./gnome-shell-dark-compact/assets/checkbox-off-hover.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gnome-shell/assets/checkbox-off-hover.svg ./gnome-shell-dark-compact/assets/checkbox-hover.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gnome-shell/assets/checkbox-hover.svg ./gnome-shell-dark-compact/assets/calendar-arrow-right.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gnome-shell/assets/calendar-arrow-right.svg ./gnome-shell-dark-compact/assets/calendar-arrow-right-hover.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gnome-shell/assets/calendar-arrow-right-hover.svg ./gnome-shell-dark-compact/assets/calendar-arrow-left.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gnome-shell/assets/calendar-arrow-left.svg ./gnome-shell-dark-compact/assets/window-close.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gnome-shell/assets/window-close.svg cp -Rv ./gnome-shell/extensions/workspaces-to-dock/assets/four-bottom.svg ./gnome-shell/extensions/workspaces-to-dock/assets/four-left.svg ./gnome-shell/extensions/workspaces-to-dock/assets/four-right.svg ./gnome-shell/extensions/workspaces-to-dock/assets/four-top.svg ./gnome-shell/extensions/workspaces-to-dock/assets/h-four.svg ./gnome-shell/extensions/workspaces-to-dock/assets/h-one.svg ./gnome-shell/extensions/workspaces-to-dock/assets/h-three.svg ./gnome-shell/extensions/workspaces-to-dock/assets/h-two.svg ./gnome-shell/extensions/workspaces-to-dock/assets/one-bottom.svg ./gnome-shell/extensions/workspaces-to-dock/assets/one-left.svg ./gnome-shell/extensions/workspaces-to-dock/assets/one-right.svg ./gnome-shell/extensions/workspaces-to-dock/assets/one-top.svg ./gnome-shell/extensions/workspaces-to-dock/assets/three-bottom.svg ./gnome-shell/extensions/workspaces-to-dock/assets/three-left.svg ./gnome-shell/extensions/workspaces-to-dock/assets/three-right.svg ./gnome-shell/extensions/workspaces-to-dock/assets/three-top.svg ./gnome-shell/extensions/workspaces-to-dock/assets/two-bottom.svg ./gnome-shell/extensions/workspaces-to-dock/assets/two-left.svg ./gnome-shell/extensions/workspaces-to-dock/assets/two-right.svg ./gnome-shell/extensions/workspaces-to-dock/assets/two-top.svg \ /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gnome-shell/extensions/workspaces-to-dock/assets ./gnome-shell/extensions/workspaces-to-dock/assets/four-bottom.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gnome-shell/extensions/workspaces-to-dock/assets/four-bottom.svg ./gnome-shell/extensions/workspaces-to-dock/assets/two-right.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gnome-shell/extensions/workspaces-to-dock/assets/two-right.svg ./gnome-shell/extensions/workspaces-to-dock/assets/two-left.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gnome-shell/extensions/workspaces-to-dock/assets/two-left.svg ./gnome-shell/extensions/workspaces-to-dock/assets/two-bottom.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gnome-shell/extensions/workspaces-to-dock/assets/two-bottom.svg ./gnome-shell/extensions/workspaces-to-dock/assets/three-top.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gnome-shell/extensions/workspaces-to-dock/assets/three-top.svg ./gnome-shell/extensions/workspaces-to-dock/assets/three-right.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gnome-shell/extensions/workspaces-to-dock/assets/three-right.svg ./gnome-shell/extensions/workspaces-to-dock/assets/three-left.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gnome-shell/extensions/workspaces-to-dock/assets/three-left.svg ./gnome-shell/extensions/workspaces-to-dock/assets/three-bottom.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gnome-shell/extensions/workspaces-to-dock/assets/three-bottom.svg ./gnome-shell/extensions/workspaces-to-dock/assets/one-top.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gnome-shell/extensions/workspaces-to-dock/assets/one-top.svg ./gnome-shell/extensions/workspaces-to-dock/assets/one-right.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gnome-shell/extensions/workspaces-to-dock/assets/one-right.svg ./gnome-shell/extensions/workspaces-to-dock/assets/one-left.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gnome-shell/extensions/workspaces-to-dock/assets/one-left.svg ./gnome-shell/extensions/workspaces-to-dock/assets/one-bottom.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gnome-shell/extensions/workspaces-to-dock/assets/one-bottom.svg ./gnome-shell/extensions/workspaces-to-dock/assets/h-two.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gnome-shell/extensions/workspaces-to-dock/assets/h-two.svg ./gnome-shell/extensions/workspaces-to-dock/assets/h-three.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gnome-shell/extensions/workspaces-to-dock/assets/h-three.svg ./gnome-shell/extensions/workspaces-to-dock/assets/h-one.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gnome-shell/extensions/workspaces-to-dock/assets/h-one.svg ./gnome-shell/extensions/workspaces-to-dock/assets/h-four.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gnome-shell/extensions/workspaces-to-dock/assets/h-four.svg ./gnome-shell/extensions/workspaces-to-dock/assets/four-top.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gnome-shell/extensions/workspaces-to-dock/assets/four-top.svg ./gnome-shell/extensions/workspaces-to-dock/assets/four-right.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gnome-shell/extensions/workspaces-to-dock/assets/four-right.svg ./gnome-shell/extensions/workspaces-to-dock/assets/four-left.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gnome-shell/extensions/workspaces-to-dock/assets/four-left.svg ./gnome-shell/extensions/workspaces-to-dock/assets/two-top.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gnome-shell/extensions/workspaces-to-dock/assets/two-top.svg cp -Rv ./gnome-shell-dark-compact/gdm3-Plata-Noir-Compact.css /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gnome-shell ./gnome-shell-dark-compact/gdm3-Plata-Noir-Compact.css -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/gnome-shell/gdm3-Plata-Noir-Compact.css /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/cinnamon /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/cinnamon/assets /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/cinnamon/assets/checkbox /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/cinnamon/assets/misc /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/cinnamon/assets/panel /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/cinnamon/assets/switch cp -Rv ./cinnamon/cinnamon.css /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/cinnamon ./cinnamon/cinnamon.css -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/cinnamon/cinnamon.css cp -Rv ./cinnamon/assets/checkbox/checkbox-checked.svg ./cinnamon/assets/checkbox/checkbox-unchecked.svg ./cinnamon/assets/checkbox/radiobutton-checked.svg ./cinnamon/assets/checkbox/radiobutton-unchecked.svg \ /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/cinnamon/assets/checkbox ./cinnamon/assets/checkbox/radiobutton-unchecked.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/cinnamon/assets/checkbox/radiobutton-unchecked.svg ./cinnamon/assets/checkbox/radiobutton-checked.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/cinnamon/assets/checkbox/radiobutton-checked.svg ./cinnamon/assets/checkbox/checkbox-unchecked.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/cinnamon/assets/checkbox/checkbox-unchecked.svg ./cinnamon/assets/checkbox/checkbox-checked.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/cinnamon/assets/checkbox/checkbox-checked.svg cp -Rv ./cinnamon/assets/misc/add-workspace-active.svg ./cinnamon/assets/misc/add-workspace-hover.svg ./cinnamon/assets/misc/add-workspace.svg ./cinnamon/assets/misc/calendar-arrow-left.svg ./cinnamon/assets/misc/calendar-arrow-right.svg ./cinnamon/assets/misc/close-active.svg ./cinnamon/assets/misc/close-hover.svg ./cinnamon/assets/misc/close.svg ./cinnamon/assets/misc/osd.svg ./cinnamon/assets/misc/overview-hover.svg ./cinnamon/assets/misc/overview.svg ./cinnamon/assets/misc/trash-icon.svg \ /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/cinnamon/assets/misc ./cinnamon/assets/misc/add-workspace-active.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/cinnamon/assets/misc/add-workspace-active.svg ./cinnamon/assets/misc/overview.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/cinnamon/assets/misc/overview.svg ./cinnamon/assets/misc/overview-hover.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/cinnamon/assets/misc/overview-hover.svg ./cinnamon/assets/misc/osd.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/cinnamon/assets/misc/osd.svg ./cinnamon/assets/misc/close.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/cinnamon/assets/misc/close.svg ./cinnamon/assets/misc/close-hover.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/cinnamon/assets/misc/close-hover.svg ./cinnamon/assets/misc/close-active.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/cinnamon/assets/misc/close-active.svg ./cinnamon/assets/misc/calendar-arrow-right.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/cinnamon/assets/misc/calendar-arrow-right.svg ./cinnamon/assets/misc/calendar-arrow-left.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/cinnamon/assets/misc/calendar-arrow-left.svg ./cinnamon/assets/misc/add-workspace.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/cinnamon/assets/misc/add-workspace.svg ./cinnamon/assets/misc/add-workspace-hover.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/cinnamon/assets/misc/add-workspace-hover.svg ./cinnamon/assets/misc/trash-icon.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/cinnamon/assets/misc/trash-icon.svg cp -Rv ./cinnamon/assets/panel/activities-active.svg ./cinnamon/assets/panel/activities.svg \ /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/cinnamon/assets/panel ./cinnamon/assets/panel/activities.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/cinnamon/assets/panel/activities.svg ./cinnamon/assets/panel/activities-active.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/cinnamon/assets/panel/activities-active.svg cp -Rv ./cinnamon/assets/switch/switch-off.svg ./cinnamon/assets/switch/switch-on.svg \ /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/cinnamon/assets/switch ./cinnamon/assets/switch/switch-on.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/cinnamon/assets/switch/switch-on.svg ./cinnamon/assets/switch/switch-off.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/cinnamon/assets/switch/switch-off.svg cp -Rv ./cinnamon/assets/thumbnail.png \ /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/cinnamon ./cinnamon/assets/thumbnail.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/cinnamon/thumbnail.png /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/cinnamon /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/cinnamon/assets /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/cinnamon/assets/checkbox /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/cinnamon/assets/misc /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/cinnamon/assets/panel /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/cinnamon/assets/switch cp -Rv ./cinnamon-light/cinnamon.css /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/cinnamon ./cinnamon-light/cinnamon.css -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/cinnamon/cinnamon.css cp -Rv ./cinnamon-light/assets/checkbox/checkbox-checked.svg ./cinnamon-light/assets/checkbox/checkbox-unchecked.svg ./cinnamon-light/assets/checkbox/radiobutton-checked.svg ./cinnamon-light/assets/checkbox/radiobutton-unchecked.svg \ /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/cinnamon/assets/checkbox ./cinnamon-light/assets/checkbox/radiobutton-unchecked.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/cinnamon/assets/checkbox/radiobutton-unchecked.svg ./cinnamon-light/assets/checkbox/radiobutton-checked.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/cinnamon/assets/checkbox/radiobutton-checked.svg ./cinnamon-light/assets/checkbox/checkbox-unchecked.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/cinnamon/assets/checkbox/checkbox-unchecked.svg ./cinnamon-light/assets/checkbox/checkbox-checked.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/cinnamon/assets/checkbox/checkbox-checked.svg cp -Rv ./cinnamon-light/assets/misc/add-workspace-active.svg ./cinnamon-light/assets/misc/add-workspace-hover.svg ./cinnamon-light/assets/misc/add-workspace.svg ./cinnamon-light/assets/misc/calendar-arrow-left.svg ./cinnamon-light/assets/misc/calendar-arrow-right.svg ./cinnamon-light/assets/misc/close-active.svg ./cinnamon-light/assets/misc/close-hover.svg ./cinnamon-light/assets/misc/close.svg ./cinnamon-light/assets/misc/osd.svg ./cinnamon-light/assets/misc/overview-hover.svg ./cinnamon-light/assets/misc/overview.svg ./cinnamon-light/assets/misc/trash-icon.svg \ /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/cinnamon/assets/misc ./cinnamon-light/assets/misc/add-workspace-active.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/cinnamon/assets/misc/add-workspace-active.svg ./cinnamon-light/assets/misc/overview.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/cinnamon/assets/misc/overview.svg ./cinnamon-light/assets/misc/overview-hover.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/cinnamon/assets/misc/overview-hover.svg ./cinnamon-light/assets/misc/osd.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/cinnamon/assets/misc/osd.svg ./cinnamon-light/assets/misc/close.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/cinnamon/assets/misc/close.svg ./cinnamon-light/assets/misc/close-hover.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/cinnamon/assets/misc/close-hover.svg ./cinnamon-light/assets/misc/close-active.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/cinnamon/assets/misc/close-active.svg ./cinnamon-light/assets/misc/calendar-arrow-right.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/cinnamon/assets/misc/calendar-arrow-right.svg ./cinnamon-light/assets/misc/calendar-arrow-left.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/cinnamon/assets/misc/calendar-arrow-left.svg ./cinnamon-light/assets/misc/add-workspace.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/cinnamon/assets/misc/add-workspace.svg ./cinnamon-light/assets/misc/add-workspace-hover.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/cinnamon/assets/misc/add-workspace-hover.svg ./cinnamon-light/assets/misc/trash-icon.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/cinnamon/assets/misc/trash-icon.svg cp -Rv ./cinnamon-light/assets/panel/activities-active.svg ./cinnamon-light/assets/panel/activities.svg \ /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/cinnamon/assets/panel ./cinnamon-light/assets/panel/activities.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/cinnamon/assets/panel/activities.svg ./cinnamon-light/assets/panel/activities-active.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/cinnamon/assets/panel/activities-active.svg cp -Rv ./cinnamon-light/assets/switch/switch-off.svg ./cinnamon-light/assets/switch/switch-on.svg \ /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/cinnamon/assets/switch ./cinnamon-light/assets/switch/switch-on.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/cinnamon/assets/switch/switch-on.svg ./cinnamon-light/assets/switch/switch-off.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/cinnamon/assets/switch/switch-off.svg cp -Rv ./cinnamon-light/assets/thumbnail.png \ /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/cinnamon ./cinnamon-light/assets/thumbnail.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/cinnamon/thumbnail.png /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/cinnamon /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/cinnamon/assets /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/cinnamon/assets/checkbox /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/cinnamon/assets/misc /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/cinnamon/assets/panel /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/cinnamon/assets/switch cp -Rv ./cinnamon-dark/cinnamon.css /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/cinnamon ./cinnamon-dark/cinnamon.css -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/cinnamon/cinnamon.css cp -Rv ./cinnamon-dark/assets/checkbox/checkbox-checked.svg ./cinnamon-dark/assets/checkbox/checkbox-unchecked.svg ./cinnamon-dark/assets/checkbox/radiobutton-checked.svg ./cinnamon-dark/assets/checkbox/radiobutton-unchecked.svg \ /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/cinnamon/assets/checkbox ./cinnamon-dark/assets/checkbox/radiobutton-unchecked.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/cinnamon/assets/checkbox/radiobutton-unchecked.svg ./cinnamon-dark/assets/checkbox/radiobutton-checked.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/cinnamon/assets/checkbox/radiobutton-checked.svg ./cinnamon-dark/assets/checkbox/checkbox-unchecked.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/cinnamon/assets/checkbox/checkbox-unchecked.svg ./cinnamon-dark/assets/checkbox/checkbox-checked.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/cinnamon/assets/checkbox/checkbox-checked.svg cp -Rv ./cinnamon-dark/assets/misc/add-workspace-active.svg ./cinnamon-dark/assets/misc/add-workspace-hover.svg ./cinnamon-dark/assets/misc/add-workspace.svg ./cinnamon-dark/assets/misc/calendar-arrow-left.svg ./cinnamon-dark/assets/misc/calendar-arrow-right.svg ./cinnamon-dark/assets/misc/close-active.svg ./cinnamon-dark/assets/misc/close-hover.svg ./cinnamon-dark/assets/misc/close.svg ./cinnamon-dark/assets/misc/osd.svg ./cinnamon-dark/assets/misc/overview-hover.svg ./cinnamon-dark/assets/misc/overview.svg ./cinnamon-dark/assets/misc/trash-icon.svg \ /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/cinnamon/assets/misc ./cinnamon-dark/assets/misc/add-workspace-active.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/cinnamon/assets/misc/add-workspace-active.svg ./cinnamon-dark/assets/misc/overview.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/cinnamon/assets/misc/overview.svg ./cinnamon-dark/assets/misc/overview-hover.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/cinnamon/assets/misc/overview-hover.svg ./cinnamon-dark/assets/misc/osd.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/cinnamon/assets/misc/osd.svg ./cinnamon-dark/assets/misc/close.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/cinnamon/assets/misc/close.svg ./cinnamon-dark/assets/misc/close-hover.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/cinnamon/assets/misc/close-hover.svg ./cinnamon-dark/assets/misc/close-active.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/cinnamon/assets/misc/close-active.svg ./cinnamon-dark/assets/misc/calendar-arrow-right.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/cinnamon/assets/misc/calendar-arrow-right.svg ./cinnamon-dark/assets/misc/calendar-arrow-left.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/cinnamon/assets/misc/calendar-arrow-left.svg ./cinnamon-dark/assets/misc/add-workspace.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/cinnamon/assets/misc/add-workspace.svg ./cinnamon-dark/assets/misc/add-workspace-hover.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/cinnamon/assets/misc/add-workspace-hover.svg ./cinnamon-dark/assets/misc/trash-icon.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/cinnamon/assets/misc/trash-icon.svg cp -Rv ./cinnamon-dark/assets/panel/activities-active.svg ./cinnamon-dark/assets/panel/activities.svg \ /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/cinnamon/assets/panel ./cinnamon-dark/assets/panel/activities.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/cinnamon/assets/panel/activities.svg ./cinnamon-dark/assets/panel/activities-active.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/cinnamon/assets/panel/activities-active.svg cp -Rv ./cinnamon-dark/assets/switch/switch-off.svg ./cinnamon-dark/assets/switch/switch-on.svg \ /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/cinnamon/assets/switch ./cinnamon-dark/assets/switch/switch-on.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/cinnamon/assets/switch/switch-on.svg ./cinnamon-dark/assets/switch/switch-off.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/cinnamon/assets/switch/switch-off.svg cp -Rv ./cinnamon-dark/assets/thumbnail.png \ /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/cinnamon ./cinnamon-dark/assets/thumbnail.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/cinnamon/thumbnail.png gmake[3]: Leaving directory '/construction/x11-themes/plata-theme/plata-theme-b92185bcf7f336412e30ed40d08552b9d8751ec5-b92185bcf7f336412e30ed40d08552b9d8751ec5/src/shell' gmake[2]: Leaving directory '/construction/x11-themes/plata-theme/plata-theme-b92185bcf7f336412e30ed40d08552b9d8751ec5-b92185bcf7f336412e30ed40d08552b9d8751ec5/src/shell' Making install in src/wm gmake[2]: Entering directory '/construction/x11-themes/plata-theme/plata-theme-b92185bcf7f336412e30ed40d08552b9d8751ec5-b92185bcf7f336412e30ed40d08552b9d8751ec5/src/wm' gmake[3]: Entering directory '/construction/x11-themes/plata-theme/plata-theme-b92185bcf7f336412e30ed40d08552b9d8751ec5-b92185bcf7f336412e30ed40d08552b9d8751ec5/src/wm' gmake[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/metacity-1 /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/metacity-1 /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/metacity-1 /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/metacity-1 /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/metacity-1 /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/metacity-1 cp -Rv ./metacity-1/dark/metacity-theme-3.xml /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/metacity-1 ./metacity-1/dark/metacity-theme-3.xml -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/metacity-1/metacity-theme-3.xml cp -Rv ./metacity-1/dark/metacity-theme-3.xml /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/metacity-1 ./metacity-1/dark/metacity-theme-3.xml -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/metacity-1/metacity-theme-3.xml cp -Rv ./metacity-1/light/metacity-theme-3.xml /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/metacity-1 ./metacity-1/light/metacity-theme-3.xml -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/metacity-1/metacity-theme-3.xml cp -Rv ./metacity-1/dark-compact/metacity-theme-3.xml /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/metacity-1 ./metacity-1/dark-compact/metacity-theme-3.xml -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/metacity-1/metacity-theme-3.xml cp -Rv ./metacity-1/dark-compact/metacity-theme-3.xml /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/metacity-1 ./metacity-1/dark-compact/metacity-theme-3.xml -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/metacity-1/metacity-theme-3.xml cp -Rv ./metacity-1/light-compact/metacity-theme-3.xml /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/metacity-1 ./metacity-1/light-compact/metacity-theme-3.xml -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/metacity-1/metacity-theme-3.xml cp -Rv ./metacity-1/dark/button_close_prelight.svg ./metacity-1/dark/button_close_pressed.svg ./metacity-1/dark/button_close.svg ./metacity-1/dark/button_maximize_prelight.svg ./metacity-1/dark/button_maximize_pressed.svg ./metacity-1/dark/button_maximize.svg ./metacity-1/dark/button_menu_prelight.svg ./metacity-1/dark/button_menu_pressed.svg ./metacity-1/dark/button_menu.svg ./metacity-1/dark/button_minimize_prelight.svg ./metacity-1/dark/button_minimize_pressed.svg ./metacity-1/dark/button_minimize.svg ./metacity-1/dark/button_shade_prelight.svg ./metacity-1/dark/button_shade_pressed.svg ./metacity-1/dark/button_shade.svg ./metacity-1/dark/button_unshade_prelight.svg ./metacity-1/dark/button_unshade_pressed.svg ./metacity-1/dark/button_unshade.svg ./metacity-1/dark/max_button_unmaximize_prelight.svg ./metacity-1/dark/max_button_unmaximize_pressed.svg ./metacity-1/dark/max_button_unmaximize.svg ./metacity-1/dark/thumbnail.png /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/metacity-1 ./metacity-1/dark/button_close_prelight.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/metacity-1/button_close_prelight.svg ./metacity-1/dark/max_button_unmaximize.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/metacity-1/max_button_unmaximize.svg ./metacity-1/dark/max_button_unmaximize_pressed.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/metacity-1/max_button_unmaximize_pressed.svg ./metacity-1/dark/max_button_unmaximize_prelight.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/metacity-1/max_button_unmaximize_prelight.svg ./metacity-1/dark/button_unshade.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/metacity-1/button_unshade.svg ./metacity-1/dark/button_unshade_pressed.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/metacity-1/button_unshade_pressed.svg ./metacity-1/dark/button_unshade_prelight.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/metacity-1/button_unshade_prelight.svg ./metacity-1/dark/button_shade.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/metacity-1/button_shade.svg ./metacity-1/dark/button_shade_pressed.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/metacity-1/button_shade_pressed.svg ./metacity-1/dark/button_shade_prelight.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/metacity-1/button_shade_prelight.svg ./metacity-1/dark/button_minimize.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/metacity-1/button_minimize.svg ./metacity-1/dark/button_minimize_pressed.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/metacity-1/button_minimize_pressed.svg ./metacity-1/dark/button_minimize_prelight.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/metacity-1/button_minimize_prelight.svg ./metacity-1/dark/button_menu.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/metacity-1/button_menu.svg ./metacity-1/dark/button_menu_pressed.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/metacity-1/button_menu_pressed.svg ./metacity-1/dark/button_menu_prelight.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/metacity-1/button_menu_prelight.svg ./metacity-1/dark/button_maximize.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/metacity-1/button_maximize.svg ./metacity-1/dark/button_maximize_pressed.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/metacity-1/button_maximize_pressed.svg ./metacity-1/dark/button_maximize_prelight.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/metacity-1/button_maximize_prelight.svg ./metacity-1/dark/button_close.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/metacity-1/button_close.svg ./metacity-1/dark/button_close_pressed.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/metacity-1/button_close_pressed.svg ./metacity-1/dark/thumbnail.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/metacity-1/thumbnail.png cp -Rv ./metacity-1/dark/button_close_prelight.svg ./metacity-1/dark/button_close_pressed.svg ./metacity-1/dark/button_close.svg ./metacity-1/dark/button_maximize_prelight.svg ./metacity-1/dark/button_maximize_pressed.svg ./metacity-1/dark/button_maximize.svg ./metacity-1/dark/button_menu_prelight.svg ./metacity-1/dark/button_menu_pressed.svg ./metacity-1/dark/button_menu.svg ./metacity-1/dark/button_minimize_prelight.svg ./metacity-1/dark/button_minimize_pressed.svg ./metacity-1/dark/button_minimize.svg ./metacity-1/dark/button_shade_prelight.svg ./metacity-1/dark/button_shade_pressed.svg ./metacity-1/dark/button_shade.svg ./metacity-1/dark/button_unshade_prelight.svg ./metacity-1/dark/button_unshade_pressed.svg ./metacity-1/dark/button_unshade.svg ./metacity-1/dark/max_button_unmaximize_prelight.svg ./metacity-1/dark/max_button_unmaximize_pressed.svg ./metacity-1/dark/max_button_unmaximize.svg ./metacity-1/dark/thumbnail.png /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/metacity-1 ./metacity-1/dark/button_close_prelight.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/metacity-1/button_close_prelight.svg ./metacity-1/dark/max_button_unmaximize.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/metacity-1/max_button_unmaximize.svg ./metacity-1/dark/max_button_unmaximize_pressed.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/metacity-1/max_button_unmaximize_pressed.svg ./metacity-1/dark/max_button_unmaximize_prelight.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/metacity-1/max_button_unmaximize_prelight.svg ./metacity-1/dark/button_unshade.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/metacity-1/button_unshade.svg ./metacity-1/dark/button_unshade_pressed.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/metacity-1/button_unshade_pressed.svg ./metacity-1/dark/button_unshade_prelight.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/metacity-1/button_unshade_prelight.svg ./metacity-1/dark/button_shade.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/metacity-1/button_shade.svg ./metacity-1/dark/button_shade_pressed.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/metacity-1/button_shade_pressed.svg ./metacity-1/dark/button_shade_prelight.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/metacity-1/button_shade_prelight.svg ./metacity-1/dark/button_minimize.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/metacity-1/button_minimize.svg ./metacity-1/dark/button_minimize_pressed.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/metacity-1/button_minimize_pressed.svg ./metacity-1/dark/button_minimize_prelight.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/metacity-1/button_minimize_prelight.svg ./metacity-1/dark/button_menu.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/metacity-1/button_menu.svg ./metacity-1/dark/button_menu_pressed.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/metacity-1/button_menu_pressed.svg ./metacity-1/dark/button_menu_prelight.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/metacity-1/button_menu_prelight.svg ./metacity-1/dark/button_maximize.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/metacity-1/button_maximize.svg ./metacity-1/dark/button_maximize_pressed.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/metacity-1/button_maximize_pressed.svg ./metacity-1/dark/button_maximize_prelight.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/metacity-1/button_maximize_prelight.svg ./metacity-1/dark/button_close.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/metacity-1/button_close.svg ./metacity-1/dark/button_close_pressed.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/metacity-1/button_close_pressed.svg ./metacity-1/dark/thumbnail.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/metacity-1/thumbnail.png cp -Rv ./metacity-1/light/button_close_prelight.svg ./metacity-1/light/button_close_pressed.svg ./metacity-1/light/button_close.svg ./metacity-1/light/button_maximize_prelight.svg ./metacity-1/light/button_maximize_pressed.svg ./metacity-1/light/button_maximize.svg ./metacity-1/light/button_menu_prelight.svg ./metacity-1/light/button_menu_pressed.svg ./metacity-1/light/button_menu.svg ./metacity-1/light/button_minimize_prelight.svg ./metacity-1/light/button_minimize_pressed.svg ./metacity-1/light/button_minimize.svg ./metacity-1/light/button_shade_prelight.svg ./metacity-1/light/button_shade_pressed.svg ./metacity-1/light/button_shade.svg ./metacity-1/light/button_unshade_prelight.svg ./metacity-1/light/button_unshade_pressed.svg ./metacity-1/light/button_unshade.svg ./metacity-1/light/max_button_unmaximize_prelight.svg ./metacity-1/light/max_button_unmaximize_pressed.svg ./metacity-1/light/max_button_unmaximize.svg ./metacity-1/light/thumbnail.png /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/metacity-1 ./metacity-1/light/button_close_prelight.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/metacity-1/button_close_prelight.svg ./metacity-1/light/max_button_unmaximize.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/metacity-1/max_button_unmaximize.svg ./metacity-1/light/max_button_unmaximize_pressed.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/metacity-1/max_button_unmaximize_pressed.svg ./metacity-1/light/max_button_unmaximize_prelight.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/metacity-1/max_button_unmaximize_prelight.svg ./metacity-1/light/button_unshade.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/metacity-1/button_unshade.svg ./metacity-1/light/button_unshade_pressed.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/metacity-1/button_unshade_pressed.svg ./metacity-1/light/button_unshade_prelight.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/metacity-1/button_unshade_prelight.svg ./metacity-1/light/button_shade.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/metacity-1/button_shade.svg ./metacity-1/light/button_shade_pressed.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/metacity-1/button_shade_pressed.svg ./metacity-1/light/button_shade_prelight.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/metacity-1/button_shade_prelight.svg ./metacity-1/light/button_minimize.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/metacity-1/button_minimize.svg ./metacity-1/light/button_minimize_pressed.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/metacity-1/button_minimize_pressed.svg ./metacity-1/light/button_minimize_prelight.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/metacity-1/button_minimize_prelight.svg ./metacity-1/light/button_menu.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/metacity-1/button_menu.svg ./metacity-1/light/button_menu_pressed.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/metacity-1/button_menu_pressed.svg ./metacity-1/light/button_menu_prelight.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/metacity-1/button_menu_prelight.svg ./metacity-1/light/button_maximize.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/metacity-1/button_maximize.svg ./metacity-1/light/button_maximize_pressed.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/metacity-1/button_maximize_pressed.svg ./metacity-1/light/button_maximize_prelight.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/metacity-1/button_maximize_prelight.svg ./metacity-1/light/button_close.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/metacity-1/button_close.svg ./metacity-1/light/button_close_pressed.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/metacity-1/button_close_pressed.svg ./metacity-1/light/thumbnail.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/metacity-1/thumbnail.png cp -Rv ./metacity-1/dark-compact/button_close_prelight.svg ./metacity-1/dark-compact/button_close_pressed.svg ./metacity-1/dark-compact/button_close.svg ./metacity-1/dark-compact/button_maximize_prelight.svg ./metacity-1/dark-compact/button_maximize_pressed.svg ./metacity-1/dark-compact/button_maximize.svg ./metacity-1/dark-compact/button_menu_prelight.svg ./metacity-1/dark-compact/button_menu_pressed.svg ./metacity-1/dark-compact/button_menu.svg ./metacity-1/dark-compact/button_minimize_prelight.svg ./metacity-1/dark-compact/button_minimize_pressed.svg ./metacity-1/dark-compact/button_minimize.svg ./metacity-1/dark-compact/button_shade_prelight.svg ./metacity-1/dark-compact/button_shade_pressed.svg ./metacity-1/dark-compact/button_shade.svg ./metacity-1/dark-compact/button_unshade_prelight.svg ./metacity-1/dark-compact/button_unshade_pressed.svg ./metacity-1/dark-compact/button_unshade.svg ./metacity-1/dark-compact/max_button_unmaximize_prelight.svg ./metacity-1/dark-compact/max_button_unmaximize_pressed.svg ./metacity-1/dark-compact/max_button_unmaximize.svg ./metacity-1/dark-compact/thumbnail.png /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/metacity-1 ./metacity-1/dark-compact/button_close_prelight.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/metacity-1/button_close_prelight.svg ./metacity-1/dark-compact/max_button_unmaximize.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/metacity-1/max_button_unmaximize.svg ./metacity-1/dark-compact/max_button_unmaximize_pressed.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/metacity-1/max_button_unmaximize_pressed.svg ./metacity-1/dark-compact/max_button_unmaximize_prelight.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/metacity-1/max_button_unmaximize_prelight.svg ./metacity-1/dark-compact/button_unshade.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/metacity-1/button_unshade.svg ./metacity-1/dark-compact/button_unshade_pressed.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/metacity-1/button_unshade_pressed.svg ./metacity-1/dark-compact/button_unshade_prelight.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/metacity-1/button_unshade_prelight.svg ./metacity-1/dark-compact/button_shade.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/metacity-1/button_shade.svg ./metacity-1/dark-compact/button_shade_pressed.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/metacity-1/button_shade_pressed.svg ./metacity-1/dark-compact/button_shade_prelight.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/metacity-1/button_shade_prelight.svg ./metacity-1/dark-compact/button_minimize.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/metacity-1/button_minimize.svg ./metacity-1/dark-compact/button_minimize_pressed.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/metacity-1/button_minimize_pressed.svg ./metacity-1/dark-compact/button_minimize_prelight.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/metacity-1/button_minimize_prelight.svg ./metacity-1/dark-compact/button_menu.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/metacity-1/button_menu.svg ./metacity-1/dark-compact/button_menu_pressed.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/metacity-1/button_menu_pressed.svg ./metacity-1/dark-compact/button_menu_prelight.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/metacity-1/button_menu_prelight.svg ./metacity-1/dark-compact/button_maximize.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/metacity-1/button_maximize.svg ./metacity-1/dark-compact/button_maximize_pressed.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/metacity-1/button_maximize_pressed.svg ./metacity-1/dark-compact/button_maximize_prelight.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/metacity-1/button_maximize_prelight.svg ./metacity-1/dark-compact/button_close.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/metacity-1/button_close.svg ./metacity-1/dark-compact/button_close_pressed.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/metacity-1/button_close_pressed.svg ./metacity-1/dark-compact/thumbnail.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/metacity-1/thumbnail.png cp -Rv ./metacity-1/dark-compact/button_close_prelight.svg ./metacity-1/dark-compact/button_close_pressed.svg ./metacity-1/dark-compact/button_close.svg ./metacity-1/dark-compact/button_maximize_prelight.svg ./metacity-1/dark-compact/button_maximize_pressed.svg ./metacity-1/dark-compact/button_maximize.svg ./metacity-1/dark-compact/button_menu_prelight.svg ./metacity-1/dark-compact/button_menu_pressed.svg ./metacity-1/dark-compact/button_menu.svg ./metacity-1/dark-compact/button_minimize_prelight.svg ./metacity-1/dark-compact/button_minimize_pressed.svg ./metacity-1/dark-compact/button_minimize.svg ./metacity-1/dark-compact/button_shade_prelight.svg ./metacity-1/dark-compact/button_shade_pressed.svg ./metacity-1/dark-compact/button_shade.svg ./metacity-1/dark-compact/button_unshade_prelight.svg ./metacity-1/dark-compact/button_unshade_pressed.svg ./metacity-1/dark-compact/button_unshade.svg ./metacity-1/dark-compact/max_button_unmaximize_prelight.svg ./metacity-1/dark-compact/max_button_unmaximize_pressed.svg ./metacity-1/dark-compact/max_button_unmaximize.svg ./metacity-1/dark-compact/thumbnail.png /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/metacity-1 ./metacity-1/dark-compact/button_close_prelight.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/metacity-1/button_close_prelight.svg ./metacity-1/dark-compact/max_button_unmaximize.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/metacity-1/max_button_unmaximize.svg ./metacity-1/dark-compact/max_button_unmaximize_pressed.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/metacity-1/max_button_unmaximize_pressed.svg ./metacity-1/dark-compact/max_button_unmaximize_prelight.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/metacity-1/max_button_unmaximize_prelight.svg ./metacity-1/dark-compact/button_unshade.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/metacity-1/button_unshade.svg ./metacity-1/dark-compact/button_unshade_pressed.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/metacity-1/button_unshade_pressed.svg ./metacity-1/dark-compact/button_unshade_prelight.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/metacity-1/button_unshade_prelight.svg ./metacity-1/dark-compact/button_shade.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/metacity-1/button_shade.svg ./metacity-1/dark-compact/button_shade_pressed.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/metacity-1/button_shade_pressed.svg ./metacity-1/dark-compact/button_shade_prelight.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/metacity-1/button_shade_prelight.svg ./metacity-1/dark-compact/button_minimize.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/metacity-1/button_minimize.svg ./metacity-1/dark-compact/button_minimize_pressed.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/metacity-1/button_minimize_pressed.svg ./metacity-1/dark-compact/button_minimize_prelight.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/metacity-1/button_minimize_prelight.svg ./metacity-1/dark-compact/button_menu.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/metacity-1/button_menu.svg ./metacity-1/dark-compact/button_menu_pressed.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/metacity-1/button_menu_pressed.svg ./metacity-1/dark-compact/button_menu_prelight.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/metacity-1/button_menu_prelight.svg ./metacity-1/dark-compact/button_maximize.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/metacity-1/button_maximize.svg ./metacity-1/dark-compact/button_maximize_pressed.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/metacity-1/button_maximize_pressed.svg ./metacity-1/dark-compact/button_maximize_prelight.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/metacity-1/button_maximize_prelight.svg ./metacity-1/dark-compact/button_close.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/metacity-1/button_close.svg ./metacity-1/dark-compact/button_close_pressed.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/metacity-1/button_close_pressed.svg ./metacity-1/dark-compact/thumbnail.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/metacity-1/thumbnail.png cp -Rv ./metacity-1/light-compact/button_close_prelight.svg ./metacity-1/light-compact/button_close_pressed.svg ./metacity-1/light-compact/button_close.svg ./metacity-1/light-compact/button_maximize_prelight.svg ./metacity-1/light-compact/button_maximize_pressed.svg ./metacity-1/light-compact/button_maximize.svg ./metacity-1/light-compact/button_menu_prelight.svg ./metacity-1/light-compact/button_menu_pressed.svg ./metacity-1/light-compact/button_menu.svg ./metacity-1/light-compact/button_minimize_prelight.svg ./metacity-1/light-compact/button_minimize_pressed.svg ./metacity-1/light-compact/button_minimize.svg ./metacity-1/light-compact/button_shade_prelight.svg ./metacity-1/light-compact/button_shade_pressed.svg ./metacity-1/light-compact/button_shade.svg ./metacity-1/light-compact/button_unshade_prelight.svg ./metacity-1/light-compact/button_unshade_pressed.svg ./metacity-1/light-compact/button_unshade.svg ./metacity-1/light-compact/max_button_unmaximize_prelight.svg ./metacity-1/light-compact/max_button_unmaximize_pressed.svg ./metacity-1/light-compact/max_button_unmaximize.svg ./metacity-1/light-compact/thumbnail.png /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/metacity-1 ./metacity-1/light-compact/button_close_prelight.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/metacity-1/button_close_prelight.svg ./metacity-1/light-compact/max_button_unmaximize.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/metacity-1/max_button_unmaximize.svg ./metacity-1/light-compact/max_button_unmaximize_pressed.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/metacity-1/max_button_unmaximize_pressed.svg ./metacity-1/light-compact/max_button_unmaximize_prelight.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/metacity-1/max_button_unmaximize_prelight.svg ./metacity-1/light-compact/button_unshade.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/metacity-1/button_unshade.svg ./metacity-1/light-compact/button_unshade_pressed.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/metacity-1/button_unshade_pressed.svg ./metacity-1/light-compact/button_unshade_prelight.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/metacity-1/button_unshade_prelight.svg ./metacity-1/light-compact/button_shade.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/metacity-1/button_shade.svg ./metacity-1/light-compact/button_shade_pressed.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/metacity-1/button_shade_pressed.svg ./metacity-1/light-compact/button_shade_prelight.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/metacity-1/button_shade_prelight.svg ./metacity-1/light-compact/button_minimize.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/metacity-1/button_minimize.svg ./metacity-1/light-compact/button_minimize_pressed.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/metacity-1/button_minimize_pressed.svg ./metacity-1/light-compact/button_minimize_prelight.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/metacity-1/button_minimize_prelight.svg ./metacity-1/light-compact/button_menu.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/metacity-1/button_menu.svg ./metacity-1/light-compact/button_menu_pressed.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/metacity-1/button_menu_pressed.svg ./metacity-1/light-compact/button_menu_prelight.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/metacity-1/button_menu_prelight.svg ./metacity-1/light-compact/button_maximize.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/metacity-1/button_maximize.svg ./metacity-1/light-compact/button_maximize_pressed.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/metacity-1/button_maximize_pressed.svg ./metacity-1/light-compact/button_maximize_prelight.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/metacity-1/button_maximize_prelight.svg ./metacity-1/light-compact/button_close.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/metacity-1/button_close.svg ./metacity-1/light-compact/button_close_pressed.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/metacity-1/button_close_pressed.svg ./metacity-1/light-compact/thumbnail.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/metacity-1/thumbnail.png /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/metacity-1 /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/metacity-1 /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/metacity-1 /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/metacity-1 /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/metacity-1 /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/metacity-1 cp -Rv ./metacity-1/dark/metacity-theme-3.xml /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/metacity-1 ./metacity-1/dark/metacity-theme-3.xml -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/metacity-1/metacity-theme-3.xml cp -Rv ./metacity-1/dark/metacity-theme-3.xml /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/metacity-1 ./metacity-1/dark/metacity-theme-3.xml -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/metacity-1/metacity-theme-3.xml cp -Rv ./metacity-1/light/metacity-theme-3.xml /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/metacity-1 ./metacity-1/light/metacity-theme-3.xml -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/metacity-1/metacity-theme-3.xml cp -Rv ./metacity-1/dark-compact/metacity-theme-3.xml /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/metacity-1 ./metacity-1/dark-compact/metacity-theme-3.xml -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/metacity-1/metacity-theme-3.xml cp -Rv ./metacity-1/dark-compact/metacity-theme-3.xml /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/metacity-1 ./metacity-1/dark-compact/metacity-theme-3.xml -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/metacity-1/metacity-theme-3.xml cp -Rv ./metacity-1/light-compact/metacity-theme-3.xml /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/metacity-1 ./metacity-1/light-compact/metacity-theme-3.xml -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/metacity-1/metacity-theme-3.xml cp -Rv ./metacity-1/dark/button_close_prelight.svg ./metacity-1/dark/button_close_pressed.svg ./metacity-1/dark/button_close.svg ./metacity-1/dark/button_maximize_prelight.svg ./metacity-1/dark/button_maximize_pressed.svg ./metacity-1/dark/button_maximize.svg ./metacity-1/dark/button_menu_prelight.svg ./metacity-1/dark/button_menu_pressed.svg ./metacity-1/dark/button_menu.svg ./metacity-1/dark/button_minimize_prelight.svg ./metacity-1/dark/button_minimize_pressed.svg ./metacity-1/dark/button_minimize.svg ./metacity-1/dark/button_shade_prelight.svg ./metacity-1/dark/button_shade_pressed.svg ./metacity-1/dark/button_shade.svg ./metacity-1/dark/button_unshade_prelight.svg ./metacity-1/dark/button_unshade_pressed.svg ./metacity-1/dark/button_unshade.svg ./metacity-1/dark/max_button_unmaximize_prelight.svg ./metacity-1/dark/max_button_unmaximize_pressed.svg ./metacity-1/dark/max_button_unmaximize.svg ./metacity-1/dark/thumbnail.png /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/metacity-1 ./metacity-1/dark/button_close_prelight.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/metacity-1/button_close_prelight.svg ./metacity-1/dark/max_button_unmaximize.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/metacity-1/max_button_unmaximize.svg ./metacity-1/dark/max_button_unmaximize_pressed.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/metacity-1/max_button_unmaximize_pressed.svg ./metacity-1/dark/max_button_unmaximize_prelight.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/metacity-1/max_button_unmaximize_prelight.svg ./metacity-1/dark/button_unshade.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/metacity-1/button_unshade.svg ./metacity-1/dark/button_unshade_pressed.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/metacity-1/button_unshade_pressed.svg ./metacity-1/dark/button_unshade_prelight.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/metacity-1/button_unshade_prelight.svg ./metacity-1/dark/button_shade.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/metacity-1/button_shade.svg ./metacity-1/dark/button_shade_pressed.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/metacity-1/button_shade_pressed.svg ./metacity-1/dark/button_shade_prelight.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/metacity-1/button_shade_prelight.svg ./metacity-1/dark/button_minimize.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/metacity-1/button_minimize.svg ./metacity-1/dark/button_minimize_pressed.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/metacity-1/button_minimize_pressed.svg ./metacity-1/dark/button_minimize_prelight.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/metacity-1/button_minimize_prelight.svg ./metacity-1/dark/button_menu.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/metacity-1/button_menu.svg ./metacity-1/dark/button_menu_pressed.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/metacity-1/button_menu_pressed.svg ./metacity-1/dark/button_menu_prelight.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/metacity-1/button_menu_prelight.svg ./metacity-1/dark/button_maximize.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/metacity-1/button_maximize.svg ./metacity-1/dark/button_maximize_pressed.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/metacity-1/button_maximize_pressed.svg ./metacity-1/dark/button_maximize_prelight.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/metacity-1/button_maximize_prelight.svg ./metacity-1/dark/button_close.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/metacity-1/button_close.svg ./metacity-1/dark/button_close_pressed.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/metacity-1/button_close_pressed.svg ./metacity-1/dark/thumbnail.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/metacity-1/thumbnail.png cp -Rv ./metacity-1/dark/button_close_prelight.svg ./metacity-1/dark/button_close_pressed.svg ./metacity-1/dark/button_close.svg ./metacity-1/dark/button_maximize_prelight.svg ./metacity-1/dark/button_maximize_pressed.svg ./metacity-1/dark/button_maximize.svg ./metacity-1/dark/button_menu_prelight.svg ./metacity-1/dark/button_menu_pressed.svg ./metacity-1/dark/button_menu.svg ./metacity-1/dark/button_minimize_prelight.svg ./metacity-1/dark/button_minimize_pressed.svg ./metacity-1/dark/button_minimize.svg ./metacity-1/dark/button_shade_prelight.svg ./metacity-1/dark/button_shade_pressed.svg ./metacity-1/dark/button_shade.svg ./metacity-1/dark/button_unshade_prelight.svg ./metacity-1/dark/button_unshade_pressed.svg ./metacity-1/dark/button_unshade.svg ./metacity-1/dark/max_button_unmaximize_prelight.svg ./metacity-1/dark/max_button_unmaximize_pressed.svg ./metacity-1/dark/max_button_unmaximize.svg ./metacity-1/dark/thumbnail.png /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/metacity-1 ./metacity-1/dark/button_close_prelight.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/metacity-1/button_close_prelight.svg ./metacity-1/dark/max_button_unmaximize.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/metacity-1/max_button_unmaximize.svg ./metacity-1/dark/max_button_unmaximize_pressed.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/metacity-1/max_button_unmaximize_pressed.svg ./metacity-1/dark/max_button_unmaximize_prelight.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/metacity-1/max_button_unmaximize_prelight.svg ./metacity-1/dark/button_unshade.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/metacity-1/button_unshade.svg ./metacity-1/dark/button_unshade_pressed.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/metacity-1/button_unshade_pressed.svg ./metacity-1/dark/button_unshade_prelight.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/metacity-1/button_unshade_prelight.svg ./metacity-1/dark/button_shade.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/metacity-1/button_shade.svg ./metacity-1/dark/button_shade_pressed.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/metacity-1/button_shade_pressed.svg ./metacity-1/dark/button_shade_prelight.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/metacity-1/button_shade_prelight.svg ./metacity-1/dark/button_minimize.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/metacity-1/button_minimize.svg ./metacity-1/dark/button_minimize_pressed.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/metacity-1/button_minimize_pressed.svg ./metacity-1/dark/button_minimize_prelight.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/metacity-1/button_minimize_prelight.svg ./metacity-1/dark/button_menu.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/metacity-1/button_menu.svg ./metacity-1/dark/button_menu_pressed.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/metacity-1/button_menu_pressed.svg ./metacity-1/dark/button_menu_prelight.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/metacity-1/button_menu_prelight.svg ./metacity-1/dark/button_maximize.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/metacity-1/button_maximize.svg ./metacity-1/dark/button_maximize_pressed.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/metacity-1/button_maximize_pressed.svg ./metacity-1/dark/button_maximize_prelight.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/metacity-1/button_maximize_prelight.svg ./metacity-1/dark/button_close.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/metacity-1/button_close.svg ./metacity-1/dark/button_close_pressed.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/metacity-1/button_close_pressed.svg ./metacity-1/dark/thumbnail.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/metacity-1/thumbnail.png cp -Rv ./metacity-1/light/button_close_prelight.svg ./metacity-1/light/button_close_pressed.svg ./metacity-1/light/button_close.svg ./metacity-1/light/button_maximize_prelight.svg ./metacity-1/light/button_maximize_pressed.svg ./metacity-1/light/button_maximize.svg ./metacity-1/light/button_menu_prelight.svg ./metacity-1/light/button_menu_pressed.svg ./metacity-1/light/button_menu.svg ./metacity-1/light/button_minimize_prelight.svg ./metacity-1/light/button_minimize_pressed.svg ./metacity-1/light/button_minimize.svg ./metacity-1/light/button_shade_prelight.svg ./metacity-1/light/button_shade_pressed.svg ./metacity-1/light/button_shade.svg ./metacity-1/light/button_unshade_prelight.svg ./metacity-1/light/button_unshade_pressed.svg ./metacity-1/light/button_unshade.svg ./metacity-1/light/max_button_unmaximize_prelight.svg ./metacity-1/light/max_button_unmaximize_pressed.svg ./metacity-1/light/max_button_unmaximize.svg ./metacity-1/light/thumbnail.png /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/metacity-1 ./metacity-1/light/button_close_prelight.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/metacity-1/button_close_prelight.svg ./metacity-1/light/max_button_unmaximize.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/metacity-1/max_button_unmaximize.svg ./metacity-1/light/max_button_unmaximize_pressed.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/metacity-1/max_button_unmaximize_pressed.svg ./metacity-1/light/max_button_unmaximize_prelight.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/metacity-1/max_button_unmaximize_prelight.svg ./metacity-1/light/button_unshade.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/metacity-1/button_unshade.svg ./metacity-1/light/button_unshade_pressed.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/metacity-1/button_unshade_pressed.svg ./metacity-1/light/button_unshade_prelight.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/metacity-1/button_unshade_prelight.svg ./metacity-1/light/button_shade.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/metacity-1/button_shade.svg ./metacity-1/light/button_shade_pressed.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/metacity-1/button_shade_pressed.svg ./metacity-1/light/button_shade_prelight.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/metacity-1/button_shade_prelight.svg ./metacity-1/light/button_minimize.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/metacity-1/button_minimize.svg ./metacity-1/light/button_minimize_pressed.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/metacity-1/button_minimize_pressed.svg ./metacity-1/light/button_minimize_prelight.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/metacity-1/button_minimize_prelight.svg ./metacity-1/light/button_menu.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/metacity-1/button_menu.svg ./metacity-1/light/button_menu_pressed.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/metacity-1/button_menu_pressed.svg ./metacity-1/light/button_menu_prelight.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/metacity-1/button_menu_prelight.svg ./metacity-1/light/button_maximize.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/metacity-1/button_maximize.svg ./metacity-1/light/button_maximize_pressed.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/metacity-1/button_maximize_pressed.svg ./metacity-1/light/button_maximize_prelight.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/metacity-1/button_maximize_prelight.svg ./metacity-1/light/button_close.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/metacity-1/button_close.svg ./metacity-1/light/button_close_pressed.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/metacity-1/button_close_pressed.svg ./metacity-1/light/thumbnail.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/metacity-1/thumbnail.png cp -Rv ./metacity-1/dark-compact/button_close_prelight.svg ./metacity-1/dark-compact/button_close_pressed.svg ./metacity-1/dark-compact/button_close.svg ./metacity-1/dark-compact/button_maximize_prelight.svg ./metacity-1/dark-compact/button_maximize_pressed.svg ./metacity-1/dark-compact/button_maximize.svg ./metacity-1/dark-compact/button_menu_prelight.svg ./metacity-1/dark-compact/button_menu_pressed.svg ./metacity-1/dark-compact/button_menu.svg ./metacity-1/dark-compact/button_minimize_prelight.svg ./metacity-1/dark-compact/button_minimize_pressed.svg ./metacity-1/dark-compact/button_minimize.svg ./metacity-1/dark-compact/button_shade_prelight.svg ./metacity-1/dark-compact/button_shade_pressed.svg ./metacity-1/dark-compact/button_shade.svg ./metacity-1/dark-compact/button_unshade_prelight.svg ./metacity-1/dark-compact/button_unshade_pressed.svg ./metacity-1/dark-compact/button_unshade.svg ./metacity-1/dark-compact/max_button_unmaximize_prelight.svg ./metacity-1/dark-compact/max_button_unmaximize_pressed.svg ./metacity-1/dark-compact/max_button_unmaximize.svg ./metacity-1/dark-compact/thumbnail.png /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/metacity-1 ./metacity-1/dark-compact/button_close_prelight.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/metacity-1/button_close_prelight.svg ./metacity-1/dark-compact/max_button_unmaximize.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/metacity-1/max_button_unmaximize.svg ./metacity-1/dark-compact/max_button_unmaximize_pressed.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/metacity-1/max_button_unmaximize_pressed.svg ./metacity-1/dark-compact/max_button_unmaximize_prelight.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/metacity-1/max_button_unmaximize_prelight.svg ./metacity-1/dark-compact/button_unshade.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/metacity-1/button_unshade.svg ./metacity-1/dark-compact/button_unshade_pressed.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/metacity-1/button_unshade_pressed.svg ./metacity-1/dark-compact/button_unshade_prelight.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/metacity-1/button_unshade_prelight.svg ./metacity-1/dark-compact/button_shade.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/metacity-1/button_shade.svg ./metacity-1/dark-compact/button_shade_pressed.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/metacity-1/button_shade_pressed.svg ./metacity-1/dark-compact/button_shade_prelight.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/metacity-1/button_shade_prelight.svg ./metacity-1/dark-compact/button_minimize.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/metacity-1/button_minimize.svg ./metacity-1/dark-compact/button_minimize_pressed.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/metacity-1/button_minimize_pressed.svg ./metacity-1/dark-compact/button_minimize_prelight.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/metacity-1/button_minimize_prelight.svg ./metacity-1/dark-compact/button_menu.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/metacity-1/button_menu.svg ./metacity-1/dark-compact/button_menu_pressed.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/metacity-1/button_menu_pressed.svg ./metacity-1/dark-compact/button_menu_prelight.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/metacity-1/button_menu_prelight.svg ./metacity-1/dark-compact/button_maximize.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/metacity-1/button_maximize.svg ./metacity-1/dark-compact/button_maximize_pressed.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/metacity-1/button_maximize_pressed.svg ./metacity-1/dark-compact/button_maximize_prelight.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/metacity-1/button_maximize_prelight.svg ./metacity-1/dark-compact/button_close.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/metacity-1/button_close.svg ./metacity-1/dark-compact/button_close_pressed.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/metacity-1/button_close_pressed.svg ./metacity-1/dark-compact/thumbnail.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/metacity-1/thumbnail.png cp -Rv ./metacity-1/dark-compact/button_close_prelight.svg ./metacity-1/dark-compact/button_close_pressed.svg ./metacity-1/dark-compact/button_close.svg ./metacity-1/dark-compact/button_maximize_prelight.svg ./metacity-1/dark-compact/button_maximize_pressed.svg ./metacity-1/dark-compact/button_maximize.svg ./metacity-1/dark-compact/button_menu_prelight.svg ./metacity-1/dark-compact/button_menu_pressed.svg ./metacity-1/dark-compact/button_menu.svg ./metacity-1/dark-compact/button_minimize_prelight.svg ./metacity-1/dark-compact/button_minimize_pressed.svg ./metacity-1/dark-compact/button_minimize.svg ./metacity-1/dark-compact/button_shade_prelight.svg ./metacity-1/dark-compact/button_shade_pressed.svg ./metacity-1/dark-compact/button_shade.svg ./metacity-1/dark-compact/button_unshade_prelight.svg ./metacity-1/dark-compact/button_unshade_pressed.svg ./metacity-1/dark-compact/button_unshade.svg ./metacity-1/dark-compact/max_button_unmaximize_prelight.svg ./metacity-1/dark-compact/max_button_unmaximize_pressed.svg ./metacity-1/dark-compact/max_button_unmaximize.svg ./metacity-1/dark-compact/thumbnail.png /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/metacity-1 ./metacity-1/dark-compact/button_close_prelight.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/metacity-1/button_close_prelight.svg ./metacity-1/dark-compact/max_button_unmaximize.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/metacity-1/max_button_unmaximize.svg ./metacity-1/dark-compact/max_button_unmaximize_pressed.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/metacity-1/max_button_unmaximize_pressed.svg ./metacity-1/dark-compact/max_button_unmaximize_prelight.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/metacity-1/max_button_unmaximize_prelight.svg ./metacity-1/dark-compact/button_unshade.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/metacity-1/button_unshade.svg ./metacity-1/dark-compact/button_unshade_pressed.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/metacity-1/button_unshade_pressed.svg ./metacity-1/dark-compact/button_unshade_prelight.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/metacity-1/button_unshade_prelight.svg ./metacity-1/dark-compact/button_shade.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/metacity-1/button_shade.svg ./metacity-1/dark-compact/button_shade_pressed.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/metacity-1/button_shade_pressed.svg ./metacity-1/dark-compact/button_shade_prelight.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/metacity-1/button_shade_prelight.svg ./metacity-1/dark-compact/button_minimize.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/metacity-1/button_minimize.svg ./metacity-1/dark-compact/button_minimize_pressed.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/metacity-1/button_minimize_pressed.svg ./metacity-1/dark-compact/button_minimize_prelight.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/metacity-1/button_minimize_prelight.svg ./metacity-1/dark-compact/button_menu.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/metacity-1/button_menu.svg ./metacity-1/dark-compact/button_menu_pressed.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/metacity-1/button_menu_pressed.svg ./metacity-1/dark-compact/button_menu_prelight.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/metacity-1/button_menu_prelight.svg ./metacity-1/dark-compact/button_maximize.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/metacity-1/button_maximize.svg ./metacity-1/dark-compact/button_maximize_pressed.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/metacity-1/button_maximize_pressed.svg ./metacity-1/dark-compact/button_maximize_prelight.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/metacity-1/button_maximize_prelight.svg ./metacity-1/dark-compact/button_close.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/metacity-1/button_close.svg ./metacity-1/dark-compact/button_close_pressed.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/metacity-1/button_close_pressed.svg ./metacity-1/dark-compact/thumbnail.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/metacity-1/thumbnail.png cp -Rv ./metacity-1/light-compact/button_close_prelight.svg ./metacity-1/light-compact/button_close_pressed.svg ./metacity-1/light-compact/button_close.svg ./metacity-1/light-compact/button_maximize_prelight.svg ./metacity-1/light-compact/button_maximize_pressed.svg ./metacity-1/light-compact/button_maximize.svg ./metacity-1/light-compact/button_menu_prelight.svg ./metacity-1/light-compact/button_menu_pressed.svg ./metacity-1/light-compact/button_menu.svg ./metacity-1/light-compact/button_minimize_prelight.svg ./metacity-1/light-compact/button_minimize_pressed.svg ./metacity-1/light-compact/button_minimize.svg ./metacity-1/light-compact/button_shade_prelight.svg ./metacity-1/light-compact/button_shade_pressed.svg ./metacity-1/light-compact/button_shade.svg ./metacity-1/light-compact/button_unshade_prelight.svg ./metacity-1/light-compact/button_unshade_pressed.svg ./metacity-1/light-compact/button_unshade.svg ./metacity-1/light-compact/max_button_unmaximize_prelight.svg ./metacity-1/light-compact/max_button_unmaximize_pressed.svg ./metacity-1/light-compact/max_button_unmaximize.svg ./metacity-1/light-compact/thumbnail.png /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/metacity-1 ./metacity-1/light-compact/button_close_prelight.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/metacity-1/button_close_prelight.svg ./metacity-1/light-compact/max_button_unmaximize.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/metacity-1/max_button_unmaximize.svg ./metacity-1/light-compact/max_button_unmaximize_pressed.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/metacity-1/max_button_unmaximize_pressed.svg ./metacity-1/light-compact/max_button_unmaximize_prelight.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/metacity-1/max_button_unmaximize_prelight.svg ./metacity-1/light-compact/button_unshade.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/metacity-1/button_unshade.svg ./metacity-1/light-compact/button_unshade_pressed.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/metacity-1/button_unshade_pressed.svg ./metacity-1/light-compact/button_unshade_prelight.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/metacity-1/button_unshade_prelight.svg ./metacity-1/light-compact/button_shade.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/metacity-1/button_shade.svg ./metacity-1/light-compact/button_shade_pressed.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/metacity-1/button_shade_pressed.svg ./metacity-1/light-compact/button_shade_prelight.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/metacity-1/button_shade_prelight.svg ./metacity-1/light-compact/button_minimize.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/metacity-1/button_minimize.svg ./metacity-1/light-compact/button_minimize_pressed.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/metacity-1/button_minimize_pressed.svg ./metacity-1/light-compact/button_minimize_prelight.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/metacity-1/button_minimize_prelight.svg ./metacity-1/light-compact/button_menu.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/metacity-1/button_menu.svg ./metacity-1/light-compact/button_menu_pressed.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/metacity-1/button_menu_pressed.svg ./metacity-1/light-compact/button_menu_prelight.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/metacity-1/button_menu_prelight.svg ./metacity-1/light-compact/button_maximize.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/metacity-1/button_maximize.svg ./metacity-1/light-compact/button_maximize_pressed.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/metacity-1/button_maximize_pressed.svg ./metacity-1/light-compact/button_maximize_prelight.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/metacity-1/button_maximize_prelight.svg ./metacity-1/light-compact/button_close.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/metacity-1/button_close.svg ./metacity-1/light-compact/button_close_pressed.svg -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/metacity-1/button_close_pressed.svg ./metacity-1/light-compact/thumbnail.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/metacity-1/thumbnail.png /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/xfwm4 /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/xfwm4 /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/xfwm4 /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/xfwm4 /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/xfwm4 /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/xfwm4 cp -Rv ./xfwm4/dark/bottom-active.png ./xfwm4/dark/bottom-inactive.png ./xfwm4/dark/bottom-left-active.png ./xfwm4/dark/bottom-left-inactive.png ./xfwm4/dark/bottom-right-active.png ./xfwm4/dark/bottom-right-inactive.png ./xfwm4/dark/close-active.png ./xfwm4/dark/close-inactive.png ./xfwm4/dark/close-prelight.png ./xfwm4/dark/close-pressed.png ./xfwm4/dark/hide-active.png ./xfwm4/dark/hide-inactive.png ./xfwm4/dark/hide-prelight.png ./xfwm4/dark/hide-pressed.png ./xfwm4/dark/left-active.png ./xfwm4/dark/left-inactive.png ./xfwm4/dark/maximize-active.png ./xfwm4/dark/maximize-inactive.png ./xfwm4/dark/maximize-prelight.png ./xfwm4/dark/maximize-pressed.png ./xfwm4/dark/maximize-toggled-active.png ./xfwm4/dark/maximize-toggled-inactive.png ./xfwm4/dark/maximize-toggled-prelight.png ./xfwm4/dark/maximize-toggled-pressed.png ./xfwm4/dark/menu-active.png ./xfwm4/dark/menu-inactive.png ./xfwm4/dark/menu-prelight.png ./xfwm4/dark/menu-pressed.png ./xfwm4/dark/right-active.png ./xfwm4/dark/right-inactive.png ./xfwm4/dark/shade-active.png ./xfwm4/dark/shade-inactive.png ./xfwm4/dark/shade-prelight.png ./xfwm4/dark/shade-pressed.png ./xfwm4/dark/shade-toggled-active.png ./xfwm4/dark/shade-toggled-inactive.png ./xfwm4/dark/shade-toggled-prelight.png ./xfwm4/dark/shade-toggled-pressed.png ./xfwm4/dark/stick-active.png ./xfwm4/dark/stick-inactive.png ./xfwm4/dark/stick-prelight.png ./xfwm4/dark/stick-pressed.png ./xfwm4/dark/stick-toggled-active.png ./xfwm4/dark/stick-toggled-inactive.png ./xfwm4/dark/stick-toggled-prelight.png ./xfwm4/dark/stick-toggled-pressed.png ./xfwm4/dark/themerc ./xfwm4/dark/title-1-active-shaded.png ./xfwm4/dark/title-1-active.png ./xfwm4/dark/title-1-inactive.png ./xfwm4/dark/title-2-active.png ./xfwm4/dark/title-2-inactive.png ./xfwm4/dark/title-3-active.png ./xfwm4/dark/title-3-inactive.png ./xfwm4/dark/title-4-active.png ./xfwm4/dark/title-4-inactive.png ./xfwm4/dark/title-5-active.png ./xfwm4/dark/title-5-inactive.png ./xfwm4/dark/top-left-active-shaded.png ./xfwm4/dark/top-left-active.png ./xfwm4/dark/top-left-inactive.png ./xfwm4/dark/top-right-active-shaded.png ./xfwm4/dark/top-right-active.png ./xfwm4/dark/top-right-inactive.png /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/xfwm4 ./xfwm4/dark/bottom-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/xfwm4/bottom-active.png ./xfwm4/dark/top-right-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/xfwm4/top-right-active.png ./xfwm4/dark/top-right-active-shaded.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/xfwm4/top-right-active-shaded.png ./xfwm4/dark/top-left-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/xfwm4/top-left-inactive.png ./xfwm4/dark/top-left-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/xfwm4/top-left-active.png ./xfwm4/dark/top-left-active-shaded.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/xfwm4/top-left-active-shaded.png ./xfwm4/dark/title-5-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/xfwm4/title-5-inactive.png ./xfwm4/dark/title-5-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/xfwm4/title-5-active.png ./xfwm4/dark/title-4-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/xfwm4/title-4-inactive.png ./xfwm4/dark/title-4-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/xfwm4/title-4-active.png ./xfwm4/dark/title-3-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/xfwm4/title-3-inactive.png ./xfwm4/dark/title-3-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/xfwm4/title-3-active.png ./xfwm4/dark/title-2-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/xfwm4/title-2-inactive.png ./xfwm4/dark/title-2-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/xfwm4/title-2-active.png ./xfwm4/dark/title-1-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/xfwm4/title-1-inactive.png ./xfwm4/dark/title-1-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/xfwm4/title-1-active.png ./xfwm4/dark/title-1-active-shaded.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/xfwm4/title-1-active-shaded.png ./xfwm4/dark/themerc -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/xfwm4/themerc ./xfwm4/dark/stick-toggled-pressed.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/xfwm4/stick-toggled-pressed.png ./xfwm4/dark/stick-toggled-prelight.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/xfwm4/stick-toggled-prelight.png ./xfwm4/dark/stick-toggled-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/xfwm4/stick-toggled-inactive.png ./xfwm4/dark/stick-toggled-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/xfwm4/stick-toggled-active.png ./xfwm4/dark/stick-pressed.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/xfwm4/stick-pressed.png ./xfwm4/dark/stick-prelight.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/xfwm4/stick-prelight.png ./xfwm4/dark/stick-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/xfwm4/stick-inactive.png ./xfwm4/dark/stick-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/xfwm4/stick-active.png ./xfwm4/dark/shade-toggled-pressed.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/xfwm4/shade-toggled-pressed.png ./xfwm4/dark/shade-toggled-prelight.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/xfwm4/shade-toggled-prelight.png ./xfwm4/dark/shade-toggled-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/xfwm4/shade-toggled-inactive.png ./xfwm4/dark/shade-toggled-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/xfwm4/shade-toggled-active.png ./xfwm4/dark/shade-pressed.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/xfwm4/shade-pressed.png ./xfwm4/dark/shade-prelight.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/xfwm4/shade-prelight.png ./xfwm4/dark/shade-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/xfwm4/shade-inactive.png ./xfwm4/dark/shade-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/xfwm4/shade-active.png ./xfwm4/dark/right-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/xfwm4/right-inactive.png ./xfwm4/dark/right-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/xfwm4/right-active.png ./xfwm4/dark/menu-pressed.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/xfwm4/menu-pressed.png ./xfwm4/dark/menu-prelight.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/xfwm4/menu-prelight.png ./xfwm4/dark/menu-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/xfwm4/menu-inactive.png ./xfwm4/dark/menu-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/xfwm4/menu-active.png ./xfwm4/dark/maximize-toggled-pressed.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/xfwm4/maximize-toggled-pressed.png ./xfwm4/dark/maximize-toggled-prelight.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/xfwm4/maximize-toggled-prelight.png ./xfwm4/dark/maximize-toggled-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/xfwm4/maximize-toggled-inactive.png ./xfwm4/dark/maximize-toggled-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/xfwm4/maximize-toggled-active.png ./xfwm4/dark/maximize-pressed.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/xfwm4/maximize-pressed.png ./xfwm4/dark/maximize-prelight.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/xfwm4/maximize-prelight.png ./xfwm4/dark/maximize-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/xfwm4/maximize-inactive.png ./xfwm4/dark/maximize-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/xfwm4/maximize-active.png ./xfwm4/dark/left-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/xfwm4/left-inactive.png ./xfwm4/dark/left-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/xfwm4/left-active.png ./xfwm4/dark/hide-pressed.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/xfwm4/hide-pressed.png ./xfwm4/dark/hide-prelight.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/xfwm4/hide-prelight.png ./xfwm4/dark/hide-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/xfwm4/hide-inactive.png ./xfwm4/dark/hide-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/xfwm4/hide-active.png ./xfwm4/dark/close-pressed.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/xfwm4/close-pressed.png ./xfwm4/dark/close-prelight.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/xfwm4/close-prelight.png ./xfwm4/dark/close-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/xfwm4/close-inactive.png ./xfwm4/dark/close-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/xfwm4/close-active.png ./xfwm4/dark/bottom-right-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/xfwm4/bottom-right-inactive.png ./xfwm4/dark/bottom-right-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/xfwm4/bottom-right-active.png ./xfwm4/dark/bottom-left-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/xfwm4/bottom-left-inactive.png ./xfwm4/dark/bottom-left-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/xfwm4/bottom-left-active.png ./xfwm4/dark/bottom-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/xfwm4/bottom-inactive.png ./xfwm4/dark/top-right-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/xfwm4/top-right-inactive.png cp -Rv ./xfwm4/dark/bottom-active.png ./xfwm4/dark/bottom-inactive.png ./xfwm4/dark/bottom-left-active.png ./xfwm4/dark/bottom-left-inactive.png ./xfwm4/dark/bottom-right-active.png ./xfwm4/dark/bottom-right-inactive.png ./xfwm4/dark/close-active.png ./xfwm4/dark/close-inactive.png ./xfwm4/dark/close-prelight.png ./xfwm4/dark/close-pressed.png ./xfwm4/dark/hide-active.png ./xfwm4/dark/hide-inactive.png ./xfwm4/dark/hide-prelight.png ./xfwm4/dark/hide-pressed.png ./xfwm4/dark/left-active.png ./xfwm4/dark/left-inactive.png ./xfwm4/dark/maximize-active.png ./xfwm4/dark/maximize-inactive.png ./xfwm4/dark/maximize-prelight.png ./xfwm4/dark/maximize-pressed.png ./xfwm4/dark/maximize-toggled-active.png ./xfwm4/dark/maximize-toggled-inactive.png ./xfwm4/dark/maximize-toggled-prelight.png ./xfwm4/dark/maximize-toggled-pressed.png ./xfwm4/dark/menu-active.png ./xfwm4/dark/menu-inactive.png ./xfwm4/dark/menu-prelight.png ./xfwm4/dark/menu-pressed.png ./xfwm4/dark/right-active.png ./xfwm4/dark/right-inactive.png ./xfwm4/dark/shade-active.png ./xfwm4/dark/shade-inactive.png ./xfwm4/dark/shade-prelight.png ./xfwm4/dark/shade-pressed.png ./xfwm4/dark/shade-toggled-active.png ./xfwm4/dark/shade-toggled-inactive.png ./xfwm4/dark/shade-toggled-prelight.png ./xfwm4/dark/shade-toggled-pressed.png ./xfwm4/dark/stick-active.png ./xfwm4/dark/stick-inactive.png ./xfwm4/dark/stick-prelight.png ./xfwm4/dark/stick-pressed.png ./xfwm4/dark/stick-toggled-active.png ./xfwm4/dark/stick-toggled-inactive.png ./xfwm4/dark/stick-toggled-prelight.png ./xfwm4/dark/stick-toggled-pressed.png ./xfwm4/dark/themerc ./xfwm4/dark/title-1-active-shaded.png ./xfwm4/dark/title-1-active.png ./xfwm4/dark/title-1-inactive.png ./xfwm4/dark/title-2-active.png ./xfwm4/dark/title-2-inactive.png ./xfwm4/dark/title-3-active.png ./xfwm4/dark/title-3-inactive.png ./xfwm4/dark/title-4-active.png ./xfwm4/dark/title-4-inactive.png ./xfwm4/dark/title-5-active.png ./xfwm4/dark/title-5-inactive.png ./xfwm4/dark/top-left-active-shaded.png ./xfwm4/dark/top-left-active.png ./xfwm4/dark/top-left-inactive.png ./xfwm4/dark/top-right-active-shaded.png ./xfwm4/dark/top-right-active.png ./xfwm4/dark/top-right-inactive.png /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/xfwm4 ./xfwm4/dark/bottom-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/xfwm4/bottom-active.png ./xfwm4/dark/top-right-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/xfwm4/top-right-active.png ./xfwm4/dark/top-right-active-shaded.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/xfwm4/top-right-active-shaded.png ./xfwm4/dark/top-left-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/xfwm4/top-left-inactive.png ./xfwm4/dark/top-left-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/xfwm4/top-left-active.png ./xfwm4/dark/top-left-active-shaded.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/xfwm4/top-left-active-shaded.png ./xfwm4/dark/title-5-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/xfwm4/title-5-inactive.png ./xfwm4/dark/title-5-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/xfwm4/title-5-active.png ./xfwm4/dark/title-4-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/xfwm4/title-4-inactive.png ./xfwm4/dark/title-4-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/xfwm4/title-4-active.png ./xfwm4/dark/title-3-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/xfwm4/title-3-inactive.png ./xfwm4/dark/title-3-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/xfwm4/title-3-active.png ./xfwm4/dark/title-2-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/xfwm4/title-2-inactive.png ./xfwm4/dark/title-2-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/xfwm4/title-2-active.png ./xfwm4/dark/title-1-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/xfwm4/title-1-inactive.png ./xfwm4/dark/title-1-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/xfwm4/title-1-active.png ./xfwm4/dark/title-1-active-shaded.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/xfwm4/title-1-active-shaded.png ./xfwm4/dark/themerc -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/xfwm4/themerc ./xfwm4/dark/stick-toggled-pressed.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/xfwm4/stick-toggled-pressed.png ./xfwm4/dark/stick-toggled-prelight.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/xfwm4/stick-toggled-prelight.png ./xfwm4/dark/stick-toggled-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/xfwm4/stick-toggled-inactive.png ./xfwm4/dark/stick-toggled-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/xfwm4/stick-toggled-active.png ./xfwm4/dark/stick-pressed.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/xfwm4/stick-pressed.png ./xfwm4/dark/stick-prelight.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/xfwm4/stick-prelight.png ./xfwm4/dark/stick-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/xfwm4/stick-inactive.png ./xfwm4/dark/stick-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/xfwm4/stick-active.png ./xfwm4/dark/shade-toggled-pressed.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/xfwm4/shade-toggled-pressed.png ./xfwm4/dark/shade-toggled-prelight.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/xfwm4/shade-toggled-prelight.png ./xfwm4/dark/shade-toggled-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/xfwm4/shade-toggled-inactive.png ./xfwm4/dark/shade-toggled-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/xfwm4/shade-toggled-active.png ./xfwm4/dark/shade-pressed.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/xfwm4/shade-pressed.png ./xfwm4/dark/shade-prelight.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/xfwm4/shade-prelight.png ./xfwm4/dark/shade-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/xfwm4/shade-inactive.png ./xfwm4/dark/shade-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/xfwm4/shade-active.png ./xfwm4/dark/right-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/xfwm4/right-inactive.png ./xfwm4/dark/right-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/xfwm4/right-active.png ./xfwm4/dark/menu-pressed.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/xfwm4/menu-pressed.png ./xfwm4/dark/menu-prelight.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/xfwm4/menu-prelight.png ./xfwm4/dark/menu-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/xfwm4/menu-inactive.png ./xfwm4/dark/menu-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/xfwm4/menu-active.png ./xfwm4/dark/maximize-toggled-pressed.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/xfwm4/maximize-toggled-pressed.png ./xfwm4/dark/maximize-toggled-prelight.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/xfwm4/maximize-toggled-prelight.png ./xfwm4/dark/maximize-toggled-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/xfwm4/maximize-toggled-inactive.png ./xfwm4/dark/maximize-toggled-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/xfwm4/maximize-toggled-active.png ./xfwm4/dark/maximize-pressed.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/xfwm4/maximize-pressed.png ./xfwm4/dark/maximize-prelight.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/xfwm4/maximize-prelight.png ./xfwm4/dark/maximize-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/xfwm4/maximize-inactive.png ./xfwm4/dark/maximize-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/xfwm4/maximize-active.png ./xfwm4/dark/left-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/xfwm4/left-inactive.png ./xfwm4/dark/left-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/xfwm4/left-active.png ./xfwm4/dark/hide-pressed.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/xfwm4/hide-pressed.png ./xfwm4/dark/hide-prelight.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/xfwm4/hide-prelight.png ./xfwm4/dark/hide-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/xfwm4/hide-inactive.png ./xfwm4/dark/hide-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/xfwm4/hide-active.png ./xfwm4/dark/close-pressed.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/xfwm4/close-pressed.png ./xfwm4/dark/close-prelight.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/xfwm4/close-prelight.png ./xfwm4/dark/close-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/xfwm4/close-inactive.png ./xfwm4/dark/close-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/xfwm4/close-active.png ./xfwm4/dark/bottom-right-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/xfwm4/bottom-right-inactive.png ./xfwm4/dark/bottom-right-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/xfwm4/bottom-right-active.png ./xfwm4/dark/bottom-left-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/xfwm4/bottom-left-inactive.png ./xfwm4/dark/bottom-left-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/xfwm4/bottom-left-active.png ./xfwm4/dark/bottom-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/xfwm4/bottom-inactive.png ./xfwm4/dark/top-right-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/xfwm4/top-right-inactive.png cp -Rv ./xfwm4/light/bottom-active.png ./xfwm4/light/bottom-inactive.png ./xfwm4/light/bottom-left-active.png ./xfwm4/light/bottom-left-inactive.png ./xfwm4/light/bottom-right-active.png ./xfwm4/light/bottom-right-inactive.png ./xfwm4/light/close-active.png ./xfwm4/light/close-inactive.png ./xfwm4/light/close-prelight.png ./xfwm4/light/close-pressed.png ./xfwm4/light/hide-active.png ./xfwm4/light/hide-inactive.png ./xfwm4/light/hide-prelight.png ./xfwm4/light/hide-pressed.png ./xfwm4/light/left-active.png ./xfwm4/light/left-inactive.png ./xfwm4/light/maximize-active.png ./xfwm4/light/maximize-inactive.png ./xfwm4/light/maximize-prelight.png ./xfwm4/light/maximize-pressed.png ./xfwm4/light/maximize-toggled-active.png ./xfwm4/light/maximize-toggled-inactive.png ./xfwm4/light/maximize-toggled-prelight.png ./xfwm4/light/maximize-toggled-pressed.png ./xfwm4/light/menu-active.png ./xfwm4/light/menu-inactive.png ./xfwm4/light/menu-prelight.png ./xfwm4/light/menu-pressed.png ./xfwm4/light/right-active.png ./xfwm4/light/right-inactive.png ./xfwm4/light/shade-active.png ./xfwm4/light/shade-inactive.png ./xfwm4/light/shade-prelight.png ./xfwm4/light/shade-pressed.png ./xfwm4/light/shade-toggled-active.png ./xfwm4/light/shade-toggled-inactive.png ./xfwm4/light/shade-toggled-prelight.png ./xfwm4/light/shade-toggled-pressed.png ./xfwm4/light/stick-active.png ./xfwm4/light/stick-inactive.png ./xfwm4/light/stick-prelight.png ./xfwm4/light/stick-pressed.png ./xfwm4/light/stick-toggled-active.png ./xfwm4/light/stick-toggled-inactive.png ./xfwm4/light/stick-toggled-prelight.png ./xfwm4/light/stick-toggled-pressed.png ./xfwm4/light/themerc ./xfwm4/light/title-1-active-shaded.png ./xfwm4/light/title-1-active.png ./xfwm4/light/title-1-inactive.png ./xfwm4/light/title-2-active.png ./xfwm4/light/title-2-inactive.png ./xfwm4/light/title-3-active.png ./xfwm4/light/title-3-inactive.png ./xfwm4/light/title-4-active.png ./xfwm4/light/title-4-inactive.png ./xfwm4/light/title-5-active.png ./xfwm4/light/title-5-inactive.png ./xfwm4/light/top-left-active-shaded.png ./xfwm4/light/top-left-active.png ./xfwm4/light/top-left-inactive.png ./xfwm4/light/top-right-active-shaded.png ./xfwm4/light/top-right-active.png ./xfwm4/light/top-right-inactive.png /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/xfwm4 ./xfwm4/light/bottom-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/xfwm4/bottom-active.png ./xfwm4/light/top-right-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/xfwm4/top-right-active.png ./xfwm4/light/top-right-active-shaded.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/xfwm4/top-right-active-shaded.png ./xfwm4/light/top-left-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/xfwm4/top-left-inactive.png ./xfwm4/light/top-left-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/xfwm4/top-left-active.png ./xfwm4/light/top-left-active-shaded.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/xfwm4/top-left-active-shaded.png ./xfwm4/light/title-5-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/xfwm4/title-5-inactive.png ./xfwm4/light/title-5-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/xfwm4/title-5-active.png ./xfwm4/light/title-4-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/xfwm4/title-4-inactive.png ./xfwm4/light/title-4-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/xfwm4/title-4-active.png ./xfwm4/light/title-3-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/xfwm4/title-3-inactive.png ./xfwm4/light/title-3-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/xfwm4/title-3-active.png ./xfwm4/light/title-2-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/xfwm4/title-2-inactive.png ./xfwm4/light/title-2-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/xfwm4/title-2-active.png ./xfwm4/light/title-1-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/xfwm4/title-1-inactive.png ./xfwm4/light/title-1-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/xfwm4/title-1-active.png ./xfwm4/light/title-1-active-shaded.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/xfwm4/title-1-active-shaded.png ./xfwm4/light/themerc -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/xfwm4/themerc ./xfwm4/light/stick-toggled-pressed.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/xfwm4/stick-toggled-pressed.png ./xfwm4/light/stick-toggled-prelight.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/xfwm4/stick-toggled-prelight.png ./xfwm4/light/stick-toggled-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/xfwm4/stick-toggled-inactive.png ./xfwm4/light/stick-toggled-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/xfwm4/stick-toggled-active.png ./xfwm4/light/stick-pressed.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/xfwm4/stick-pressed.png ./xfwm4/light/stick-prelight.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/xfwm4/stick-prelight.png ./xfwm4/light/stick-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/xfwm4/stick-inactive.png ./xfwm4/light/stick-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/xfwm4/stick-active.png ./xfwm4/light/shade-toggled-pressed.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/xfwm4/shade-toggled-pressed.png ./xfwm4/light/shade-toggled-prelight.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/xfwm4/shade-toggled-prelight.png ./xfwm4/light/shade-toggled-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/xfwm4/shade-toggled-inactive.png ./xfwm4/light/shade-toggled-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/xfwm4/shade-toggled-active.png ./xfwm4/light/shade-pressed.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/xfwm4/shade-pressed.png ./xfwm4/light/shade-prelight.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/xfwm4/shade-prelight.png ./xfwm4/light/shade-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/xfwm4/shade-inactive.png ./xfwm4/light/shade-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/xfwm4/shade-active.png ./xfwm4/light/right-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/xfwm4/right-inactive.png ./xfwm4/light/right-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/xfwm4/right-active.png ./xfwm4/light/menu-pressed.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/xfwm4/menu-pressed.png ./xfwm4/light/menu-prelight.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/xfwm4/menu-prelight.png ./xfwm4/light/menu-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/xfwm4/menu-inactive.png ./xfwm4/light/menu-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/xfwm4/menu-active.png ./xfwm4/light/maximize-toggled-pressed.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/xfwm4/maximize-toggled-pressed.png ./xfwm4/light/maximize-toggled-prelight.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/xfwm4/maximize-toggled-prelight.png ./xfwm4/light/maximize-toggled-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/xfwm4/maximize-toggled-inactive.png ./xfwm4/light/maximize-toggled-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/xfwm4/maximize-toggled-active.png ./xfwm4/light/maximize-pressed.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/xfwm4/maximize-pressed.png ./xfwm4/light/maximize-prelight.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/xfwm4/maximize-prelight.png ./xfwm4/light/maximize-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/xfwm4/maximize-inactive.png ./xfwm4/light/maximize-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/xfwm4/maximize-active.png ./xfwm4/light/left-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/xfwm4/left-inactive.png ./xfwm4/light/left-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/xfwm4/left-active.png ./xfwm4/light/hide-pressed.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/xfwm4/hide-pressed.png ./xfwm4/light/hide-prelight.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/xfwm4/hide-prelight.png ./xfwm4/light/hide-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/xfwm4/hide-inactive.png ./xfwm4/light/hide-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/xfwm4/hide-active.png ./xfwm4/light/close-pressed.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/xfwm4/close-pressed.png ./xfwm4/light/close-prelight.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/xfwm4/close-prelight.png ./xfwm4/light/close-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/xfwm4/close-inactive.png ./xfwm4/light/close-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/xfwm4/close-active.png ./xfwm4/light/bottom-right-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/xfwm4/bottom-right-inactive.png ./xfwm4/light/bottom-right-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/xfwm4/bottom-right-active.png ./xfwm4/light/bottom-left-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/xfwm4/bottom-left-inactive.png ./xfwm4/light/bottom-left-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/xfwm4/bottom-left-active.png ./xfwm4/light/bottom-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/xfwm4/bottom-inactive.png ./xfwm4/light/top-right-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/xfwm4/top-right-inactive.png cp -Rv ./xfwm4/dark-compact/bottom-active.png ./xfwm4/dark-compact/bottom-inactive.png ./xfwm4/dark-compact/bottom-left-active.png ./xfwm4/dark-compact/bottom-left-inactive.png ./xfwm4/dark-compact/bottom-right-active.png ./xfwm4/dark-compact/bottom-right-inactive.png ./xfwm4/dark-compact/close-active.png ./xfwm4/dark-compact/close-inactive.png ./xfwm4/dark-compact/close-prelight.png ./xfwm4/dark-compact/close-pressed.png ./xfwm4/dark-compact/hide-active.png ./xfwm4/dark-compact/hide-inactive.png ./xfwm4/dark-compact/hide-prelight.png ./xfwm4/dark-compact/hide-pressed.png ./xfwm4/dark-compact/left-active.png ./xfwm4/dark-compact/left-inactive.png ./xfwm4/dark-compact/maximize-active.png ./xfwm4/dark-compact/maximize-inactive.png ./xfwm4/dark-compact/maximize-prelight.png ./xfwm4/dark-compact/maximize-pressed.png ./xfwm4/dark-compact/maximize-toggled-active.png ./xfwm4/dark-compact/maximize-toggled-inactive.png ./xfwm4/dark-compact/maximize-toggled-prelight.png ./xfwm4/dark-compact/maximize-toggled-pressed.png ./xfwm4/dark-compact/menu-active.png ./xfwm4/dark-compact/menu-inactive.png ./xfwm4/dark-compact/menu-prelight.png ./xfwm4/dark-compact/menu-pressed.png ./xfwm4/dark-compact/right-active.png ./xfwm4/dark-compact/right-inactive.png ./xfwm4/dark-compact/shade-active.png ./xfwm4/dark-compact/shade-inactive.png ./xfwm4/dark-compact/shade-prelight.png ./xfwm4/dark-compact/shade-pressed.png ./xfwm4/dark-compact/shade-toggled-active.png ./xfwm4/dark-compact/shade-toggled-inactive.png ./xfwm4/dark-compact/shade-toggled-prelight.png ./xfwm4/dark-compact/shade-toggled-pressed.png ./xfwm4/dark-compact/stick-active.png ./xfwm4/dark-compact/stick-inactive.png ./xfwm4/dark-compact/stick-prelight.png ./xfwm4/dark-compact/stick-pressed.png ./xfwm4/dark-compact/stick-toggled-active.png ./xfwm4/dark-compact/stick-toggled-inactive.png ./xfwm4/dark-compact/stick-toggled-prelight.png ./xfwm4/dark-compact/stick-toggled-pressed.png ./xfwm4/dark-compact/themerc ./xfwm4/dark-compact/title-1-active-shaded.png ./xfwm4/dark-compact/title-1-active.png ./xfwm4/dark-compact/title-1-inactive.png ./xfwm4/dark-compact/title-2-active.png ./xfwm4/dark-compact/title-2-inactive.png ./xfwm4/dark-compact/title-3-active.png ./xfwm4/dark-compact/title-3-inactive.png ./xfwm4/dark-compact/title-4-active.png ./xfwm4/dark-compact/title-4-inactive.png ./xfwm4/dark-compact/title-5-active.png ./xfwm4/dark-compact/title-5-inactive.png ./xfwm4/dark-compact/top-left-active-shaded.png ./xfwm4/dark-compact/top-left-active.png ./xfwm4/dark-compact/top-left-inactive.png ./xfwm4/dark-compact/top-right-active-shaded.png ./xfwm4/dark-compact/top-right-active.png ./xfwm4/dark-compact/top-right-inactive.png /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/xfwm4 ./xfwm4/dark-compact/bottom-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/xfwm4/bottom-active.png ./xfwm4/dark-compact/top-right-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/xfwm4/top-right-active.png ./xfwm4/dark-compact/top-right-active-shaded.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/xfwm4/top-right-active-shaded.png ./xfwm4/dark-compact/top-left-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/xfwm4/top-left-inactive.png ./xfwm4/dark-compact/top-left-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/xfwm4/top-left-active.png ./xfwm4/dark-compact/top-left-active-shaded.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/xfwm4/top-left-active-shaded.png ./xfwm4/dark-compact/title-5-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/xfwm4/title-5-inactive.png ./xfwm4/dark-compact/title-5-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/xfwm4/title-5-active.png ./xfwm4/dark-compact/title-4-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/xfwm4/title-4-inactive.png ./xfwm4/dark-compact/title-4-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/xfwm4/title-4-active.png ./xfwm4/dark-compact/title-3-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/xfwm4/title-3-inactive.png ./xfwm4/dark-compact/title-3-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/xfwm4/title-3-active.png ./xfwm4/dark-compact/title-2-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/xfwm4/title-2-inactive.png ./xfwm4/dark-compact/title-2-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/xfwm4/title-2-active.png ./xfwm4/dark-compact/title-1-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/xfwm4/title-1-inactive.png ./xfwm4/dark-compact/title-1-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/xfwm4/title-1-active.png ./xfwm4/dark-compact/title-1-active-shaded.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/xfwm4/title-1-active-shaded.png ./xfwm4/dark-compact/themerc -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/xfwm4/themerc ./xfwm4/dark-compact/stick-toggled-pressed.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/xfwm4/stick-toggled-pressed.png ./xfwm4/dark-compact/stick-toggled-prelight.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/xfwm4/stick-toggled-prelight.png ./xfwm4/dark-compact/stick-toggled-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/xfwm4/stick-toggled-inactive.png ./xfwm4/dark-compact/stick-toggled-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/xfwm4/stick-toggled-active.png ./xfwm4/dark-compact/stick-pressed.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/xfwm4/stick-pressed.png ./xfwm4/dark-compact/stick-prelight.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/xfwm4/stick-prelight.png ./xfwm4/dark-compact/stick-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/xfwm4/stick-inactive.png ./xfwm4/dark-compact/stick-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/xfwm4/stick-active.png ./xfwm4/dark-compact/shade-toggled-pressed.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/xfwm4/shade-toggled-pressed.png ./xfwm4/dark-compact/shade-toggled-prelight.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/xfwm4/shade-toggled-prelight.png ./xfwm4/dark-compact/shade-toggled-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/xfwm4/shade-toggled-inactive.png ./xfwm4/dark-compact/shade-toggled-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/xfwm4/shade-toggled-active.png ./xfwm4/dark-compact/shade-pressed.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/xfwm4/shade-pressed.png ./xfwm4/dark-compact/shade-prelight.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/xfwm4/shade-prelight.png ./xfwm4/dark-compact/shade-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/xfwm4/shade-inactive.png ./xfwm4/dark-compact/shade-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/xfwm4/shade-active.png ./xfwm4/dark-compact/right-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/xfwm4/right-inactive.png ./xfwm4/dark-compact/right-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/xfwm4/right-active.png ./xfwm4/dark-compact/menu-pressed.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/xfwm4/menu-pressed.png ./xfwm4/dark-compact/menu-prelight.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/xfwm4/menu-prelight.png ./xfwm4/dark-compact/menu-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/xfwm4/menu-inactive.png ./xfwm4/dark-compact/menu-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/xfwm4/menu-active.png ./xfwm4/dark-compact/maximize-toggled-pressed.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/xfwm4/maximize-toggled-pressed.png ./xfwm4/dark-compact/maximize-toggled-prelight.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/xfwm4/maximize-toggled-prelight.png ./xfwm4/dark-compact/maximize-toggled-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/xfwm4/maximize-toggled-inactive.png ./xfwm4/dark-compact/maximize-toggled-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/xfwm4/maximize-toggled-active.png ./xfwm4/dark-compact/maximize-pressed.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/xfwm4/maximize-pressed.png ./xfwm4/dark-compact/maximize-prelight.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/xfwm4/maximize-prelight.png ./xfwm4/dark-compact/maximize-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/xfwm4/maximize-inactive.png ./xfwm4/dark-compact/maximize-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/xfwm4/maximize-active.png ./xfwm4/dark-compact/left-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/xfwm4/left-inactive.png ./xfwm4/dark-compact/left-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/xfwm4/left-active.png ./xfwm4/dark-compact/hide-pressed.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/xfwm4/hide-pressed.png ./xfwm4/dark-compact/hide-prelight.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/xfwm4/hide-prelight.png ./xfwm4/dark-compact/hide-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/xfwm4/hide-inactive.png ./xfwm4/dark-compact/hide-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/xfwm4/hide-active.png ./xfwm4/dark-compact/close-pressed.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/xfwm4/close-pressed.png ./xfwm4/dark-compact/close-prelight.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/xfwm4/close-prelight.png ./xfwm4/dark-compact/close-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/xfwm4/close-inactive.png ./xfwm4/dark-compact/close-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/xfwm4/close-active.png ./xfwm4/dark-compact/bottom-right-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/xfwm4/bottom-right-inactive.png ./xfwm4/dark-compact/bottom-right-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/xfwm4/bottom-right-active.png ./xfwm4/dark-compact/bottom-left-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/xfwm4/bottom-left-inactive.png ./xfwm4/dark-compact/bottom-left-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/xfwm4/bottom-left-active.png ./xfwm4/dark-compact/bottom-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/xfwm4/bottom-inactive.png ./xfwm4/dark-compact/top-right-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/xfwm4/top-right-inactive.png cp -Rv ./xfwm4/dark-compact/bottom-active.png ./xfwm4/dark-compact/bottom-inactive.png ./xfwm4/dark-compact/bottom-left-active.png ./xfwm4/dark-compact/bottom-left-inactive.png ./xfwm4/dark-compact/bottom-right-active.png ./xfwm4/dark-compact/bottom-right-inactive.png ./xfwm4/dark-compact/close-active.png ./xfwm4/dark-compact/close-inactive.png ./xfwm4/dark-compact/close-prelight.png ./xfwm4/dark-compact/close-pressed.png ./xfwm4/dark-compact/hide-active.png ./xfwm4/dark-compact/hide-inactive.png ./xfwm4/dark-compact/hide-prelight.png ./xfwm4/dark-compact/hide-pressed.png ./xfwm4/dark-compact/left-active.png ./xfwm4/dark-compact/left-inactive.png ./xfwm4/dark-compact/maximize-active.png ./xfwm4/dark-compact/maximize-inactive.png ./xfwm4/dark-compact/maximize-prelight.png ./xfwm4/dark-compact/maximize-pressed.png ./xfwm4/dark-compact/maximize-toggled-active.png ./xfwm4/dark-compact/maximize-toggled-inactive.png ./xfwm4/dark-compact/maximize-toggled-prelight.png ./xfwm4/dark-compact/maximize-toggled-pressed.png ./xfwm4/dark-compact/menu-active.png ./xfwm4/dark-compact/menu-inactive.png ./xfwm4/dark-compact/menu-prelight.png ./xfwm4/dark-compact/menu-pressed.png ./xfwm4/dark-compact/right-active.png ./xfwm4/dark-compact/right-inactive.png ./xfwm4/dark-compact/shade-active.png ./xfwm4/dark-compact/shade-inactive.png ./xfwm4/dark-compact/shade-prelight.png ./xfwm4/dark-compact/shade-pressed.png ./xfwm4/dark-compact/shade-toggled-active.png ./xfwm4/dark-compact/shade-toggled-inactive.png ./xfwm4/dark-compact/shade-toggled-prelight.png ./xfwm4/dark-compact/shade-toggled-pressed.png ./xfwm4/dark-compact/stick-active.png ./xfwm4/dark-compact/stick-inactive.png ./xfwm4/dark-compact/stick-prelight.png ./xfwm4/dark-compact/stick-pressed.png ./xfwm4/dark-compact/stick-toggled-active.png ./xfwm4/dark-compact/stick-toggled-inactive.png ./xfwm4/dark-compact/stick-toggled-prelight.png ./xfwm4/dark-compact/stick-toggled-pressed.png ./xfwm4/dark-compact/themerc ./xfwm4/dark-compact/title-1-active-shaded.png ./xfwm4/dark-compact/title-1-active.png ./xfwm4/dark-compact/title-1-inactive.png ./xfwm4/dark-compact/title-2-active.png ./xfwm4/dark-compact/title-2-inactive.png ./xfwm4/dark-compact/title-3-active.png ./xfwm4/dark-compact/title-3-inactive.png ./xfwm4/dark-compact/title-4-active.png ./xfwm4/dark-compact/title-4-inactive.png ./xfwm4/dark-compact/title-5-active.png ./xfwm4/dark-compact/title-5-inactive.png ./xfwm4/dark-compact/top-left-active-shaded.png ./xfwm4/dark-compact/top-left-active.png ./xfwm4/dark-compact/top-left-inactive.png ./xfwm4/dark-compact/top-right-active-shaded.png ./xfwm4/dark-compact/top-right-active.png ./xfwm4/dark-compact/top-right-inactive.png /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/xfwm4 ./xfwm4/dark-compact/bottom-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/xfwm4/bottom-active.png ./xfwm4/dark-compact/top-right-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/xfwm4/top-right-active.png ./xfwm4/dark-compact/top-right-active-shaded.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/xfwm4/top-right-active-shaded.png ./xfwm4/dark-compact/top-left-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/xfwm4/top-left-inactive.png ./xfwm4/dark-compact/top-left-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/xfwm4/top-left-active.png ./xfwm4/dark-compact/top-left-active-shaded.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/xfwm4/top-left-active-shaded.png ./xfwm4/dark-compact/title-5-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/xfwm4/title-5-inactive.png ./xfwm4/dark-compact/title-5-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/xfwm4/title-5-active.png ./xfwm4/dark-compact/title-4-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/xfwm4/title-4-inactive.png ./xfwm4/dark-compact/title-4-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/xfwm4/title-4-active.png ./xfwm4/dark-compact/title-3-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/xfwm4/title-3-inactive.png ./xfwm4/dark-compact/title-3-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/xfwm4/title-3-active.png ./xfwm4/dark-compact/title-2-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/xfwm4/title-2-inactive.png ./xfwm4/dark-compact/title-2-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/xfwm4/title-2-active.png ./xfwm4/dark-compact/title-1-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/xfwm4/title-1-inactive.png ./xfwm4/dark-compact/title-1-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/xfwm4/title-1-active.png ./xfwm4/dark-compact/title-1-active-shaded.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/xfwm4/title-1-active-shaded.png ./xfwm4/dark-compact/themerc -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/xfwm4/themerc ./xfwm4/dark-compact/stick-toggled-pressed.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/xfwm4/stick-toggled-pressed.png ./xfwm4/dark-compact/stick-toggled-prelight.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/xfwm4/stick-toggled-prelight.png ./xfwm4/dark-compact/stick-toggled-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/xfwm4/stick-toggled-inactive.png ./xfwm4/dark-compact/stick-toggled-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/xfwm4/stick-toggled-active.png ./xfwm4/dark-compact/stick-pressed.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/xfwm4/stick-pressed.png ./xfwm4/dark-compact/stick-prelight.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/xfwm4/stick-prelight.png ./xfwm4/dark-compact/stick-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/xfwm4/stick-inactive.png ./xfwm4/dark-compact/stick-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/xfwm4/stick-active.png ./xfwm4/dark-compact/shade-toggled-pressed.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/xfwm4/shade-toggled-pressed.png ./xfwm4/dark-compact/shade-toggled-prelight.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/xfwm4/shade-toggled-prelight.png ./xfwm4/dark-compact/shade-toggled-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/xfwm4/shade-toggled-inactive.png ./xfwm4/dark-compact/shade-toggled-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/xfwm4/shade-toggled-active.png ./xfwm4/dark-compact/shade-pressed.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/xfwm4/shade-pressed.png ./xfwm4/dark-compact/shade-prelight.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/xfwm4/shade-prelight.png ./xfwm4/dark-compact/shade-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/xfwm4/shade-inactive.png ./xfwm4/dark-compact/shade-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/xfwm4/shade-active.png ./xfwm4/dark-compact/right-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/xfwm4/right-inactive.png ./xfwm4/dark-compact/right-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/xfwm4/right-active.png ./xfwm4/dark-compact/menu-pressed.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/xfwm4/menu-pressed.png ./xfwm4/dark-compact/menu-prelight.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/xfwm4/menu-prelight.png ./xfwm4/dark-compact/menu-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/xfwm4/menu-inactive.png ./xfwm4/dark-compact/menu-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/xfwm4/menu-active.png ./xfwm4/dark-compact/maximize-toggled-pressed.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/xfwm4/maximize-toggled-pressed.png ./xfwm4/dark-compact/maximize-toggled-prelight.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/xfwm4/maximize-toggled-prelight.png ./xfwm4/dark-compact/maximize-toggled-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/xfwm4/maximize-toggled-inactive.png ./xfwm4/dark-compact/maximize-toggled-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/xfwm4/maximize-toggled-active.png ./xfwm4/dark-compact/maximize-pressed.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/xfwm4/maximize-pressed.png ./xfwm4/dark-compact/maximize-prelight.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/xfwm4/maximize-prelight.png ./xfwm4/dark-compact/maximize-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/xfwm4/maximize-inactive.png ./xfwm4/dark-compact/maximize-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/xfwm4/maximize-active.png ./xfwm4/dark-compact/left-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/xfwm4/left-inactive.png ./xfwm4/dark-compact/left-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/xfwm4/left-active.png ./xfwm4/dark-compact/hide-pressed.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/xfwm4/hide-pressed.png ./xfwm4/dark-compact/hide-prelight.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/xfwm4/hide-prelight.png ./xfwm4/dark-compact/hide-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/xfwm4/hide-inactive.png ./xfwm4/dark-compact/hide-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/xfwm4/hide-active.png ./xfwm4/dark-compact/close-pressed.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/xfwm4/close-pressed.png ./xfwm4/dark-compact/close-prelight.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/xfwm4/close-prelight.png ./xfwm4/dark-compact/close-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/xfwm4/close-inactive.png ./xfwm4/dark-compact/close-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/xfwm4/close-active.png ./xfwm4/dark-compact/bottom-right-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/xfwm4/bottom-right-inactive.png ./xfwm4/dark-compact/bottom-right-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/xfwm4/bottom-right-active.png ./xfwm4/dark-compact/bottom-left-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/xfwm4/bottom-left-inactive.png ./xfwm4/dark-compact/bottom-left-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/xfwm4/bottom-left-active.png ./xfwm4/dark-compact/bottom-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/xfwm4/bottom-inactive.png ./xfwm4/dark-compact/top-right-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/xfwm4/top-right-inactive.png cp -Rv ./xfwm4/light-compact/bottom-active.png ./xfwm4/light-compact/bottom-inactive.png ./xfwm4/light-compact/bottom-left-active.png ./xfwm4/light-compact/bottom-left-inactive.png ./xfwm4/light-compact/bottom-right-active.png ./xfwm4/light-compact/bottom-right-inactive.png ./xfwm4/light-compact/close-active.png ./xfwm4/light-compact/close-inactive.png ./xfwm4/light-compact/close-prelight.png ./xfwm4/light-compact/close-pressed.png ./xfwm4/light-compact/hide-active.png ./xfwm4/light-compact/hide-inactive.png ./xfwm4/light-compact/hide-prelight.png ./xfwm4/light-compact/hide-pressed.png ./xfwm4/light-compact/left-active.png ./xfwm4/light-compact/left-inactive.png ./xfwm4/light-compact/maximize-active.png ./xfwm4/light-compact/maximize-inactive.png ./xfwm4/light-compact/maximize-prelight.png ./xfwm4/light-compact/maximize-pressed.png ./xfwm4/light-compact/maximize-toggled-active.png ./xfwm4/light-compact/maximize-toggled-inactive.png ./xfwm4/light-compact/maximize-toggled-prelight.png ./xfwm4/light-compact/maximize-toggled-pressed.png ./xfwm4/light-compact/menu-active.png ./xfwm4/light-compact/menu-inactive.png ./xfwm4/light-compact/menu-prelight.png ./xfwm4/light-compact/menu-pressed.png ./xfwm4/light-compact/right-active.png ./xfwm4/light-compact/right-inactive.png ./xfwm4/light-compact/shade-active.png ./xfwm4/light-compact/shade-inactive.png ./xfwm4/light-compact/shade-prelight.png ./xfwm4/light-compact/shade-pressed.png ./xfwm4/light-compact/shade-toggled-active.png ./xfwm4/light-compact/shade-toggled-inactive.png ./xfwm4/light-compact/shade-toggled-prelight.png ./xfwm4/light-compact/shade-toggled-pressed.png ./xfwm4/light-compact/stick-active.png ./xfwm4/light-compact/stick-inactive.png ./xfwm4/light-compact/stick-prelight.png ./xfwm4/light-compact/stick-pressed.png ./xfwm4/light-compact/stick-toggled-active.png ./xfwm4/light-compact/stick-toggled-inactive.png ./xfwm4/light-compact/stick-toggled-prelight.png ./xfwm4/light-compact/stick-toggled-pressed.png ./xfwm4/light-compact/themerc ./xfwm4/light-compact/title-1-active-shaded.png ./xfwm4/light-compact/title-1-active.png ./xfwm4/light-compact/title-1-inactive.png ./xfwm4/light-compact/title-2-active.png ./xfwm4/light-compact/title-2-inactive.png ./xfwm4/light-compact/title-3-active.png ./xfwm4/light-compact/title-3-inactive.png ./xfwm4/light-compact/title-4-active.png ./xfwm4/light-compact/title-4-inactive.png ./xfwm4/light-compact/title-5-active.png ./xfwm4/light-compact/title-5-inactive.png ./xfwm4/light-compact/top-left-active-shaded.png ./xfwm4/light-compact/top-left-active.png ./xfwm4/light-compact/top-left-inactive.png ./xfwm4/light-compact/top-right-active-shaded.png ./xfwm4/light-compact/top-right-active.png ./xfwm4/light-compact/top-right-inactive.png /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/xfwm4 ./xfwm4/light-compact/bottom-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/xfwm4/bottom-active.png ./xfwm4/light-compact/top-right-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/xfwm4/top-right-active.png ./xfwm4/light-compact/top-right-active-shaded.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/xfwm4/top-right-active-shaded.png ./xfwm4/light-compact/top-left-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/xfwm4/top-left-inactive.png ./xfwm4/light-compact/top-left-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/xfwm4/top-left-active.png ./xfwm4/light-compact/top-left-active-shaded.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/xfwm4/top-left-active-shaded.png ./xfwm4/light-compact/title-5-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/xfwm4/title-5-inactive.png ./xfwm4/light-compact/title-5-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/xfwm4/title-5-active.png ./xfwm4/light-compact/title-4-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/xfwm4/title-4-inactive.png ./xfwm4/light-compact/title-4-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/xfwm4/title-4-active.png ./xfwm4/light-compact/title-3-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/xfwm4/title-3-inactive.png ./xfwm4/light-compact/title-3-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/xfwm4/title-3-active.png ./xfwm4/light-compact/title-2-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/xfwm4/title-2-inactive.png ./xfwm4/light-compact/title-2-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/xfwm4/title-2-active.png ./xfwm4/light-compact/title-1-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/xfwm4/title-1-inactive.png ./xfwm4/light-compact/title-1-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/xfwm4/title-1-active.png ./xfwm4/light-compact/title-1-active-shaded.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/xfwm4/title-1-active-shaded.png ./xfwm4/light-compact/themerc -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/xfwm4/themerc ./xfwm4/light-compact/stick-toggled-pressed.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/xfwm4/stick-toggled-pressed.png ./xfwm4/light-compact/stick-toggled-prelight.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/xfwm4/stick-toggled-prelight.png ./xfwm4/light-compact/stick-toggled-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/xfwm4/stick-toggled-inactive.png ./xfwm4/light-compact/stick-toggled-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/xfwm4/stick-toggled-active.png ./xfwm4/light-compact/stick-pressed.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/xfwm4/stick-pressed.png ./xfwm4/light-compact/stick-prelight.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/xfwm4/stick-prelight.png ./xfwm4/light-compact/stick-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/xfwm4/stick-inactive.png ./xfwm4/light-compact/stick-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/xfwm4/stick-active.png ./xfwm4/light-compact/shade-toggled-pressed.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/xfwm4/shade-toggled-pressed.png ./xfwm4/light-compact/shade-toggled-prelight.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/xfwm4/shade-toggled-prelight.png ./xfwm4/light-compact/shade-toggled-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/xfwm4/shade-toggled-inactive.png ./xfwm4/light-compact/shade-toggled-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/xfwm4/shade-toggled-active.png ./xfwm4/light-compact/shade-pressed.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/xfwm4/shade-pressed.png ./xfwm4/light-compact/shade-prelight.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/xfwm4/shade-prelight.png ./xfwm4/light-compact/shade-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/xfwm4/shade-inactive.png ./xfwm4/light-compact/shade-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/xfwm4/shade-active.png ./xfwm4/light-compact/right-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/xfwm4/right-inactive.png ./xfwm4/light-compact/right-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/xfwm4/right-active.png ./xfwm4/light-compact/menu-pressed.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/xfwm4/menu-pressed.png ./xfwm4/light-compact/menu-prelight.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/xfwm4/menu-prelight.png ./xfwm4/light-compact/menu-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/xfwm4/menu-inactive.png ./xfwm4/light-compact/menu-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/xfwm4/menu-active.png ./xfwm4/light-compact/maximize-toggled-pressed.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/xfwm4/maximize-toggled-pressed.png ./xfwm4/light-compact/maximize-toggled-prelight.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/xfwm4/maximize-toggled-prelight.png ./xfwm4/light-compact/maximize-toggled-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/xfwm4/maximize-toggled-inactive.png ./xfwm4/light-compact/maximize-toggled-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/xfwm4/maximize-toggled-active.png ./xfwm4/light-compact/maximize-pressed.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/xfwm4/maximize-pressed.png ./xfwm4/light-compact/maximize-prelight.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/xfwm4/maximize-prelight.png ./xfwm4/light-compact/maximize-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/xfwm4/maximize-inactive.png ./xfwm4/light-compact/maximize-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/xfwm4/maximize-active.png ./xfwm4/light-compact/left-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/xfwm4/left-inactive.png ./xfwm4/light-compact/left-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/xfwm4/left-active.png ./xfwm4/light-compact/hide-pressed.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/xfwm4/hide-pressed.png ./xfwm4/light-compact/hide-prelight.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/xfwm4/hide-prelight.png ./xfwm4/light-compact/hide-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/xfwm4/hide-inactive.png ./xfwm4/light-compact/hide-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/xfwm4/hide-active.png ./xfwm4/light-compact/close-pressed.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/xfwm4/close-pressed.png ./xfwm4/light-compact/close-prelight.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/xfwm4/close-prelight.png ./xfwm4/light-compact/close-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/xfwm4/close-inactive.png ./xfwm4/light-compact/close-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/xfwm4/close-active.png ./xfwm4/light-compact/bottom-right-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/xfwm4/bottom-right-inactive.png ./xfwm4/light-compact/bottom-right-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/xfwm4/bottom-right-active.png ./xfwm4/light-compact/bottom-left-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/xfwm4/bottom-left-inactive.png ./xfwm4/light-compact/bottom-left-active.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/xfwm4/bottom-left-active.png ./xfwm4/light-compact/bottom-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/xfwm4/bottom-inactive.png ./xfwm4/light-compact/top-right-inactive.png -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/xfwm4/top-right-inactive.png /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/openbox-3 /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/openbox-3 /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/openbox-3 cp -Rv ./openbox-3/close.xbm ./openbox-3/desk_toggled.xbm ./openbox-3/desk.xbm ./openbox-3/iconify.xbm ./openbox-3/max_toggled.xbm ./openbox-3/max.xbm ./openbox-3/shade_toggled.xbm ./openbox-3/shade.xbm /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/openbox-3 ./openbox-3/close.xbm -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/openbox-3/close.xbm ./openbox-3/shade_toggled.xbm -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/openbox-3/shade_toggled.xbm ./openbox-3/max.xbm -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/openbox-3/max.xbm ./openbox-3/max_toggled.xbm -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/openbox-3/max_toggled.xbm ./openbox-3/iconify.xbm -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/openbox-3/iconify.xbm ./openbox-3/desk.xbm -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/openbox-3/desk.xbm ./openbox-3/desk_toggled.xbm -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/openbox-3/desk_toggled.xbm ./openbox-3/shade.xbm -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/openbox-3/shade.xbm cp -Rv ./openbox-3/themerc /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/openbox-3/themerc ./openbox-3/themerc -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/openbox-3/themerc cp -Rv ./openbox-3/compton.conf /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/openbox-3 ./openbox-3/compton.conf -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/openbox-3/compton.conf cp -Rv ./openbox-3/close.xbm ./openbox-3/desk_toggled.xbm ./openbox-3/desk.xbm ./openbox-3/iconify.xbm ./openbox-3/max_toggled.xbm ./openbox-3/max.xbm ./openbox-3/shade_toggled.xbm ./openbox-3/shade.xbm /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/openbox-3 ./openbox-3/close.xbm -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/openbox-3/close.xbm ./openbox-3/shade_toggled.xbm -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/openbox-3/shade_toggled.xbm ./openbox-3/max.xbm -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/openbox-3/max.xbm ./openbox-3/max_toggled.xbm -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/openbox-3/max_toggled.xbm ./openbox-3/iconify.xbm -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/openbox-3/iconify.xbm ./openbox-3/desk.xbm -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/openbox-3/desk.xbm ./openbox-3/desk_toggled.xbm -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/openbox-3/desk_toggled.xbm ./openbox-3/shade.xbm -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/openbox-3/shade.xbm cp -Rv ./openbox-3/themerc-dark /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/openbox-3/themerc ./openbox-3/themerc-dark -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/openbox-3/themerc cp -Rv ./openbox-3/close.xbm ./openbox-3/desk_toggled.xbm ./openbox-3/desk.xbm ./openbox-3/iconify.xbm ./openbox-3/max_toggled.xbm ./openbox-3/max.xbm ./openbox-3/shade_toggled.xbm ./openbox-3/shade.xbm /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/openbox-3 ./openbox-3/close.xbm -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/openbox-3/close.xbm ./openbox-3/shade_toggled.xbm -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/openbox-3/shade_toggled.xbm ./openbox-3/max.xbm -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/openbox-3/max.xbm ./openbox-3/max_toggled.xbm -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/openbox-3/max_toggled.xbm ./openbox-3/iconify.xbm -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/openbox-3/iconify.xbm ./openbox-3/desk.xbm -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/openbox-3/desk.xbm ./openbox-3/desk_toggled.xbm -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/openbox-3/desk_toggled.xbm ./openbox-3/shade.xbm -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/openbox-3/shade.xbm cp -Rv ./openbox-3/themerc-light /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/openbox-3/themerc ./openbox-3/themerc-light -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/openbox-3/themerc gmake[3]: Leaving directory '/construction/x11-themes/plata-theme/plata-theme-b92185bcf7f336412e30ed40d08552b9d8751ec5-b92185bcf7f336412e30ed40d08552b9d8751ec5/src/wm' gmake[2]: Leaving directory '/construction/x11-themes/plata-theme/plata-theme-b92185bcf7f336412e30ed40d08552b9d8751ec5-b92185bcf7f336412e30ed40d08552b9d8751ec5/src/wm' Making install in src/extra gmake[2]: Entering directory '/construction/x11-themes/plata-theme/plata-theme-b92185bcf7f336412e30ed40d08552b9d8751ec5-b92185bcf7f336412e30ed40d08552b9d8751ec5/src/extra' gmake[3]: Entering directory '/construction/x11-themes/plata-theme/plata-theme-b92185bcf7f336412e30ed40d08552b9d8751ec5-b92185bcf7f336412e30ed40d08552b9d8751ec5/src/extra' gmake[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/plank /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/plank /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/plank /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/plank /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/plank /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/plank cp -Rv ./plank/dock-dark.theme /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/plank/dock.theme ./plank/dock-dark.theme -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/plank/dock.theme cp -Rv ./plank/dock-light.theme /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/plank/dock.theme ./plank/dock-light.theme -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/plank/dock.theme cp -Rv ./plank/dock-dark.theme /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/plank/dock.theme ./plank/dock-dark.theme -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/plank/dock.theme cp -Rv ./plank/dock-dark.theme /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/plank/dock.theme ./plank/dock-dark.theme -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/plank/dock.theme cp -Rv ./plank/dock-light.theme /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/plank/dock.theme ./plank/dock-light.theme -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/plank/dock.theme cp -Rv ./plank/dock-dark.theme /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/plank/dock.theme ./plank/dock-dark.theme -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/plank/dock.theme /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtksourceview /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtksourceview /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtksourceview cp -Rv ./gtksourceview/plata-dark.xml /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtksourceview ./gtksourceview/plata-dark.xml -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gtksourceview/plata-dark.xml cp -Rv ./gtksourceview/plata-light.xml /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtksourceview ./gtksourceview/plata-light.xml -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/gtksourceview/plata-light.xml cp -Rv ./gtksourceview/plata-dark.xml /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtksourceview ./gtksourceview/plata-dark.xml -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/gtksourceview/plata-dark.xml gmake[3]: Leaving directory '/construction/x11-themes/plata-theme/plata-theme-b92185bcf7f336412e30ed40d08552b9d8751ec5-b92185bcf7f336412e30ed40d08552b9d8751ec5/src/extra' gmake[2]: Leaving directory '/construction/x11-themes/plata-theme/plata-theme-b92185bcf7f336412e30ed40d08552b9d8751ec5-b92185bcf7f336412e30ed40d08552b9d8751ec5/src/extra' Making install in data gmake[2]: Entering directory '/construction/x11-themes/plata-theme/plata-theme-b92185bcf7f336412e30ed40d08552b9d8751ec5-b92185bcf7f336412e30ed40d08552b9d8751ec5/data' gmake[3]: Entering directory '/construction/x11-themes/plata-theme/plata-theme-b92185bcf7f336412e30ed40d08552b9d8751ec5-b92185bcf7f336412e30ed40d08552b9d8751ec5/data' gmake[3]: Nothing to be done for 'install-exec-am'. cp -Rv ./index.theme /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/index.theme ./index.theme -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/index.theme cp -Rv ./index.theme-light /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/index.theme ./index.theme-light -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine/index.theme cp -Rv ./index.theme-dark /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/index.theme ./index.theme-dark -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir/index.theme cp -Rv ./index.theme-compact /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/index.theme ./index.theme-compact -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Compact/index.theme cp -Rv ./index.theme-light-compact /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/index.theme ./index.theme-light-compact -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Lumine-Compact/index.theme cp -Rv ./index.theme-dark-compact /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/index.theme ./index.theme-dark-compact -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata-Noir-Compact/index.theme gmake[3]: Leaving directory '/construction/x11-themes/plata-theme/plata-theme-b92185bcf7f336412e30ed40d08552b9d8751ec5-b92185bcf7f336412e30ed40d08552b9d8751ec5/data' gmake[2]: Leaving directory '/construction/x11-themes/plata-theme/plata-theme-b92185bcf7f336412e30ed40d08552b9d8751ec5-b92185bcf7f336412e30ed40d08552b9d8751ec5/data' gmake[2]: Entering directory '/construction/x11-themes/plata-theme/plata-theme-b92185bcf7f336412e30ed40d08552b9d8751ec5-b92185bcf7f336412e30ed40d08552b9d8751ec5' gmake[3]: Entering directory '/construction/x11-themes/plata-theme/plata-theme-b92185bcf7f336412e30ed40d08552b9d8751ec5-b92185bcf7f336412e30ed40d08552b9d8751ec5' gmake[3]: Nothing to be done for 'install-exec-am'. gmake install-data-hook gmake[4]: Entering directory '/construction/x11-themes/plata-theme/plata-theme-b92185bcf7f336412e30ed40d08552b9d8751ec5-b92185bcf7f336412e30ed40d08552b9d8751ec5' cp -Rv COPYING LICENSE_CC_BY_SA4 /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata LICENSE_CC_BY_SA4 -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/LICENSE_CC_BY_SA4 COPYING -> /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/COPYING gmake[4]: Leaving directory '/construction/x11-themes/plata-theme/plata-theme-b92185bcf7f336412e30ed40d08552b9d8751ec5-b92185bcf7f336412e30ed40d08552b9d8751ec5' gmake[3]: Leaving directory '/construction/x11-themes/plata-theme/plata-theme-b92185bcf7f336412e30ed40d08552b9d8751ec5-b92185bcf7f336412e30ed40d08552b9d8751ec5' gmake[2]: Leaving directory '/construction/x11-themes/plata-theme/plata-theme-b92185bcf7f336412e30ed40d08552b9d8751ec5-b92185bcf7f336412e30ed40d08552b9d8751ec5' gmake[1]: Leaving directory '/construction/x11-themes/plata-theme/plata-theme-b92185bcf7f336412e30ed40d08552b9d8751ec5-b92185bcf7f336412e30ed40d08552b9d8751ec5' /bin/rm -f /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/COPYING /bin/rm -f /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/LICENSE_CC_BY_SA4 /bin/rm -f /construction/x11-themes/plata-theme/stage/usr/local/share/themes/Plata/gnome-shell/extensions/window-list/README /bin/mkdir -p /construction/x11-themes/plata-theme/stage/usr/local/share/doc/plata-theme install -m 444 /construction/x11-themes/plata-theme/plata-theme-b92185bcf7f336412e30ed40d08552b9d8751ec5-b92185bcf7f336412e30ed40d08552b9d8751ec5/README.md /construction/x11-themes/plata-theme/plata-theme-b92185bcf7f336412e30ed40d08552b9d8751ec5-b92185bcf7f336412e30ed40d08552b9d8751ec5/README.window-list /construction/x11-themes/plata-theme/stage/usr/local/share/doc/plata-theme ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:03 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for plata-theme-0.9.7 file sizes/checksums [2069]: 0% file sizes/checksums [2069]: 4% file sizes/checksums [2069]: 9% file sizes/checksums [2069]: 14% file sizes/checksums [2069]: 19% file sizes/checksums [2069]: 24% file sizes/checksums [2069]: 28% file sizes/checksums [2069]: 33% file sizes/checksums [2069]: 38% file sizes/checksums [2069]: 43% file sizes/checksums [2069]: 48% file sizes/checksums [2069]: 53% file sizes/checksums [2069]: 57% file sizes/checksums [2069]: 62% file sizes/checksums [2069]: 67% file sizes/checksums [2069]: 72% file sizes/checksums [2069]: 77% file sizes/checksums [2069]: 82% file sizes/checksums [2069]: 86% file sizes/checksums [2069]: 91% file sizes/checksums [2069]: 96% file sizes/checksums [2069]: 100% packing files [2069]: 0% packing files [2069]: 4% packing files [2069]: 9% packing files [2069]: 14% packing files [2069]: 19% packing files [2069]: 24% packing files [2069]: 28% packing files [2069]: 33% packing files [2069]: 38% packing files [2069]: 43% packing files [2069]: 48% packing files [2069]: 53% packing files [2069]: 57% packing files [2069]: 62% packing files [2069]: 67% packing files [2069]: 72% packing files [2069]: 77% packing files [2069]: 82% packing files [2069]: 86% packing files [2069]: 91% packing files [2069]: 96% packing files [2069]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:23 TOTAL TIME 00:42:29