From e80d70580ed03de01d5bb353ab4dbd60ec343c06b6cb67b1e76f76ecbfadfda6 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Sat, 18 Nov 2017 21:22:50 +0000 Subject: [PATCH] Accepting request 542841 from home:Zaitor:branches:GNOME:Factory - Add adwaita-symbolic-audio-volume-fix.patch: symbolic: audio-volume-*: line up vertices to the pixel grid (bgo#709131). OBS-URL: https://build.opensuse.org/request/show/542841 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/adwaita-icon-theme?expand=0&rev=40 --- adwaita-icon-theme.changes | 6 + adwaita-icon-theme.spec | 9 +- adwaita-symbolic-audio-volume-fix.patch | 372 ++++++++++++++++++++++++ 3 files changed, 383 insertions(+), 4 deletions(-) create mode 100644 adwaita-symbolic-audio-volume-fix.patch diff --git a/adwaita-icon-theme.changes b/adwaita-icon-theme.changes index 9e63698..000e40f 100644 --- a/adwaita-icon-theme.changes +++ b/adwaita-icon-theme.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Nov 18 19:40:53 UTC 2017 - zaitor@opensuse.org + +- Add adwaita-symbolic-audio-volume-fix.patch: symbolic: + audio-volume-*: line up vertices to the pixel grid (bgo#709131). + ------------------------------------------------------------------- Thu Sep 14 16:09:32 UTC 2017 - zaitor@opensuse.org diff --git a/adwaita-icon-theme.spec b/adwaita-icon-theme.spec index 4948aeb..55f9a7c 100644 --- a/adwaita-icon-theme.spec +++ b/adwaita-icon-theme.spec @@ -22,8 +22,10 @@ Release: 0 Summary: GNOME Icon Theme License: LGPL-3.0+ or CC-BY-SA-3.0 Group: System/GUI/GNOME -Url: http://www.gnome.org/ +URL: http://www.gnome.org/ Source0: http://download.gnome.org/sources/adwaita-icon-theme/3.26/%{name}-%{version}.tar.xz +# PATCH-FIX-UPSTREAM adwaita-symbolic-audio-volume-fix.patch bgo#709131 zaitor@opensuse.org -- symbolic: audio-volume-* - line up vertices to the pixel grid +Patch0: adwaita-symbolic-audio-volume-fix.patch BuildRequires: fdupes BuildRequires: gdk-pixbuf-loader-rsvg BuildRequires: intltool @@ -31,7 +33,6 @@ BuildRequires: pkg-config # To make sure the icon theme cache gets generated Requires(post): gtk3-tools Provides: %{name}-devel = %{version}-%{release} -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch %description @@ -39,10 +40,11 @@ The default GNOME icon theme, Adwaita. %prep %setup -q +%patch0 -p1 %build %configure -make %{?_smp_mflags} +%make_build %install %makeinstall @@ -71,7 +73,6 @@ done # No need for %%icon_theme_cache_postun in %%postun since the theme won't exist anymore %files -%defattr(-, root, root) %doc AUTHORS COPYING COPYING_LGPL COPYING_CCBYSA3 %ghost %{_datadir}/icons/Adwaita/icon-theme.cache %{_datadir}/icons/Adwaita/ diff --git a/adwaita-symbolic-audio-volume-fix.patch b/adwaita-symbolic-audio-volume-fix.patch new file mode 100644 index 0000000..c8c0d41 --- /dev/null +++ b/adwaita-symbolic-audio-volume-fix.patch @@ -0,0 +1,372 @@ +From 1f66b7d083112c9f0df617b5aa6220edc98b48b7 Mon Sep 17 00:00:00 2001 +From: Lapo Calamandrei +Date: Sat, 4 Nov 2017 15:00:40 +0100 +Subject: symbolic: audio-volume-* - line up vertices to the pixel grid + +https://bugzilla.gnome.org/show_bug.cgi?id=709131 +--- + .../scalable/status/audio-volume-high-symbolic.svg | 20 +++-- + .../scalable/status/audio-volume-low-symbolic.svg | 20 +++-- + .../status/audio-volume-medium-symbolic.svg | 20 +++-- + .../status/audio-volume-muted-symbolic.svg | 21 +++-- + src/symbolic/gnome-stencils.svg | 93 +++++++++++----------- + 5 files changed, 97 insertions(+), 77 deletions(-) + +diff --git a/Adwaita/scalable/status/audio-volume-high-symbolic.svg b/Adwaita/scalable/status/audio-volume-high-symbolic.svg +index 0ad15c4..0ef961d 100644 +--- a/Adwaita/scalable/status/audio-volume-high-symbolic.svg ++++ b/Adwaita/scalable/status/audio-volume-high-symbolic.svg +@@ -1,7 +1,7 @@ + + + +- ++ + + + +@@ -11,17 +11,21 @@ + + + +- +- ++ ++ + + Gnome Symbolic Icon Theme +- ++ ++ ++ ++ ++ + +- ++ + +- +- +- ++ ++ ++ + + + +diff --git a/Adwaita/scalable/status/audio-volume-low-symbolic.svg b/Adwaita/scalable/status/audio-volume-low-symbolic.svg +index d1b1293..a25bb30 100644 +--- a/Adwaita/scalable/status/audio-volume-low-symbolic.svg ++++ b/Adwaita/scalable/status/audio-volume-low-symbolic.svg +@@ -1,7 +1,7 @@ + + + +- ++ + + + +@@ -11,17 +11,21 @@ + + + +- +- ++ ++ + + Gnome Symbolic Icon Theme +- ++ ++ ++ ++ ++ + + +- +- +- +- ++ ++ ++ ++ + + + +diff --git a/Adwaita/scalable/status/audio-volume-medium-symbolic.svg b/Adwaita/scalable/status/audio-volume-medium-symbolic.svg +index 16aebed..f6de84c 100644 +--- a/Adwaita/scalable/status/audio-volume-medium-symbolic.svg ++++ b/Adwaita/scalable/status/audio-volume-medium-symbolic.svg +@@ -1,7 +1,7 @@ + + + +- ++ + + + +@@ -11,17 +11,21 @@ + + + +- +- ++ ++ + + Gnome Symbolic Icon Theme +- ++ ++ ++ ++ ++ + + +- +- +- +- ++ ++ ++ ++ + + + +diff --git a/Adwaita/scalable/status/audio-volume-muted-symbolic.svg b/Adwaita/scalable/status/audio-volume-muted-symbolic.svg +index a234216..dfa3497 100644 +--- a/Adwaita/scalable/status/audio-volume-muted-symbolic.svg ++++ b/Adwaita/scalable/status/audio-volume-muted-symbolic.svg +@@ -1,7 +1,7 @@ + + + +- ++ + + + +@@ -11,17 +11,22 @@ + + + +- +- ++ ++ + + Gnome Symbolic Icon Theme +- ++ ++ ++ ++ ++ + +- + +- +- +- ++ ++ ++ ++ ++ + + + +diff --git a/src/symbolic/gnome-stencils.svg b/src/symbolic/gnome-stencils.svg +index 3fef0b3..740122f 100644 +--- a/src/symbolic/gnome-stencils.svg ++++ b/src/symbolic/gnome-stencils.svg +@@ -46,13 +46,13 @@ + inkscape:window-height="1016" + id="namedview88" + showgrid="false" +- inkscape:zoom="1" +- inkscape:cx="-251.99999" +- inkscape:cy="-12" ++ inkscape:zoom="5.6568542" ++ inkscape:cx="-81.48198" ++ inkscape:cy="48.972604" + inkscape:window-x="0" + inkscape:window-y="27" + inkscape:window-maximized="1" +- inkscape:current-layer="layer10" ++ inkscape:current-layer="g6192" + showborder="false" + inkscape:snap-nodes="true" + inkscape:snap-bbox="true" +@@ -488,31 +488,31 @@ + id="rect8104" + style="color:#bebebe;display:inline;overflow:visible;visibility:visible;opacity:0.1;fill:none;stroke:none;stroke-width:1;marker:none" /> + +- + + ++ sodipodi:nodetypes="zccccz" /> ++ + + + + + ++ sodipodi:nodetypes="zccccz" /> + + +- + + +- + ++ ++ ++ ++ clip-path="none" ++ d="m 110.00019,205.0002 c 0,-1.25733 -0.31165,-2.21571 -1,-3 h -1 v 6 h 1 c 0.67206,-0.8369 1,-1.74267 1,-3 z" ++ id="path6297-6-0" ++ inkscape:connector-curvature="0" ++ sodipodi:nodetypes="zccccz" /> + + + ++ sodipodi:nodetypes="zccccz" /> + +