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 4F97B138350 for ; Sun, 19 Apr 2020 19:26:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 78CA9E086B; Sun, 19 Apr 2020 19:26:36 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 60C20E086B for ; Sun, 19 Apr 2020 19:26:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 09A3034F02B for ; Sun, 19 Apr 2020 19:26:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DFD77103 for ; Sun, 19 Apr 2020 19:26:32 +0000 (UTC) From: "Rui Huang" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Rui Huang" Message-ID: <1587324084.ac4adf59770aa8e722e98ed55344624e87322b64.vowstar@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-video/kikoplay/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-video/kikoplay/kikoplay-9999.ebuild X-VCS-Directories: media-video/kikoplay/ X-VCS-Committer: vowstar X-VCS-Committer-Name: Rui Huang X-VCS-Revision: ac4adf59770aa8e722e98ed55344624e87322b64 X-VCS-Branch: dev Date: Sun, 19 Apr 2020 19:26: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: f06534a5-42bd-4004-a9f8-cad5594ba976 X-Archives-Hash: dc375a227d2673be98fd951c884c1364 commit: ac4adf59770aa8e722e98ed55344624e87322b64 Author: Huang Rui gmail com> AuthorDate: Sun Apr 19 19:21:19 2020 +0000 Commit: Rui Huang gmail com> CommitDate: Sun Apr 19 19:21:24 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ac4adf59 media-video/kikoplay: update live build to fit upstream The patches have been merged to upstream. Related about this package: https://github.com/gentoo/guru/issues/7 https://bugs.gentoo.org/671248 https://bugs.gentoo.org/657722 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Huang Rui gmail.com> media-video/kikoplay/kikoplay-9999.ebuild | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/media-video/kikoplay/kikoplay-9999.ebuild b/media-video/kikoplay/kikoplay-9999.ebuild index d91a296..50ad86c 100644 --- a/media-video/kikoplay/kikoplay-9999.ebuild +++ b/media-video/kikoplay/kikoplay-9999.ebuild @@ -43,30 +43,9 @@ DEPEND=" " BDEPEND=" - media-gfx/imagemagick virtual/pkgconfig " -PATCHES=( - "${FILESDIR}"/${PN}-0.6.0-desktop.patch # Add a desktop file - "${FILESDIR}"/${PN}-0.6.0-home.patch # Fix config file path -) - -src_prepare() { - default - # Fix lua link problem, link to lua5.3 to fix bug - sed -i "s/-llua/-llua5.3/" KikoPlay.pro || die "Could not fix lua link" - echo "target.path += /usr/bin" >> KikoPlay.pro || die "Could not fix install path" - echo "INSTALLS += target icons desktop" >> KikoPlay.pro || die "Could not fix install target" - echo "unix:icons.path = /usr/share/pixmaps" >> KikoPlay.pro || die "Could not fix install icon PATH" - echo "unix:desktop.path = /usr/share/applications" >> KikoPlay.pro || die "Could not fix install desktop PATH" - echo "unix:icons.files = kikoplay.png kikoplay.xpm" >> KikoPlay.pro || die "Could not fix install desktop PATH" - echo "unix:desktop.files = kikoplay.desktop" >> KikoPlay.pro || die "Could not fix install desktop PATH" - echo "DEFINES += CONFIG_HOME_DATA" >> KikoPlay.pro || die "Could not set defines" - convert kikoplay.ico kikoplay.png || die "Could not create PNG icon" - convert kikoplay.ico kikoplay.xpm || die "Could not create XPM icon" -} - src_configure() { eqmake5 PREFIX="${D}"/usr }