summaryrefslogtreecommitdiff
path: root/dev-qt/qtstyleplugin/qtstyleplugin-171103.ebuild
diff options
context:
space:
mode:
authorKarel Kočí <karel.koci@nic.cz>2018-02-14 16:35:34 +0100
committerKarel Kočí <karel.koci@nic.cz>2018-02-14 16:35:34 +0100
commit2d71427ea88d6162799f0b2d464d4bdd255010e0 (patch)
tree051dab6ee8a93cee3ec92b74b19a723fa0657554 /dev-qt/qtstyleplugin/qtstyleplugin-171103.ebuild
parent125f5d1add5c4c4023cfa581070212e744b5b495 (diff)
downloadgentoo-personal-overlay-2d71427ea88d6162799f0b2d464d4bdd255010e0.tar.gz
gentoo-personal-overlay-2d71427ea88d6162799f0b2d464d4bdd255010e0.tar.bz2
gentoo-personal-overlay-2d71427ea88d6162799f0b2d464d4bdd255010e0.zip
Drop qt-creator
Diffstat (limited to 'dev-qt/qtstyleplugin/qtstyleplugin-171103.ebuild')
-rw-r--r--dev-qt/qtstyleplugin/qtstyleplugin-171103.ebuild40
1 files changed, 0 insertions, 40 deletions
diff --git a/dev-qt/qtstyleplugin/qtstyleplugin-171103.ebuild b/dev-qt/qtstyleplugin/qtstyleplugin-171103.ebuild
deleted file mode 100644
index f897b0d..0000000
--- a/dev-qt/qtstyleplugin/qtstyleplugin-171103.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="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 ""
-}