From 9bd4d8b349fb66ba5d0dc2b5f3fdc9d53989d012 Mon Sep 17 00:00:00 2001 From: hira Date: Wed, 17 Dec 2008 12:50:02 +0000 Subject: 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 --- audio/xfce4-mixer/distinfo | 8 ++++---- editors/xfce4-mousepad/Makefile | 4 ++-- editors/xfce4-mousepad/distinfo | 8 ++++---- graphics/xfce4-icon-theme/distinfo | 8 ++++---- meta-pkgs/xfce4/Makefile | 3 +-- meta-pkgs/xfce4/Makefile.common | 6 +++--- print/xfce4-print/distinfo | 8 ++++---- sysutils/xfce4-appfinder/distinfo | 8 ++++---- sysutils/xfce4-thunar/Makefile | 9 ++++++--- sysutils/xfce4-thunar/PLIST | 6 +++--- sysutils/xfce4-thunar/distinfo | 11 ++++++----- sysutils/xfce4-thunar/patches/patch-ab | 12 ++++++------ sysutils/xfce4-thunar/patches/patch-ac | 13 +++++++++++++ sysutils/xfce4-xarchiver/Makefile | 4 ++-- sysutils/xfce4-xarchiver/PLIST | 10 +--------- sysutils/xfce4-xarchiver/distinfo | 8 ++++---- time/xfce4-orage/distinfo | 8 ++++---- wm/xfce4-wm-themes/distinfo | 8 ++++---- wm/xfce4-wm/distinfo | 8 ++++---- x11/libxfce4gui/distinfo | 8 ++++---- x11/libxfce4mcs/distinfo | 8 ++++---- x11/libxfce4util/distinfo | 8 ++++---- x11/xfce4-desktop/distinfo | 9 ++++----- x11/xfce4-desktop/patches/patch-ac | 12 ------------ x11/xfce4-gtk2-engine/Makefile | 4 ++-- x11/xfce4-gtk2-engine/distinfo | 8 ++++---- x11/xfce4-mcs-manager/distinfo | 8 ++++---- x11/xfce4-mcs-plugins/distinfo | 8 ++++---- x11/xfce4-panel/Makefile | 11 ++++++++++- x11/xfce4-panel/PLIST | 19 +++++++++---------- x11/xfce4-panel/distinfo | 9 +++++---- x11/xfce4-panel/patches/patch-ab | 13 +++++++++++++ x11/xfce4-session/distinfo | 8 ++++---- x11/xfce4-terminal/Makefile | 4 ++-- x11/xfce4-terminal/distinfo | 8 ++++---- x11/xfce4-utils/distinfo | 8 ++++---- 36 files changed, 160 insertions(+), 143 deletions(-) create mode 100644 sysutils/xfce4-thunar/patches/patch-ac delete mode 100644 x11/xfce4-desktop/patches/patch-ac create mode 100644 x11/xfce4-panel/patches/patch-ab diff --git a/audio/xfce4-mixer/distinfo b/audio/xfce4-mixer/distinfo index 53d4b8c67c4..8686fdc6b32 100644 --- a/audio/xfce4-mixer/distinfo +++ b/audio/xfce4-mixer/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.16 2007/12/07 19:43:19 martti Exp $ +$NetBSD: distinfo,v 1.17 2008/12/17 12:50:02 hira Exp $ -SHA1 (xfce4-mixer-4.4.2.tar.bz2) = ebf035a32d8b7b84094b6477a916d692cfe6a6af -RMD160 (xfce4-mixer-4.4.2.tar.bz2) = 1a8300e2546912711d6ebbc75fd4648989c372e5 -Size (xfce4-mixer-4.4.2.tar.bz2) = 440931 bytes +SHA1 (xfce4-mixer-4.4.3.tar.bz2) = 33549a5adae984e36f77a50be0d4d67df3fc82bb +RMD160 (xfce4-mixer-4.4.3.tar.bz2) = 004d3bc6f74e9bc6ed3c1f8b9555972e55dfb8e2 +Size (xfce4-mixer-4.4.3.tar.bz2) = 483417 bytes diff --git a/editors/xfce4-mousepad/Makefile b/editors/xfce4-mousepad/Makefile index 1d9a98a6e42..c505ec2a19f 100644 --- a/editors/xfce4-mousepad/Makefile +++ b/editors/xfce4-mousepad/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.4 2008/07/14 12:56:03 joerg Exp $ +# $NetBSD: Makefile,v 1.5 2008/12/17 12:50:03 hira Exp $ PKG_DESTDIR_SUPPORT= user-destdir .include "../../meta-pkgs/xfce4/Makefile.common" -XFCE4_VERSION= 0.2.13 +XFCE4_VERSION= 0.2.14 DISTNAME= mousepad-${XFCE4_VERSION} PKGNAME= xfce4-mousepad-${XFCE4_VERSION} diff --git a/editors/xfce4-mousepad/distinfo b/editors/xfce4-mousepad/distinfo index 0ff8e925654..d6ca4b5dc3e 100644 --- a/editors/xfce4-mousepad/distinfo +++ b/editors/xfce4-mousepad/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2007/12/07 19:43:20 martti Exp $ +$NetBSD: distinfo,v 1.3 2008/12/17 12:50:03 hira Exp $ -SHA1 (mousepad-0.2.13.tar.bz2) = 521d2ffb3b805b568620d40ca43264584d504ccb -RMD160 (mousepad-0.2.13.tar.bz2) = d25ae5fb3f6b1363beebb276d4152fe870066d0b -Size (mousepad-0.2.13.tar.bz2) = 341748 bytes +SHA1 (mousepad-0.2.14.tar.bz2) = 0b9f0fbd8f85eb31ec89f897265b60589779a356 +RMD160 (mousepad-0.2.14.tar.bz2) = 9f5168bcdff163e27cd113418da4673a29ec9947 +Size (mousepad-0.2.14.tar.bz2) = 352485 bytes diff --git a/graphics/xfce4-icon-theme/distinfo b/graphics/xfce4-icon-theme/distinfo index 645991ecb8a..fdb7b058461 100644 --- a/graphics/xfce4-icon-theme/distinfo +++ b/graphics/xfce4-icon-theme/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2007/12/07 19:43:21 martti Exp $ +$NetBSD: distinfo,v 1.9 2008/12/17 12:50:03 hira Exp $ -SHA1 (xfce4-icon-theme-4.4.2.tar.bz2) = ba2c458eb1b8ba65a7198b9cbfa631017fd0f1c0 -RMD160 (xfce4-icon-theme-4.4.2.tar.bz2) = 7ca355d658a8b088801d9022afced00f8a3f34fe -Size (xfce4-icon-theme-4.4.2.tar.bz2) = 1827824 bytes +SHA1 (xfce4-icon-theme-4.4.3.tar.bz2) = 0c0d0c45cd4a7f609310db8e9d17c1c4a131a6e7 +RMD160 (xfce4-icon-theme-4.4.3.tar.bz2) = 224c38f40a4e1e9039d5947a70744b4a11f77703 +Size (xfce4-icon-theme-4.4.3.tar.bz2) = 1806406 bytes diff --git a/meta-pkgs/xfce4/Makefile b/meta-pkgs/xfce4/Makefile index 65605339022..d2b0c3aaec8 100644 --- a/meta-pkgs/xfce4/Makefile +++ b/meta-pkgs/xfce4/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.32 2008/06/15 09:51:59 joerg Exp $ +# $NetBSD: Makefile,v 1.33 2008/12/17 12:50:03 hira Exp $ META_PACKAGE= yes .include "Makefile.common" DISTNAME= xfce4-${XFCE4_VERSION} -PKGREVISION= 1 CATEGORIES= meta-pkgs COMMENT= Xfce diff --git a/meta-pkgs/xfce4/Makefile.common b/meta-pkgs/xfce4/Makefile.common index 4c2a655cc7a..db40aeecff9 100644 --- a/meta-pkgs/xfce4/Makefile.common +++ b/meta-pkgs/xfce4/Makefile.common @@ -1,13 +1,13 @@ -# $NetBSD: Makefile.common,v 1.39 2008/05/22 10:36:09 martti Exp $ +# $NetBSD: Makefile.common,v 1.40 2008/12/17 12:50:03 hira Exp $ -MASTER_SITES= http://www.xfce.org/archive/xfce-4.4.2/src/ +MASTER_SITES= http://www.xfce.org/archive/xfce-4.4.3/src/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.xfce.org/ #LICENSE= gnu-gpl-v2 -XFCE4_VERSION= 4.4.2 +XFCE4_VERSION= 4.4.3 # Do NOT put a PKGREVISION statement in this file! diff --git a/print/xfce4-print/distinfo b/print/xfce4-print/distinfo index ed91446b54f..c0468e83c54 100644 --- a/print/xfce4-print/distinfo +++ b/print/xfce4-print/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.16 2007/12/07 19:43:22 martti Exp $ +$NetBSD: distinfo,v 1.17 2008/12/17 12:50:03 hira Exp $ -SHA1 (xfprint-4.4.2.tar.bz2) = ad775ac77894e9d946711181e812fdc6edd725a7 -RMD160 (xfprint-4.4.2.tar.bz2) = 70b3357250f585a58e982a4c2edfd6aaf0e1e0b5 -Size (xfprint-4.4.2.tar.bz2) = 827277 bytes +SHA1 (xfprint-4.4.3.tar.bz2) = a1670dd247a04dcd3ba897cc32977f0828926900 +RMD160 (xfprint-4.4.3.tar.bz2) = 3acdb7442da91df9c715193b6ba83f10d1db4e64 +Size (xfprint-4.4.3.tar.bz2) = 842716 bytes SHA1 (patch-aa) = 2d165843610510198a23773e0b93351edc24c6b6 SHA1 (patch-ab) = d17b4373fe318f371a9ba8064546a6b6d3383379 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 diff --git a/time/xfce4-orage/distinfo b/time/xfce4-orage/distinfo index 2da51234814..bd988a6e830 100644 --- a/time/xfce4-orage/distinfo +++ b/time/xfce4-orage/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2007/12/07 19:43:23 martti Exp $ +$NetBSD: distinfo,v 1.3 2008/12/17 12:50:03 hira Exp $ -SHA1 (orage-4.4.2.tar.bz2) = bc026bf95a4f372a86ea115547272f4b99109bdd -RMD160 (orage-4.4.2.tar.bz2) = 0636edfc182b287ad99d92ec8696df5045b0a9eb -Size (orage-4.4.2.tar.bz2) = 1539553 bytes +SHA1 (orage-4.4.3.tar.bz2) = 716cbe76e992a787c6acb2c6320293e0455b41d2 +RMD160 (orage-4.4.3.tar.bz2) = ebe9377fd961ef83bf20ab2de82ff791fac3d1a2 +Size (orage-4.4.3.tar.bz2) = 1579582 bytes diff --git a/wm/xfce4-wm-themes/distinfo b/wm/xfce4-wm-themes/distinfo index bbe2d71a572..6ae1b9b44fb 100644 --- a/wm/xfce4-wm-themes/distinfo +++ b/wm/xfce4-wm-themes/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.14 2007/12/07 19:43:25 martti Exp $ +$NetBSD: distinfo,v 1.15 2008/12/17 12:50:03 hira Exp $ -SHA1 (xfwm4-themes-4.4.2.tar.bz2) = ce682c0713fda99b34e6569df5bd053ce8bd4928 -RMD160 (xfwm4-themes-4.4.2.tar.bz2) = dd483527b1c5da63f0341d21399ecc578b46dedc -Size (xfwm4-themes-4.4.2.tar.bz2) = 479305 bytes +SHA1 (xfwm4-themes-4.4.3.tar.bz2) = 1fa20a6cc7060b2ff31bc00b1783ddc2d41e5add +RMD160 (xfwm4-themes-4.4.3.tar.bz2) = 3b34b6b59c5e4bbf4d1fd9faef9177c2be32df0c +Size (xfwm4-themes-4.4.3.tar.bz2) = 492360 bytes diff --git a/wm/xfce4-wm/distinfo b/wm/xfce4-wm/distinfo index 59923423830..2b76793829b 100644 --- a/wm/xfce4-wm/distinfo +++ b/wm/xfce4-wm/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.18 2007/12/07 19:43:24 martti Exp $ +$NetBSD: distinfo,v 1.19 2008/12/17 12:50:03 hira Exp $ -SHA1 (xfwm4-4.4.2.tar.bz2) = a6d8b3b1493ff98141cfb7232ef6b4940224bce9 -RMD160 (xfwm4-4.4.2.tar.bz2) = b3ced6edac44b0b232be4312ca2281095c03e14b -Size (xfwm4-4.4.2.tar.bz2) = 1548533 bytes +SHA1 (xfwm4-4.4.3.tar.bz2) = f8581f278d4496b03f4dc279dc7e2b9b68caf30e +RMD160 (xfwm4-4.4.3.tar.bz2) = 794c6ebbe35ae956b253363f38a2e90fbd3980a4 +Size (xfwm4-4.4.3.tar.bz2) = 1590866 bytes diff --git a/x11/libxfce4gui/distinfo b/x11/libxfce4gui/distinfo index fd788c0275e..19f208f0b71 100644 --- a/x11/libxfce4gui/distinfo +++ b/x11/libxfce4gui/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.16 2007/12/07 19:43:25 martti Exp $ +$NetBSD: distinfo,v 1.17 2008/12/17 12:50:03 hira Exp $ -SHA1 (libxfcegui4-4.4.2.tar.bz2) = 554a30c02c92b76c8caad444040e18d8ec1737bc -RMD160 (libxfcegui4-4.4.2.tar.bz2) = 1de306d67f9a38d72ec184e00471e4d53db3801d -Size (libxfcegui4-4.4.2.tar.bz2) = 565036 bytes +SHA1 (libxfcegui4-4.4.3.tar.bz2) = 4f1ab2fb035b0aaeb01cbef15d7378726037bcc9 +RMD160 (libxfcegui4-4.4.3.tar.bz2) = c0155a89e35d88d3c2e25fc2f38630309d50e916 +Size (libxfcegui4-4.4.3.tar.bz2) = 621245 bytes diff --git a/x11/libxfce4mcs/distinfo b/x11/libxfce4mcs/distinfo index 22feeab4b33..d4e0ffdd30a 100644 --- a/x11/libxfce4mcs/distinfo +++ b/x11/libxfce4mcs/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.15 2007/12/07 19:43:25 martti Exp $ +$NetBSD: distinfo,v 1.16 2008/12/17 12:50:03 hira Exp $ -SHA1 (libxfce4mcs-4.4.2.tar.bz2) = f71c618070a57b1180a25dc008d83b623a862f42 -RMD160 (libxfce4mcs-4.4.2.tar.bz2) = 38fa32720aa4d3201867e6313d49e3f632f01888 -Size (libxfce4mcs-4.4.2.tar.bz2) = 280108 bytes +SHA1 (libxfce4mcs-4.4.3.tar.bz2) = 0f0d43534cae2971ca787ebc698ce6db14c5542d +RMD160 (libxfce4mcs-4.4.3.tar.bz2) = 1affe09d193c252cc6818f51aee686072fe9519b +Size (libxfce4mcs-4.4.3.tar.bz2) = 297208 bytes diff --git a/x11/libxfce4util/distinfo b/x11/libxfce4util/distinfo index eba3f35f251..5074289231c 100644 --- a/x11/libxfce4util/distinfo +++ b/x11/libxfce4util/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.18 2007/12/07 19:43:26 martti Exp $ +$NetBSD: distinfo,v 1.19 2008/12/17 12:50:03 hira Exp $ -SHA1 (libxfce4util-4.4.2.tar.bz2) = b0399b476bd901a84424a2b77d4aa89d7fcfac7d -RMD160 (libxfce4util-4.4.2.tar.bz2) = d0b92cae1a50cf219ff728a78789e8876aa63c91 -Size (libxfce4util-4.4.2.tar.bz2) = 366163 bytes +SHA1 (libxfce4util-4.4.3.tar.bz2) = 08e9d64e4c66ea2420a9a0ab678cf5a064585b37 +RMD160 (libxfce4util-4.4.3.tar.bz2) = 256f4e759562113be2dc82265752a218340deeda +Size (libxfce4util-4.4.3.tar.bz2) = 390566 bytes diff --git a/x11/xfce4-desktop/distinfo b/x11/xfce4-desktop/distinfo index 0b37e2f470e..b1b24d0f544 100644 --- a/x11/xfce4-desktop/distinfo +++ b/x11/xfce4-desktop/distinfo @@ -1,8 +1,7 @@ -$NetBSD: distinfo,v 1.18 2008/09/30 14:01:37 joerg Exp $ +$NetBSD: distinfo,v 1.19 2008/12/17 12:50:03 hira Exp $ -SHA1 (xfdesktop-4.4.2.tar.bz2) = f2ff4d429c0241401bdeebd3dc9b71b35dbe9ae8 -RMD160 (xfdesktop-4.4.2.tar.bz2) = 4e1e4db449a6e18e3c32458c7946246f399c52af -Size (xfdesktop-4.4.2.tar.bz2) = 3047839 bytes +SHA1 (xfdesktop-4.4.3.tar.bz2) = 6ba60fd7f8f57104195e3e17551315d0c3c2381e +RMD160 (xfdesktop-4.4.3.tar.bz2) = 490749cc579a30ea3689ab65c099d284ecffff56 +Size (xfdesktop-4.4.3.tar.bz2) = 3095897 bytes SHA1 (patch-aa) = 72eb8d6810d0a680f49fa03f45a73fe4f124d02d SHA1 (patch-ab) = 0816049644f48d4057b20d32f88629552216f5fc -SHA1 (patch-ac) = 8f0a6d2a27eae8b99660a7ae991030554584aed5 diff --git a/x11/xfce4-desktop/patches/patch-ac b/x11/xfce4-desktop/patches/patch-ac deleted file mode 100644 index 72cbc11d145..00000000000 --- a/x11/xfce4-desktop/patches/patch-ac +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-ac,v 1.3 2008/09/30 14:01:37 joerg Exp $ - ---- modules/menu/desktop-menuspec.h.orig 2007-11-17 19:31:43.000000000 +0000 -+++ modules/menu/desktop-menuspec.h -@@ -82,6 +82,6 @@ G_CONST_RETURN gchar *desktop_menuspec_d - * @param paths A GPtrArray obtained from either menuspec_get_path_simple() or - * menuspec_get_path_multilevel(). - */ --G_INLINE_FUNC void desktop_menuspec_path_free(GPtrArray *paths); -+void desktop_menuspec_path_free(GPtrArray *paths); - - #endif /* ifdef __MENUSPEC_H__ */ diff --git a/x11/xfce4-gtk2-engine/Makefile b/x11/xfce4-gtk2-engine/Makefile index ecb227dc503..debef932399 100644 --- a/x11/xfce4-gtk2-engine/Makefile +++ b/x11/xfce4-gtk2-engine/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.9 2008/07/14 12:56:19 joerg Exp $ +# $NetBSD: Makefile,v 1.10 2008/12/17 12:50:03 hira Exp $ PKG_DESTDIR_SUPPORT= user-destdir .include "../../meta-pkgs/xfce4/Makefile.common" -XFCE4_VERSION= 2.4.2 +XFCE4_VERSION= 2.4.3 DISTNAME= gtk-xfce-engine-${XFCE4_VERSION} PKGNAME= xfce4-gtk2-engine-${XFCE4_VERSION} diff --git a/x11/xfce4-gtk2-engine/distinfo b/x11/xfce4-gtk2-engine/distinfo index 2b575ca64e6..104d2578456 100644 --- a/x11/xfce4-gtk2-engine/distinfo +++ b/x11/xfce4-gtk2-engine/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2007/12/07 19:43:29 martti Exp $ +$NetBSD: distinfo,v 1.5 2008/12/17 12:50:03 hira Exp $ -SHA1 (gtk-xfce-engine-2.4.2.tar.bz2) = 67fb4959ec0be46ec0ac472ab1af74361b7d9be5 -RMD160 (gtk-xfce-engine-2.4.2.tar.bz2) = a8801ac518665f0d9d832732a97b52a6726a96e0 -Size (gtk-xfce-engine-2.4.2.tar.bz2) = 264252 bytes +SHA1 (gtk-xfce-engine-2.4.3.tar.bz2) = 17794b7742691330f643ea207341dbd502b016f5 +RMD160 (gtk-xfce-engine-2.4.3.tar.bz2) = ef9960987e9356030efc6696725f504458b7f510 +Size (gtk-xfce-engine-2.4.3.tar.bz2) = 310286 bytes diff --git a/x11/xfce4-mcs-manager/distinfo b/x11/xfce4-mcs-manager/distinfo index fc0412769e1..3db299e3402 100644 --- a/x11/xfce4-mcs-manager/distinfo +++ b/x11/xfce4-mcs-manager/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.15 2007/12/07 19:43:29 martti Exp $ +$NetBSD: distinfo,v 1.16 2008/12/17 12:50:03 hira Exp $ -SHA1 (xfce-mcs-manager-4.4.2.tar.bz2) = 0fccebcd65bd547b29a2e497793d5d9055760ef1 -RMD160 (xfce-mcs-manager-4.4.2.tar.bz2) = a2b05674bc52d12dd0d2bc12cf32c57b1122f42b -Size (xfce-mcs-manager-4.4.2.tar.bz2) = 634994 bytes +SHA1 (xfce-mcs-manager-4.4.3.tar.bz2) = 34546b60879e4c818931363ffa4f030ad01a63d9 +RMD160 (xfce-mcs-manager-4.4.3.tar.bz2) = 3292d9e6f6f8a6d1b55d7d47ab0f49891471abac +Size (xfce-mcs-manager-4.4.3.tar.bz2) = 614587 bytes diff --git a/x11/xfce4-mcs-plugins/distinfo b/x11/xfce4-mcs-plugins/distinfo index f5942cd47af..68e434c6a90 100644 --- a/x11/xfce4-mcs-plugins/distinfo +++ b/x11/xfce4-mcs-plugins/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.15 2007/12/07 19:43:30 martti Exp $ +$NetBSD: distinfo,v 1.16 2008/12/17 12:50:03 hira Exp $ -SHA1 (xfce-mcs-plugins-4.4.2.tar.bz2) = c44cb09e081366a0fbe88dcaa85b4fdd4307d0da -RMD160 (xfce-mcs-plugins-4.4.2.tar.bz2) = 4a32448ba52fca491fe398948f5f85e210333868 -Size (xfce-mcs-plugins-4.4.2.tar.bz2) = 811156 bytes +SHA1 (xfce-mcs-plugins-4.4.3.tar.bz2) = 6501ffa445ec50fd86e410c9341fc353d8d70427 +RMD160 (xfce-mcs-plugins-4.4.3.tar.bz2) = c7118e77f15d6d40bd63f9cf23746349fe146eb9 +Size (xfce-mcs-plugins-4.4.3.tar.bz2) = 898082 bytes diff --git a/x11/xfce4-panel/Makefile b/x11/xfce4-panel/Makefile index 59b28475dbc..0cd2983c4e1 100644 --- a/x11/xfce4-panel/Makefile +++ b/x11/xfce4-panel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2007/12/07 19:43:30 martti Exp $ +# $NetBSD: Makefile,v 1.32 2008/12/17 12:50:03 hira Exp $ .include "../../meta-pkgs/xfce4/Makefile.common" .include "../../mk/compiler.mk" @@ -13,6 +13,15 @@ CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc PKGCONFIG_OVERRIDE= panel/xfce4-panel-1.0.pc.in PTHREAD_AUTO_VARS= yes +OWN_DIRS+= xdg/xfce4 +OWN_DIRS+= xdg/xfce4/panel +PKG_SYSCONFSUBDIR= xdg/xfce4/panel +EGDIR= ${XFCE4_EGBASE}/panel +.for f in clock-14.rc launcher-10.rc launcher-7.rc launcher-8.rc launcher-9.rc \ + panels.xml systray-4.rc xfce4-menu-5.rc +CONF_FILES+= ${EGDIR:Q}/$f ${PKG_SYSCONFDIR:Q}/$f +.endfor + # If using gcc-4, compile the panel launcher without GCC optimization. See # http://bugzilla.xfce.org/show_bug.cgi?id=2262 diff --git a/x11/xfce4-panel/PLIST b/x11/xfce4-panel/PLIST index 3b9bb7a3701..684817237e5 100644 --- a/x11/xfce4-panel/PLIST +++ b/x11/xfce4-panel/PLIST @@ -1,14 +1,6 @@ -@comment $NetBSD: PLIST,v 1.17 2007/12/07 19:43:30 martti Exp $ +@comment $NetBSD: PLIST,v 1.18 2008/12/17 12:50:03 hira Exp $ bin/xfce4-panel bin/xfce4-popup-windowlist -etc/xdg/xfce4/panel/clock-14.rc -etc/xdg/xfce4/panel/launcher-10.rc -etc/xdg/xfce4/panel/launcher-7.rc -etc/xdg/xfce4/panel/launcher-8.rc -etc/xdg/xfce4/panel/launcher-9.rc -etc/xdg/xfce4/panel/panels.xml -etc/xdg/xfce4/panel/systray-4.rc -etc/xdg/xfce4/panel/xfce4-menu-5.rc include/xfce4/libxfce4panel/xfce-arrow-button.h include/xfce4/libxfce4panel/xfce-hvbox.h include/xfce4/libxfce4panel/xfce-itembar.h @@ -35,6 +27,14 @@ lib/xfce4/panel-plugins/libsystray.la lib/xfce4/panel-plugins/libtasklist.la lib/xfce4/panel-plugins/libwindowlist.la share/applications/xfce4-panel-manager.desktop +share/examples/xfce4/panel/clock-14.rc +share/examples/xfce4/panel/launcher-10.rc +share/examples/xfce4/panel/launcher-7.rc +share/examples/xfce4/panel/launcher-8.rc +share/examples/xfce4/panel/launcher-9.rc +share/examples/xfce4/panel/panels.xml +share/examples/xfce4/panel/systray-4.rc +share/examples/xfce4/panel/xfce4-menu-5.rc share/doc/libxfce4panel/XfceArrowButton.html share/doc/libxfce4panel/XfceExternalPanelPlugin.html share/doc/libxfce4panel/XfceHVBox.html @@ -136,7 +136,6 @@ share/xfce4/panel-plugins/windowlist.desktop @dirrm share/doc/libxfce4panel @dirrm lib/xfce4/panel-plugins @dirrm include/xfce4/libxfce4panel -@dirrm etc/xdg/xfce4/panel @unexec ${RMDIR} %D/libexec/xfce4/panel-plugins 2>/dev/null || ${TRUE} @unexec ${RMDIR} %D/libexec/xfce4 2>/dev/null || ${TRUE} @unexec ${RMDIR} %D/etc/xdg/xfce4 2>/dev/null || ${TRUE} diff --git a/x11/xfce4-panel/distinfo b/x11/xfce4-panel/distinfo index f5d0f9f6baa..f2e0414337a 100644 --- a/x11/xfce4-panel/distinfo +++ b/x11/xfce4-panel/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.17 2008/03/25 16:13:52 macallan Exp $ +$NetBSD: distinfo,v 1.18 2008/12/17 12:50:03 hira Exp $ -SHA1 (xfce4-panel-4.4.2.tar.bz2) = f66a5f46abc21324e5a375e52a37b98757eae121 -RMD160 (xfce4-panel-4.4.2.tar.bz2) = 6bcbc27d3de95d631ee3f556cf79ed89450769eb -Size (xfce4-panel-4.4.2.tar.bz2) = 757724 bytes +SHA1 (xfce4-panel-4.4.3.tar.bz2) = 6af98ffef4906220c5ffdda17a77409adc7ed353 +RMD160 (xfce4-panel-4.4.3.tar.bz2) = 39c05602e82d3bdeaa152b3820e2f084df6c3759 +Size (xfce4-panel-4.4.3.tar.bz2) = 777979 bytes SHA1 (patch-aa) = 0d44c64af2ab3cc5605dfb08baa75d78843af28f +SHA1 (patch-ab) = c5b1ccf61528bb11aebf63805586621dad4649d1 diff --git a/x11/xfce4-panel/patches/patch-ab b/x11/xfce4-panel/patches/patch-ab new file mode 100644 index 00000000000..ef586d510e5 --- /dev/null +++ b/x11/xfce4-panel/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1 2008/12/17 12:50:03 hira Exp $ + +--- config/Makefile.in.orig 2008-11-29 18:20:58.000000000 +0900 ++++ config/Makefile.in 2008-11-29 18:21:29.000000000 +0900 +@@ -254,7 +254,7 @@ + launcher-10.rc.in + + conf_files = $(conf_in_files:.rc.in=.rc) +-confdir = $(sysconfdir)/xdg/xfce4/panel ++confdir = $(datadir)/examples/xfce4/panel + conf_DATA = panels.xml systray-4.rc xfce4-menu-5.rc clock-14.rc $(conf_files) + EXTRA_DIST = panels.xml systray-4.rc xfce4-menu-5.rc clock-14.rc $(conf_in_files) + all: all-am diff --git a/x11/xfce4-session/distinfo b/x11/xfce4-session/distinfo index 36a431e4971..9ea4c204398 100644 --- a/x11/xfce4-session/distinfo +++ b/x11/xfce4-session/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.9 2007/12/07 19:43:30 martti Exp $ +$NetBSD: distinfo,v 1.10 2008/12/17 12:50:04 hira Exp $ -SHA1 (xfce4-session-4.4.2.tar.bz2) = 576d0515257354d1d9da646fcf29d0dc9b5065db -RMD160 (xfce4-session-4.4.2.tar.bz2) = 9dff9a44b458f98d498da5c2b65056d1d3cdbcea -Size (xfce4-session-4.4.2.tar.bz2) = 1252395 bytes +SHA1 (xfce4-session-4.4.3.tar.bz2) = 609cf888548e1dc7f2b2318698ab86ac73fb0f4d +RMD160 (xfce4-session-4.4.3.tar.bz2) = e0aa16b9089ae00a34f5e1df5b1b9af7a104f922 +Size (xfce4-session-4.4.3.tar.bz2) = 1276089 bytes SHA1 (patch-aa) = 7fcb05e5884f979b015ac7e853df66ca79190195 diff --git a/x11/xfce4-terminal/Makefile b/x11/xfce4-terminal/Makefile index 4ce5ce45132..e8211a34fca 100644 --- a/x11/xfce4-terminal/Makefile +++ b/x11/xfce4-terminal/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.5 2008/07/14 12:56:19 joerg Exp $ +# $NetBSD: Makefile,v 1.6 2008/12/17 12:50:04 hira Exp $ PKG_DESTDIR_SUPPORT= user-destdir .include "../../meta-pkgs/xfce4/Makefile.common" -XFCE4_VERSION= 0.2.8 +XFCE4_VERSION= 0.2.8.3 DISTNAME= Terminal-${XFCE4_VERSION} PKGNAME= xfce4-terminal-${XFCE4_VERSION} diff --git a/x11/xfce4-terminal/distinfo b/x11/xfce4-terminal/distinfo index 4a0d91db27e..be776013f34 100644 --- a/x11/xfce4-terminal/distinfo +++ b/x11/xfce4-terminal/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2007/12/07 19:43:31 martti Exp $ +$NetBSD: distinfo,v 1.4 2008/12/17 12:50:04 hira Exp $ -SHA1 (Terminal-0.2.8.tar.bz2) = 9c4ae0422dea8161aa72659d3bd1b035688d70d7 -RMD160 (Terminal-0.2.8.tar.bz2) = 49bf87091ef39011dc9111439a939a52f19771fe -Size (Terminal-0.2.8.tar.bz2) = 1908459 bytes +SHA1 (Terminal-0.2.8.3.tar.bz2) = 69add6a7435855ab8bccb82774cacb6a148e7693 +RMD160 (Terminal-0.2.8.3.tar.bz2) = ccb5d5484b2164cac673cd5029d8bbc8793d19d4 +Size (Terminal-0.2.8.3.tar.bz2) = 1860706 bytes diff --git a/x11/xfce4-utils/distinfo b/x11/xfce4-utils/distinfo index 7d8b7baae20..c977d2cce4c 100644 --- a/x11/xfce4-utils/distinfo +++ b/x11/xfce4-utils/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.18 2007/12/07 19:43:31 martti Exp $ +$NetBSD: distinfo,v 1.19 2008/12/17 12:50:04 hira Exp $ -SHA1 (xfce-utils-4.4.2.tar.bz2) = b03b685743770b12157159f4b46bde9fb8c2f434 -RMD160 (xfce-utils-4.4.2.tar.bz2) = 7be37ec67faba686d1d329318ca68f4dc0e81ce1 -Size (xfce-utils-4.4.2.tar.bz2) = 596712 bytes +SHA1 (xfce-utils-4.4.3.tar.bz2) = 71290af79f63bb2511d27b0313ec4cd7bc4a81b4 +RMD160 (xfce-utils-4.4.3.tar.bz2) = 62c337cdd40aebe58abca4689a444ab3b5b3e1e6 +Size (xfce-utils-4.4.3.tar.bz2) = 644408 bytes SHA1 (patch-aa) = aff3c61c25944ae7e106cecc9e22a4f2f230741f -- cgit v1.2.3