diff options
author | Michael Palimaka <kensington@gentoo.org> | 2016-12-06 23:17:17 +1100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2016-12-06 23:17:45 +1100 |
commit | 0cf32014c46dda046af405fde6fe97ad3deddb07 (patch) | |
tree | 9a50dadc6e96b2da5564cbe99a6dd810010ff0f3 /lxqt-base/lxqt-l10n/lxqt-l10n-0.11.0.ebuild | |
parent | net-dns/djbdns: x86 stable wrt bug #404959 (diff) | |
download | gentoo-0cf32014c46dda046af405fde6fe97ad3deddb07.tar.gz gentoo-0cf32014c46dda046af405fde6fe97ad3deddb07.tar.bz2 gentoo-0cf32014c46dda046af405fde6fe97ad3deddb07.zip |
lxqt-base/lxqt-l10n: new package
Package-Manager: portage-2.3.2
Diffstat (limited to 'lxqt-base/lxqt-l10n/lxqt-l10n-0.11.0.ebuild')
-rw-r--r-- | lxqt-base/lxqt-l10n/lxqt-l10n-0.11.0.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/lxqt-base/lxqt-l10n/lxqt-l10n-0.11.0.ebuild b/lxqt-base/lxqt-l10n/lxqt-l10n-0.11.0.ebuild new file mode 100644 index 000000000000..8a7b8789be03 --- /dev/null +++ b/lxqt-base/lxqt-l10n/lxqt-l10n-0.11.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 +inherit cmake-utils + +DESCRIPTION="LXQt localisation package" +HOMEPAGE="http://lxqt.org/" + +if [[ ${PV} = *9999* ]]; then + inherit git-r3 + EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git" +else + SRC_URI="https://downloads.lxqt.org/lxqt/${PV}/${P}.tar.xz" + KEYWORDS="~amd64 ~arm ~arm64 ~x86" +fi + +LICENSE="LGPL-2.1+" +SLOT="0" + +DEPEND=" + dev-qt/linguist-tools:5 + ~lxqt-base/liblxqt-${PV} +" |