summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Olexa <darkside@gentoo.org>2009-09-04 04:05:44 +0000
committerJeremy Olexa <darkside@gentoo.org>2009-09-04 04:05:44 +0000
commit6e9fc64940b0217cb3fb82b4f9aa80dd36a8b0f0 (patch)
treef18e45daaf055f813f58fd33ccab97d5beeb83f5 /xfce-base
parentremoved old version (diff)
downloadgentoo-2-6e9fc64940b0217cb3fb82b4f9aa80dd36a8b0f0.tar.gz
gentoo-2-6e9fc64940b0217cb3fb82b4f9aa80dd36a8b0f0.tar.bz2
gentoo-2-6e9fc64940b0217cb3fb82b4f9aa80dd36a8b0f0.zip
Add warning for dbus error if you aren't in the plugdev group, bug 279077
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'xfce-base')
-rw-r--r--xfce-base/thunar/ChangeLog5
-rw-r--r--xfce-base/thunar/thunar-1.0.1.ebuild8
2 files changed, 11 insertions, 2 deletions
diff --git a/xfce-base/thunar/ChangeLog b/xfce-base/thunar/ChangeLog
index faf97e24bcd5..5aece5c5f9f0 100644
--- a/xfce-base/thunar/ChangeLog
+++ b/xfce-base/thunar/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for xfce-base/thunar
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/ChangeLog,v 1.79 2009/08/20 03:37:18 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/ChangeLog,v 1.80 2009/09/04 04:05:44 darkside Exp $
+
+ 04 Sep 2009; Jeremy Olexa <darkside@gentoo.org> thunar-1.0.1.ebuild:
+ Add warning for dbus error if you aren't in the plugdev group, bug 279077
20 Aug 2009; Jeremy Olexa <darkside@gentoo.org>
-files/thunar-0.8.0-jpeg.patch, -files/thunar-0.8.0-uca.patch:
diff --git a/xfce-base/thunar/thunar-1.0.1.ebuild b/xfce-base/thunar/thunar-1.0.1.ebuild
index 6fd1e0e6f2a4..6cdf19a29121 100644
--- a/xfce-base/thunar/thunar-1.0.1.ebuild
+++ b/xfce-base/thunar/thunar-1.0.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-1.0.1.ebuild,v 1.12 2009/08/23 17:44:32 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-1.0.1.ebuild,v 1.13 2009/09/04 04:05:44 darkside Exp $
EAPI=2
MY_P=${P/t/T}
@@ -68,3 +68,9 @@ pkg_setup() {
src_test() {
Xemake check || die "Xemake check failed"
}
+
+pkg_postinst() {
+ xfconf_pkg_postinst
+ elog "If you are seeing some odd dbus error, make sure your user is in the"
+ elog "plugdev group. See Gentoo bug #279077 for more info"
+}