1
0
Fork 0

Add new version libqt6pas and remove old SLADE3 in overlay

This commit is contained in:
CRy386i 2025-05-31 16:24:53 +03:00
parent 23ae0e9b6b
commit 3b5d375683
7 changed files with 32 additions and 147 deletions

View file

@ -0,0 +1,31 @@
# Copyright 2020-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit qmake-utils
MY_P="lazarus-3.8-0"
DESCRIPTION="Free Pascal Qt6 bindings library updated by lazarus IDE."
HOMEPAGE="https://gitlab.com/freepascal.org/lazarus/lazarus"
SRC_URI="https://downloads.sourceforge.net/lazarus/${MY_P}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
LICENSE="LGPL-3"
SLOT="0/2.2"
DEPEND="
>=dev-qt/qtbase-6.8:6[X,gui,network,widgets,cups]
>=dev-qt/qtsvg-6.8:6"
S="${WORKDIR}/lazarus/lcl/interfaces/qt6/cbindings"
src_configure() {
eqmake6 Qt6Pas.pro
}
src_install() {
emake INSTALL_ROOT="${D}" install
}