diff options
author | Davide Pesavento <pesa@gentoo.org> | 2013-10-01 22:05:24 +0000 |
---|---|---|
committer | Davide Pesavento <pesa@gentoo.org> | 2013-10-01 22:05:24 +0000 |
commit | 5631acf151d1fad4ccae94c8bc56da0d9a400b48 (patch) | |
tree | 7122f809f656b3e4f5195f52f3b396623d400917 /x11-misc/qlipper/qlipper-2.0.2.ebuild | |
parent | sys-fs/bindfs: Fix compilation (bug #486722), 1.12.3 (diff) | |
download | historical-5631acf151d1fad4ccae94c8bc56da0d9a400b48.tar.gz historical-5631acf151d1fad4ccae94c8bc56da0d9a400b48.tar.bz2 historical-5631acf151d1fad4ccae94c8bc56da0d9a400b48.zip |
Version bump.
Package-Manager: portage-2.2.7/cvs/Linux x86_64
Manifest-Sign-Key: 0x17A85C72
Diffstat (limited to 'x11-misc/qlipper/qlipper-2.0.2.ebuild')
-rw-r--r-- | x11-misc/qlipper/qlipper-2.0.2.ebuild | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/x11-misc/qlipper/qlipper-2.0.2.ebuild b/x11-misc/qlipper/qlipper-2.0.2.ebuild new file mode 100644 index 000000000000..03892e8f3b81 --- /dev/null +++ b/x11-misc/qlipper/qlipper-2.0.2.ebuild @@ -0,0 +1,31 @@ +# 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.2.ebuild,v 1.1 2013/10/01 22:05:22 pesa 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}.* +} |