Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 902301 Details for
Bug 297197
myrulib - Create your own collection of e-books
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Freelib ebuild
freelib-6.1.0.9999.ebuild (text/plain), 1000 bytes, created by
Dmitry S. Kulyabov
on 2024-09-07 13:16:56 UTC
(
hide
)
Description:
Freelib ebuild
Filename:
MIME Type:
Creator:
Dmitry S. Kulyabov
Created:
2024-09-07 13:16:56 UTC
Size:
1000 bytes
patch
obsolete
># Copyright 1999-2024 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=8 > >inherit cmake > >CMAKE_MAKEFILE_GENERATOR=emake > >DESCRIPTION="Freelib is book library manager" >HOMEPAGE="https://github.com/petrovvlad/freeLib" >if [[ ${PV##*.} != 9999 ]]; then > SRC_URI="https://github.com/petrovvlad/freeLib/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" > KEYWORDS="amd64" > S=${WORKDIR}/freeLib-${PV} >else > inherit git-r3 > EGIT_REPO_URI="https://github.com/petrovvlad/freeLib.git" > EGIT_BRANCH=master > KEYWORDS="amd64" >fi > > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="amd64" >IUSE="" > > > >RDEPEND=" > dev-qt/qtbase:6 > dev-qt/qtsvg:6 > dev-qt/qthttpserver:6 > dev-qt/qt5compat:6 > dev-qt/qtwebsockets:6 > dev-libs/quazip[qt6] > " > >DEPEND="${RDEPEND}" > >src_configure() { > local mycmakeargs=( > -DFREELIB_QT_MAJOR_VERSION=6 > -DCMAKE_BUILD_TYPE=Release > ) > > # cmake_src_configure > mkdir -p ${S}_build > cd ${S}_build > cmake ${S} ${mycmakeargs} -DCMAKE_INSTALL_PREFIX=/usr >}
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 297197
:
213219
|
214195
|
219205
|
223433
|
227351
|
235957
|
248452
|
248553
|
248593
|
248594
|
257498
|
257499
|
263963
|
363426
|
363464
|
363466
|
668276
|
668279
|
668282
|
668285
|
668288
|
892692
|
902300
| 902301