/[gentoo-x86]/x11-misc/kdocker/kdocker-4.8.ebuild
Gentoo

Contents of /x11-misc/kdocker/kdocker-4.8.ebuild

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations) (download)
Sat Mar 2 23:49:19 2013 UTC (2 months, 2 weeks ago) by hwoarang
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +4 -4 lines
Move Qt dependencies to the new category

(Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key C2BA7F3C!)

1 # Copyright 1999-2013 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: /var/cvsroot/gentoo-x86/x11-misc/kdocker/kdocker-4.8.ebuild,v 1.1 2012/08/07 11:39:01 kensington Exp $
4
5 EAPI=4
6 LANGS="it"
7 inherit qt4-r2
8
9 DESCRIPTION="Helper to dock any application into the system tray"
10 HOMEPAGE="https://launchpad.net/kdocker/"
11 SRC_URI="http://launchpad.net/${PN}/trunk/${PV:0:3}/+download/${P}.tar.gz"
12
13 LICENSE="GPL-2"
14 SLOT="0"
15 KEYWORDS="~amd64 ~x86"
16 IUSE=""
17
18 DEPEND="
19 x11-libs/libX11
20 x11-libs/libXmu
21 x11-libs/libXpm
22 dev-qt/qtcore:4
23 dev-qt/qtgui:4
24 "
25 RDEPEND="${DEPEND}"
26
27 DOCS=( AUTHORS BUGS ChangeLog CREDITS README TODO )
28
29 src_prepare() {
30 qt4-r2_src_prepare
31
32 if ! use linguas_it ; then
33 sed -e '/^INSTALLS +=/s/translations//' -i kdocker.pro || die "sed failed"
34 fi
35 }

  ViewVC Help
Powered by ViewVC 1.1.13