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 437EA138334 for ; Sun, 20 Oct 2019 16:43:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 97947E083E; Sun, 20 Oct 2019 16:43:08 +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 818DEE083E for ; Sun, 20 Oct 2019 16:43:08 +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 B21CA34C0A8 for ; Sun, 20 Oct 2019 16:43:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4B5D5838 for ; Sun, 20 Oct 2019 16:43:05 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1571589774.1652c80e6bddd588fe6dfb78e24766c49ae0322b.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-smartbookmark-plugin/ X-VCS-Repository: repo/gentoo X-VCS-Files: xfce-extra/xfce4-smartbookmark-plugin/xfce4-smartbookmark-plugin-0.5.1.ebuild X-VCS-Directories: xfce-extra/xfce4-smartbookmark-plugin/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 1652c80e6bddd588fe6dfb78e24766c49ae0322b X-VCS-Branch: master Date: Sun, 20 Oct 2019 16:43:05 +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: c9ae4a29-05f6-44e3-a56b-7fca6199690d X-Archives-Hash: 8c9cc20f1c1dd86d7cdab13605e4f8e4 commit: 1652c80e6bddd588fe6dfb78e24766c49ae0322b Author: Michał Górny gentoo org> AuthorDate: Sun Oct 20 16:19:00 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Oct 20 16:42:54 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1652c80e xfce-extra/xfce4-smartbookmark-plugin: Backport panel 4.15 buildfix Closes: https://bugs.gentoo.org/698118 Signed-off-by: Michał Górny gentoo.org> .../xfce4-smartbookmark-plugin-0.5.1.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/xfce-extra/xfce4-smartbookmark-plugin/xfce4-smartbookmark-plugin-0.5.1.ebuild b/xfce-extra/xfce4-smartbookmark-plugin/xfce4-smartbookmark-plugin-0.5.1.ebuild index 9499b8c94ff..0210eef60a4 100644 --- a/xfce-extra/xfce4-smartbookmark-plugin/xfce4-smartbookmark-plugin-0.5.1.ebuild +++ b/xfce-extra/xfce4-smartbookmark-plugin/xfce4-smartbookmark-plugin-0.5.1.ebuild @@ -24,6 +24,10 @@ DOCS=( AUTHORS ChangeLog NEWS README ) src_prepare() { # substitute default bugtracker sed -i -e '/bugs/s:bugs\.debian:bugs.gentoo:' src/smartbookmark.c || die + # fix build failure w/ xfce4-panel-4.15.0 + # https://git.xfce.org/panel-plugins/xfce4-smartbookmark-plugin/commit/?id=856d73b51f5d237d3cf6792f5e9f55220e5facf1 + sed -i -e 's@@@' \ + src/smartbookmark.c || die default }