[Pkg-xfce-commits] r9598 - in /goodies/trunk/xfce4-notifyd/debian: changelog patches/ patches/0001-Fix-theming-issues-with-Gtk-3.22.patch patches/series

Yves-Alexis Perez corsac at moszumanska.debian.org
Mon Oct 31 11:48:59 UTC 2016


Author: corsac
Date: Mon Oct 31 11:48:58 2016
New Revision: 9598

URL: http://svn.debian.org/wsvn/pkg-xfce/?sc=1&rev=9598
Log:
* debian/patches:
  - 0001-Fix-theming-issues-with-Gtk-3.22 added, cherry-picked from upstream.

Added:
    goodies/trunk/xfce4-notifyd/debian/patches/
    goodies/trunk/xfce4-notifyd/debian/patches/0001-Fix-theming-issues-with-Gtk-3.22.patch
    goodies/trunk/xfce4-notifyd/debian/patches/series
Modified:
    goodies/trunk/xfce4-notifyd/debian/changelog

Modified: goodies/trunk/xfce4-notifyd/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-notifyd/debian/changelog?rev=9598&op=diff
==============================================================================
--- goodies/trunk/xfce4-notifyd/debian/changelog	(original)
+++ goodies/trunk/xfce4-notifyd/debian/changelog	Mon Oct 31 11:48:58 2016
@@ -1,3 +1,10 @@
+xfce4-notifyd (0.3.3-2) UNRELEASED; urgency=medium
+
+  * debian/patches:
+    - 0001-Fix-theming-issues-with-Gtk-3.22 added, cherry-picked from upstream.
+
+ -- Yves-Alexis Perez <corsac at debian.org>  Mon, 31 Oct 2016 12:48:05 +0100
+
 xfce4-notifyd (0.3.3-1) unstable; urgency=medium
 
   [ Mateusz Łukasik ]

Added: goodies/trunk/xfce4-notifyd/debian/patches/0001-Fix-theming-issues-with-Gtk-3.22.patch
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-notifyd/debian/patches/0001-Fix-theming-issues-with-Gtk-3.22.patch?rev=9598&op=file
==============================================================================
--- goodies/trunk/xfce4-notifyd/debian/patches/0001-Fix-theming-issues-with-Gtk-3.22.patch	(added)
+++ goodies/trunk/xfce4-notifyd/debian/patches/0001-Fix-theming-issues-with-Gtk-3.22.patch	Mon Oct 31 11:48:58 2016
@@ -0,0 +1,93 @@
+From 2c544bcc8505ec93a6f2c3fff443e9bd8c13c78b Mon Sep 17 00:00:00 2001
+From: Christian Hesse <mail at eworm.de>
+Date: Tue, 18 Oct 2016 00:17:41 +0200
+Subject: [PATCH] Fix theming issues with Gtk 3.22
+
+This also works in Gtk 3.20 but maybe not in all older releases of
+Gtk3, hence it's not backported to the older theme versions.
+---
+ themes/gtk-3.20/Bright/gtk.css       | 4 ++--
+ themes/gtk-3.20/Default/gtk.css      | 2 +-
+ themes/gtk-3.20/Retro/gtk.css        | 2 +-
+ themes/gtk-3.20/Smoke/gtk.css        | 2 +-
+ themes/gtk-3.20/ZOMG-PONIES!/gtk.css | 5 +++--
+ 5 files changed, 8 insertions(+), 7 deletions(-)
+
+diff --git a/themes/gtk-3.20/Bright/gtk.css b/themes/gtk-3.20/Bright/gtk.css
+index d2e70bf..368b96a 100644
+--- a/themes/gtk-3.20/Bright/gtk.css
++++ b/themes/gtk-3.20/Bright/gtk.css
+@@ -15,11 +15,11 @@
+ }
+ 
+ #XfceNotifyWindow label#summary {
+-    font: Bold;
++    font-weight: Bold;
+ }
+ 
+ #XfceNotifyWindow button {
+-    font: Bold;
++    font-weight: Bold;
+     border: 1px solid shade(#686868, 1.15);
+     box-shadow: none;
+     background-image: none;
+diff --git a/themes/gtk-3.20/Default/gtk.css b/themes/gtk-3.20/Default/gtk.css
+index 3b29087..8c5d0c3 100644
+--- a/themes/gtk-3.20/Default/gtk.css
++++ b/themes/gtk-3.20/Default/gtk.css
+@@ -7,5 +7,5 @@
+ }
+ 
+ #XfceNotifyWindow label#summary {
+-    font: Bold;
++    font-weight: Bold;
+ }
+diff --git a/themes/gtk-3.20/Retro/gtk.css b/themes/gtk-3.20/Retro/gtk.css
+index 92c17a6..4a18090 100644
+--- a/themes/gtk-3.20/Retro/gtk.css
++++ b/themes/gtk-3.20/Retro/gtk.css
+@@ -16,7 +16,7 @@
+ }
+ 
+ #XfceNotifyWindow label#summary {
+-    font: Bold;
++    font-weight: Bold;
+ }
+ 
+ #XfceNotifyWindow button {
+diff --git a/themes/gtk-3.20/Smoke/gtk.css b/themes/gtk-3.20/Smoke/gtk.css
+index 5c5170d..47e85a5 100644
+--- a/themes/gtk-3.20/Smoke/gtk.css
++++ b/themes/gtk-3.20/Smoke/gtk.css
+@@ -16,7 +16,7 @@
+ }
+ 
+ #XfceNotifyWindow label#summary {
+-    font: Bold;
++    font-weight: Bold;
+ }
+ 
+ #XfceNotifyWindow button {
+diff --git a/themes/gtk-3.20/ZOMG-PONIES!/gtk.css b/themes/gtk-3.20/ZOMG-PONIES!/gtk.css
+index 02a2d23..5e1ee77 100644
+--- a/themes/gtk-3.20/ZOMG-PONIES!/gtk.css
++++ b/themes/gtk-3.20/ZOMG-PONIES!/gtk.css
+@@ -6,12 +6,13 @@
+ 
+ #XfceNotifyWindow label,
+ #XfceNotifyWindow image {
+-    font : Comic Sans MS 22;
++    font-family: Comic Sans MS;
++    font-size: 22;
+     color: #ffff00;
+ }
+ 
+ #XfceNotifyWindow label#summary {
+-    font: Bold;
++    font-weight: Bold;
+ }
+ 
+ #XfceNotifyWindow button {
+-- 
+2.10.1
+

Added: goodies/trunk/xfce4-notifyd/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-notifyd/debian/patches/series?rev=9598&op=file
==============================================================================
--- goodies/trunk/xfce4-notifyd/debian/patches/series	(added)
+++ goodies/trunk/xfce4-notifyd/debian/patches/series	Mon Oct 31 11:48:58 2016
@@ -0,0 +1 @@
+0001-Fix-theming-issues-with-Gtk-3.22.patch




More information about the Pkg-xfce-commits mailing list