From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 04D5E158D91 for ; Thu, 19 Aug 2021 00:39:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 13ADFE0822; Thu, 19 Aug 2021 00:39:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C2164E0822 for ; Thu, 19 Aug 2021 00:39:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 73AB4341000 for ; Thu, 19 Aug 2021 00:39:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E897A8C6 for ; Thu, 19 Aug 2021 00:39:32 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1629333539.cc5711b5d7361555490a74a439872e065e29a30a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-arcade/kobodeluxe/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-arcade/kobodeluxe/kobodeluxe-0.5.1-r2.ebuild games-arcade/kobodeluxe/kobodeluxe-0.5.1-r3.ebuild X-VCS-Directories: games-arcade/kobodeluxe/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: cc5711b5d7361555490a74a439872e065e29a30a X-VCS-Branch: master Date: Thu, 19 Aug 2021 00:39:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9f999389-d0c0-472e-9a80-e25eddc61e5e X-Archives-Hash: 41ba2a0e7569ed309565b786be871d2b commit: cc5711b5d7361555490a74a439872e065e29a30a Author: Sam James gentoo org> AuthorDate: Thu Aug 19 00:14:56 2021 +0000 Commit: Sam James gentoo org> CommitDate: Thu Aug 19 00:38:59 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc5711b5 games-arcade/kobodeluxe: add libsdl[joystick] dep Closes: https://bugs.gentoo.org/743001 Signed-off-by: Sam James gentoo.org> ...{kobodeluxe-0.5.1-r2.ebuild => kobodeluxe-0.5.1-r3.ebuild} | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/games-arcade/kobodeluxe/kobodeluxe-0.5.1-r2.ebuild b/games-arcade/kobodeluxe/kobodeluxe-0.5.1-r3.ebuild similarity index 94% rename from games-arcade/kobodeluxe/kobodeluxe-0.5.1-r2.ebuild rename to games-arcade/kobodeluxe/kobodeluxe-0.5.1-r3.ebuild index b813ddc2a1b..8f68045c4f6 100644 --- a/games-arcade/kobodeluxe/kobodeluxe-0.5.1-r2.ebuild +++ b/games-arcade/kobodeluxe/kobodeluxe-0.5.1-r3.ebuild @@ -1,27 +1,27 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 + inherit desktop MY_P="KoboDeluxe-${PV/_/}" DESCRIPTION="An SDL port of xkobo, a addictive space shoot-em-up" HOMEPAGE="http://www.olofson.net/kobodl/" SRC_URI="http://www.olofson.net/kobodl/download/${MY_P}.tar.bz2" +S="${WORKDIR}/${MY_P}" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~ppc64 ~x86" IUSE="opengl" -DEPEND="media-libs/libsdl +DEPEND="media-libs/libsdl[joystick] media-libs/sdl-image[png] opengl? ( virtual/opengl ) " RDEPEND="${DEPEND}" -S="${WORKDIR}/${MY_P}" - PATCHES=( "${FILESDIR}"/${P}-glibc29.patch "${FILESDIR}"/${P}-glibc2.10.patch @@ -36,11 +36,13 @@ src_unpack() { src_prepare() { default + # Fix paths sed -i \ -e 's:\$(datadir)/kobo-deluxe:$(datadir)/kobodeluxe:' \ -e 's:\$(sharedstatedir)/kobo-deluxe/scores:$(localstatedir)/kobodeluxe:' \ configure || die "sed configure failed" + sed -i \ -e 's:kobo-deluxe:kobodeluxe:' \ data/gfx/Makefile.in \ @@ -53,6 +55,7 @@ src_configure() { src_install() { default + newicon icons/KDE/icons/32x32/kobodl.png ${PN}.png make_desktop_entry kobodl "Kobo Deluxe" keepdir /var/lib/${PN}