From fa94e8249a2c18f80f6c2e53e7927255d0beb758 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sat, 27 Jan 2018 14:00:18 +0100 Subject: Update qtstyle to latest commit --- dev-qt/qtstyleplugin/qtstyleplugin-171103.ebuild | 40 ++++++++++++++++++++++++ dev-qt/qtstyleplugin/qtstyleplugin-5.0.0.ebuild | 40 ------------------------ 2 files changed, 40 insertions(+), 40 deletions(-) create mode 100644 dev-qt/qtstyleplugin/qtstyleplugin-171103.ebuild delete mode 100644 dev-qt/qtstyleplugin/qtstyleplugin-5.0.0.ebuild diff --git a/dev-qt/qtstyleplugin/qtstyleplugin-171103.ebuild b/dev-qt/qtstyleplugin/qtstyleplugin-171103.ebuild new file mode 100644 index 0000000..f897b0d --- /dev/null +++ b/dev-qt/qtstyleplugin/qtstyleplugin-171103.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit qmake-utils git-r3 + +DESCRIPTION="Additional style plugins for Qt5 (gtk2, cleanlook, plastic, motif)" +HOMEPAGE="https://code.qt.io/cgit/qt/qtstyleplugins.git/" +EGIT_REPO_URI="https://code.qt.io/qt/qtstyleplugins.git" +EGIT_COMMIT="335dbece103e2cbf6c7cf819ab6672c2956b17b3" + +LICENSE="LGPL-2" +SLOT="5" +KEYWORDS="x86 amd64" + +DEPEND=" + x11-libs/gtk+:2 + dev-qt/qtgui:5 + dev-qt/qtdbus:5 + x11-libs/libX11" +RDEPEND="${DEPEND}" + +src_configure() { + eqmake5 +} + +src_install() { + emake INSTALL_ROOT="${D}" install +} + +pkg_postinst() { + elog "" + elog "To make Qt5 applications use the gtk2 style" + elog "insert the following into ~/.profile:" + elog "QT_QPA_PLATFORMTHEME=gtk2" + elog "For environments using ~/.pam_environment (gnome wayland):" + elog "QT_QPA_PLATFORMTHEME OVERRIDE=gtk2" + elog "" +} diff --git a/dev-qt/qtstyleplugin/qtstyleplugin-5.0.0.ebuild b/dev-qt/qtstyleplugin/qtstyleplugin-5.0.0.ebuild deleted file mode 100644 index 65ddfd6..0000000 --- a/dev-qt/qtstyleplugin/qtstyleplugin-5.0.0.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit qmake-utils git-r3 - -DESCRIPTION="Additional style plugins for Qt5 (gtk2, cleanlook, plastic, motif)" -HOMEPAGE="https://code.qt.io/cgit/qt/qtstyleplugins.git/" -EGIT_REPO_URI="https://code.qt.io/qt/qtstyleplugins.git" -EGIT_COMMIT="v${PV}" - -LICENSE="LGPL-2" -SLOT="5" -KEYWORDS="x86 amd64" - -DEPEND=" - x11-libs/gtk+:2 - dev-qt/qtgui:5 - dev-qt/qtdbus:5 - x11-libs/libX11" -RDEPEND="${DEPEND}" - -src_configure() { - eqmake5 -} - -src_install() { - emake INSTALL_ROOT="${D}" install -} - -pkg_postinst() { - elog "" - elog "To make Qt5 applications use the gtk2 style" - elog "insert the following into ~/.profile:" - elog "QT_QPA_PLATFORMTHEME=gtk2" - elog "For environments using ~/.pam_environment (gnome wayland):" - elog "QT_QPA_PLATFORMTHEME OVERRIDE=gtk2" - elog "" -} -- cgit v1.2.3