diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-05-14 12:02:29 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-05-14 12:02:29 +0100 |
commit | 1ecb055804ee992daaf6858ee612b8e176464920 (patch) | |
tree | fedef6bd2738a083d85cb36fc66a3fcc780d1c55 /dev-qt/qtpaths/qtpaths-5.9.5-r1000.ebuild | |
parent | 7518d271db86c2cdebde86979d5427a5ac7e123e (diff) |
dev-qt/qtpaths : import from gentoo tree, make it use our eclass, increase revision to beat gentoo
Diffstat (limited to 'dev-qt/qtpaths/qtpaths-5.9.5-r1000.ebuild')
-rw-r--r-- | dev-qt/qtpaths/qtpaths-5.9.5-r1000.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-qt/qtpaths/qtpaths-5.9.5-r1000.ebuild b/dev-qt/qtpaths/qtpaths-5.9.5-r1000.ebuild new file mode 100644 index 00000000..f027e2c2 --- /dev/null +++ b/dev-qt/qtpaths/qtpaths-5.9.5-r1000.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +QT5_MODULE="qttools" +inherit qt5-build-r10000 + +DESCRIPTION="Command line client to QStandardPaths" + +if [[ ${QT5_BUILD_TYPE} == release ]]; then + KEYWORDS="amd64" +fi + +IUSE="" + +DEPEND=" + ~dev-qt/qtcore-${PV} +" +RDEPEND="${DEPEND}" + +QT5_TARGET_SUBDIRS=( + src/qtpaths +) |