first commit
This commit is contained in:
commit
528f89a79b
90 changed files with 13567 additions and 0 deletions
1
dev-libs/libqt5pas/Manifest
Normal file
1
dev-libs/libqt5pas/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST libqt5pas-1.2.15.tar.gz 87513233 BLAKE2B 26e8492194541453230832591445b97827e65b61531078cb4bd1c9f549bcd0aa531fef036f701de885e96f9e56476b0dd1c9465e2388ea43080ba418acbd097e SHA512 85cb3548fab017f2fd97f5fb141d59a0d0ec1412a161f98fea726ad5d6ed32ee2eb6ef6573e058d4df7dfcc067256e842acf994b73c9a50ebfb064657db33881
|
||||
35
dev-libs/libqt5pas/libqt5pas-1.2.15.ebuild
Normal file
35
dev-libs/libqt5pas/libqt5pas-1.2.15.ebuild
Normal file
|
|
@ -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-3.0-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
|
||||
}
|
||||
16
dev-libs/libqt5pas/metadata.xml
Normal file
16
dev-libs/libqt5pas/metadata.xml
Normal file
|
|
@ -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">
|
||||
<email>amynka@gentoo.org</email>
|
||||
<name>Amy Liffey</name>
|
||||
</maintainer>
|
||||
<maintainer type="person" proxied="yes">
|
||||
<email>voron1@gmail.com</email>
|
||||
<name>Michael Corvinus</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="gitlab">freepascal.org/lazarus</remote-id>
|
||||
<remote-id type="sourceforge">lazarus</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
1
dev-libs/libqt6pas/Manifest
Normal file
1
dev-libs/libqt6pas/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST libqt6pas-6.2.7.tar.gz 87513233 BLAKE2B 26e8492194541453230832591445b97827e65b61531078cb4bd1c9f549bcd0aa531fef036f701de885e96f9e56476b0dd1c9465e2388ea43080ba418acbd097e SHA512 85cb3548fab017f2fd97f5fb141d59a0d0ec1412a161f98fea726ad5d6ed32ee2eb6ef6573e058d4df7dfcc067256e842acf994b73c9a50ebfb064657db33881
|
||||
30
dev-libs/libqt6pas/libqt6pas-6.2.7.ebuild
Normal file
30
dev-libs/libqt6pas/libqt6pas-6.2.7.ebuild
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
# 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.0-0"
|
||||
|
||||
DESCRIPTION="Free Pascal Qt6 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/qtbase-6.2:6[X,gui,network,widgets,cups]
|
||||
>=dev-qt/qtsvg-6.2:6"
|
||||
|
||||
S="${WORKDIR}/lazarus/lcl/interfaces/qt6/cbindings"
|
||||
|
||||
src_configure() {
|
||||
eqmake6 Qt6Pas.pro
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake INSTALL_ROOT="${D}" install
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue