diff options
author | martti <martti@pkgsrc.org> | 2004-07-12 08:25:11 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2004-07-12 08:25:11 +0000 |
commit | 07d929d716844ee9d09bfeef577059f2933b923b (patch) | |
tree | e7d1a84c93d77ffb7da36edfe03beece36681781 /meta-pkgs | |
parent | 6cc914a5af331e60ecf1fb798068ccffca0b95fb (diff) | |
download | pkgsrc-07d929d716844ee9d09bfeef577059f2933b923b.tar.gz |
Updated XFce to 4.0.6
As usual, this is a maintenance release, aimed at bug-fixing;
no new features are being added to the 4.0 branch.
The main purpose of this release is compatibility with recent GTK+
releases along with other fixes.
Diffstat (limited to 'meta-pkgs')
-rw-r--r-- | meta-pkgs/xfce4/Makefile.common | 10 | ||||
-rw-r--r-- | meta-pkgs/xfce4/buildlink3.mk | 4 |
2 files changed, 7 insertions, 7 deletions
diff --git a/meta-pkgs/xfce4/Makefile.common b/meta-pkgs/xfce4/Makefile.common index daed5502351..bbbea1db242 100644 --- a/meta-pkgs/xfce4/Makefile.common +++ b/meta-pkgs/xfce4/Makefile.common @@ -1,13 +1,13 @@ -# $NetBSD: Makefile.common,v 1.15 2004/04/16 16:12:00 martti Exp $ +# $NetBSD: Makefile.common,v 1.16 2004/07/12 08:25:11 martti Exp $ -MASTER_SITES= http://www.xfce.org/archive/xfce-4.0.5/src/ \ - http://hannelore.f1.fhtw-berlin.de/mirrors/xfce4/xfce-4.0.5/src/ \ - http://linux.imp.mx/xfce4/xfce_4.0.5/src/ +MASTER_SITES= http://www.xfce.org/archive/xfce-4.0.6/src/ \ + http://hannelore.f1.fhtw-berlin.de/mirrors/xfce4/xfce-4.0.6/src/ \ + http://linux.imp.mx/xfce4/xfce_4.0.6/src/ MAINTAINER= martti@NetBSD.org HOMEPAGE= http://www.xfce.org/ -XFCE4_VERSION= 4.0.5 +XFCE4_VERSION= 4.0.6 # Do NOT put a PKGREVISION statement in this file! diff --git a/meta-pkgs/xfce4/buildlink3.mk b/meta-pkgs/xfce4/buildlink3.mk index 84a7a3939c8..123ca16ef2d 100644 --- a/meta-pkgs/xfce4/buildlink3.mk +++ b/meta-pkgs/xfce4/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.3 2004/04/16 16:12:00 martti Exp $ +# $NetBSD: buildlink3.mk,v 1.4 2004/07/12 08:25:11 martti Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ XFCE4_BUILDLINK3_MK:= ${XFCE4_BUILDLINK3_MK}+ @@ -11,7 +11,7 @@ BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nxfce4} BUILDLINK_PACKAGES+= xfce4 .if !empty(XFCE4_BUILDLINK3_MK:M+) -BUILDLINK_DEPENDS.xfce4+= xfce4>=4.0.5 +BUILDLINK_DEPENDS.xfce4+= xfce4>=4.0.6 BUILDLINK_PKGSRCDIR.xfce4?= ../../meta-pkgs/xfce4 .endif # XFCE4_BUILDLINK3_MK |