diff options
author | martti <martti@pkgsrc.org> | 2005-03-18 07:59:08 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2005-03-18 07:59:08 +0000 |
commit | 7f8bdd9231db6332fb1b18c3cc82c18c048eb39a (patch) | |
tree | 940c187ece62e490af0de7e95cecdf4b7d396093 /x11/xfce4-utils | |
parent | 175c1813c9cf71063c8dab5101b948af63ed3b88 (diff) | |
download | pkgsrc-7f8bdd9231db6332fb1b18c3cc82c18c048eb39a.tar.gz |
Updated xfce to 4.2.1.1
General:
* Don't use G_INLINE_FUNC in the source code, which fixes several weird
build errors.
libxfce4util:
* Fix a problem with NFS mounted home directories in Solaris (#724)
xfce4-session:
* Fix RedHat shutdown code (#703)
xfdesktop:
* fix handling of quoted commands in the desktop menu (#776)
* fix handling of .desktop files with no Categories list (#776)
* add "edit menu" button to panel plugin prefs (#554), and ability to change
the button tooltip (#764)
* fix broken panel plugin behavior when trying to track the default desktop
menu. there's a new option to either follow the default menu, or use a
static menu file (#778)
* fix bug where xfdesktop would crash if the windowlist was opened, then a
window was destroyed, and then that window was selected from the list (#672)
* fix "unique" attribute of system menu inclusion
xffm:
* ensure posix.1-1996 compatibility (#695)
* fix for crash on opening fstab on solaris (#726)
* avoid a showstopper gtk-2.4 bug (scaling gdkpixbufs from svg images).
This is bugzilla #751 report. Not all gtk showstopper bugs from svg
can be avoided. In particular with office/mobile_phone_01.svg. This
file will also crash rox
* allow relative paths for icon resolution (xfce4-modules)
* validate utf error messages (#737)
* don't quote paths that are already quoted.
* change smb-share icon to proper icon
* fix borked overwrite warning dialog message
* bug fixes for keyboardnavigation to close bug #795
* separate remove and paste button in toolbar to avoid confusing the
remove confirmation dialog with the overwrite confirmation dialog
* fix translation problems in several languages, including
brazilian-portuguese
* fill in some missing spanish translation strings
* fix for bug #524 (crashing xffm by mounting cdrom and trying to open it
in the other treeview before mount is complete)
xfcalendar:
* remembering of its position (bug #691 and #789)
* warning box for preventing users to loose their changes (#714 and #738)
* possibility to show/hide xfcalendar in taskbar, pager and systray (#719)
* possibility to choose to either show or hide the calendar window when
xfcalendar is launched (it remembered before the status when leaving)
xfce4-panel:
* Save configuration file only on exit
* Fix double click on inactive item in dialog (#739)
* 64bit fix
* Clock applet tweak (#716, hopefully)
xfprint:
* remove FILE backend and add a print-to-file entry in the printing dialog
* multiple bugfixes (#816, #817, #818, #820) in the BSD-LPR backend
Diffstat (limited to 'x11/xfce4-utils')
-rw-r--r-- | x11/xfce4-utils/PLIST | 13 | ||||
-rw-r--r-- | x11/xfce4-utils/buildlink3.mk | 4 | ||||
-rw-r--r-- | x11/xfce4-utils/distinfo | 8 |
3 files changed, 18 insertions, 7 deletions
diff --git a/x11/xfce4-utils/PLIST b/x11/xfce4-utils/PLIST index 7c01bc022ed..8114bc9458e 100644 --- a/x11/xfce4-utils/PLIST +++ b/x11/xfce4-utils/PLIST @@ -1,10 +1,11 @@ -@comment $NetBSD: PLIST,v 1.9 2005/01/17 12:56:14 martti Exp $ +@comment $NetBSD: PLIST,v 1.10 2005/03/18 07:59:10 martti Exp $ ${PKGLOCALEDIR}/locale/ar/LC_MESSAGES/xfce-utils.mo ${PKGLOCALEDIR}/locale/az/LC_MESSAGES/xfce-utils.mo ${PKGLOCALEDIR}/locale/be/LC_MESSAGES/xfce-utils.mo ${PKGLOCALEDIR}/locale/bg/LC_MESSAGES/xfce-utils.mo ${PKGLOCALEDIR}/locale/ca/LC_MESSAGES/xfce-utils.mo ${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/xfce-utils.mo +${PKGLOCALEDIR}/locale/da/LC_MESSAGES/xfce-utils.mo ${PKGLOCALEDIR}/locale/de/LC_MESSAGES/xfce-utils.mo ${PKGLOCALEDIR}/locale/en_GB/LC_MESSAGES/xfce-utils.mo ${PKGLOCALEDIR}/locale/es/LC_MESSAGES/xfce-utils.mo @@ -59,18 +60,24 @@ share/xfce4/AUTHORS.de share/xfce4/AUTHORS.es share/xfce4/AUTHORS.fr share/xfce4/AUTHORS.he +share/xfce4/AUTHORS.ja share/xfce4/AUTHORS.html share/xfce4/AUTHORS.html.az share/xfce4/AUTHORS.html.ca share/xfce4/AUTHORS.html.de share/xfce4/AUTHORS.html.es +share/xfce4/AUTHORS.html.eu +share/xfce4/AUTHORS.html.fi share/xfce4/AUTHORS.html.fr share/xfce4/AUTHORS.html.it +share/xfce4/AUTHORS.html.ja share/xfce4/AUTHORS.html.lt share/xfce4/AUTHORS.html.ro share/xfce4/AUTHORS.html.ru share/xfce4/AUTHORS.html.sk share/xfce4/AUTHORS.html.vi +share/xfce4/AUTHORS.eu +share/xfce4/AUTHORS.fi share/xfce4/AUTHORS.it share/xfce4/AUTHORS.lt share/xfce4/AUTHORS.ro @@ -93,12 +100,16 @@ share/xfce4/INFO.html share/xfce4/INFO.html.ca share/xfce4/INFO.html.de share/xfce4/INFO.html.es +share/xfce4/INFO.html.fi share/xfce4/INFO.html.fr share/xfce4/INFO.html.it +share/xfce4/INFO.html.ja share/xfce4/INFO.html.lt share/xfce4/INFO.html.ro share/xfce4/INFO.html.ru +share/xfce4/INFO.fi share/xfce4/INFO.it +share/xfce4/INFO.ja share/xfce4/INFO.lt share/xfce4/INFO.ro share/xfce4/INFO.ru diff --git a/x11/xfce4-utils/buildlink3.mk b/x11/xfce4-utils/buildlink3.mk index f02b0a27737..bdac1057517 100644 --- a/x11/xfce4-utils/buildlink3.mk +++ b/x11/xfce4-utils/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.6 2005/01/17 12:56:14 martti Exp $ +# $NetBSD: buildlink3.mk,v 1.7 2005/03/18 07:59:10 martti Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ XFCE4_UTILS_BUILDLINK3_MK:= ${XFCE4_UTILS_BUILDLINK3_MK}+ @@ -11,7 +11,7 @@ BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nxfce4-utils} BUILDLINK_PACKAGES+= xfce4-utils .if !empty(XFCE4_UTILS_BUILDLINK3_MK:M+) -BUILDLINK_DEPENDS.xfce4-utils+= xfce4-utils>=4.2.0 +BUILDLINK_DEPENDS.xfce4-utils+= xfce4-utils>=4.2.1 BUILDLINK_PKGSRCDIR.xfce4-utils?= ../../x11/xfce4-utils .endif # XFCE4_UTILS_BUILDLINK3_MK diff --git a/x11/xfce4-utils/distinfo b/x11/xfce4-utils/distinfo index 3ea912bcbbf..0c4b55ad5ba 100644 --- a/x11/xfce4-utils/distinfo +++ b/x11/xfce4-utils/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2005/02/23 17:36:23 wiz Exp $ +$NetBSD: distinfo,v 1.10 2005/03/18 07:59:10 martti Exp $ -SHA1 (xfce-utils-4.2.0.tar.gz) = bbcf8b5d4e816caf4fd6ae0bd24e32a0e117dbd0 -RMD160 (xfce-utils-4.2.0.tar.gz) = 42591d252740248bf9ea1c0effa2ca205f750846 -Size (xfce-utils-4.2.0.tar.gz) = 740252 bytes +SHA1 (xfce-utils-4.2.1.tar.gz) = 9b8aee6a2507fef0faeb77e5d62f07d7fe8abdb1 +RMD160 (xfce-utils-4.2.1.tar.gz) = f5f34db3aa6ed8dd29f771daee5dedd8df90c6c2 +Size (xfce-utils-4.2.1.tar.gz) = 748056 bytes |