/[gentoo-x86]/sys-auth/polkit-qt/polkit-qt-0.99.0.ebuild
Gentoo

Contents of /sys-auth/polkit-qt/polkit-qt-0.99.0.ebuild

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.9 - (show annotations) (download)
Sun Aug 19 08:02:13 2012 UTC (8 months, 4 weeks ago) by scarabeus
Branch: MAIN
CVS Tags: HEAD
Changes since 1.8: +1 -1 lines
FILE REMOVED
Stable on ppc, drop stable ppc64 as there are no rdeps stable. Drop older. Wrt bug#431896.

(Portage version: 2.2.0_alpha121/cvs/Linux x86_64)

1 # Copyright 1999-2012 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit-qt/polkit-qt-0.99.0.ebuild,v 1.8 2012/07/15 15:28:18 kensington Exp $
4
5 EAPI="3"
6
7 MY_P="${P/qt/qt-1}"
8
9 inherit cmake-utils
10
11 DESCRIPTION="PolicyKit Qt4 API wrapper library."
12 HOMEPAGE="http://kde.org/"
13 SRC_URI="mirror://kde/stable/apps/KDE4.x/admin/${MY_P}.tar.bz2"
14
15 LICENSE="LGPL-2"
16 KEYWORDS="amd64 ~arm ppc ppc64 x86 ~x86-fbsd"
17 SLOT="0"
18 IUSE="debug examples"
19
20 COMMON_DEPEND="
21 dev-libs/glib:2
22 >=sys-auth/polkit-0.99
23 x11-libs/qt-core:4[glib]
24 x11-libs/qt-gui:4[dbus,glib]
25 "
26 DEPEND="${COMMON_DEPEND}
27 dev-util/automoc
28 "
29 RDEPEND="${COMMON_DEPEND}
30 examples? ( !sys-auth/policykit-qt[examples] )
31 "
32
33 DOCS=(AUTHORS README README.porting TODO)
34
35 S="${WORKDIR}/${MY_P}"
36
37 src_configure() {
38 mycmakeargs=(
39 $(cmake-utils_use_build examples)
40 )
41 cmake-utils_src_configure
42 }

  ViewVC Help
Powered by ViewVC 1.1.13