Date: Saturday, August 6, 2016 @ 14:39:19 Author: bgyorgy Revision: 185616
upgpkg: mate-themes 3.20.10-1 Update to new version Modified: mate-themes/trunk/PKGBUILD Deleted: mate-themes/trunk/fix-selection.patch mate-themes/trunk/mate-themes.install ---------------------+ PKGBUILD | 27 +--- fix-selection.patch | 285 -------------------------------------------------- mate-themes.install | 12 -- 3 files changed, 10 insertions(+), 314 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-08-06 14:36:36 UTC (rev 185615) +++ PKGBUILD 2016-08-06 14:39:19 UTC (rev 185616) @@ -1,29 +1,22 @@ -# Maintainer : Martin Wimpress <[email protected]> +# Contributor: Martin Wimpress <[email protected]> _ver=3.20 pkgname=mate-themes -pkgver=${_ver}.5 -pkgrel=2 +pkgver=${_ver}.10 +pkgrel=1 pkgdesc="Default themes for the MATE desktop" url="http://mate-desktop.org" arch=('any') license=('GPL') -depends=('gtk-engines' 'gtk-engine-murrine' 'librsvg' 'mate-icon-theme') -makedepends=('mate-common' 'icon-naming-utils') +makedepends=('gtk2' 'intltool') +optdepends=('gtk-engines: for gtk2 themes' + 'gtk-engine-murrine: for gtk2 themes' + 'mate-icon-theme: default icon theme') +options=('!emptydirs') groups=('mate' 'mate-gtk3') -source=("http://pub.mate-desktop.org/releases/themes/${_ver}/${pkgname}-${pkgver}.tar.xz" - "fix-selection.patch") -sha1sums=('640d33c45d37247a9e27de15df8685cfaa8c951d' - 'da38d1a46be209d81cfd69e4ab3f579bde2c6d20') -install=${pkgname}.install +source=("http://pub.mate-desktop.org/releases/themes/${_ver}/${pkgname}-${pkgver}.tar.xz") +sha1sums=('d44f484987c269820662a037f763c248a5d24356') -prepare() { - cd "${srcdir}/${pkgname}-${pkgver}" - - # GTK+-3.20: fix text selection in firefox - patch -Np1 -i ../fix-selection.patch -} - build() { cd "${srcdir}/${pkgname}-${pkgver}" ./configure \ Deleted: fix-selection.patch =================================================================== --- fix-selection.patch 2016-08-06 14:36:36 UTC (rev 185615) +++ fix-selection.patch 2016-08-06 14:39:19 UTC (rev 185616) @@ -1,285 +0,0 @@ -From 8ae453c137f1d9012e9f2e4350d1d73ee570e000 Mon Sep 17 00:00:00 2001 -From: raveit65 <[email protected]> -Date: Tue, 12 Apr 2016 00:09:40 +0200 -Subject: [PATCH] GTK+-3.20 Menta themes: fix for firefox text selection - ---- - desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css | 24 ++++++++++++++++++++++++ - desktop-themes/Menta/gtk-3.0/gtk-widgets.css | 24 ++++++++++++++++++++++++ - 2 files changed, 48 insertions(+) - -diff --git a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css -index ee44625..d023928 100644 ---- a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css -+++ b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css -@@ -4134,6 +4134,30 @@ textview, - color: shade (@theme_selected_bg_color, 0.35); - } - -+/* for firefox and probably other apps */ -+label:selected, -+label selection, -+label selection:focus, -+label selection:hover { -+ background-color: @theme_selected_bg_color; -+ color: @theme_selected_fg_color; -+} -+ -+label:disabled:selected, -+label selection:disabled { -+ color: @insensitive_fg_color; -+} -+ -+label:backdrop:selected, -+label selection:backdrop { -+ color: @theme_fg_color; -+} -+ -+label:backdrop:disabled:selected, -+label selection:backdrop:disabled { -+ color: @insensitive_fg_color; -+} -+ - .cell { - padding: 2px; - text-shadow: none; -diff --git a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css -index 2acad08..6d0f063 100644 ---- a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css -+++ b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css -@@ -4134,6 +4134,30 @@ textview, - color: shade (@theme_selected_bg_color, 0.35); - } - -+/* for firefox and probably other apps */ -+label:selected, -+label selection, -+label selection:focus, -+label selection:hover { -+ background-color: @theme_selected_bg_color; -+ color: @theme_selected_fg_color; -+} -+ -+label:disabled:selected, -+label selection:disabled { -+ color: @insensitive_fg_color; -+} -+ -+label:backdrop:selected, -+label selection:backdrop { -+ color: @theme_fg_color; -+} -+ -+label:backdrop:disabled:selected, -+label selection:backdrop:disabled { -+ color: @insensitive_fg_color; -+} -+ - .cell { - padding: 2px; - text-shadow: none; -From 7ccbba8500ffd5f12f9ff8c9eacf8e5a818da2bb Mon Sep 17 00:00:00 2001 -From: raveit65 <[email protected]> -Date: Tue, 12 Apr 2016 01:54:25 +0200 -Subject: [PATCH] GTK+-3.20 all other themes: fix text selection in firefox - ---- - desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css | 23 +++++++++++++++++++ - .../Blue-Submarine/gtk-3.0/gtk-widgets.css | 26 +++++++++++++++++++++- - .../Green-Submarine/gtk-3.0/gtk-widgets.css | 26 +++++++++++++++++++++- - .../TraditionalGreen/gtk-3.0/gtk-widgets.css | 24 ++++++++++++++++++++ - .../TraditionalOk/gtk-3.0/gtk-widgets.css | 24 ++++++++++++++++++++ - 5 files changed, 121 insertions(+), 2 deletions(-) - -diff --git a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css -index 8e8b26a..6603aed 100644 ---- a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css -+++ b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css -@@ -275,6 +275,29 @@ dialog view { - color: @theme_fg_color; - } - -+/* for firefox and probably other apps */ -+label:selected, -+label selection, -+label selection:focus, -+label selection:hover { -+ background-color: @theme_selected_bg_color; -+ color: @theme_selected_fg_color; -+} -+ -+label:disabled:selected, -+label selection:disabled { -+ color: @insensitive_fg_color; -+} -+ -+label:backdrop:selected, -+label selection:backdrop { -+ color: @theme_fg_color; -+} -+ -+label:backdrop:disabled:selected, -+label selection:backdrop:disabled { -+ color: @insensitive_fg_color; -+} - - /**************************** - * Caret for editable text * -diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css -index e72fed7..7856ebc 100644 ---- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css -+++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css -@@ -4073,7 +4073,7 @@ view text selection:focus, - text-shadow: none; - } - --/* ie. coloe of selected icons if unfocused */ -+/* ie. color of selected icons if unfocused */ - .view:active { - background-color: shade(@theme_bg_color, 0.8); - } -@@ -4083,6 +4083,30 @@ view text selection:focus, - text-shadow: 0px 1px @theme_selected_shadow_color; - } - -+/* for firefox and probably other apps */ -+label:selected, -+label selection, -+label selection:focus, -+label selection:hover { -+ background-color: @theme_selected_bg_color; -+ color: @theme_selected_fg_color; -+} -+ -+label:disabled:selected, -+label selection:disabled { -+ color: @insensitive_fg_color; -+} -+ -+label:backdrop:selected, -+label selection:backdrop { -+ color: @theme_fg_color; -+} -+ -+label:backdrop:disabled:selected, -+label selection:backdrop:disabled { -+ color: @insensitive_fg_color; -+} -+ - treeview, - treeview.view { - padding: 4px -diff --git a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css -index 9f3b4bc..ecd6a19 100644 ---- a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css -+++ b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css -@@ -4072,7 +4072,7 @@ view text selection:focus, - text-shadow: none; - } - --/* ie. coloe of selected icons if unfocused */ -+/* ie. color of selected icons if unfocused */ - .view:active { - background-color: shade(@theme_bg_color, 0.8); - } -@@ -4082,6 +4082,30 @@ view text selection:focus, - text-shadow: 0px 1px @theme_selected_shadow_color; - } - -+/* for firefox and probably other apps */ -+label:selected, -+label selection, -+label selection:focus, -+label selection:hover { -+ background-color: @theme_selected_bg_color; -+ color: @theme_selected_fg_color; -+} -+ -+label:disabled:selected, -+label selection:disabled { -+ color: @insensitive_fg_color; -+} -+ -+label:backdrop:selected, -+label selection:backdrop { -+ color: @theme_fg_color; -+} -+ -+label:backdrop:disabled:selected, -+label selection:backdrop:disabled { -+ color: @insensitive_fg_color; -+} -+ - treeview, - treeview.view { - padding: 4px -diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css -index 67a4b16..afa10ed 100644 ---- a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css -+++ b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css -@@ -2938,6 +2938,30 @@ treeview:disabled { - color: @insensitive_fg_color; - } - -+/* for firefox and probably other apps */ -+label:selected, -+label selection, -+label selection:focus, -+label selection:hover { -+ background-color: @theme_selected_bg_color; -+ color: @theme_selected_fg_color; -+} -+ -+label:disabled:selected, -+label selection:disabled { -+ color: @insensitive_fg_color; -+} -+ -+label:backdrop:selected, -+label selection:backdrop { -+ color: @theme_fg_color; -+} -+ -+label:backdrop:disabled:selected, -+label selection:backdrop:disabled { -+ color: @insensitive_fg_color; -+} -+ - /*************** - * GtkTreeview * - ***************/ -diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css -index f0451b6..a2de7c8 100644 ---- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css -+++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css -@@ -2938,6 +2938,30 @@ treeview:disabled { - color: @insensitive_fg_color; - } - -+/* for firefox and probably other apps */ -+label:selected, -+label selection, -+label selection:focus, -+label selection:hover { -+ background-color: @theme_selected_bg_color; -+ color: @theme_selected_fg_color; -+} -+ -+label:disabled:selected, -+label selection:disabled { -+ color: @insensitive_fg_color; -+} -+ -+label:backdrop:selected, -+label selection:backdrop { -+ color: @theme_fg_color; -+} -+ -+label:backdrop:disabled:selected, -+label selection:backdrop:disabled { -+ color: @insensitive_fg_color; -+} -+ - /*************** - * GtkTreeview * - ***************/ Deleted: mate-themes.install =================================================================== --- mate-themes.install 2016-08-06 14:36:36 UTC (rev 185615) +++ mate-themes.install 2016-08-06 14:39:19 UTC (rev 185616) @@ -1,12 +0,0 @@ -post_install() { - gtk-update-icon-cache -q -t -f /usr/share/icons/ContrastHigh - gtk-update-icon-cache -q -t -f /usr/share/icons/mate -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -}
