diff options
Diffstat (limited to 'www/linux-chrome/Makefile')
-rw-r--r-- | www/linux-chrome/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/www/linux-chrome/Makefile b/www/linux-chrome/Makefile index 9f146e4816d9..c8a9339ea869 100644 --- a/www/linux-chrome/Makefile +++ b/www/linux-chrome/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= linux-rl9-wget>0:ftp/linux-rl9-wget \ USES= cpe desktop-file-utils gnome linux:rl9 shared-mime-info shebangfix USE_LINUX= alsalib alsa-plugins-oss alsa-plugins-pulseaudio at-spi2-atk \ ca-certificates cairo cups-libs curl dbuslibs dri expat \ - ffmpeg-libs gnupg gstreamer1-libav gtk3 libxkbcommon libunistring \ + ffmpeg-libs gnupg gstreamer1-libav gtk3 libxkbcommon \ nspr nss p11-kit pango sqlite3 wget xorglibs ONLY_FOR_ARCHS= amd64 @@ -32,7 +32,7 @@ SRC_SUFX?= .src${EXTRACT_SUFX} REINPLACE_ARGS= -i "" -CHROME_VER?= 133.0.6943.126 +CHROME_VER?= 140.0.7339.80 CHROME_BUILD?= 1 DATADIR= ${PREFIX}/share/${PORTNAME} @@ -44,7 +44,8 @@ SUB_FILES= google-chrome post-extract: @${REINPLACE_CMD} -e 's|/usr/bin/google-chrome-stable|${LOCALBASE}/bin/google-chrome|' \ - ${WRKSRC}/usr/share/applications/google-chrome.desktop + ${WRKSRC}/usr/share/applications/google-chrome.desktop \ + ${WRKSRC}/usr/share/applications/com.google.Chrome.desktop do-install: ${INSTALL_SCRIPT} ${WRKDIR}/google-chrome ${STAGEDIR}${PREFIX}/bin |