Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in lxde-base/lxpolkit: lxpolkit-0.1.0-r2.ebuild ChangeLog
Date: Fri, 28 Feb 2014 14:15:59
Message-Id: 20140228141551.015D52004C@flycatcher.gentoo.org
1 ssuominen 14/02/28 14:15:50
2
3 Modified: ChangeLog
4 Added: lxpolkit-0.1.0-r2.ebuild
5 Log:
6 Insert MATE to NotShowIn= in the xdg autostart .desktop file since they have their own mate-polkit with a pkg-config file, library and headers -- and a .desktop file with OnlyShowIn= set to MATE
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
9
10 Revision Changes Path
11 1.18 lxde-base/lxpolkit/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxpolkit/ChangeLog?rev=1.18&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxpolkit/ChangeLog?rev=1.18&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxpolkit/ChangeLog?r1=1.17&r2=1.18
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/lxde-base/lxpolkit/ChangeLog,v
20 retrieving revision 1.17
21 retrieving revision 1.18
22 diff -u -r1.17 -r1.18
23 --- ChangeLog 4 May 2012 05:50:41 -0000 1.17
24 +++ ChangeLog 28 Feb 2014 14:15:50 -0000 1.18
25 @@ -1,6 +1,13 @@
26 # ChangeLog for lxde-base/lxpolkit
27 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxpolkit/ChangeLog,v 1.17 2012/05/04 05:50:41 jdhore Exp $
29 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxpolkit/ChangeLog,v 1.18 2014/02/28 14:15:50 ssuominen Exp $
31 +
32 +*lxpolkit-0.1.0-r2 (28 Feb 2014)
33 +
34 + 28 Feb 2014; Samuli Suominen <ssuominen@g.o> +lxpolkit-0.1.0-r2.ebuild:
35 + Insert MATE to NotShowIn= in the xdg autostart .desktop file since they have
36 + their own mate-polkit with a pkg-config file, library and headers -- and a
37 + .desktop file with OnlyShowIn= set to MATE
38
39 04 May 2012; Jeff Horelick <jdhore@g.o> lxpolkit-0.1.0-r1.ebuild:
40 dev-util/pkgconfig -> virtual/pkgconfig
41 @@ -66,4 +73,3 @@
42 25 Dec 2010; Samuli Suominen <ssuominen@g.o>
43 +lxpolkit-0_p20101225.ebuild:
44 Initial commit.
45 -
46
47
48
49 1.1 lxde-base/lxpolkit/lxpolkit-0.1.0-r2.ebuild
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxpolkit/lxpolkit-0.1.0-r2.ebuild?rev=1.1&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxde-base/lxpolkit/lxpolkit-0.1.0-r2.ebuild?rev=1.1&content-type=text/plain
53
54 Index: lxpolkit-0.1.0-r2.ebuild
55 ===================================================================
56 # Copyright 1999-2014 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 # $Header: /var/cvsroot/gentoo-x86/lxde-base/lxpolkit/lxpolkit-0.1.0-r2.ebuild,v 1.1 2014/02/28 14:15:50 ssuominen Exp $
59
60 EAPI=5
61
62 DESCRIPTION="A simple PolicyKit authentication agent"
63 HOMEPAGE="http://lxde.git.sourceforge.net/git/gitweb.cgi?p=lxde/lxpolkit;a=summary http://blog.lxde.org/?p=674"
64 SRC_URI="mirror://sourceforge/project/lxde/LXPolkit/${P}.tar.gz"
65
66 LICENSE="GPL-3"
67 SLOT="0"
68 KEYWORDS="~amd64 ~x86"
69 IUSE=""
70
71 RDEPEND=">=sys-auth/polkit-0.102
72 x11-libs/gtk+:3
73 !gnome-extra/polkit-gnome"
74 DEPEND="${RDEPEND}
75 >=dev-util/intltool-0.40.0
76 sys-devel/gettext
77 virtual/pkgconfig"
78
79 src_prepare() {
80 local f=data/lxpolkit.desktop.in.in
81 sed -i -e '/^NotShowIn/s:=.*:=MATE;KDE;:' ${f} || die
82 echo 'AutostartCondition=GNOME3 if-session gnome-fallback' >> ${f}
83 }
84
85 src_configure() { econf --enable-gtk3; }