From: "Jeremy Olexa (darkside)" <darkside@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in xfce-base/thunar: ChangeLog thunar-1.0.1.ebuild
Date: Fri, 04 Sep 2009 04:05:44 +0000 [thread overview]
Message-ID: <E1MjQ3U-00037C-QW@stork.gentoo.org> (raw)
darkside 09/09/04 04:05:44
Modified: ChangeLog thunar-1.0.1.ebuild
Log:
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)
Revision Changes Path
1.80 xfce-base/thunar/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/thunar/ChangeLog?rev=1.80&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/thunar/ChangeLog?rev=1.80&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/thunar/ChangeLog?r1=1.79&r2=1.80
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/thunar/ChangeLog,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- ChangeLog 20 Aug 2009 03:37:18 -0000 1.79
+++ ChangeLog 4 Sep 2009 04:05:44 -0000 1.80
@@ -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:
1.13 xfce-base/thunar/thunar-1.0.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/thunar/thunar-1.0.1.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/thunar/thunar-1.0.1.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/thunar/thunar-1.0.1.ebuild?r1=1.12&r2=1.13
Index: thunar-1.0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-1.0.1.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- thunar-1.0.1.ebuild 23 Aug 2009 17:44:32 -0000 1.12
+++ thunar-1.0.1.ebuild 4 Sep 2009 04:05:44 -0000 1.13
@@ -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 @@
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"
+}
next reply other threads:[~2009-09-03 22:57 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-09-04 4:05 Jeremy Olexa (darkside) [this message]
-- strict thread matches above, loose matches on Subject: below --
2010-03-09 10:41 [gentoo-commits] gentoo-x86 commit in xfce-base/thunar: ChangeLog thunar-1.0.1.ebuild Samuli Suominen (ssuominen)
2010-01-22 16:48 Samuli Suominen (ssuominen)
2009-10-24 16:56 Samuli Suominen (ssuominen)
2009-10-05 21:10 Jeremy Olexa (darkside)
2009-08-02 10:37 Samuli Suominen (ssuominen)
2009-07-27 17:44 Gysbert Wassenaar (nixnut)
2009-06-30 19:20 Tobias Klausmann (klausman)
2009-06-28 13:23 Brent Baude (ranger)
2009-06-22 16:59 Raul Porcel (armin76)
2009-06-15 0:12 Jeroen Roovers (jer)
2009-06-13 14:03 Tiago Cunha (tcunha)
2009-06-10 7:36 Christian Faulhammer (fauli)
2009-06-09 15:02 Jeremy Olexa (darkside)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=E1MjQ3U-00037C-QW@stork.gentoo.org \
--to=darkside@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox