Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 517340 Details for
Bug 629800
games-strategy/openra-20180102 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
openra-20171014.ebuild
openra-20171014.ebuild (text/plain), 2.79 KB, created by
Wojciech Myrda
on 2018-02-01 05:37:56 UTC
(
hide
)
Description:
openra-20171014.ebuild
Filename:
MIME Type:
Creator:
Wojciech Myrda
Created:
2018-02-01 05:37:56 UTC
Size:
2.79 KB
patch
obsolete
># Copyright 1999-2016 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Id$ > >EAPI=6 > >inherit mono-env gnome2-utils vcs-snapshot fdo-mime readme.gentoo-r1 > >MY_PV=release-${PV} >#MY_PV=playtest-${PV} >DESCRIPTION="A free RTS engine supporting games like Command & Conquer, Red Alert and Dune2k" >HOMEPAGE="http://www.openra.net/" >SRC_URI="https://github.com/OpenRA/OpenRA/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" > >LICENSE="GPL-3" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="debug doc +tools +xdg +zenity" > >RDEPEND="dev-dotnet/libgdiplus > >=dev-lang/mono-3.2 > media-libs/freetype:2[X] > media-libs/libsdl2[X,opengl,video] > media-libs/openal > virtual/jpeg:0 > virtual/opengl > =dev-lang/lua-5.1*:0 > xdg? ( x11-misc/xdg-utils ) > zenity? ( gnome-extra/zenity )" >DEPEND="${RDEPEND} > doc? ( || ( app-text/discount > app-text/peg-markdown > dev-python/markdown > dev-perl/Text-Markdown ) )" > >pkg_setup() { > mono-env_pkg_setup >} > >src_unpack() { > vcs-snapshot_src_unpack >} > >src_prepare() { > default > emake cli-dependencies >} > >src_compile() { > emake $(usex tools "all" "") $(usex debug "" "DEBUG=false") >} > >src_install() >{ > emake $(usex debug "" "DEBUG=false") \ > prefix=/usr DESTDIR="${D}" \ > $(usex tools "install-all" "install") install-linux-scripts install-man-page > emake \ > datadir="/usr/share" \ > DESTDIR="${D}" install-linux-mime install-linux-icons > > # desktop entries > make_desktop_entry "${PN} Game.Mod=cnc" "OpenRA ver. ${MY_PV}" ${PN} \ > "StrategyGame" "GenericName=OpenRA - Command & Conquer" > make_desktop_entry "${PN} Game.Mod=ra" "OpenRA ver. ${MY_PV}" ${PN} \ > "StrategyGame" "GenericName=OpenRA - Red Alert" > make_desktop_entry "${PN} Game.Mod=d2k" "OpenRA ver. ${MY_PV}" ${PN} \ > "StrategyGame" "GenericName=OpenRA - Dune 2000" > > # desktop directory > insinto /usr/share/desktop-directories > doins "${FILESDIR}"/${PN}.directory > > # desktop menu > insinto /etc/xdg/menus/applications-merged > doins "${FILESDIR}"/games-${PN}.menu > > # docs > readme.gentoo_create_doc > if [[ -n "$(type -P markdown)" ]] ; then > local file; for file in {CONTRIBUTING,INSTALL,README}; do \ > markdown ${file}.md > ${file}.html && dohtml ${file}.html || die; done > elif [[ -n "$(type -P markdown_py)" ]] ; then > local file; for file in {CONTRIBUTING,INSTALL,README}; do \ > markdown_py ${file}.md > ${file}.html && dohtml ${file}.html || die; done > elif [[ -n "$(type -P Markdown.pl)" ]] ; then > local file; for file in {CONTRIBUTING,INSTALL,README}; do \ > Markdown.pl ${file}.md > ${file}.html && dohtml ${file}.html || die; done > else > dodoc *.md > fi >} > >pkg_preinst() { > gnome2_icon_savelist >} > >pkg_postinst() { > gnome2_icon_cache_update > fdo-mime_desktop_database_update > fdo-mime_mime_database_update > > readme.gentoo_print_elog >} > >pkg_postrm() { > gnome2_icon_cache_update > fdo-mime_desktop_database_update > fdo-mime_mime_database_update >}
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 629800
: 517340