mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-30 10:38:07 -07:00
dev-libs/libqt6pas: add 6.2.7, drop 1.0.0-r1
Use the proper version from Qt6Pas.pro. This version is tied to what's in lazarus-3.0 but it's the same in lazarus-3.2. Also, don't unnecessarily rename the distfile so it can be reused rather than downloaded twice by users with lazarus. Bug: https://bugs.gentoo.org/934158 Bug: https://bugs.gentoo.org/934235 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -1 +1 @@
|
||||
DIST libqt6pas-1.0.0.tar.gz 87513233 BLAKE2B 26e8492194541453230832591445b97827e65b61531078cb4bd1c9f549bcd0aa531fef036f701de885e96f9e56476b0dd1c9465e2388ea43080ba418acbd097e SHA512 85cb3548fab017f2fd97f5fb141d59a0d0ec1412a161f98fea726ad5d6ed32ee2eb6ef6573e058d4df7dfcc067256e842acf994b73c9a50ebfb064657db33881
|
||||
DIST lazarus-3.0-0.tar.gz 87513233 BLAKE2B 26e8492194541453230832591445b97827e65b61531078cb4bd1c9f549bcd0aa531fef036f701de885e96f9e56476b0dd1c9465e2388ea43080ba418acbd097e SHA512 85cb3548fab017f2fd97f5fb141d59a0d0ec1412a161f98fea726ad5d6ed32ee2eb6ef6573e058d4df7dfcc067256e842acf994b73c9a50ebfb064657db33881
|
||||
|
||||
@@ -3,17 +3,22 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
# Get PV from lcl/interfaces/qt6/cbindings/Qt6Pas.pro
|
||||
inherit qmake-utils
|
||||
|
||||
MY_P="lazarus-3.0-0"
|
||||
LAZARUS_PV=3.0
|
||||
|
||||
# We want to keep the version here in correspondence with dev-lang/lazarus
|
||||
# so dev-lang/lazarus can use the bindings.
|
||||
MY_P="lazarus-${LAZARUS_PV}-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"
|
||||
SRC_URI="https://downloads.sourceforge.net/lazarus/${MY_P}.tar.gz"
|
||||
S="${WORKDIR}/lazarus/lcl/interfaces/qt6/cbindings"
|
||||
|
||||
LICENSE="LGPL-3"
|
||||
SLOT="0/3.0"
|
||||
SLOT="0/${LAZARUS_PV}"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
DEPEND="
|
||||
Reference in New Issue
Block a user