[Pkg-javascript-commits] [jqueryui] 11/14: Add match_css_source_to_release.patch
Paul Mathijs Gevers
elbrus at moszumanska.debian.org
Sun Oct 30 18:45:08 UTC 2016
This is an automated email from the git hooks/post-receive script.
elbrus pushed a commit to branch master
in repository jqueryui.
commit c658a17e04da470af2e61d954c27e4b007ac3aed
Author: Paul Gevers <elbrus at debian.org>
Date: Sat Oct 29 22:24:23 2016 +0200
Add match_css_source_to_release.patch
---
debian/patches/match_css_source_to_release.patch | 23 +++++++++++++++++++++++
debian/patches/series | 1 +
2 files changed, 24 insertions(+)
diff --git a/debian/patches/match_css_source_to_release.patch b/debian/patches/match_css_source_to_release.patch
new file mode 100644
index 0000000..9c37cce
--- /dev/null
+++ b/debian/patches/match_css_source_to_release.patch
@@ -0,0 +1,23 @@
+Description: the concatenated jquery-ui.css in the upstream 1.12.1 release is
+ slightly different from the source. Match them by adjusting the source.
+Author: Paul Gevers <elbrus at debian.org>
+
+Index: jqueryui/themes/base/theme.css
+===================================================================
+--- jqueryui.orig/themes/base/theme.css
++++ jqueryui/themes/base/theme.css
+@@ -434,10 +434,10 @@ a.ui-button:active,
+ /* Overlays */
+ .ui-widget-overlay {
+ background: #aaaaaa/*{bgColorOverlay}*/ /*{bgImgUrlOverlay}*/ /*{bgOverlayXPos}*/ /*{bgOverlayYPos}*/ /*{bgOverlayRepeat}*/;
+- opacity: .3/*{opacityOverlay}*/;
+- filter: Alpha(Opacity=30)/*{opacityFilterOverlay}*/; /* support: IE8 */
++ opacity: .003/*{opacityOverlay}*/;
++ filter: Alpha(Opacity=.3)/*{opacityFilterOverlay}*/; /* support: IE8 */
+ }
+ .ui-widget-shadow {
+- -webkit-box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
+- box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
++ -webkit-box-shadow: 0px/*{offsetLeftShadow}*/ 0px/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
++ box-shadow: 0px/*{offsetLeftShadow}*/ 0px/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
+ }
diff --git a/debian/patches/series b/debian/patches/series
index 0013cc9..19d83e2 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
add_missing_semicolon.patch
+match_css_source_to_release.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/jqueryui.git
More information about the Pkg-javascript-commits
mailing list