Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 886770 Details for
Bug 923739
dev-db/pgmodeler-0.9.4 with dev-libs/libxml2-2.12.0: src/xmlparser.cpp:182:42: error: invalid conversion from ‘const xmlError*’ {aka ‘const _xmlError*’} to ‘xmlError*’ {aka ‘_xmlError*’} [-fpermissive]
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
pgmodeler-1.1.0.ebuild
pgmodeler-1.1.0.ebuild (text/plain), 1.15 KB, created by
Louis Frayser
on 2024-03-06 01:34:10 UTC
(
hide
)
Description:
pgmodeler-1.1.0.ebuild
Filename:
MIME Type:
Creator:
Louis Frayser
Created:
2024-03-06 01:34:10 UTC
Size:
1.15 KB
patch
obsolete
># Copyright 1999-2022 Gentoo Authors ># Distributed under the terms of the GNU General Public License v2 > >EAPI=7 > >POSTGRES_COMPAT=( 15 16) > >inherit desktop postgres qmake-utils > >MY_PV=${PV/_/-} > >DESCRIPTION="PostgreSQL Database Modeler" >HOMEPAGE="https://pgmodeler.io" >SRC_URI="https://github.com/${PN}/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz" > >LICENSE="GPL-3" >SLOT="0" >KEYWORDS="~amd64" > >DEPEND="${POSTGRES_DEP} > dev-libs/icu:= > dev-libs/libxml2:= > dev-qt/qtbase:6 > dev-qt/qtsvg:6 >" >RDEPEND="${DEPEND}" > >DOCS=( CHANGELOG.md README.md RELEASENOTES.md ) > >S="${WORKDIR}/${PN}-${MY_PV}" > >src_configure() { > eqmake6 \ > PREFIX="${EPREFIX}/usr" \ > PLUGINSDIR="${EPREFIX}/usr/$(get_libdir)/${PN}/plugins" \ > PRIVATEBINDIR="${EPREFIX}/usr/$(get_libdir)/${PN}/bin" \ > PRIVATELIBDIR="${EPREFIX}/usr/$(get_libdir)/${PN}" \ > NO_UPDATE_CHECK=1 \ > -r ${PN}.pro >} > >src_test() { > cd "${S}/tests" || die > eqmake6 tests.pro > emake > emake check >} > >src_install() { > emake INSTALL_ROOT="${D}" install > > rm "${D}"/usr/share/${PN}/{CHANGELOG.md,LICENSE,README.md,RELEASENOTES.md} > > einstalldocs > > doicon assets/conf/${PN}_logo.png > make_desktop_entry ${PN} ${PN} ${PN}_logo Development >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 923739
:
884155
|
884156
| 886770