head 1.5; access; symbols pkgsrc-2013Q2:1.5.0.10 pkgsrc-2013Q2-base:1.5 pkgsrc-2012Q4:1.5.0.8 pkgsrc-2012Q4-base:1.5 pkgsrc-2011Q4:1.5.0.6 pkgsrc-2011Q4-base:1.5 pkgsrc-2011Q2:1.5.0.4 pkgsrc-2011Q2-base:1.5 pkgsrc-2009Q4:1.5.0.2 pkgsrc-2009Q4-base:1.5 pkgsrc-2009Q2:1.4.0.16 pkgsrc-2009Q2-base:1.4 pkgsrc-2009Q1:1.4.0.14 pkgsrc-2009Q1-base:1.4 pkgsrc-2008Q4:1.4.0.12 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.10 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.8 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.4.0.6 pkgsrc-2008Q2-base:1.4 cwrapper:1.4.0.4 pkgsrc-2008Q1:1.4.0.2 pkgsrc-2008Q1-base:1.4 pkgsrc-2007Q4:1.3.0.6 pkgsrc-2007Q4-base:1.3 pkgsrc-2007Q3:1.3.0.4 pkgsrc-2007Q3-base:1.3 pkgsrc-2007Q2:1.3.0.2 pkgsrc-2007Q2-base:1.3 pkgsrc-2007Q1:1.2.0.2 pkgsrc-2007Q1-base:1.2 XFCE-4_2_x:1.2 pkgsrc-2006Q4:1.1.0.14 pkgsrc-2006Q4-base:1.1 pkgsrc-2006Q3:1.1.0.12 pkgsrc-2006Q3-base:1.1 pkgsrc-2006Q2:1.1.0.10 pkgsrc-2006Q2-base:1.1 pkgsrc-2006Q1:1.1.0.8 pkgsrc-2006Q1-base:1.1 pkgsrc-2005Q4:1.1.0.6 pkgsrc-2005Q4-base:1.1 pkgsrc-2005Q3:1.1.0.4 pkgsrc-2005Q3-base:1.1 pkgsrc-2005Q2:1.1.0.2 pkgsrc-2005Q2-base:1.1; locks; strict; comment @# @; 1.5 date 2009.09.16.01.15.32; author reed; state dead; branches; next 1.4; 1.4 date 2008.03.25.16.13.52; author macallan; state Exp; branches; next 1.3; 1.3 date 2007.04.12.09.55.23; author martti; state dead; branches; next 1.2; 1.2 date 2007.01.23.11.53.47; author martti; state Exp; branches; next 1.1; 1.1 date 2005.06.15.09.01.59; author hira; state Exp; branches; next ; desc @@ 1.5 log @Upgrading Xfce to 4.6.1. This is for PR #40984. This is based on work from dieter roelants. Thank you Dieter. Also I had done some work independently on this. Hopefully, I am getting this all committed at one time. The changelogs are at http://www.xfce.org/documentation/changelogs/4.6.1 http://www.xfce.org/documentation/changelogs/4.6.0 Also don't need the xfce4-dev-tools for building. (It is only needed when building from SVN source.) @ text @$NetBSD: patch-aa,v 1.4 2008/03/25 16:13:52 macallan Exp $ --- panel/panel-properties.c.orig 2008-03-25 11:45:01.000000000 -0400 +++ panel/panel-properties.c @@@@ -623,7 +623,7 @@@@ _set_transparent (Panel *panel, gboolean transparent) { PanelPrivate *priv; - guint opacity; + gulong opacity; if (!GTK_WIDGET (panel)->window) return; @ 1.4 log @fix another XPropertyChange() vs. LP64 issue OKed by martti @ text @d1 1 a1 1 $NetBSD$ @ 1.3 log @Updated to Xfce 4.4.1 See http://www.xfce.org/documentation/changelogs/4.4.1 for details. @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.2 2007/01/23 11:53:47 martti Exp $ d3 11 a13 11 --- Makefile.in.orig 2007-01-14 21:06:10.000000000 +0000 +++ Makefile.in 2007-01-23 12:18:33.000000000 +0000 @@@@ -238,7 +238,7 @@@@ target_alias = @@target_alias@@ top_builddir = @@top_builddir@@ top_srcdir = @@top_srcdir@@ -confdir = $(sysconfdir)/xdg/xfce4/panel +confdir = $(datadir)/examples/xfce4/panel conf_DATA = \ contents.xml \ contents.xml.ar \ @ 1.2 log @Xfce 4.2.4 released A new bug fix release of Xfce 4.2 is available. This release is supposed to be the last release for the 4.2 branch. It includes several fixes ported from the current developpment branch. This release should not be confused with the upcoming Xfce 4.4 release [1], it's a bug fix release of the previous stable branch. [1] Xfce 4.4.0 is already in pkgsrc-wip. @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.1 2005/06/15 09:01:59 hira Exp $ @ 1.1 log @ Use PKG_SYSCONFDIR framework. Bump PKGREVISION. @ text @d1 1 a1 1 $NetBSD$ d3 3 a5 5 --- Makefile.in.orig 2005-06-13 19:00:58.000000000 +0900 +++ Makefile.in 2005-06-13 19:01:29.000000000 +0900 @@@@ -236,7 +236,7 @@@@ sharedstatedir = @@sharedstatedir@@ sysconfdir = @@sysconfdir@@ d7 2 @