summaryrefslogtreecommitdiff
path: root/meta-pkgs
diff options
context:
space:
mode:
authormartti <martti>2005-05-18 06:10:30 +0000
committermartti <martti>2005-05-18 06:10:30 +0000
commit565004a8903fa4472668d050a0ff1cdef63b0fb0 (patch)
treec13939cfb51fc11cffe91fab2dff726baa810a26 /meta-pkgs
parent2172c1eb9aa97025c5628b325e0932495a0b73fe (diff)
downloadpkgsrc-565004a8903fa4472668d050a0ff1cdef63b0fb0.tar.gz
Updated xfce4 to 4.2.2
General: * new and updated translations: bn_IN, ca, cs, el, el_GR, eo, eu, fi, hu, ja, ko, mr, pl, ro, vi, * new french documentation. gtk-xfce-engine: * fix various colors issues with ExoIconBar, prelight colors for treeview, AdobeĀ® Acrobattm 7, progress bar, combo box, gtk scales (#848). libxfcegui4: * check ~/.local/share/pixmaps/ as a fallback (#731). xfcalendar: * fix compiling with --enable-debug=full (#843), * remove C99 variable declaration and C++ comments. xfce4-mixer: * fix a bug with ALSA. xfce4-session: * fix a crash with the MCS plugin. xfce-utils: * taskbar: Add a command option "--monitor=x" to allow specifying which monitor to use in Xinerama mode. xfdesktop: * fix translation problems with menu panel plugin, * fix bug where binding 'xfdesktop -menu' only works sporadically (#441), * fix unresolved symbol problem with menu module. xffm: * fix property dialog crahsing on FreeBSD (#945), * fix library version info not set on the properties module (#882, #249), * fix fstab parsing (#524), * fix compilation issues with ansi compiler and gcc4 (#862). xfprint: * make bsdlpr plugin compile, * change CUPS detection code, * set correct ld flags (#871), * add support for printcap aliases (#821), * fix MCS plugin. xfwm4: * fix mouse buttons being left ungrabbed when focus was transfered to an unmanaged window, * document hidden option "workspace_scroll" (#948), * various focus issues (#759, #869, #899, #905, #924, #931), * fix pixmap depth not being properly set (#895), * refresh frame when "skip taskbar" state changes (#898), * allow seemless windows to be hidden from kbd shortcuts, * code cleanup.
Diffstat (limited to 'meta-pkgs')
-rw-r--r--meta-pkgs/xfce4/Makefile.common14
1 files changed, 10 insertions, 4 deletions
diff --git a/meta-pkgs/xfce4/Makefile.common b/meta-pkgs/xfce4/Makefile.common
index 559ac5ab5dc..31eaaf6e1e7 100644
--- a/meta-pkgs/xfce4/Makefile.common
+++ b/meta-pkgs/xfce4/Makefile.common
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile.common,v 1.19 2005/04/11 21:46:33 tv Exp $
+# $NetBSD: Makefile.common,v 1.20 2005/05/18 06:10:30 martti Exp $
-MASTER_SITES= http://www.xfce.org/archive/xfce-4.2.1.1/src/ \
- http://hannelore.f1.fhtw-berlin.de/mirrors/xfce4/xfce-4.2.1.1/src/ \
+MASTER_SITES= http://www.xfce.org/archive/xfce-4.2.2/src/ \
+ http://hannelore.f1.fhtw-berlin.de/mirrors/xfce4/xfce-4.2.2/src/ \
http://linux.imp.mx/xfce4/xfce_4.2.1.1/src/
MAINTAINER= martti@NetBSD.org
HOMEPAGE= http://www.xfce.org/
-XFCE4_VERSION= 4.2.1
+XFCE4_VERSION= 4.2.2
# Do NOT put a PKGREVISION statement in this file!
@@ -25,3 +25,9 @@ PKG_CONFIG_PATH= ${BUILDLINK_DIR}/lib/pkgconfig
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/pkgconfig/buildlink3.mk"
+
+## # Use the latest GNU tar when the native tar is buggy
+## .if !empty(MACHINE_PLATFORM:MNetBSD-1.6*)
+## BUILD_DEPENDS+= gtar-base-[0-9]*:../../archivers/gtar-base
+## GTAR= ${PREFIX}/bin/${GNU_PROGRAM_PREFIX}tar
+## .endif