| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.2 | 8 | ~amd64 | 0 |
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="GTK+2.0 integration plugins for Qt6"
HOMEPAGE="https://github.com/trialuser02/qt6gtk2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
SRC_URI="https://github.com/trialuser02/${PN}/releases/download/${PV}/${P}.tar.xz"
RDEPEND="dev-qt/qtbase:6=
x11-libs/gtk+:2
x11-libs/libX11"
DEPEND="${RDEPEND}"
src_configure() {
mkdir -p "${S}/build" || die
"${EPREFIX}/usr/$(get_libdir)/qt6/bin/qmake" PREFIX="${ED}/usr" || die "Qt6 qmake failed!"
default
}
src_install() {
emake INSTALL_ROOT="${ED}" install
}
dev-qt/qtbase:6= x11-libs/gtk+:2 x11-libs/libX11
dev-qt/qtbase:6= x11-libs/gtk+:2 x11-libs/libX11
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | qt6gtk2-0.2.tar.xz | 53668 bytes | https://github.com/trialuser02/qt6gtk2/releases/download/0.2/qt6gtk2-0.2.tar.xz |