pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/xfce4-exo xfce4-exo: update to 0.12.11
details: https://anonhg.NetBSD.org/pkgsrc/rev/fe0c275cfa28
branches: trunk
changeset: 346961:fe0c275cfa28
user: gutteridge <gutteridge%pkgsrc.org@localhost>
date: Sun Jan 05 19:24:28 2020 +0000
description:
xfce4-exo: update to 0.12.11
Remove pkgsrc patch now that it's applied in an upstream release.
Change log:
0.12.11
======
- General:
- Bump documentation dates
- Add *.mo to .gitignore
- Bug Fixes:
- Revert padding patches that add too much padding in the Thunar
compact view (Xfce #16196)
diffstat:
x11/xfce4-exo/Makefile | 4 +-
x11/xfce4-exo/distinfo | 11 +++----
x11/xfce4-exo/patches/patch-exo_exo-icon-view.c | 36 -------------------------
3 files changed, 7 insertions(+), 44 deletions(-)
diffs (72 lines):
diff -r 7fe32b3ef14a -r fe0c275cfa28 x11/xfce4-exo/Makefile
--- a/x11/xfce4-exo/Makefile Sun Jan 05 19:12:49 2020 +0000
+++ b/x11/xfce4-exo/Makefile Sun Jan 05 19:24:28 2020 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.65 2019/12/16 00:44:34 gutteridge Exp $
+# $NetBSD: Makefile,v 1.66 2020/01/05 19:24:28 gutteridge Exp $
.include "../../meta-pkgs/xfce4/Makefile.common"
-VERSION= 0.12.10
+VERSION= 0.12.11
DISTNAME= exo-${VERSION}
PKGNAME= xfce4-exo-${VERSION}
CATEGORIES= x11
diff -r 7fe32b3ef14a -r fe0c275cfa28 x11/xfce4-exo/distinfo
--- a/x11/xfce4-exo/distinfo Sun Jan 05 19:12:49 2020 +0000
+++ b/x11/xfce4-exo/distinfo Sun Jan 05 19:24:28 2020 +0000
@@ -1,9 +1,8 @@
-$NetBSD: distinfo,v 1.23 2019/12/16 00:44:34 gutteridge Exp $
+$NetBSD: distinfo,v 1.24 2020/01/05 19:24:28 gutteridge Exp $
-SHA1 (exo-0.12.10.tar.bz2) = 1bf4c0d7f97d51565a38b6232879add04ae8e6e9
-RMD160 (exo-0.12.10.tar.bz2) = 8192811559668fdbf76f0efb9cfde8bfc83e2e29
-SHA512 (exo-0.12.10.tar.bz2) = b532a33eededc0d81e37c49975281e64d27bacebe878b784669d18112bc70dc39a4e82f781ad602263b10e0167e6391511a8be51f37e82f7be3b14cb6990a49e
-Size (exo-0.12.10.tar.bz2) = 1333794 bytes
+SHA1 (exo-0.12.11.tar.bz2) = f44111614d5906630d40d0dab442719c7c6f3566
+RMD160 (exo-0.12.11.tar.bz2) = c49a98b986573c19cd3d85d1ff5ccc2234b6c936
+SHA512 (exo-0.12.11.tar.bz2) = ecbf20feddf86178d34a5c70212f0c2310ab1d6ce25291846d6d1d3045270ae3e68102065d7b3d8840137406f826f9bc37fed92a16c1268c3d14f2833a97d533
+Size (exo-0.12.11.tar.bz2) = 1333227 bytes
SHA1 (patch-af) = d983808d490ef8f1d47c8a8469b8f3ec4f2d7cf4
SHA1 (patch-exo-helper_helpers_Thunar.desktop.in.in) = efe98db2f48309043c80276c4d39934cb949efa7
-SHA1 (patch-exo_exo-icon-view.c) = 7f98aa197fc47a7a6bdb35a98a80088744bc473f
diff -r 7fe32b3ef14a -r fe0c275cfa28 x11/xfce4-exo/patches/patch-exo_exo-icon-view.c
--- a/x11/xfce4-exo/patches/patch-exo_exo-icon-view.c Sun Jan 05 19:12:49 2020 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,36 +0,0 @@
-$NetBSD: patch-exo_exo-icon-view.c,v 1.1 2019/12/16 00:44:34 gutteridge Exp $
-
-Revert padding patches that add too much padding in the Thunar compact view.
-https://bugzilla.xfce.org/show_bug.cgi?id=16196
-https://git.xfce.org/xfce/exo/commit?id=a925f0b2af7249fd5119cdc27cb6a306b42e795e
-
---- exo/exo-icon-view.c.orig 2019-11-20 01:19:46.000000000 +0000
-+++ exo/exo-icon-view.c
-@@ -3915,25 +3915,8 @@ exo_icon_view_calculate_item_size (ExoIc
- gtk_cell_renderer_get_preferred_size (info->cell, GTK_WIDGET (icon_view),
- &req, NULL);
-
-- if (info->is_text)
-- {
-- GdkRectangle cell_area, aligned_area;
-- gint cell_xpad, cell_ypad;
--
-- cell_area.width = req.width;
-- cell_area.height = req.height;
-- gtk_cell_renderer_get_aligned_area (info->cell, GTK_WIDGET (icon_view),
-- 0, &cell_area, &aligned_area);
-- gtk_cell_renderer_get_padding (info->cell, &cell_xpad, &cell_ypad);
--
-- item->box[info->position].width = aligned_area.width + 2*cell_xpad;
-- item->box[info->position].height = aligned_area.height + 2*cell_ypad;
-- }
-- else
-- {
-- item->box[info->position].width = req.width;
-- item->box[info->position].height = req.height;
-- }
-+ item->box[info->position].width = req.width;
-+ item->box[info->position].height = req.height;
- }
- #else
- gtk_cell_renderer_get_size (info->cell, GTK_WIDGET (icon_view),
Home |
Main Index |
Thread Index |
Old Index