diff options
author | Jimi Huotari <chiitoo@gentoo.org> | 2019-02-19 01:08:27 +0200 |
---|---|---|
committer | Jimi Huotari <chiitoo@gentoo.org> | 2019-02-19 01:20:15 +0200 |
commit | 5885624a7ab8aaa6204e4ed7d9b5761005d5ad17 (patch) | |
tree | f665357125ea50c5657e6116f6365c53c474559e /x11-themes | |
parent | x11-misc/pcmanfm-qt: add 0.14.0 for testing (diff) | |
download | qt-5885624a7ab8aaa6204e4ed7d9b5761005d5ad17.tar.gz qt-5885624a7ab8aaa6204e4ed7d9b5761005d5ad17.tar.bz2 qt-5885624a7ab8aaa6204e4ed7d9b5761005d5ad17.zip |
x11-themes/lxqt-themes: add 0.14.0 for testing
Package-Manager: Portage-2.3.61, Repoman-2.3.12
Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/lxqt-themes/Manifest | 1 | ||||
-rw-r--r-- | x11-themes/lxqt-themes/lxqt-themes-0.14.0.ebuild | 24 |
2 files changed, 25 insertions, 0 deletions
diff --git a/x11-themes/lxqt-themes/Manifest b/x11-themes/lxqt-themes/Manifest new file mode 100644 index 00000000..749961bf --- /dev/null +++ b/x11-themes/lxqt-themes/Manifest @@ -0,0 +1 @@ +DIST lxqt-themes-0.14.0.tar.xz 3203820 BLAKE2B a8fd0e77f3c6844f13755bd5c6e0e48c194475c082cbcf83b3999e120f548f457293cc0bcf06cff2ab38ac4ddf54346cf07abb80d5f5f326eca5c5a6baee45da SHA512 622449df60f5f50d59ab308a7aaae35114e91bda48e112fb2abb2c394bfdfc5794d2bf0c6ce63689a29081a31bdde191e3c8cb7217f833d76a407f9970eb1fb2 diff --git a/x11-themes/lxqt-themes/lxqt-themes-0.14.0.ebuild b/x11-themes/lxqt-themes/lxqt-themes-0.14.0.ebuild new file mode 100644 index 00000000..8e8ce23c --- /dev/null +++ b/x11-themes/lxqt-themes/lxqt-themes-0.14.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit cmake-utils + +DESCRIPTION="Themes, graphics and icons for LXQt" +HOMEPAGE="https://lxqt.org/" + +if [[ ${PV} = *9999* ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/lxqt/${PN}.git" +else + SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz" + KEYWORDS="~amd64 ~arm ~arm64 ~x86" +fi + +LICENSE="LGPL-2.1+" +SLOT="0" + +BDEPEND=">=dev-util/lxqt-build-tools-0.6.0" +RDEPEND="" +DEPEND="${RDEPEND}" |