/[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.1 - (hide annotations) (download)
Tue Aug 7 11:39:01 2012 UTC (9 months, 2 weeks ago) by kensington
Branch: MAIN
Move kde-misc/kdocker to x11-misc/kdocker.

(Portage version: 2.1.11.9/cvs/Linux x86_64)

1 kensington 1.1 # Copyright 1999-2012 Gentoo Foundation
2     # Distributed under the terms of the GNU General Public License v2
3     # $Header: /var/cvsroot/gentoo-x86/kde-misc/kdocker/kdocker-4.8.ebuild,v 1.1 2012/08/07 10:04:56 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     x11-libs/qt-core:4
23     x11-libs/qt-gui: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