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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.8 - (show annotations) (download)
Tue Apr 2 20:57:05 2013 UTC (7 weeks, 3 days ago) by ago
Branch: MAIN
CVS Tags: HEAD
Changes since 1.7: +2 -2 lines
Stable for ppc64, wrt bug #462890

(Portage version: 2.1.11.55/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)

1 # Copyright 1999-2013 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.103.0.ebuild,v 1.7 2013/03/02 23:33:57 hwoarang Exp $
4
5 EAPI=4
6
7 MY_P="${P/qt/qt-1}"
8
9 inherit cmake-utils
10
11 DESCRIPTION="PolicyKit Qt4 API wrapper library."
12 HOMEPAGE="http://www.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.103
23 dev-qt/qtcore:4[glib]
24 dev-qt/qtgui:4[dbus,glib]
25 "
26 DEPEND="${COMMON_DEPEND}
27 dev-util/automoc
28 "
29 RDEPEND="${COMMON_DEPEND}"
30
31 DOCS=(AUTHORS README README.porting TODO)
32
33 S="${WORKDIR}/${MY_P}"
34
35 src_configure() {
36 mycmakeargs=(
37 $(cmake-utils_use_build examples)
38 )
39 cmake-utils_src_configure
40 }

  ViewVC Help
Powered by ViewVC 1.1.13