From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D3B2C1582ED for ; Fri, 14 Jun 2024 09:33:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0E8E5E2B20; Fri, 14 Jun 2024 09:33:52 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DC30EE2B0F for ; Fri, 14 Jun 2024 09:33:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E0D40335DC3 for ; Fri, 14 Jun 2024 09:33:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 481791C84 for ; Fri, 14 Jun 2024 09:33:49 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1718357554.34c96163c6e136c139a065d22346b6ebdb7bac52.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libqt5pas/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libqt5pas/Manifest dev-libs/libqt5pas/libqt5pas-1.2.15.ebuild X-VCS-Directories: dev-libs/libqt5pas/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 34c96163c6e136c139a065d22346b6ebdb7bac52 X-VCS-Branch: master Date: Fri, 14 Jun 2024 09:33:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 86affab2-f7ad-4ee8-8ff6-1bda93886e35 X-Archives-Hash: 02e454011ab6d117554a0350eab7902d commit: 34c96163c6e136c139a065d22346b6ebdb7bac52 Author: Sam James gentoo org> AuthorDate: Fri Jun 14 09:19:51 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jun 14 09:32:34 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34c96163 dev-libs/libqt5pas: add 1.2.15 Bug: https://bugs.gentoo.org/934158 Bug: https://bugs.gentoo.org/934235 Signed-off-by: Sam James gentoo.org> dev-libs/libqt5pas/Manifest | 1 + dev-libs/libqt5pas/libqt5pas-1.2.15.ebuild | 38 ++++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+) diff --git a/dev-libs/libqt5pas/Manifest b/dev-libs/libqt5pas/Manifest index ee7b671dbf1f..d506640c7770 100644 --- a/dev-libs/libqt5pas/Manifest +++ b/dev-libs/libqt5pas/Manifest @@ -1 +1,2 @@ +DIST libqt5pas-1.2.15.tar.gz 87513233 BLAKE2B 26e8492194541453230832591445b97827e65b61531078cb4bd1c9f549bcd0aa531fef036f701de885e96f9e56476b0dd1c9465e2388ea43080ba418acbd097e SHA512 85cb3548fab017f2fd97f5fb141d59a0d0ec1412a161f98fea726ad5d6ed32ee2eb6ef6573e058d4df7dfcc067256e842acf994b73c9a50ebfb064657db33881 DIST libqt5pas-1.2.9.tar.gz 77272959 BLAKE2B 2d7b2872a7399eb1a3a7d9fb20fed209900603ae433db75ac2c4244edf5e5981314ed3d8e39143ff30764e7ccbf1286edace9c38505df1cd28b44250bdd07224 SHA512 1a2fbc8451f1954df1d0071c586662ebc3cd0e9a7db5d910e0af86a3095252a5796d4c7abcf3861ad723af26974ac416c5bf919cd77ad5f406295ad7cdf47eb1 diff --git a/dev-libs/libqt5pas/libqt5pas-1.2.15.ebuild b/dev-libs/libqt5pas/libqt5pas-1.2.15.ebuild new file mode 100644 index 000000000000..7c1e535c3618 --- /dev/null +++ b/dev-libs/libqt5pas/libqt5pas-1.2.15.ebuild @@ -0,0 +1,38 @@ +# Copyright 2020-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +# Get PV from lcl/interfaces/qt5/cbindings/Qt5Pas.pro +inherit qmake-utils + +# We want to keep the version here in correspondence with dev-lang/lazarus +# so dev-lang/lazarus can use the bindings. +MY_P="lazarus-3.0-0" + +DESCRIPTION="Free Pascal Qt5 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" +S="${WORKDIR}/lazarus/lcl/interfaces/qt5/cbindings" + +LICENSE="LGPL-3" +SLOT="0/3.0" +KEYWORDS="~amd64 ~x86" + +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 +" +RDEPEND="${DEPEND}" + +src_configure() { + eqmake5 "QT += x11extras" Qt5Pas.pro +} + +src_install() { + emake INSTALL_ROOT="${D}" install +}