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 1F25B139694 for ; Mon, 3 Apr 2017 14:55:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6BA1CE0D6F; Mon, 3 Apr 2017 14:55:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 46062E0D6F for ; Mon, 3 Apr 2017 14:55:33 +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 3A0C63415B7 for ; Mon, 3 Apr 2017 14:55:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A34DF73D2 for ; Mon, 3 Apr 2017 14:55:30 +0000 (UTC) From: "Marius Brehler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marius Brehler" Message-ID: <1490946544.c2cced1664df52281d06f5f7ae3652d9e5212ff3.marbre@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-visualization/surf-ice/ X-VCS-Repository: proj/sci X-VCS-Files: sci-visualization/surf-ice/surf-ice-1.0.20170202.ebuild sci-visualization/surf-ice/surf-ice-9999.ebuild X-VCS-Directories: sci-visualization/surf-ice/ X-VCS-Committer: marbre X-VCS-Committer-Name: Marius Brehler X-VCS-Revision: c2cced1664df52281d06f5f7ae3652d9e5212ff3 X-VCS-Branch: master Date: Mon, 3 Apr 2017 14:55:30 +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-Archives-Salt: 11e6cdde-54a4-49cc-bed8-449f1ca46eb6 X-Archives-Hash: 371878dc97d639f60af3fe01895d5b92 commit: c2cced1664df52281d06f5f7ae3652d9e5212ff3 Author: Horea Christian yandex com> AuthorDate: Fri Mar 31 07:49:04 2017 +0000 Commit: Marius Brehler linux sungazer de> CommitDate: Fri Mar 31 07:49:04 2017 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=c2cced16 sci-visualization/surf-ice: added proper app data install paths (#766) * sci-visualization/surf-ice: added proper lib install paths Package-Manager: Portage-2.3.4, Repoman-2.3.2 * sci-visualization/surf-ice: corrected executable name for GNOME launcer Package-Manager: Portage-2.3.4, Repoman-2.3.2 sci-visualization/surf-ice/surf-ice-1.0.20170202.ebuild | 2 +- sci-visualization/surf-ice/surf-ice-9999.ebuild | 9 +++------ 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/sci-visualization/surf-ice/surf-ice-1.0.20170202.ebuild b/sci-visualization/surf-ice/surf-ice-1.0.20170202.ebuild index 75be4debe..bd983444a 100644 --- a/sci-visualization/surf-ice/surf-ice-1.0.20170202.ebuild +++ b/sci-visualization/surf-ice/surf-ice-1.0.20170202.ebuild @@ -33,7 +33,7 @@ src_install() { doins shadersOld/*.txt doicon -s scalable Surfice.jpg - make_desktop_entry surf-ice surf-ice /usr/share/icons/hicolor/scalable/apps/Surfice.jpg + make_desktop_entry surfice surfice /usr/share/icons/hicolor/scalable/apps/Surfice.jpg } pkg_postinst() { diff --git a/sci-visualization/surf-ice/surf-ice-9999.ebuild b/sci-visualization/surf-ice/surf-ice-9999.ebuild index e193212e9..f90ef305f 100644 --- a/sci-visualization/surf-ice/surf-ice-9999.ebuild +++ b/sci-visualization/surf-ice/surf-ice-9999.ebuild @@ -24,14 +24,11 @@ src_compile() { src_install() { dobin surfice - insinto /usr/bin/shaders - doins shaders/*.txt - - insinto /usr/bin/shadersOld - doins shadersOld/*.txt + insinto /usr/share/surfice + doins lut/* script/* shaders/* shadersOld/* doicon -s scalable Surfice.jpg - make_desktop_entry surf-ice surf-ice /usr/share/icons/hicolor/scalable/apps/Surfice.jpg + make_desktop_entry surfice surfice /usr/share/icons/hicolor/scalable/apps/Surfice.jpg } pkg_postinst() {