| Summary: | version bump: app-emulation/playonlinux-4.1.0 | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Pietro Acinapura <pietro.ac> |
| Component: | Current packages | Assignee: | Mounir Lamouri (volkmar) (RETIRED) <volkmar> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | enhancement | CC: | pietro.ac |
| Priority: | Normal | Keywords: | EBUILD |
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| URL: | http://playonlinux.com/ | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: |
app-emulation/playonlinux-4.1.0 (New Package)
Solved bug about icotool and wrestool needed by PlayOnLinux. |
||
Comment on attachment 312337 [details] app-emulation/playonlinux-4.1.0 (New Package) ># Copyright 1999-2012 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/app-emulation/playonlinux/playonlinux-4.1.0.ebuild, v1.3 2012/05/20 12:05:20 thev00d00 Exp $ > >EAPI="3" >PYTHON_DEPEND="2" > >inherit eutils python games > >MY_PN="PlayOnLinux" > >DESCRIPTION="set of scripts to easily install and use Windows games and software" >HOMEPAGE="http://playonlinux.com/" >SRC_URI="http://www.playonlinux.com/script_files/${MY_PN}/${PV}/${MY_PN}_${PV}.tar.gz" > >LICENSE="GPL-3" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="" > >DEPEND="" >RDEPEND="app-emulation/wine > app-arch/cabextract > app-arch/p7zip > app-arch/unzip > dev-python/wxpython:2.8 > || ( media-gfx/imagemagick media-gfx/graphicsmagick[imagemagick] ) > media-gfx/icoutils > net-misc/wget > x11-apps/mesa-progs > x11-terms/xterm" > >S=${WORKDIR}/${PN} > ># TODO: ># Having a real install script and let playonlinux use standard filesystem ># architecture to prevent having everything installed into GAMES_DATADIR ># It will let using LANGUAGES easily ># How to deal with Microsoft Fonts installation asked every time ? ># How to deal with wine version installed ? (have a better mgmt of system one) ># Look at debian pkg: http://packages.debian.org/sid/playonlinux > >pkg_setup() { > python_set_active_version 2 > python_pkg_setup > games_pkg_setup >} > >src_prepare() { > sed -i -e "s/\(Categories=\).*/\1Game;Emulator;/" etc/PlayOnLinux.desktop \ > || die "sed failed" > sed -e 's/PYTHON="python"/PYTHON="python2"/' -i lib/variables || die "sed failed" > python_convert_shebangs -r 2 . >} > >src_install() { > # all things without exec permissions > insinto "${GAMES_DATADIR}/${PN}" > doins -r resources lang lib etc plugins || die "doins failed" > > # bash/ install > exeinto "${GAMES_DATADIR}/${PN}/bash" > doexe bash/* || die "doexe failed" > exeinto "${GAMES_DATADIR}/${PN}/bash/terminals" > doexe bash/terminals/* || die "doexe failed" > exeinto "${GAMES_DATADIR}/${PN}/bash/expert" > doexe bash/expert/* || die "doexe failed" > > # python/ install > exeinto "${GAMES_DATADIR}/${PN}/python" > doexe python/* || die "doexe failed" > # sub dir without exec permissions > insinto "${GAMES_DATADIR}/${PN}/python" > doins -r python/lib || die "doins failed" > > # main executable files > exeinto "${GAMES_DATADIR}/${PN}" > doexe ${PN}{,-pkg,-bash,-shell,-url_handler} || die "doexe failed" > > # making a script to run playonlinux from ${GAMES_BINDIR} > echo "#!/bin/bash" > ${PN}_launcher > echo "cd \"${GAMES_DATADIR}/${PN}\" && ./${PN} \$*" >> ${PN}_launcher > newgamesbin playonlinux_launcher playonlinux || die "newgamesbin failed" > > # making a script to run playonlinux-cmd from ${GAMES_BINDIR} > echo "#!/bin/bash" > ${PN}_cmd_launcher > echo "cd \"${GAMES_DATADIR}/${PN}\" && ./${PN}-cmd \$*" >> ${PN}_cmd_launcher > newgamesbin playonlinux_cmd_launcher playonlinux-cmd || die "newgamesbin failed" > > dodoc CHANGELOG || die "dodoc failed" > > doicon etc/${PN}.png || die "doicon failed" > domenu etc/${MY_PN}.desktop || die "domenu failed" > prepgamesdirs >} > >pkg_postinst() { > games_pkg_postinst > python_mod_optimize "${GAMES_DATADIR}/${PN}" >} > >pkg_postrm() { > python_mod_cleanup "${GAMES_DATADIR}/${PN}" > > ewarn "Installed softwares and games with playonlinux have not been removed." > ewarn "To remove them, you can re-install playonlinux and remove them using it" > ewarn "or do it manually by removing .PlayOnLinux/ in your home directory." >} Created attachment 312341 [details]
Solved bug about icotool and wrestool needed by PlayOnLinux.
don't CC arches, what for? only provide a DIFF plz, not an entire ebuild (this is only a version bump) thanks *** This bug has been marked as a duplicate of bug 380171 *** |
Created attachment 312337 [details] app-emulation/playonlinux-4.1.0 (New Package) Hi here is a new version update for PlayOnLinux package. PlayOnLinux provides a set of scripts to easily install and use Windows games and software. Pietro