diff options
author | Davide Pesavento <pesa@gentoo.org> | 2016-06-14 20:58:07 +0200 |
---|---|---|
committer | Davide Pesavento <pesa@gentoo.org> | 2016-06-14 20:58:07 +0200 |
commit | 60f473fa8ea41ee9fce1ae80263b56712a305fbc (patch) | |
tree | 1eaa4bcb931a2b70893b9dcea65277f11d107ffc /dev-qt/qtwayland | |
parent | dev-qt/qtsql: convert to usex (diff) | |
download | qt-60f473fa8ea41ee9fce1ae80263b56712a305fbc.tar.gz qt-60f473fa8ea41ee9fce1ae80263b56712a305fbc.tar.bz2 qt-60f473fa8ea41ee9fce1ae80263b56712a305fbc.zip |
dev-qt: Qt 5.6.1 moved to the main tree
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'dev-qt/qtwayland')
-rw-r--r-- | dev-qt/qtwayland/Manifest | 1 | ||||
-rw-r--r-- | dev-qt/qtwayland/qtwayland-5.6.1.ebuild | 41 |
2 files changed, 0 insertions, 42 deletions
diff --git a/dev-qt/qtwayland/Manifest b/dev-qt/qtwayland/Manifest index f4fdf87d..0e5e58e1 100644 --- a/dev-qt/qtwayland/Manifest +++ b/dev-qt/qtwayland/Manifest @@ -1,2 +1 @@ -DIST qtwayland-opensource-src-5.6.1.tar.xz 263748 SHA256 2134545f46145fca57a2828f4dbd1969a6dff953903feebef39c83979d84efc9 SHA512 af8c7bac652e996086ef3b1f60ec8799645e13c4f2397a70f45480386732c10c31fa76fe8f5ba78ef85aca408c88adcbfffa9377afee9b324b28d8fa298965ca WHIRLPOOL 8e28af3f9370fc6b599571f56209ded985006f3842b8a7abc734b26b0f982e9b9ab5d172fc3e75dc59f16c37eebdfbb32600cf7ab312d4a30ebba38c7366e026 DIST qtwayland-opensource-src-5.7.0-rc.tar.xz 287708 SHA256 b817cb8223da7f21e6fd668c5822de301bb4cdda7902656c9a2a0b9f1b98826f SHA512 e215be576274081c518143ba32642a88c110d94334c4cbed5250e3b9c160de8834824158eb6df1c41da9bcf89affb58d149db4cc1d3b6a3c1ef952c3d0615a60 WHIRLPOOL ab9f45fcaeb30ffaa329bbb10208240185a825c2295ff5319a2551b159f11f67ea3b039218c294c27655c4b840d19e8b476a953777580214f5f7bf97e197533a diff --git a/dev-qt/qtwayland/qtwayland-5.6.1.ebuild b/dev-qt/qtwayland/qtwayland-5.6.1.ebuild deleted file mode 100644 index 1039d3d1..00000000 --- a/dev-qt/qtwayland/qtwayland-5.6.1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 -inherit qt5-build - -DESCRIPTION="Wayland platform plugin for Qt" - -if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~x86" -fi - -IUSE="egl qml wayland-compositor xcomposite" - -DEPEND=" - >=dev-libs/wayland-1.4.0 - ~dev-qt/qtcore-${PV} - ~dev-qt/qtgui-${PV}[egl=] - media-libs/mesa[egl?] - >=x11-libs/libxkbcommon-0.2.0 - wayland-compositor? ( - qml? ( ~dev-qt/qtdeclarative-${PV} ) - ) - xcomposite? ( - x11-libs/libX11 - x11-libs/libXcomposite - ) -" -RDEPEND="${DEPEND}" - -src_configure() { - if use wayland-compositor; then - echo "CONFIG += wayland-compositor" >> "${QT5_BUILD_DIR}"/.qmake.cache - fi - - qt_use_compile_test xcomposite - qt_use_disable_mod qml quick src/compositor/compositor_api/compositor_api.pri - - qt5-build_src_configure -} |