public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-puzzle/jag: jag-0.2.5.ebuild metadata.xml ChangeLog
@ 2009-09-11 19:07 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; only message in thread
From: Michael Sterrett (mr_bones_) @ 2009-09-11 19:07 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    09/09/11 19:07:07

  Added:                jag-0.2.5.ebuild metadata.xml ChangeLog
  Log:
  initial commit - ebuilds submitted by Samuli Suominen and Azamat H. Hackimov via bug #283224
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.1                  games-puzzle/jag/jag-0.2.5.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/jag/jag-0.2.5.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/jag/jag-0.2.5.ebuild?rev=1.1&content-type=text/plain

Index: jag-0.2.5.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-puzzle/jag/jag-0.2.5.ebuild,v 1.1 2009/09/11 19:07:06 mr_bones_ Exp $

EAPI=2
inherit eutils qt4 games

DESCRIPTION="Arcade 2D Puzzle Game"
HOMEPAGE="http://jag.xlabsoft.com/"
SRC_URI="http://jag.xlabsoft.com/files/${P}-src.zip
	extras? ( http://jag.xlabsoft.com/files/jag_seven_themes.zip )"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="editor extras"

RDEPEND="x11-libs/qt-core:4
	x11-libs/qt-gui:4
	x11-libs/qt-opengl:4
	x11-libs/libXrandr
	media-libs/libsdl[X]
	media-libs/sdl-mixer"
DEPEND="${RDEPEND}
	app-arch/unzip"

S=${WORKDIR}/${P}-src/jag

src_prepare() {
	sed -i \
		-e "s:/usr/local/bin:${GAMES_BINDIR}:g" \
		-e "s:/usr/local/games:${GAMES_DATADIR}:g" \
		Game.pro gamewidget.cpp editor/editor.pro
}

src_configure() {
	eqmake4 Game.pro
	if use editor; then
		cd editor
		eqmake4 editor.pro
	fi
}

src_compile() {
	emake || die
	if use editor; then
		emake -C editor || die
	fi
}

src_install() {
	emake INSTALL_ROOT="${D}" install || die
	dodoc ../README
	newicon images/logo.png jag_logo.png
	make_desktop_entry jag Jag jag_logo

	if use editor; then
		emake -C editor INSTALL_ROOT="${D}" install || die
		mv -vf "${D}/${GAMES_BINDIR}/leveleditor" "${D}/${GAMES_BINDIR}/jag-leveleditor"
		make_desktop_entry jag-leveleditor "Jag Level editor" jag_logo
	fi

	if use extras; then
		insinto "${GAMES_DATADIR}/${PN}"/data/schemes
		doins -r "${WORKDIR}"/{african,animals,chinese,creatures,futurama,kde-nuvola,toys} || die "doins failed"
	fi
	prepgamesdirs
}



1.1                  games-puzzle/jag/metadata.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/jag/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/jag/metadata.xml?rev=1.1&content-type=text/plain

Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>games</herd>
<longdescription lang="en">
XLogical is a puzzle game based on the Logical! game that was originally
released by Rainbow Arts on the Commodore Amiga computer.
</longdescription>
  <use>
    <flag name="editor">Install level editor</flag>
    <flag name="extras">Install additional graphics</flag>
  </use>
</pkgmetadata>



1.1                  games-puzzle/jag/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/jag/ChangeLog?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/jag/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===================================================================
# ChangeLog for games-puzzle/jag
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/games-puzzle/jag/ChangeLog,v 1.1 2009/09/11 19:07:06 mr_bones_ Exp $

*jag-0.2.5 (11 Sep 2009)

  11 Sep 2009; Michael Sterrett <mr_bones_@gentoo.org> +jag-0.2.5.ebuild,
  +metadata.xml:
  initial commit - ebuilds submitted by Samuli Suominen and Azamat H.
  Hackimov via bug #283224







^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-09-11 19:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-11 19:07 [gentoo-commits] gentoo-x86 commit in games-puzzle/jag: jag-0.2.5.ebuild metadata.xml ChangeLog Michael Sterrett (mr_bones_)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox