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 D188813997D for ; Fri, 15 Nov 2019 10:05:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1AE6CE0815; Fri, 15 Nov 2019 10:05:59 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 F2431E0815 for ; Fri, 15 Nov 2019 10:05:58 +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 D545D34CE6F for ; Fri, 15 Nov 2019 10:05:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 35DB48B3 for ; Fri, 15 Nov 2019 10:05:55 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1573812348.80ed111c898ffc301e03cf05e348a6be73725a67.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/fltk/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/fltk/fltk-1.3.5-r2.ebuild x11-libs/fltk/fltk-1.3.5-r3.ebuild x11-libs/fltk/fltk-1.3.9999.ebuild x11-libs/fltk/fltk-1.4.9999.ebuild X-VCS-Directories: x11-libs/fltk/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 80ed111c898ffc301e03cf05e348a6be73725a67 X-VCS-Branch: master Date: Fri, 15 Nov 2019 10:05:55 +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: 8edd5936-ce40-46cb-829c-667c63060486 X-Archives-Hash: c355daffd7eaf8900724ab171da5fca1 commit: 80ed111c898ffc301e03cf05e348a6be73725a67 Author: Jeroen Roovers gentoo org> AuthorDate: Fri Nov 15 09:15:10 2019 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Fri Nov 15 10:05:48 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80ed111c x11-libs/fltk: Use relative symlinks in /usr/share/pixmaps Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Jeroen Roovers gentoo.org> x11-libs/fltk/{fltk-1.3.5-r2.ebuild => fltk-1.3.5-r3.ebuild} | 2 +- x11-libs/fltk/fltk-1.3.9999.ebuild | 2 +- x11-libs/fltk/fltk-1.4.9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/x11-libs/fltk/fltk-1.3.5-r2.ebuild b/x11-libs/fltk/fltk-1.3.5-r3.ebuild similarity index 98% rename from x11-libs/fltk/fltk-1.3.5-r2.ebuild rename to x11-libs/fltk/fltk-1.3.5-r3.ebuild index 0ceb2b0f579..f7f98303c4b 100644 --- a/x11-libs/fltk/fltk-1.3.5-r2.ebuild +++ b/x11-libs/fltk/fltk-1.3.5-r3.ebuild @@ -159,7 +159,7 @@ multilib_src_install() { multilib_src_install_all() { for app in fluid $(usex games "${FLTK_GAMES}" ''); do dosym \ - /usr/share/icons/hicolor/32x32/apps/${app}.png \ + ../icons/hicolor/32x32/apps/${app}.png \ /usr/share/pixmaps/${app}.png done diff --git a/x11-libs/fltk/fltk-1.3.9999.ebuild b/x11-libs/fltk/fltk-1.3.9999.ebuild index 20084c2f9cf..66dbf39fd1a 100644 --- a/x11-libs/fltk/fltk-1.3.9999.ebuild +++ b/x11-libs/fltk/fltk-1.3.9999.ebuild @@ -167,7 +167,7 @@ multilib_src_install() { multilib_src_install_all() { for app in fluid $(usex games "${FLTK_GAMES}" ''); do dosym \ - /usr/share/icons/hicolor/32x32/apps/${app}.png \ + ../icons/hicolor/32x32/apps/${app}.png \ /usr/share/pixmaps/${app}.png done diff --git a/x11-libs/fltk/fltk-1.4.9999.ebuild b/x11-libs/fltk/fltk-1.4.9999.ebuild index 7ceec40d327..d18d64075f1 100644 --- a/x11-libs/fltk/fltk-1.4.9999.ebuild +++ b/x11-libs/fltk/fltk-1.4.9999.ebuild @@ -171,7 +171,7 @@ multilib_src_install() { multilib_src_install_all() { for app in fluid $(usex games "${FLTK_GAMES}" ''); do dosym \ - /usr/share/icons/hicolor/32x32/apps/${app}.png \ + ../icons/hicolor/32x32/apps/${app}.png \ /usr/share/pixmaps/${app}.png done