Parent Directory
|
Revision Log
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/qlipper/qlipper-2.0.0-r1.ebuild,v 1.1 2012/07/31 12:05:13 yngwin Exp $ |
| 4 | |
| 5 | EAPI=4 |
| 6 | PLOCALES="cs sr" |
| 7 | inherit l10n qt4-r2 |
| 8 | |
| 9 | DESCRIPTION="Lightweight and cross-platform clipboard history applet" |
| 10 | HOMEPAGE="http://code.google.com/p/qlipper/" |
| 11 | SRC_URI="http://qlipper.googlecode.com/files/${P}.tar.bz2" |
| 12 | |
| 13 | LICENSE="GPL-2" |
| 14 | SLOT="0" |
| 15 | KEYWORDS="~amd64 ~x86" |
| 16 | IUSE="" |
| 17 | |
| 18 | DEPEND="dev-qt/qtgui:4" |
| 19 | RDEPEND="${DEPEND}" |
| 20 | |
| 21 | src_prepare() { |
| 22 | l10n_for_each_disabled_locale_do rm_loc |
| 23 | } |
| 24 | |
| 25 | src_configure() { |
| 26 | eqmake4 ${PN}2.pro INSTALL_PREFIX="${EPREFIX}"/usr |
| 27 | } |
| 28 | |
| 29 | rm_loc() { |
| 30 | rm ts/${PN}.${1}.* |
| 31 | } |
| ViewVC Help | |
| Powered by ViewVC 1.1.20 |