pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/xfce4-desktop Updated x11/xfce4-desktop to 4.4.1nb2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d0a04e5ce76f
branches:  trunk
changeset: 533847:d0a04e5ce76f
user:      martti <martti%pkgsrc.org@localhost>
date:      Wed Oct 03 10:25:00 2007 +0000

description:
Updated x11/xfce4-desktop to 4.4.1nb2

Fix application launch problems with gtk2 2.11 and later.

http://bugzilla.xfce.org/show_bug.cgi?id=3359

diffstat:

 x11/xfce4-desktop/Makefile         |   4 ++--
 x11/xfce4-desktop/buildlink3.mk    |   4 ++--
 x11/xfce4-desktop/distinfo         |   3 ++-
 x11/xfce4-desktop/patches/patch-ac |  13 +++++++++++++
 4 files changed, 19 insertions(+), 5 deletions(-)

diffs (64 lines):

diff -r 747d2839321c -r d0a04e5ce76f x11/xfce4-desktop/Makefile
--- a/x11/xfce4-desktop/Makefile        Wed Oct 03 10:24:42 2007 +0000
+++ b/x11/xfce4-desktop/Makefile        Wed Oct 03 10:25:00 2007 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.27 2007/09/21 13:04:45 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2007/10/03 10:25:00 martti Exp $
 
 .include "../../meta-pkgs/xfce4/Makefile.common"
 
 DISTNAME=      xfdesktop-${XFCE4_VERSION}
 PKGNAME=       xfce4-desktop-${XFCE4_VERSION}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    x11
 COMMENT=       Xfce desktop background manager
 
diff -r 747d2839321c -r d0a04e5ce76f x11/xfce4-desktop/buildlink3.mk
--- a/x11/xfce4-desktop/buildlink3.mk   Wed Oct 03 10:24:42 2007 +0000
+++ b/x11/xfce4-desktop/buildlink3.mk   Wed Oct 03 10:25:00 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.20 2007/04/12 09:55:22 martti Exp $
+# $NetBSD: buildlink3.mk,v 1.21 2007/10/03 10:25:00 martti Exp $
 
 BUILDLINK_DEPTH:=              ${BUILDLINK_DEPTH}+
 XFCE4_DESKTOP_BUILDLINK3_MK:=  ${XFCE4_DESKTOP_BUILDLINK3_MK}+
@@ -12,7 +12,7 @@
 BUILDLINK_ORDER:=      ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}xfce4-desktop
 
 .if ${XFCE4_DESKTOP_BUILDLINK3_MK} == "+"
-BUILDLINK_API_DEPENDS.xfce4-desktop+=  xfce4-desktop>=4.4.1
+BUILDLINK_API_DEPENDS.xfce4-desktop+=  xfce4-desktop>=4.4.1nb2
 BUILDLINK_PKGSRCDIR.xfce4-desktop?=    ../../x11/xfce4-desktop
 .endif # XFCE4_DESKTOP_BUILDLINK3_MK
 
diff -r 747d2839321c -r d0a04e5ce76f x11/xfce4-desktop/distinfo
--- a/x11/xfce4-desktop/distinfo        Wed Oct 03 10:24:42 2007 +0000
+++ b/x11/xfce4-desktop/distinfo        Wed Oct 03 10:25:00 2007 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.15 2007/04/12 09:55:22 martti Exp $
+$NetBSD: distinfo,v 1.16 2007/10/03 10:25:00 martti Exp $
 
 SHA1 (xfdesktop-4.4.1.tar.bz2) = 46324ad37bb782ec7a5da11c619d9e76a0f54133
 RMD160 (xfdesktop-4.4.1.tar.bz2) = 10e182f2cebd309ed7e2b18d00331861e21f4528
 Size (xfdesktop-4.4.1.tar.bz2) = 3067577 bytes
 SHA1 (patch-aa) = 22de9a53d0d87cfddecaf2374b0fce2beb50108c
 SHA1 (patch-ab) = bc96e67a327eb9e2a3dfde21ee59ac4895a67531
+SHA1 (patch-ac) = c3f50f9814405fd41e21351dc0fecc44ec47c65e
diff -r 747d2839321c -r d0a04e5ce76f x11/xfce4-desktop/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/xfce4-desktop/patches/patch-ac        Wed Oct 03 10:25:00 2007 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.1 2007/10/03 10:25:00 martti Exp $
+
+--- src/main.c (revision 25872)
++++ src/main.c (working copy)
+@@ -178,7 +178,7 @@
+             popup_windowlist(gscreen, button, evt->time);
+             return TRUE;
+         } else if(button == 3 || (button == 1 && (state & GDK_SHIFT_MASK))) {
+-            popup_desktop_menu(gscreen, button, evt->time);
++            popup_desktop_menu(gscreen, 0, evt->time);
+             return TRUE;
+         }
+     }



Home | Main Index | Thread Index | Old Index