From owner-dev-commits-ports-all@freebsd.org Thu Sep 2 06:54:43 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D48E2679E93; Thu, 2 Sep 2021 06:54:43 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4H0WrM5Cypz3FRx; Thu, 2 Sep 2021 06:54:43 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9B8DB14897; Thu, 2 Sep 2021 06:54:43 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1826shaJ046212; Thu, 2 Sep 2021 06:54:43 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1826shTn046211; Thu, 2 Sep 2021 06:54:43 GMT (envelope-from git) Date: Thu, 2 Sep 2021 06:54:43 GMT Message-Id: <202109020654.1826shTn046211@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Jan Beich Subject: git: 8e6e8b340720 - 2021Q3 - x11/mako: unbreak icon search MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jbeich X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q3 X-Git-Reftype: branch X-Git-Commit: 8e6e8b34072064e953d9da2c6898d2893d1a5f2a Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Sep 2021 06:54:43 -0000 The branch 2021Q3 has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=8e6e8b34072064e953d9da2c6898d2893d1a5f2a commit 8e6e8b34072064e953d9da2c6898d2893d1a5f2a Author: Jan Beich AuthorDate: 2021-09-02 06:45:29 +0000 Commit: Jan Beich CommitDate: 2021-09-02 06:54:01 +0000 x11/mako: unbreak icon search Example: $ notify-send --icon=mpv song.mp3 (cherry picked from commit 9ea1c4642797c6c798ca562e614d4c383dd5869b) --- x11/mako/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/x11/mako/Makefile b/x11/mako/Makefile index 735ed6d8a0f0..ecf6e6d273ec 100644 --- a/x11/mako/Makefile +++ b/x11/mako/Makefile @@ -1,6 +1,7 @@ PORTNAME= mako DISTVERSIONPREFIX= v DISTVERSION= 1.6 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= jbeich@FreeBSD.org @@ -36,4 +37,10 @@ MANPAGES_PLIST_FILES= man/man1/${PORTNAME}.1.gz \ PIXBUF_USE= GNOME=gdkpixbuf2 PIXBUF_MESON_ENABLED= icons +post-patch: +# Respect PREFIX for icons + @${REINPLACE_CMD} 's,/usr/share,${DATADIR:H},g' \ + ${WRKSRC}/icon.c \ + ${WRKSRC}/${PORTNAME}.5.scd + .include