diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-08 16:08:50 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-08 16:08:50 +0100 |
commit | 8e65dc38bc7bbfa462d7b229799e08666bcd6c70 (patch) | |
tree | 83732c11f25523bdf60d06e6c62abf0820b109f0 /dev-qt/qtlocation/qtlocation-5.11.1.ebuild | |
parent | 02be2ba9d384b287a0a58d496582b5ae3275934b (diff) |
dev-qt : increase revision to r1337 so we always beat gentoo
Diffstat (limited to 'dev-qt/qtlocation/qtlocation-5.11.1.ebuild')
-rw-r--r-- | dev-qt/qtlocation/qtlocation-5.11.1.ebuild | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/dev-qt/qtlocation/qtlocation-5.11.1.ebuild b/dev-qt/qtlocation/qtlocation-5.11.1.ebuild deleted file mode 100644 index f791b5b3..00000000 --- a/dev-qt/qtlocation/qtlocation-5.11.1.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit qt5-build - -DESCRIPTION="The Location module for the Qt5 framework" - -if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" -fi - -IUSE="" - -RDEPEND=" - ~dev-qt/qtcore-${PV} - ~dev-qt/qtdeclarative-${PV} - ~dev-qt/qtgui-${PV} - ~dev-qt/qtnetwork-${PV} - ~dev-qt/qtpositioning-${PV} - ~dev-qt/qtsql-${PV} - sys-libs/zlib -" -DEPEND="${RDEPEND} - ~dev-qt/qtconcurrent-${PV} -" - -QT5_TARGET_SUBDIRS=( - src/3rdparty/clipper - src/3rdparty/poly2tri - src/3rdparty/clip2tri - src/3rdparty/mapbox-gl-native - src/location - src/imports/location - src/plugins/geoservices -) - -src_configure() { - # src/plugins/geoservices requires files that are only generated when - # qmake is run in the root directory. Bug 633776. - mkdir -p "${QT5_BUILD_DIR}" || die - qt5_qmake "${QT_BUILD_DIR}" - qt5-build_src_configure -} |