pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/libxfce4gui Updated x11/libxfce4gui to 4.2.2nb2
details: https://anonhg.NetBSD.org/pkgsrc/rev/1d959e57b781
branches: trunk
changeset: 501142:1d959e57b781
user: martti <martti%pkgsrc.org@localhost>
date: Mon Oct 17 09:32:04 2005 +0000
description:
Updated x11/libxfce4gui to 4.2.2nb2
Apply patch from Frederic Gonieaux (pkg/31840).
diffstat:
x11/libxfce4gui/Makefile | 4 ++--
x11/libxfce4gui/distinfo | 3 ++-
x11/libxfce4gui/patches/patch-aa | 17 +++++++++++++++++
3 files changed, 21 insertions(+), 3 deletions(-)
diffs (50 lines):
diff -r c4b8c8bda800 -r 1d959e57b781 x11/libxfce4gui/Makefile
--- a/x11/libxfce4gui/Makefile Mon Oct 17 09:26:28 2005 +0000
+++ b/x11/libxfce4gui/Makefile Mon Oct 17 09:32:04 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2005/05/27 14:22:07 martti Exp $
+# $NetBSD: Makefile,v 1.12 2005/10/17 09:32:04 martti Exp $
.include "../../meta-pkgs/xfce4/Makefile.common"
@@ -7,7 +7,7 @@
CATEGORIES= x11
COMMENT= XFce4 widget library
-PKGREVISION= 1
+PKGREVISION= 2
CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc/html
diff -r c4b8c8bda800 -r 1d959e57b781 x11/libxfce4gui/distinfo
--- a/x11/libxfce4gui/distinfo Mon Oct 17 09:26:28 2005 +0000
+++ b/x11/libxfce4gui/distinfo Mon Oct 17 09:32:04 2005 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.11 2005/05/18 06:10:30 martti Exp $
+$NetBSD: distinfo,v 1.12 2005/10/17 09:32:04 martti Exp $
SHA1 (libxfcegui4-4.2.2.tar.gz) = af4c1b9ab5da6751dca3334bf9cc4c0626d5454a
RMD160 (libxfcegui4-4.2.2.tar.gz) = b38b1e6d76bef0219a2722af0d6421491a7dc492
Size (libxfcegui4-4.2.2.tar.gz) = 853844 bytes
+SHA1 (patch-aa) = eb450cd02ad0b1945a6a2e6e4afe17527112ef21
diff -r c4b8c8bda800 -r 1d959e57b781 x11/libxfce4gui/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/libxfce4gui/patches/patch-aa Mon Oct 17 09:32:04 2005 +0000
@@ -0,0 +1,17 @@
+$NetBSD: patch-aa,v 1.1 2005/10/17 09:32:04 martti Exp $
+
+--- libxfcegui4/netk-tasklist.c.orig 2005-05-15 09:53:29.000000000 +0200
++++ libxfcegui4/netk-tasklist.c
+@@ -2237,9 +2237,11 @@ netk_task_create_widgets (NetkTask * tas
+
+ if (task->tasklist->priv->show_label) {
+ task->label = gtk_label_new (text);
++ gtk_label_set_width_chars(task->label, 1000);
++ gtk_label_set_ellipsize(task->label, PANGO_ELLIPSIZE_END);
+ gtk_widget_show (task->label);
+ gtk_table_attach (GTK_TABLE (table),
+- task->label, 1, 2, 0, 1, GTK_EXPAND, GTK_EXPAND, 0, 0);
++ task->label, 1, 2, 0, 1, GTK_EXPAND|GTK_FILL|GTK_SHRINK, GTK_EXPAND, 0, 0);
+ }
+
+ gtk_container_add (GTK_CONTAINER (task->button), table);
Home |
Main Index |
Thread Index |
Old Index