diff options
author | oliver <oliver@FreeBSD.org> | 2004-01-10 22:40:10 +0000 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2004-01-10 22:40:10 +0000 |
commit | 53a23b8f87c3ef0f037c29966fb1dad561e594eb (patch) | |
tree | 65d585bd30ab3be37671d620118af3280cbbce31 /x11-wm | |
parent | 9325c0d76486875a3c3fc4deaaf2033ff1933181 (diff) | |
download | FreeBSD-ports-53a23b8f87c3ef0f037c29966fb1dad561e594eb.zip FreeBSD-ports-53a23b8f87c3ef0f037c29966fb1dad561e594eb.tar.gz |
Update xfce to 4.0.3
4.0.3:
- Leak in window manager's pixmap management
- Various file manager fixes
- Translation updates
- Support for KDE system tray was added
4.0.2:
* Improve window manager responsiveness
* Various bug fixes in file manager, window manager and panel
* More 64bit clean up
* New translation added: Azerbaijani
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/xfce4-desktop/Makefile | 6 | ||||
-rw-r--r-- | x11-wm/xfce4-desktop/distinfo | 2 | ||||
-rw-r--r-- | x11-wm/xfce4-desktop/pkg-plist | 6 | ||||
-rw-r--r-- | x11-wm/xfce4-panel/Makefile | 6 | ||||
-rw-r--r-- | x11-wm/xfce4-panel/distinfo | 2 | ||||
-rw-r--r-- | x11-wm/xfce4-panel/pkg-plist | 4 | ||||
-rw-r--r-- | x11-wm/xfce4-systray/Makefile | 6 | ||||
-rw-r--r-- | x11-wm/xfce4-systray/distinfo | 2 | ||||
-rw-r--r-- | x11-wm/xfce4-wm/Makefile | 6 | ||||
-rw-r--r-- | x11-wm/xfce4-wm/distinfo | 2 | ||||
-rw-r--r-- | x11-wm/xfce4-wm/pkg-plist | 2 | ||||
-rw-r--r-- | x11-wm/xfce4/Makefile | 2 |
12 files changed, 33 insertions, 13 deletions
diff --git a/x11-wm/xfce4-desktop/Makefile b/x11-wm/xfce4-desktop/Makefile index 042d707..6aeab04 100644 --- a/x11-wm/xfce4-desktop/Makefile +++ b/x11-wm/xfce4-desktop/Makefile @@ -6,11 +6,13 @@ # PORTNAME= xfce4-desktop -PORTVERSION= 4.0.1 +PORTVERSION= 4.0.3 PORTREVISION= 0 CATEGORIES= x11-wm xfce MASTER_SITES= http://www.xfce.org/archive/xfce-${PORTVERSION}/src/ \ - http://linux.imp.mx/xfce4/xfce_${PORTVERSION}/src/ + ftp://ftp.berlios.de/pub/xfce-goodies/${PORTVERSION}/xfce-${PORTVERSION}/src/ \ + http://hannelore.f1.fhtw-berlin.de/mirrors/xfce4/${PORTVERSION}/ \ + http://www.efd.lth.se/~c03bk/xfce4/mirror/tarballs/${PORTVERSION}/ DISTNAME= xfdesktop-${PORTVERSION} DIST_SUBDIR= xfce4 diff --git a/x11-wm/xfce4-desktop/distinfo b/x11-wm/xfce4-desktop/distinfo index ac87424..4c27662 100644 --- a/x11-wm/xfce4-desktop/distinfo +++ b/x11-wm/xfce4-desktop/distinfo @@ -1 +1 @@ -MD5 (xfce4/xfdesktop-4.0.1.tar.gz) = e9a2590d55550d32c12c3fd81c8e4d2f +MD5 (xfce4/xfdesktop-4.0.3.tar.gz) = 21eace73c6daecdc948f789d759e4a38 diff --git a/x11-wm/xfce4-desktop/pkg-plist b/x11-wm/xfce4-desktop/pkg-plist index 5dfdff7..50ac4e1 100644 --- a/x11-wm/xfce4-desktop/pkg-plist +++ b/x11-wm/xfce4-desktop/pkg-plist @@ -1,11 +1,14 @@ bin/xfdesktop etc/xfce4/menu.xml +etc/xfce4/menu.xml.az etc/xfce4/menu.xml.ca etc/xfce4/menu.xml.de etc/xfce4/menu.xml.fr etc/xfce4/menu.xml.hu etc/xfce4/menu.xml.nl etc/xfce4/menu.xml.ta +etc/xfce4/menu.xml.tr +etc/xfce4/menu.xml.vi etc/xfce4/menu.xml.zh_CN etc/xfce4/menu.xml.zh_TW lib/xfce4/mcs-plugins/backdrop_settings.a @@ -14,6 +17,7 @@ lib/xfce4/mcs-plugins/backdrop_settings.so lib/xfce4/mcs-plugins/workspaces_settings.a lib/xfce4/mcs-plugins/workspaces_settings.la lib/xfce4/mcs-plugins/workspaces_settings.so +share/locale/az/LC_MESSAGES/xfdesktop.mo share/locale/ca/LC_MESSAGES/xfdesktop.mo share/locale/cs/LC_MESSAGES/xfdesktop.mo share/locale/de/LC_MESSAGES/xfdesktop.mo @@ -23,11 +27,13 @@ share/locale/fi/LC_MESSAGES/xfdesktop.mo share/locale/fr/LC_MESSAGES/xfdesktop.mo share/locale/hi/LC_MESSAGES/xfdesktop.mo share/locale/hu/LC_MESSAGES/xfdesktop.mo +share/locale/it/LC_MESSAGES/xfdesktop.mo share/locale/ja/LC_MESSAGES/xfdesktop.mo share/locale/ko/LC_MESSAGES/xfdesktop.mo share/locale/lt/LC_MESSAGES/xfdesktop.mo share/locale/ms/LC_MESSAGES/xfdesktop.mo share/locale/nl/LC_MESSAGES/xfdesktop.mo +share/locale/no/LC_MESSAGES/xfdesktop.mo share/locale/pl/LC_MESSAGES/xfdesktop.mo share/locale/pt_PT/LC_MESSAGES/xfdesktop.mo share/locale/ru/LC_MESSAGES/xfdesktop.mo diff --git a/x11-wm/xfce4-panel/Makefile b/x11-wm/xfce4-panel/Makefile index e8c0703..1c87c08 100644 --- a/x11-wm/xfce4-panel/Makefile +++ b/x11-wm/xfce4-panel/Makefile @@ -6,11 +6,13 @@ # PORTNAME= xfce4-panel -PORTVERSION= 4.0.1 +PORTVERSION= 4.0.3 PORTREVISION= 0 CATEGORIES= x11-wm xfce MASTER_SITES= http://www.xfce.org/archive/xfce-${PORTVERSION}/src/ \ - http://linux.imp.mx/xfce4/xfce_${PORTVERSION}/src/ + ftp://ftp.berlios.de/pub/xfce-goodies/${PORTVERSION}/xfce-${PORTVERSION}/src/ \ + http://hannelore.f1.fhtw-berlin.de/mirrors/xfce4/${PORTVERSION}/ \ + http://www.efd.lth.se/~c03bk/xfce4/mirror/tarballs/${PORTVERSION}/ DIST_SUBDIR= xfce4 MAINTAINER= oliver@FreeBSD.org diff --git a/x11-wm/xfce4-panel/distinfo b/x11-wm/xfce4-panel/distinfo index e5791e9..846bb7a 100644 --- a/x11-wm/xfce4-panel/distinfo +++ b/x11-wm/xfce4-panel/distinfo @@ -1 +1 @@ -MD5 (xfce4/xfce4-panel-4.0.1.tar.gz) = a01fa422ba544f8bbb9930d84c904695 +MD5 (xfce4/xfce4-panel-4.0.3.tar.gz) = af8e2bce97c99b1ce23d270320e8c8ce diff --git a/x11-wm/xfce4-panel/pkg-plist b/x11-wm/xfce4-panel/pkg-plist index 9a7e0c0..ae109dd 100644 --- a/x11-wm/xfce4-panel/pkg-plist +++ b/x11-wm/xfce4-panel/pkg-plist @@ -1,8 +1,10 @@ bin/xfce4-panel etc/xfce4/xfce4rc +etc/xfce4/xfce4rc.az etc/xfce4/xfce4rc.ca etc/xfce4/xfce4rc.hu etc/xfce4/xfce4rc.nl +etc/xfce4/xfce4rc.vi include/xfce4/panel/controls.h include/xfce4/panel/global.h include/xfce4/panel/icons.h @@ -28,6 +30,7 @@ lib/xfce4/panel-plugins/libswitcher.so lib/xfce4/panel-plugins/libsystembuttons.la lib/xfce4/panel-plugins/libsystembuttons.so libdata/pkgconfig/xfce4-panel-1.0.pc +share/locale/az/LC_MESSAGES/xfce4-panel.mo share/locale/ca/LC_MESSAGES/xfce4-panel.mo share/locale/cs/LC_MESSAGES/xfce4-panel.mo share/locale/de/LC_MESSAGES/xfce4-panel.mo @@ -42,6 +45,7 @@ share/locale/ko/LC_MESSAGES/xfce4-panel.mo share/locale/lt/LC_MESSAGES/xfce4-panel.mo share/locale/ms/LC_MESSAGES/xfce4-panel.mo share/locale/nl/LC_MESSAGES/xfce4-panel.mo +share/locale/no/LC_MESSAGES/xfce4-panel.mo share/locale/pl/LC_MESSAGES/xfce4-panel.mo share/locale/pt_PT/LC_MESSAGES/xfce4-panel.mo share/locale/ru/LC_MESSAGES/xfce4-panel.mo diff --git a/x11-wm/xfce4-systray/Makefile b/x11-wm/xfce4-systray/Makefile index e2e776c..9b4fdd3 100644 --- a/x11-wm/xfce4-systray/Makefile +++ b/x11-wm/xfce4-systray/Makefile @@ -6,11 +6,13 @@ # PORTNAME= xfce4-systray -PORTVERSION= 4.0.1 +PORTVERSION= 4.0.3 PORTREVISION= 0 CATEGORIES= x11-wm xfce MASTER_SITES= http://www.xfce.org/archive/xfce-${PORTVERSION}/src/ \ - http://linux.imp.mx/xfce4/xfce_${PORTVERSION}/src/ + ftp://ftp.berlios.de/pub/xfce-goodies/${PORTVERSION}/xfce-${PORTVERSION}/src/ \ + http://hannelore.f1.fhtw-berlin.de/mirrors/xfce4/${PORTVERSION}/ \ + http://www.efd.lth.se/~c03bk/xfce4/mirror/tarballs/${PORTVERSION}/ DIST_SUBDIR= xfce4 MAINTAINER= oliver@FreeBSD.org diff --git a/x11-wm/xfce4-systray/distinfo b/x11-wm/xfce4-systray/distinfo index cdce0c6..0919310 100644 --- a/x11-wm/xfce4-systray/distinfo +++ b/x11-wm/xfce4-systray/distinfo @@ -1 +1 @@ -MD5 (xfce4/xfce4-systray-4.0.1.tar.gz) = 749e09e9fbaf9796636c3d050bdca483 +MD5 (xfce4/xfce4-systray-4.0.3.tar.gz) = 149f189e9cbaaa7ce8ed420dc0967dc4 diff --git a/x11-wm/xfce4-wm/Makefile b/x11-wm/xfce4-wm/Makefile index 0b3d268..2c842e2 100644 --- a/x11-wm/xfce4-wm/Makefile +++ b/x11-wm/xfce4-wm/Makefile @@ -6,11 +6,13 @@ # PORTNAME= xfce4-wm -PORTVERSION= 4.0.1 +PORTVERSION= 4.0.3 PORTREVISION= 0 CATEGORIES= x11-wm xfce MASTER_SITES= http://www.xfce.org/archive/xfce-${PORTVERSION}/src/ \ - http://linux.imp.mx/xfce4/xfce_${PORTVERSION}/src/ + ftp://ftp.berlios.de/pub/xfce-goodies/${PORTVERSION}/xfce-${PORTVERSION}/src/ \ + http://hannelore.f1.fhtw-berlin.de/mirrors/xfce4/${PORTVERSION}/ \ + http://www.efd.lth.se/~c03bk/xfce4/mirror/tarballs/${PORTVERSION}/ DISTNAME= xfwm4-${PORTVERSION} DIST_SUBDIR= xfce4 diff --git a/x11-wm/xfce4-wm/distinfo b/x11-wm/xfce4-wm/distinfo index b24d6b9..6447890 100644 --- a/x11-wm/xfce4-wm/distinfo +++ b/x11-wm/xfce4-wm/distinfo @@ -1 +1 @@ -MD5 (xfce4/xfwm4-4.0.1.tar.gz) = 1269168c1e6190ca6cac687e50075aec +MD5 (xfce4/xfwm4-4.0.3.tar.gz) = d0c21ffab3ba30b34519a655fb56a0a5 diff --git a/x11-wm/xfce4-wm/pkg-plist b/x11-wm/xfce4-wm/pkg-plist index 95a8636..8dc0e3f 100644 --- a/x11-wm/xfce4-wm/pkg-plist +++ b/x11-wm/xfce4-wm/pkg-plist @@ -5,6 +5,7 @@ lib/xfce4/mcs-plugins/margins_plugin.so lib/xfce4/mcs-plugins/xfwm4_plugin.a lib/xfce4/mcs-plugins/xfwm4_plugin.la lib/xfce4/mcs-plugins/xfwm4_plugin.so +share/locale/az/LC_MESSAGES/xfwm4.mo share/locale/ar/LC_MESSAGES/xfwm4.mo share/locale/ca/LC_MESSAGES/xfwm4.mo share/locale/cs/LC_MESSAGES/xfwm4.mo @@ -20,6 +21,7 @@ share/locale/ko/LC_MESSAGES/xfwm4.mo share/locale/lt/LC_MESSAGES/xfwm4.mo share/locale/ms/LC_MESSAGES/xfwm4.mo share/locale/nl/LC_MESSAGES/xfwm4.mo +share/locale/no/LC_MESSAGES/xfwm4.mo share/locale/pl/LC_MESSAGES/xfwm4.mo share/locale/pt_PT/LC_MESSAGES/xfwm4.mo share/locale/ru/LC_MESSAGES/xfwm4.mo diff --git a/x11-wm/xfce4/Makefile b/x11-wm/xfce4/Makefile index 469f1d6..2cf2379 100644 --- a/x11-wm/xfce4/Makefile +++ b/x11-wm/xfce4/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xfce -PORTVERSION= 4.0.1 +PORTVERSION= 4.0.3 CATEGORIES= x11-wm xfce MASTER_SITES= # empty DISTFILES= # empty |