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

@ -1 +1,2 @@
DIST libqt6pas-6.2.7.tar.gz 87513233 BLAKE2B 26e8492194541453230832591445b97827e65b61531078cb4bd1c9f549bcd0aa531fef036f701de885e96f9e56476b0dd1c9465e2388ea43080ba418acbd097e SHA512 85cb3548fab017f2fd97f5fb141d59a0d0ec1412a161f98fea726ad5d6ed32ee2eb6ef6573e058d4df7dfcc067256e842acf994b73c9a50ebfb064657db33881
DIST libqt6pas-6.2.8.tar.gz 87567292 BLAKE2B 3c58af99366bc42d1374b597b6eda5d6b2c8af5376bdaa86df53757b29914bbb545c8d11dbbc7ebb55e4638cacbd4c1801c4cd651034a8c9a50efc24a78b64ee SHA512 f33308cf130854b63fbcf6eee8824b454276dd71f8ce5c3cffbac5d42ded396ee3859a59ebfa3385c21a27553b0997ae2d334e6c8f6ce6edaf5474047eef79e4

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
}