summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2011-01-22 21:33:22 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2011-01-22 21:33:22 +0000
commit490a3c8ca61c71217f29ee3a89a41f37765e7958 (patch)
treef4740a9707018f308ff3d9bfcb1a8cc7d628a8f7 /lxde-base
parentppc64 stable wrt #344439 (diff)
downloadgentoo-2-490a3c8ca61c71217f29ee3a89a41f37765e7958.tar.gz
gentoo-2-490a3c8ca61c71217f29ee3a89a41f37765e7958.tar.bz2
gentoo-2-490a3c8ca61c71217f29ee3a89a41f37765e7958.zip
New snapshot
(Portage version: 2.2.0_alpha18/cvs/Linux x86_64)
Diffstat (limited to 'lxde-base')
-rw-r--r--lxde-base/lxpolkit/ChangeLog10
-rw-r--r--lxde-base/lxpolkit/lxpolkit-0_p20110122.ebuild42
2 files changed, 50 insertions, 2 deletions
diff --git a/lxde-base/lxpolkit/ChangeLog b/lxde-base/lxpolkit/ChangeLog
index 3926b9b77127..26c88e38461a 100644
--- a/lxde-base/lxpolkit/ChangeLog
+++ b/lxde-base/lxpolkit/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for lxde-base/lxpolkit
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxpolkit/ChangeLog,v 1.1 2010/12/25 17:05:53 ssuominen Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxpolkit/ChangeLog,v 1.2 2011/01/22 21:33:22 hwoarang Exp $
+
+*lxpolkit-0_p20110122 (22 Jan 2011)
+
+ 22 Jan 2011; Markos Chandras <hwoarang@gentoo.org>
+ +lxpolkit-0_p20110122.ebuild:
+ New snapshot
*lxpolkit-0_p20101225 (25 Dec 2010)
diff --git a/lxde-base/lxpolkit/lxpolkit-0_p20110122.ebuild b/lxde-base/lxpolkit/lxpolkit-0_p20110122.ebuild
new file mode 100644
index 000000000000..d3479bfa858e
--- /dev/null
+++ b/lxde-base/lxpolkit/lxpolkit-0_p20110122.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/lxde-base/lxpolkit/lxpolkit-0_p20110122.ebuild,v 1.1 2011/01/22 21:33:22 hwoarang Exp $
+
+EAPI=3
+inherit autotools
+
+DESCRIPTION="A simple PolicyKit auhentication agent"
+HOMEPAGE="http://blog.lxde.org/?p=674"
+SRC_URI="http://dev.gentoo.org/~hwoarang/distfiles/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-libs/glib-2.18:2
+ >=lxde-base/menu-cache-0.3.2
+ >=sys-auth/polkit-0.99
+ >=x11-libs/gtk+-2.12:2
+ !gnome-extra/polkit-gnome"
+DEPEND="${RDEPEND}
+ app-arch/xz-utils
+ >=dev-util/intltool-0.40.0
+ dev-util/pkgconfig
+ sys-devel/gettext"
+
+src_prepare() {
+ # NotShowIn=KDE; because they have polkit-kde, but this
+ # is exchangeable with polkit-gnome. The blocker is valid,
+ # and it's other packages that need || ( ) deps.
+ sed -i -e '/ShowIn/d' data/lxpolkit.desktop.in.in || die
+ echo 'NotShowIn=KDE;' >> data/lxpolkit.desktop.in.in
+
+ intltoolize --force --copy --automake
+ eautoreconf
+}
+
+src_install() {
+ emake DESTDIR="${D}" install || die
+ dodoc AUTHORS
+}