From owner-dev-commits-ports-branches@freebsd.org Mon Jul 19 19:28:23 2021 Return-Path: Delivered-To: dev-commits-ports-branches@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 7D6F965CDBE; Mon, 19 Jul 2021 19:28:23 +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 4GTBhl39klz3K0y; Mon, 19 Jul 2021 19:28:23 +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 567C71CB18; Mon, 19 Jul 2021 19:28:23 +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 16JJSNEI090562; Mon, 19 Jul 2021 19:28:23 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 16JJSN1r090561; Mon, 19 Jul 2021 19:28:23 GMT (envelope-from git) Date: Mon, 19 Jul 2021 19:28:23 GMT Message-Id: <202107191928.16JJSN1r090561@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: c203ca493b7e - 2021Q3 - x11/nwg-launchers: respect PREFIX for pixmaps 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: c203ca493b7e3a6ecd419ba578c8595657c76998 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-branches@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the quarterly branches of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2021 19:28:23 -0000 The branch 2021Q3 has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=c203ca493b7e3a6ecd419ba578c8595657c76998 commit c203ca493b7e3a6ecd419ba578c8595657c76998 Author: Jan Beich AuthorDate: 2021-07-19 19:25:29 +0000 Commit: Jan Beich CommitDate: 2021-07-19 19:28:18 +0000 x11/nwg-launchers: respect PREFIX for pixmaps (cherry picked from commit ccbd52b189f29fd3808d0ace4e6b4a9d37affd33) --- x11/nwg-launchers/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x11/nwg-launchers/Makefile b/x11/nwg-launchers/Makefile index 47b09166d87f..7fce98cf5563 100644 --- a/x11/nwg-launchers/Makefile +++ b/x11/nwg-launchers/Makefile @@ -1,6 +1,7 @@ PORTNAME= nwg-launchers DISTVERSIONPREFIX= v DISTVERSION= 0.4.4 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= jbeich@FreeBSD.org @@ -18,7 +19,7 @@ GH_ACCOUNT= nwg-piotr post-patch: # Respect PREFIX when looking for .desktop files - @${REINPLACE_CMD} 's,/usr/local,${PREFIX},' \ + @${REINPLACE_CMD} 's,/usr/share,${DATADIR:H},' \ ${WRKSRC}/common/nwg_tools.cc \ ${WRKSRC}/grid/grid_tools.cc