Date: Mon, 23 Feb 2026 09:56:58 +0000 From: Gleb Popov <arrowd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 7b9925985e4d - main - deskutils/podman-desktop: Fix program's icon Message-ID: <699c246a.312ad.1bae57c3@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=7b9925985e4d9e4fdc7204e726e0677f28895385 commit 7b9925985e4d9e4fdc7204e726e0677f28895385 Author: Gleb Popov <arrowd@FreeBSD.org> AuthorDate: 2026-02-23 09:56:31 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2026-02-23 09:56:46 +0000 deskutils/podman-desktop: Fix program's icon --- deskutils/podman-desktop/Makefile | 6 ++++-- deskutils/podman-desktop/pkg-plist | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/deskutils/podman-desktop/Makefile b/deskutils/podman-desktop/Makefile index 6dbaf649a77e..89066e5d0c28 100644 --- a/deskutils/podman-desktop/Makefile +++ b/deskutils/podman-desktop/Makefile @@ -1,6 +1,6 @@ PORTNAME= podman-desktop PORTVERSION= 1.25.0 -PORTREVISION= 2 +PORTREVISION= 3 DISTVERSIONSUFFIX=-x64 CATEGORIES= deskutils MASTER_SITES= https://github.com/arrowd/podman-desktop/releases/download/v${PORTVERSION}/ \ @@ -34,6 +34,8 @@ do-install: ${INSTALL_SCRIPT} ${WRKDIR}/podman-desktop ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${PATCHDIR}/podman-desktop.desktop ${STAGEDIR}${DESKTOPDIR}/podman-desktop.desktop ${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/scalable/apps/ - ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/icon.svg ${STAGEDIR}${PREFIX}/share/icons/hicolor/scalable/apps/ + ${INSTALL_DATA} \ + ${DISTDIR}/${DIST_SUBDIR}/icon.svg \ + ${STAGEDIR}${PREFIX}/share/icons/hicolor/scalable/apps/podman-desktop.svg .include <bsd.port.mk> diff --git a/deskutils/podman-desktop/pkg-plist b/deskutils/podman-desktop/pkg-plist index 0503159b7ca0..25d29d2710ea 100644 --- a/deskutils/podman-desktop/pkg-plist +++ b/deskutils/podman-desktop/pkg-plist @@ -1,6 +1,6 @@ bin/podman-desktop share/applications/podman-desktop.desktop -share/icons/hicolor/scalable/apps/icon.svg +share/icons/hicolor/scalable/apps/podman-desktop.svg %%DATADIR%%/LICENSE.electron.txt %%DATADIR%%/LICENSES.chromium.html %%DATADIR%%/chrome_100_percent.pakhome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?699c246a.312ad.1bae57c3>
