diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2017-10-22 10:34:22 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2017-10-22 10:34:22 +0100 |
commit | e57e403d595a1b4239d58ffa01cfd04116e3d876 (patch) | |
tree | 670e014359cc66d97abb1f174b1659fc14d06261 /lxqt-base/lxqt-themes/lxqt-themes-0.12.0.ebuild | |
parent | 8ae6831a751f37cc69146795decc0732f625e43d (diff) |
lxqt-base/lxqt-meta : version bump
Diffstat (limited to 'lxqt-base/lxqt-themes/lxqt-themes-0.12.0.ebuild')
-rw-r--r-- | lxqt-base/lxqt-themes/lxqt-themes-0.12.0.ebuild | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/lxqt-base/lxqt-themes/lxqt-themes-0.12.0.ebuild b/lxqt-base/lxqt-themes/lxqt-themes-0.12.0.ebuild new file mode 100644 index 00000000..84d34f93 --- /dev/null +++ b/lxqt-base/lxqt-themes/lxqt-themes-0.12.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit cmake-utils + +DESCRIPTION="LXQt themes" +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://github.com/lxde/${PN}/releases/download/${PV}/${P}.tar.xz" + KEYWORDS="~amd64 ~arm ~arm64 ~x86" +fi + +LICENSE="LGPL-2.1+" +SLOT="0" + +DEPEND="~lxqt-base/liblxqt-${PV}" +RDEPEND="${DEPEND} + !<x11-misc/lxqt-common-0.11*" +PDEPEND="~lxqt-base/lxqt-session-${PV}" + +src_configure() { + local mycmakeargs=( -DPULL_TRANSLATIONS=OFF ) + cmake-utils_src_configure +} |