summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorhira <hira>2008-12-17 12:50:02 +0000
committerhira <hira>2008-12-17 12:50:02 +0000
commit412a5c2de75e1001c00908200615fec37bc5ed0f (patch)
tree8f4a1edbca2f92f370a24594b9eefee930d9138b /sysutils
parent393609588d568bc0939e14a62a4bb26ecaf60c28 (diff)
downloadpkgsrc-412a5c2de75e1001c00908200615fec37bc5ed0f.tar.gz
Update Xfce to 4.4.3. This is bug fix release.
Changes since 4.4.2: x11/xfce4-panel: * Quite a bit code changed in the dnd code. Mostly to fix a segfault in FreeBSD-amd64, but more problems were discovered and a lot of code was simplified. * Don't respond the uri drags, we don't use it and it only causes problems like hiding the panel when a file was dragged over the panel (Bug #3815). * Fix crash with xrandr 1.2 (Bug #3620) x11/xfce4-desktop: * Make menu panel plugin honor CustomizeDesktopMenu kiosk setting (Bug #1026). * Fix incorrect initial desktop font size when setting custom font size if a custom font was never set before (Bug #3957). wm/xfce4-wm: * Fix automaximize on move * Remove trailing \0 in UTF-8 strings, that causes libwnck to rightfully complain that NET_WM_NAME contains invalid UTF-8 * Exit on SelectionClear event so that xfwm4 exits even with WM who do not send a ClientMessage event such as Openbox (Bug #2374) * Backport overlay and compositor support from trunk (Bug #3849) * Filter out grab/ungrab events so we don't end up redrawing the frame twice * Set monitor when positionning menu (Bug #4162) * Reduce flickering during resize (Bug #4283) * Fix NET_WM_STATE claiming maximization vertical and horizontal even if only horizontal of vertical is actually set (Should fix Bug #3969) * Loosen the rule that prevents an application from iconifying itself when skip_taskbar is set (Bug #4434) * Rework visual depth selection of the frame window (Bug #4452) * Add support for NET_MOVERESIZE_WINDOW * Take gravity bit into account in configure resize only requests to comply with standard (Bug #3634) * Add client windows to save set to avoid loosing all windows in case of crash * Use guint32 instead of Time internally to avoid potential issues in 64bits * Add a "--replace" command line option to replace ICCCM2 compliant window managers (Bug #3731) x11/libxfce4gui: * Fix format-string vulnerability in dialog code x11/xfce4-terminal: * Update to latest trunk translations. sysutils/xfce4-thunar: * Update to latest trunk translations. editors/xfce4-mousepad: * Sort recent items by most recently used. x11/xfce4-utils: * Fix missing translated chars (Bug #3543) Updated translations: * Basque * Brazilian Portuguese * Catalan * Chinese Traditional * Danish * Estonian * Finnish * French * Galician * German * Indonesian * Japanese * Korean * Kurdish * Latvian * Norwegian * Polish * Sinhala * Slovak * Slovene * Spanish * Turkish * Urdu
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/xfce4-appfinder/distinfo8
-rw-r--r--sysutils/xfce4-thunar/Makefile9
-rw-r--r--sysutils/xfce4-thunar/PLIST6
-rw-r--r--sysutils/xfce4-thunar/distinfo11
-rw-r--r--sysutils/xfce4-thunar/patches/patch-ab12
-rw-r--r--sysutils/xfce4-thunar/patches/patch-ac13
-rw-r--r--sysutils/xfce4-xarchiver/Makefile4
-rw-r--r--sysutils/xfce4-xarchiver/PLIST10
-rw-r--r--sysutils/xfce4-xarchiver/distinfo8
9 files changed, 45 insertions, 36 deletions
diff --git a/sysutils/xfce4-appfinder/distinfo b/sysutils/xfce4-appfinder/distinfo
index 7b2aea3e68b..15763e4b35d 100644
--- a/sysutils/xfce4-appfinder/distinfo
+++ b/sysutils/xfce4-appfinder/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2007/12/07 19:43:22 martti Exp $
+$NetBSD: distinfo,v 1.9 2008/12/17 12:50:03 hira Exp $
-SHA1 (xfce4-appfinder-4.4.2.tar.bz2) = 1ed442bca3fc8bc4c4f14aad0ec1573fbf4bd061
-RMD160 (xfce4-appfinder-4.4.2.tar.bz2) = f59f16a1befec87efe2785d20ac5a64a0ca1477d
-Size (xfce4-appfinder-4.4.2.tar.bz2) = 377018 bytes
+SHA1 (xfce4-appfinder-4.4.3.tar.bz2) = 62d74a006dabcdadf9d6b7130907e3c4dd1b9697
+RMD160 (xfce4-appfinder-4.4.3.tar.bz2) = f73e1a4dd2c705808199a23f2bcc4e97463cc553
+Size (xfce4-appfinder-4.4.3.tar.bz2) = 338253 bytes
diff --git a/sysutils/xfce4-thunar/Makefile b/sysutils/xfce4-thunar/Makefile
index fb3cf9a032c..c5a30a692b4 100644
--- a/sysutils/xfce4-thunar/Makefile
+++ b/sysutils/xfce4-thunar/Makefile
@@ -1,14 +1,13 @@
-# $NetBSD: Makefile,v 1.7 2008/12/09 10:36:24 ahoka Exp $
+# $NetBSD: Makefile,v 1.8 2008/12/17 12:50:03 hira Exp $
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../meta-pkgs/xfce4/Makefile.common"
-XFCE4_VERSION= 0.9.0
+XFCE4_VERSION= 0.9.3
DISTNAME= Thunar-${XFCE4_VERSION}
PKGNAME= xfce4-thunar-${XFCE4_VERSION}
-PKGREVISION= 2
CATEGORIES= sysutils
COMMENT= Xfce file manager
@@ -19,6 +18,10 @@ USE_DIRS+= xdg-1.2
PKGCONFIG_OVERRIDE+= thunar-vfs/thunar-vfs-1.pc.in
PKGCONFIG_OVERRIDE+= thunarx/thunarx-1.pc.in
+PKG_SYSCONFSUBDIR= xdg/Thunar
+EGDIR= ${PREFIX}/share/examples/Thunar
+CONF_FILES= ${EGDIR:Q}/uca.xml ${PKG_SYSCONFDIR:Q}/uca.xml
+
.include "options.mk"
.include "../../devel/GConf/buildlink3.mk"
diff --git a/sysutils/xfce4-thunar/PLIST b/sysutils/xfce4-thunar/PLIST
index b6dddbfed32..904b397a364 100644
--- a/sysutils/xfce4-thunar/PLIST
+++ b/sysutils/xfce4-thunar/PLIST
@@ -1,7 +1,6 @@
-@comment $NetBSD: PLIST,v 1.2 2007/12/07 19:43:22 martti Exp $
+@comment $NetBSD: PLIST,v 1.3 2008/12/17 12:50:03 hira Exp $
bin/Thunar
bin/thunar
-etc/xdg/Thunar/uca.xml
include/thunar-vfs-1/thunar-vfs/thunar-vfs-config.h
include/thunar-vfs-1/thunar-vfs/thunar-vfs-enum-types.h
include/thunar-vfs-1/thunar-vfs/thunar-vfs-info.h
@@ -247,6 +246,7 @@ share/doc/Thunar/html/zh_TW/support.html
share/doc/Thunar/html/zh_TW/the-file-manager-window.html
share/doc/Thunar/html/zh_TW/using-removable-media.html
share/doc/Thunar/html/zh_TW/working-with-files-and-folders.html
+share/examples/Thunar/uca.xml
share/gtk-doc/html/thunar-vfs/ThunarVfsGroup.html
share/gtk-doc/html/thunar-vfs/ThunarVfsJob.html
share/gtk-doc/html/thunar-vfs/ThunarVfsMimeAction.html
@@ -365,6 +365,7 @@ share/pixmaps/Thunar/Thunar-fallback-icon.png
share/thumbnailers/thunar-vfs-font-thumbnailer-1.desktop
share/xfce4/panel-plugins/thunar-tpa.desktop
@dirrm share/pixmaps/Thunar
+@dirrm share/examples/Thunar
@dirrm share/doc/Thunar/html/zh_TW/images
@dirrm share/doc/Thunar/html/zh_TW
@dirrm share/doc/Thunar/html/ru/images
@@ -392,4 +393,3 @@ share/xfce4/panel-plugins/thunar-tpa.desktop
@dirrm include/thunarx-1
@dirrm include/thunar-vfs-1/thunar-vfs
@dirrm include/thunar-vfs-1
-@dirrm etc/xdg/Thunar
diff --git a/sysutils/xfce4-thunar/distinfo b/sysutils/xfce4-thunar/distinfo
index ed38e7754f8..c5711a85870 100644
--- a/sysutils/xfce4-thunar/distinfo
+++ b/sysutils/xfce4-thunar/distinfo
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.4 2008/06/20 15:37:43 joerg Exp $
+$NetBSD: distinfo,v 1.5 2008/12/17 12:50:03 hira Exp $
-SHA1 (Thunar-0.9.0.tar.bz2) = fd4625d58e28006087d5a35004483a953184e4fe
-RMD160 (Thunar-0.9.0.tar.bz2) = ebb744aa107d4def06c8c805ee6936d1acf2d4d7
-Size (Thunar-0.9.0.tar.bz2) = 6403785 bytes
+SHA1 (Thunar-0.9.3.tar.bz2) = bb43fbe5ac3af1204517ed88da1cc3e87c5ec688
+RMD160 (Thunar-0.9.3.tar.bz2) = cc5c17a2841d5778e4832cc21e620ac351c9c57b
+Size (Thunar-0.9.3.tar.bz2) = 6502363 bytes
SHA1 (patch-aa) = c9d9dfb4c177aab2e8a43e46998652cc72daefa5
-SHA1 (patch-ab) = e0639e587b2686b7c28afcacc578e55950351aee
+SHA1 (patch-ab) = 432284c67bf01960805c2cb2d8458156fd286633
+SHA1 (patch-ac) = 05e9ca2a39923255e84bdc28a082170381b77e17
diff --git a/sysutils/xfce4-thunar/patches/patch-ab b/sysutils/xfce4-thunar/patches/patch-ab
index 1a8901c0749..c8485ce333e 100644
--- a/sysutils/xfce4-thunar/patches/patch-ab
+++ b/sysutils/xfce4-thunar/patches/patch-ab
@@ -1,10 +1,10 @@
-$NetBSD: patch-ab,v 1.2 2007/12/07 19:43:23 martti Exp $
+$NetBSD: patch-ab,v 1.3 2008/12/17 12:50:03 hira Exp $
---- configure.orig 2007-12-02 13:47:33.000000000 +0000
-+++ configure 2007-12-04 13:14:18.000000000 +0000
-@@ -29537,7 +29537,7 @@
- { echo "$as_me:$LINENO: checking for operating system support" >&5
- echo $ECHO_N "checking for operating system support... $ECHO_C" >&6; }
+--- configure.orig 2008-10-27 07:58:27.000000000 +0900
++++ configure 2008-11-28 05:13:19.000000000 +0900
+@@ -30650,7 +30650,7 @@
+ { $as_echo "$as_me:$LINENO: checking for operating system support" >&5
+ $as_echo_n "checking for operating system support... " >&6; }
case "$target_os" in
- dragonfly*|freebsd*|netbsd*|openbsd*|darwin*)
+ freebsd*|netbsd*|openbsd*|darwin*)
diff --git a/sysutils/xfce4-thunar/patches/patch-ac b/sysutils/xfce4-thunar/patches/patch-ac
new file mode 100644
index 00000000000..42391068ce8
--- /dev/null
+++ b/sysutils/xfce4-thunar/patches/patch-ac
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.1 2008/12/17 12:50:03 hira Exp $
+
+--- plugins/thunar-uca/Makefile.in.orig 2008-11-29 17:25:52.000000000 +0900
++++ plugins/thunar-uca/Makefile.in 2008-11-29 17:27:26.000000000 +0900
+@@ -383,7 +383,7 @@
+ -module \
+ $(PLATFORM_LDFLAGS)
+
+-defaultsdir = $(sysconfdir)/xdg/Thunar
++defaultsdir = $(datadir)/examples/Thunar
+ defaults_in_files = uca.xml.in
+ defaults_DATA = $(defaults_in_files:.xml.in=.xml)
+ EXTRA_DIST = \
diff --git a/sysutils/xfce4-xarchiver/Makefile b/sysutils/xfce4-xarchiver/Makefile
index a3bdc494419..569dc9dc220 100644
--- a/sysutils/xfce4-xarchiver/Makefile
+++ b/sysutils/xfce4-xarchiver/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.2 2008/07/14 12:56:13 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2008/12/17 12:50:03 hira Exp $
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../meta-pkgs/xfce4/Makefile.common"
-XFCE4_VERSION= 0.4.6
+XFCE4_VERSION= 0.5.2
DISTNAME= xarchiver-${XFCE4_VERSION}
PKGNAME= xfce4-xarchiver-${XFCE4_VERSION}
diff --git a/sysutils/xfce4-xarchiver/PLIST b/sysutils/xfce4-xarchiver/PLIST
index 19f7f5ff05e..322f249f2a6 100644
--- a/sysutils/xfce4-xarchiver/PLIST
+++ b/sysutils/xfce4-xarchiver/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2007/04/12 09:47:14 martti Exp $
+@comment $NetBSD: PLIST,v 1.2 2008/12/17 12:50:03 hira Exp $
bin/xarchiver
libexec/thunar-archive-plugin/xarchiver.tap
share/applications/xarchiver.desktop
@@ -41,27 +41,19 @@ share/icons/hicolor/48x48/apps/xarchiver.png
share/locale/ca/LC_MESSAGES/xarchiver.mo
share/locale/cs/LC_MESSAGES/xarchiver.mo
share/locale/de/LC_MESSAGES/xarchiver.mo
-share/locale/dz/LC_MESSAGES/xarchiver.mo
share/locale/el/LC_MESSAGES/xarchiver.mo
share/locale/eu/LC_MESSAGES/xarchiver.mo
share/locale/fi/LC_MESSAGES/xarchiver.mo
share/locale/fr/LC_MESSAGES/xarchiver.mo
-share/locale/gl/LC_MESSAGES/xarchiver.mo
-share/locale/he/LC_MESSAGES/xarchiver.mo
share/locale/hu/LC_MESSAGES/xarchiver.mo
-share/locale/it/LC_MESSAGES/xarchiver.mo
share/locale/ja/LC_MESSAGES/xarchiver.mo
share/locale/nl/LC_MESSAGES/xarchiver.mo
share/locale/pl/LC_MESSAGES/xarchiver.mo
share/locale/pt_BR/LC_MESSAGES/xarchiver.mo
share/locale/ru/LC_MESSAGES/xarchiver.mo
share/locale/sv/LC_MESSAGES/xarchiver.mo
-share/locale/zh_TW/LC_MESSAGES/xarchiver.mo
share/pixmaps/xarchiver/xarchiver-add.png
-share/pixmaps/xarchiver/xarchiver-add_button.png
-share/pixmaps/xarchiver/xarchiver-close.png
share/pixmaps/xarchiver/xarchiver-extract.png
-share/pixmaps/xarchiver/xarchiver-extract_button.png
@dirrm share/pixmaps/xarchiver
@dirrm share/doc/xarchiver/html/images
@dirrm share/doc/xarchiver/html
diff --git a/sysutils/xfce4-xarchiver/distinfo b/sysutils/xfce4-xarchiver/distinfo
index cd837f4e56d..2f76f464eed 100644
--- a/sysutils/xfce4-xarchiver/distinfo
+++ b/sysutils/xfce4-xarchiver/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2007/04/12 09:47:14 martti Exp $
+$NetBSD: distinfo,v 1.2 2008/12/17 12:50:03 hira Exp $
-SHA1 (xarchiver-0.4.6.tar.bz2) = db80abdebf3396ded3cf8d2224e88c987a2d9c32
-RMD160 (xarchiver-0.4.6.tar.bz2) = 73e951ef9dd1cd6eb347eb0bb96ef8cb7eede602
-Size (xarchiver-0.4.6.tar.bz2) = 616101 bytes
+SHA1 (xarchiver-0.5.2.tar.bz2) = 8c8f0ee82c93abcdcf9974fa30611aa05fa51bd0
+RMD160 (xarchiver-0.5.2.tar.bz2) = 77b1daadd39fd86c5582c75f774282f4bec41bf7
+Size (xarchiver-0.5.2.tar.bz2) = 755418 bytes