summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2007-03-02 12:51:15 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2007-03-02 12:51:15 +0000
commit8554e6b8c13d7175bf678b88aaef627e32199905 (patch)
treee4629ced04bf7c9ba74910d44af21a496c8684ff /xfce-base/xfce-utils/ChangeLog
parentFix startxfce4 script so it won't lose XDG_DATA_DIRS set by /etc/env.d. This ... (diff)
downloadhistorical-8554e6b8c13d7175bf678b88aaef627e32199905.tar.gz
historical-8554e6b8c13d7175bf678b88aaef627e32199905.tar.bz2
historical-8554e6b8c13d7175bf678b88aaef627e32199905.zip
Fix ChangeLog, my XDG_DATA_DIRS enviroment variable accidentally leaked here.. *shrug*
Package-Manager: portage-2.1.2-r12
Diffstat (limited to 'xfce-base/xfce-utils/ChangeLog')
-rw-r--r--xfce-base/xfce-utils/ChangeLog5
1 files changed, 2 insertions, 3 deletions
diff --git a/xfce-base/xfce-utils/ChangeLog b/xfce-base/xfce-utils/ChangeLog
index 6756b2aa515c..afbb1f01e5c2 100644
--- a/xfce-base/xfce-utils/ChangeLog
+++ b/xfce-base/xfce-utils/ChangeLog
@@ -1,13 +1,12 @@
# ChangeLog for xfce-base/xfce-utils
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-utils/ChangeLog,v 1.88 2007/03/02 12:49:26 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-utils/ChangeLog,v 1.89 2007/03/02 12:51:15 drac Exp $
*xfce-utils-4.4.0-r3 (02 Mar 2007)
02 Mar 2007; Samuli Suominen <drac@gentoo.org>
+files/xfce-utils-4.4.0-xdg_data_dirs.patch, +xfce-utils-4.4.0-r3.ebuild:
- Fix startxfce4 script so it won't lose
- /usr/share:/usr/local/share:/usr/kde/3.5/share:/usr/share set by /etc/env.d.
+ Fix startxfce4 script so it won't lose XDG_DATA_DIRS set by /etc/env.d.
This allows KDE applications to show in Xfce Menu when kdelibs-3.5.6-r2 is
installed. Big thanks to Arttu arse Hanhela for testing.