Skip to content

Commit

Permalink
games-action/lugaru: update version to 1.2
Browse files Browse the repository at this point in the history
New HOMEPAGE, SRC_URI, updated LICENSE.
Closes: https://bugs.gentoo.org/738746
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Azamat H. Hackimov <[email protected]>
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
winterheart authored and thesamesam committed Mar 5, 2021
1 parent 912bc48 commit 38f24c5
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 1 deletion.
1 change: 1 addition & 0 deletions games-action/lugaru/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST lugaru-1.2.tar.bz2 35508563 BLAKE2B f7b50ce7b2e65e64ba52d5b9f564cf4ba27c2ae17589297f9b63c4b5ae660c2abb9830ce16e5e02881cd58aa48b5bbe90a877a061f3b2aebbcd52cb6ca7a6192 SHA512 091f588523721617b973d72a26c0cfbeb75fe519707faefd00652cfd770b3be463b61b5c2be3721c644aac2337fa8f8455bc43a461b5a19b4c0e9741b517b9a4
DIST lugaru-20151204.tar.bz2 88950866 BLAKE2B d1d42f8d06d20d8f06fbe52d95c925fefc0453cc577dc5a023189eb77508361737ab01298f2035c3071ac7f8a239ee47c13bb8bafa852dd3b5cdecc971e9b4ed SHA512 8e448b782847376ac10585996a91a571fd005ac51e0e510765a35bf44bfcbb09e566d9a9c3d87277e69511b0f8d74c04edcc4b59f467bed640d8ba7c74045e30
34 changes: 34 additions & 0 deletions games-action/lugaru/lugaru-1.2.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit cmake

DESCRIPTION="3D arcade with unique fighting system and anthropomorphic characters"
HOMEPAGE="https://osslugaru.gitlab.io/"
SRC_URI="https://gitlab.com/osslugaru/${PN}/-/archive/${PV}/${P}.tar.bz2"

LICENSE="GPL-2+ CC-BY-SA-3.0 CC-BY-SA-4.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"

RDEPEND="
dev-libs/jsoncpp:=
media-libs/libpng:0=
media-libs/libsdl2:=[opengl,video]
media-libs/libvorbis:=
media-libs/openal:=
sys-libs/zlib:=
virtual/glu
virtual/jpeg:0
virtual/opengl"
DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig"

src_configure() {
local mycmakeargs=(
-DSYSTEM_INSTALL=ON
)
cmake_src_configure
}
2 changes: 1 addition & 1 deletion games-action/lugaru/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
<name>Gentoo Games Project</name>
</maintainer>
<upstream>
<remote-id type="bitbucket">osslugaru/lugaru</remote-id>
<remote-id type="gitlab">osslugaru/lugaru</remote-id>
</upstream>
</pkgmetadata>

0 comments on commit 38f24c5

Please sign in to comment.