Date: Sunday, April 10, 2016 @ 17:52:45 Author: bgyorgy Revision: 170107
upgpkg: nemo 2.8.7-3 Remove theme fix for background, it breaks dark themes Modified: nemo/trunk/0001-Fix-fallback-style-for-GTK-3.20.patch nemo/trunk/PKGBUILD --------------------------------------------+ 0001-Fix-fallback-style-for-GTK-3.20.patch | 22 ++++++++-------------- PKGBUILD | 4 ++-- 2 files changed, 10 insertions(+), 16 deletions(-) Modified: 0001-Fix-fallback-style-for-GTK-3.20.patch =================================================================== --- 0001-Fix-fallback-style-for-GTK-3.20.patch 2016-04-10 15:52:34 UTC (rev 170106) +++ 0001-Fix-fallback-style-for-GTK-3.20.patch 2016-04-10 15:52:45 UTC (rev 170107) @@ -1,12 +1,12 @@ -From 665c7971d9d73b427b71707c5bb50c55145814e0 Mon Sep 17 00:00:00 2001 +From 81ac4e3e7ebc618c6c05e4a1b158a98402e72e0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ball=C3=B3=20Gy=C3=B6rgy?= <[email protected]> -Date: Sat, 9 Apr 2016 10:01:23 +0200 +Date: Sun, 10 Apr 2016 17:38:02 +0200 Subject: [PATCH] Fix fallback style for GTK 3.20 --- - libnemo-private/nemo-places-tree-view.c | 2 +- - src/nemo-style-fallback.css | 14 ++++++++++---- - 2 files changed, 11 insertions(+), 5 deletions(-) + libnemo-private/nemo-places-tree-view.c | 2 +- + src/nemo-style-fallback.css | 8 ++++---- + 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/libnemo-private/nemo-places-tree-view.c b/libnemo-private/nemo-places-tree-view.c index b7836e1..53775dd 100644 @@ -22,16 +22,10 @@ static void diff --git a/src/nemo-style-fallback.css b/src/nemo-style-fallback.css -index 0e5684e..8756ded 100644 +index 0e5684e..ba64a52 100644 --- a/src/nemo-style-fallback.css +++ b/src/nemo-style-fallback.css -@@ -1,6 +1,12 @@ -+/* Background for the notebook */ -+ -+notebook { -+ background: white; -+} -+ +@@ -1,6 +1,6 @@ /* For Places Sidebar diskfull indicators */ -NemoPlacesTreeView { @@ -39,7 +33,7 @@ -NemoPlacesTreeView-disk-full-bg-color: shade(@theme_bg_color, .65); -NemoPlacesTreeView-disk-full-fg-color: shade(@theme_selected_bg_color, 1.0); -NemoPlacesTreeView-disk-full-bar-width: 2px; -@@ -9,13 +15,13 @@ NemoPlacesTreeView { +@@ -9,13 +9,13 @@ NemoPlacesTreeView { -NemoPlacesTreeView-disk-full-max-length: 70px; } Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-04-10 15:52:34 UTC (rev 170106) +++ PKGBUILD 2016-04-10 15:52:45 UTC (rev 170107) @@ -4,7 +4,7 @@ pkgname=nemo pkgver=2.8.7 -pkgrel=2 +pkgrel=3 pkgdesc="Cinnamon file manager (Nautilus fork)" arch=('i686' 'x86_64') url="https://github.com/linuxmint/nemo" @@ -19,7 +19,7 @@ "0001-Fix-fallback-style-for-GTK-3.20.patch") sha256sums=('21f290212bcfb4ac58f7bdc17e9dccfafb59d9fd52a7540a7e199e252a7c2fe4' '1acd384b7e345d4e2815c51a94b4ffbb802ee376004c3db75cc871eef551cbfa' - 'd8be3f444eda33f8250c5d26241b628d1684c1fee8749d7ae90b1d2635e9a76a') + 'cb5aa9ec771afd5380cee08e1dd17ef35b6d6502ab8c778d85e88350a30ddfc5') prepare() { cd linuxmint-nemo-*
