diff options
author | Jason E. Hale <jhale@FreeBSD.org> | 2018-03-10 14:07:27 +0000 |
---|---|---|
committer | Jason E. Hale <jhale@FreeBSD.org> | 2018-03-10 14:07:27 +0000 |
commit | d69e75cfd35906fa01a707fb0d7ac8ec892168c4 (patch) | |
tree | b12893f6904dca2919298336a28445662d22af51 /x11-themes/qtcurve/files/patch-bdf0a5c | |
parent | - remove trailing dots from MOVED (diff) |
- Update x11-themes/qtcurve* to 1.9.0-rc1
- Add KDE Frameworks 5 support
- Be more specific with dependencies to satisfy stage-qa
Changes: https://github.com/KDE/qtcurve/releases/tag/1.9.0-rc1
Notes
Notes:
svn path=/head/; revision=464075
Diffstat (limited to 'x11-themes/qtcurve/files/patch-bdf0a5c')
-rw-r--r-- | x11-themes/qtcurve/files/patch-bdf0a5c | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/x11-themes/qtcurve/files/patch-bdf0a5c b/x11-themes/qtcurve/files/patch-bdf0a5c deleted file mode 100644 index f93b61fe01dc..000000000000 --- a/x11-themes/qtcurve/files/patch-bdf0a5c +++ /dev/null @@ -1,22 +0,0 @@ -From: Yichao Yu <yyc1992@gmail.com> -Date: Sun, 02 Feb 2014 12:11:06 +0000 -Subject: [lib/utils/x11shadow] typo in shadow color .... #54 -X-Git-Url: http://quickgit.kde.org/?p=qtcurve.git&a=commitdiff&h=bdf0a5ce3ecc7ac0a7f9636358d444b7c4305828 ---- -[lib/utils/x11shadow] typo in shadow color .... #54 ---- - - ---- lib/utils/x11helpers.c -+++ lib/utils/x11helpers.c -@@ -77,7 +77,7 @@ - { - int shadow_size = 30; - int shadow_radius = 4; -- QtcColor c1 = {0.5, 0.4, 0.4}; -+ QtcColor c1 = {0.4, 0.4, 0.4}; - QtcColor c2 = {0.2, 0.2, 0.2}; - QtcImage *shadow_images[8]; - qtcShadowCreate(shadow_size, &c1, &c2, shadow_radius, false, - - |