Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 545252 Details for
Bug 664712
games-board/cockatrice-2.6.2 (-2.6.3_beta6) version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
cockatrice-2.5.1
cockatrice-20180416.ebuild (text/plain), 1.35 KB, created by
Mike Johnson
on 2018-08-28 00:51:22 UTC
(
hide
)
Description:
cockatrice-2.5.1
Filename:
MIME Type:
Creator:
Mike Johnson
Created:
2018-08-28 00:51:22 UTC
Size:
1.35 KB
patch
obsolete
># Copyright 1999-2017 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 > >EAPI=6 >inherit cmake-utils eutils gnome2-utils > >DESCRIPTION="An open-source multiplatform software for playing card games over a network" >HOMEPAGE="https://github.com/Cockatrice/Cockatrice" >#SRC_URI="${HOMEPAGE}/archive/2017-05-05-Release-2.3.17.tar.gz -> ${P}.tar.gz" >SRC_URI="${HOMEPAGE}/archive/2018-04-16-Release-2.5.1.tar.gz -> ${P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="server +client +oracle" > >DEPEND=" > dev-libs/libgcrypt:0 > dev-libs/protobuf > dev-qt/linguist-tools:5 > dev-qt/qtconcurrent:5 > dev-qt/qtprintsupport:5 > dev-qt/qtcore:5 > client? ( > dev-qt/qtgui:5 > dev-qt/qtmultimedia:5 > dev-qt/qtsvg:5 ) > oracle? ( > sys-libs/zlib > )" > ># As the default help/about display the sha1 we need it >SHA1='c96f234' > >S=${WORKDIR}/"Cockatrice-2017-05-05-Release-2.3.17" >S=${WORKDIR}/"Cockatrice-2018-04-16-Release-2.5.1" > >src_configure() { > local mycmakeargs=( > -DWITH_CLIENT=$(usex client) > -DWITH_ORACLE=$(usex oracle) > -DWITH_SERVER=$(usex server) > -DICONDIR="/usr/share/icons" > -DDESKTOPDIR="/usr/share/applications" ) > > # Add date in the help about, come from git originally > sed -i 's/^set(PROJECT_VERSION_FRIENDLY.*/set(PROJECT_VERSION_FRIENDLY \"'${SHA1}'\")/' cmake/getversion.cmake || die "Sed failed!" > cmake-utils_src_configure >}
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 664712
:
545250
| 545252