| 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 |
}
|