commit: 5885624a7ab8aaa6204e4ed7d9b5761005d5ad17 Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org> AuthorDate: Mon Feb 18 23:08:27 2019 +0000 Commit: Jimi Huotari <chiitoo <AT> gentoo <DOT> org> CommitDate: Mon Feb 18 23:20:15 2019 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=5885624a
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 <AT> gentoo.org> x11-themes/lxqt-themes/Manifest | 1 + x11-themes/lxqt-themes/lxqt-themes-0.14.0.ebuild | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+) 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}"
