You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
722 B
32 lines
722 B
# Copyright 1999-2013 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/x11-misc/qlipper/qlipper-2.0.1.ebuild,v 1.2 2013/03/02 23:51:31 hwoarang Exp $
|
|
|
|
EAPI=4
|
|
PLOCALES="cs sr"
|
|
inherit l10n cmake-utils
|
|
|
|
DESCRIPTION="Lightweight and cross-platform clipboard history applet"
|
|
HOMEPAGE="http://code.google.com/p/qlipper/"
|
|
SRC_URI="http://qlipper.googlecode.com/files/${P}.tar.bz2"
|
|
|
|
LICENSE="GPL-2"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~x86"
|
|
IUSE=""
|
|
|
|
DEPEND="dev-qt/qtgui:4"
|
|
RDEPEND="${DEPEND}"
|
|
|
|
src_prepare() {
|
|
l10n_for_each_disabled_locale_do rm_loc
|
|
}
|
|
|
|
src_configure() {
|
|
cmake-utils_src_configure INSTALL_PREFIX="${EPREFIX}"/usr
|
|
}
|
|
|
|
rm_loc() {
|
|
rm ts/${PN}.${1}.*
|
|
}
|