diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-29 09:20:15 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-29 09:20:15 +0100 |
commit | ea8053f6ed24ab55d185cc7eaf41200f3147bf16 (patch) | |
tree | 0c62afaa5a8377770298fac8102eb6a4048e3ba4 /lxqt-base/lxqt-l10n | |
parent | d1ea39df2d49af27dc99b2e9060e92f3eda7b315 (diff) |
lxqt-base/lxqt-meta : bump to v0.13.0
Diffstat (limited to 'lxqt-base/lxqt-l10n')
-rw-r--r-- | lxqt-base/lxqt-l10n/Manifest | 1 | ||||
-rw-r--r-- | lxqt-base/lxqt-l10n/lxqt-l10n-0.13.0.ebuild | 19 |
2 files changed, 20 insertions, 0 deletions
diff --git a/lxqt-base/lxqt-l10n/Manifest b/lxqt-base/lxqt-l10n/Manifest index 11e8a4ed..134de7e6 100644 --- a/lxqt-base/lxqt-l10n/Manifest +++ b/lxqt-base/lxqt-l10n/Manifest @@ -1 +1,2 @@ DIST lxqt-l10n-0.12.0.tar.xz 695368 BLAKE2B 32e35edbfbb615449f174ee9c4111deca773553bb5a501f39630114a46e1d56261252bf223e4644ae8760d88d38ac96d40c95eebcf28083dc24424e269ab0eec SHA512 3012c25214e10bdbd262bd68a18c77eef6b2e5a0426ef82283150e4dd7b6f271080b95e4e7221235cf43fb430928359aeb95942a570e9ce8913ac5e61328efe9 +DIST lxqt-l10n-0.13.0.tar.xz 758588 BLAKE2B e904f60c50dd389fce027a374536412b9f2947bc4a7b81c313a0457744328158215b520e15044c30c045a022c7119682b05ccbf2534923684cf5daf40d5f7c45 SHA512 cbafc0f1c12a9c14af8ed896f5147d90fcd24786be0cc5de7f8897e31ac012a7308604622635f43709edeb13824395806e6d8e89355a0fd6799227f8d0d8f686 diff --git a/lxqt-base/lxqt-l10n/lxqt-l10n-0.13.0.ebuild b/lxqt-base/lxqt-l10n/lxqt-l10n-0.13.0.ebuild new file mode 100644 index 00000000..1eff4b1a --- /dev/null +++ b/lxqt-base/lxqt-l10n/lxqt-l10n-0.13.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit cmake-utils + +DESCRIPTION="LXQt localisation package" +HOMEPAGE="http://lxqt.org/" + +SRC_URI="https://github.com/lxde/${PN}/releases/download/${PV}/${P}.tar.xz" +KEYWORDS="~amd64" + +LICENSE="LGPL-2.1+" +SLOT="0" + +DEPEND=" + dev-qt/linguist-tools:5 + ~lxqt-base/liblxqt-${PV} +" |