diff options
author | martti <martti@pkgsrc.org> | 2004-01-08 08:11:41 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2004-01-08 08:11:41 +0000 |
commit | eb30db412c8b4cc78c377b158b5802c32d38d1fd (patch) | |
tree | d02cbd630b08e579e3f00456b6dbd5ff6d12d3a2 /meta-pkgs/xfce4/Makefile.common | |
parent | e59ad080b5451a80e3fd3dfde29421b1cd6daf53 (diff) | |
download | pkgsrc-eb30db412c8b4cc78c377b158b5802c32d38d1fd.tar.gz |
Updated XFce to 4.0.3
- Leak in window manager's pixmap management
- Various file manager fixes
- Translation updates
- Support for KDE system tray was added
Diffstat (limited to 'meta-pkgs/xfce4/Makefile.common')
-rw-r--r-- | meta-pkgs/xfce4/Makefile.common | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-pkgs/xfce4/Makefile.common b/meta-pkgs/xfce4/Makefile.common index 3561eceb188..f3ddab3f840 100644 --- a/meta-pkgs/xfce4/Makefile.common +++ b/meta-pkgs/xfce4/Makefile.common @@ -1,12 +1,12 @@ -# $NetBSD: Makefile.common,v 1.4 2003/12/22 08:50:39 martti Exp $ +# $NetBSD: Makefile.common,v 1.5 2004/01/08 08:11:41 martti Exp $ -MASTER_SITES= http://www.xfce.org/archive/xfce-4.0.2/src/ \ - http://linux.imp.mx/xfce4/xfce_4.0.2/src/ +MASTER_SITES= http://www.xfce.org/archive/xfce-4.0.3/src/ \ + http://linux.imp.mx/xfce4/xfce_4.0.3/src/ MAINTAINER= martti@NetBSD.org HOMEPAGE= http://www.xfce.org/ -XFCE4_VERSION= 4.0.2 +XFCE4_VERSION= 4.0.3 USE_BUILDLINK2= # defined USE_X11BASE= # defined |