From 1d581c2df1f9139009f417f90d5b7bddd41e11f2 Mon Sep 17 00:00:00 2001 From: Tigro Date: Fri, 15 Apr 2016 11:51:01 +0300 Subject: [PATCH] drop gtk patch. Already upstream --- chromium-browser-stable.spec | 9 --------- gtk2_ui.patch | 12 ------------ 2 files changed, 21 deletions(-) delete mode 100644 gtk2_ui.patch diff --git a/chromium-browser-stable.spec b/chromium-browser-stable.spec index 7f23cfb..1446be5 100644 --- a/chromium-browser-stable.spec +++ b/chromium-browser-stable.spec @@ -65,10 +65,6 @@ Patch505: chromium-system-ffmpeg-r2.patch Patch507: issue1688073002_40001.diff Patch600: unbundle-libvpx_new-fix.patch -# AUR patches -# https://aur.archlinux.org/cgit/aur.git/plain/gtk2_ui.patch?h=chromium-dev -Patch700: gtk2_ui.patch - Provides: %{crname} = %{EVRD} Conflicts: chromium-browser-unstable Conflicts: chromium-browser-beta @@ -310,11 +306,6 @@ find third_party/icu -type f \! -regex '.*\.\(gyp\|gypi\|isolate\)' -delete %endif #patch600 -p1 -# AUR patches -%if 0%{?gtk3} -%patch700 -p1 -%endif - ### build with widevine support # Patch from crbug (chromium bugtracker) diff --git a/gtk2_ui.patch b/gtk2_ui.patch deleted file mode 100644 index 282edc0..0000000 --- a/gtk2_ui.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/chrome/browser/ui/libgtk2ui/gtk2_ui.cc.orig b/chrome/browser/ui/libgtk2ui/gtk2_ui.cc -index 4c119c5..1b67ad2 100644 ---- a/chrome/browser/ui/libgtk2ui/gtk2_ui.cc.orig -+++ b/chrome/browser/ui/libgtk2ui/gtk2_ui.cc -@@ -308,6 +308,7 @@ const double kInactiveSaturation = 0.3; - // copy the constants themselves here. - // - // Default tints. -+const color_utils::HSL kDefaultTintFrameInactive = { -1, -1, 0.75f }; - const color_utils::HSL kDefaultTintFrameIncognito = { -1, 0.2f, 0.35f }; - const color_utils::HSL kDefaultTintFrameIncognitoInactive = { -1, 0.3f, 0.6f }; - const color_utils::HSL kDefaultTintBackgroundTab = { -1, 0.5, 0.75 };