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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8F7E915808B for ; Thu, 7 Apr 2022 08:15:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C3AB2E0A59; Thu, 7 Apr 2022 08:15:54 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 96F50E0A59 for ; Thu, 7 Apr 2022 08:15:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BE01F3413AB for ; Thu, 7 Apr 2022 08:15:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 30E09391 for ; Thu, 7 Apr 2022 08:15:50 +0000 (UTC) From: "Duje Mihanović" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Duje Mihanović" Message-ID: <1649319291.50e63d61ee7e03ad01281a7a3d006d15eba48824.duje.mihanovic@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: games-fps/assaultcube/ X-VCS-Repository: repo/proj/guru X-VCS-Files: games-fps/assaultcube/assaultcube-1.3.0.2.ebuild X-VCS-Directories: games-fps/assaultcube/ X-VCS-Committer: duje.mihanovic X-VCS-Committer-Name: Duje Mihanović X-VCS-Revision: 50e63d61ee7e03ad01281a7a3d006d15eba48824 X-VCS-Branch: dev Date: Thu, 7 Apr 2022 08:15:50 +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: 54d7c36b-c208-44bd-8819-7f867fdd0d96 X-Archives-Hash: 7ac37bef188c1d3284e6bd1d30c07df1 commit: 50e63d61ee7e03ad01281a7a3d006d15eba48824 Author: Duje Mihanović skole hr> AuthorDate: Thu Apr 7 08:01:17 2022 +0000 Commit: Duje Mihanović skole hr> CommitDate: Thu Apr 7 08:14:51 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=50e63d61 games-fps/assaultcube: fix checkinstall.sh, server installation Signed-off-by: Duje Mihanović skole.hr> games-fps/assaultcube/assaultcube-1.3.0.2.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/games-fps/assaultcube/assaultcube-1.3.0.2.ebuild b/games-fps/assaultcube/assaultcube-1.3.0.2.ebuild index 76316ec86..9ac5610c5 100644 --- a/games-fps/assaultcube/assaultcube-1.3.0.2.ebuild +++ b/games-fps/assaultcube/assaultcube-1.3.0.2.ebuild @@ -22,7 +22,8 @@ RDEPEND="sys-libs/zlib DEPEND="${RDEPEND}" BDEPEND="sys-devel/clang" PATCHES=( - "${FILESDIR}/assaultcube-1.3.0.2-respect-ldflags.patch" + "${FILESDIR}/assaultcube-1.3.0.2-respect-ldflags.patch + ${FILESDIR}/assaultcube-1.3.0.2-fix-checkinstall.patch" # a script which checks for required libs and certain parts of the game ) src_prepare() { @@ -42,7 +43,7 @@ src_install() { install -dm755 "${D}/usr/share/assaultcube" install -Dm755 "${S}"/{assaultcube.sh,check_install.sh,server.sh,server_wizard.sh} -t "${D}/usr/share/assaultcube" - install -Dm755 "${S}/bin_unix/native_client" -t "${D}/usr/share/assaultcube/bin_unix" + install -Dm755 "${S}"/bin_unix/native_{client,server} -t "${D}/usr/share/assaultcube/bin_unix" cp -r "${S}"/{bot,config,demos,docs,mods,packages} "${D}/usr/share/assaultcube/" install -Dm644 "${S}"/{CONTRIBUTING.md,GOVERNANCE.md,README.{html,md},SECURITY.md} -t "${D}/usr/share/assaultcube"