commit: 25d2dec890c80bf01b9211ce38bc28b3b2e7a7a6 Author: Michael Corvinus <voron1 <AT> gmail <DOT> com> AuthorDate: Mon Dec 12 14:48:24 2022 +0000 Commit: Amy Liffey <amynka <AT> gentoo <DOT> org> CommitDate: Mon Dec 12 18:39:45 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25d2dec8
dev-libs/libqt5pas: new package, add 1.2.9 Closes: https://bugs.gentoo.org/645228 Signed-off-by: Amy Liffey <amynka <AT> gentoo.org> Signed-off-by: Michael Corvinus <voron1 <AT> gmail.com> dev-libs/libqt5pas/Manifest | 1 + dev-libs/libqt5pas/libqt5pas-1.2.9.ebuild | 35 +++++++++++++++++++++++++++++++ dev-libs/libqt5pas/metadata.xml | 16 ++++++++++++++ 3 files changed, 52 insertions(+) diff --git a/dev-libs/libqt5pas/Manifest b/dev-libs/libqt5pas/Manifest new file mode 100644 index 000000000000..ee7b671dbf1f --- /dev/null +++ b/dev-libs/libqt5pas/Manifest @@ -0,0 +1 @@ +DIST libqt5pas-1.2.9.tar.gz 77272959 BLAKE2B 2d7b2872a7399eb1a3a7d9fb20fed209900603ae433db75ac2c4244edf5e5981314ed3d8e39143ff30764e7ccbf1286edace9c38505df1cd28b44250bdd07224 SHA512 1a2fbc8451f1954df1d0071c586662ebc3cd0e9a7db5d910e0af86a3095252a5796d4c7abcf3861ad723af26974ac416c5bf919cd77ad5f406295ad7cdf47eb1 diff --git a/dev-libs/libqt5pas/libqt5pas-1.2.9.ebuild b/dev-libs/libqt5pas/libqt5pas-1.2.9.ebuild new file mode 100644 index 000000000000..cd2b7135bb7c --- /dev/null +++ b/dev-libs/libqt5pas/libqt5pas-1.2.9.ebuild @@ -0,0 +1,35 @@ +# Copyright 2020-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit qmake-utils + +MY_P="lazarus-2.2.4-0" + +DESCRIPTION="Free Pascal Qt5 bindings library updated by lazarus IDE." +HOMEPAGE="https://gitlab.com/freepascal.org/lazarus/lazarus" +SRC_URI="mirror://sourceforge/lazarus/${MY_P}.tar.gz -> ${P}.tar.gz" +KEYWORDS="~amd64 ~x86" + +LICENSE="LGPL-3" +SLOT="0/2.2" + +DEPEND=" + dev-qt/qtgui:5 + dev-qt/qtnetwork:5 + dev-qt/qtprintsupport:5 + dev-qt/qtx11extras:5 + dev-qt/qtcore:5 + dev-qt/qtwidgets:5 +" + +S="${WORKDIR}/lazarus/lcl/interfaces/qt5/cbindings" + +src_configure() { + eqmake5 "QT += x11extras" Qt5Pas.pro +} + +src_install() { + emake INSTALL_ROOT="${D}" install +} diff --git a/dev-libs/libqt5pas/metadata.xml b/dev-libs/libqt5pas/metadata.xml new file mode 100644 index 000000000000..482915f5d479 --- /dev/null +++ b/dev-libs/libqt5pas/metadata.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person" proxied="yes"> + <email>[email protected]</email> + <name>Michael Corvinus</name> + </maintainer> + <maintainer type="project" proxied="proxy"> + <email>[email protected]</email> + <name>Proxy Maintainers</name> + </maintainer> + <upstream> + <remote-id type="gitlab">freepascal.org/lazarus</remote-id> + <remote-id type="sourceforge">lazarus</remote-id> + </upstream> +</pkgmetadata>
