diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2021-10-11 07:16:55 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2021-10-11 07:16:55 +0000 |
commit | 40f1c0d283d42c1c89222da3e84428db730c31cf (patch) | |
tree | 8df556df6803a8f4744427c11c576cf89dd45bfb /editors/libreoffice6 | |
parent | ac9de29196101c4c4abc2e9a5bbf2727372b2536 (diff) | |
download | ports-40f1c0d283d42c1c89222da3e84428db730c31cf.tar.gz ports-40f1c0d283d42c1c89222da3e84428db730c31cf.zip |
Diffstat (limited to 'editors/libreoffice6')
-rw-r--r-- | editors/libreoffice6/Makefile | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/editors/libreoffice6/Makefile b/editors/libreoffice6/Makefile index dfa18147dd27..ceb69f8fd542 100644 --- a/editors/libreoffice6/Makefile +++ b/editors/libreoffice6/Makefile @@ -146,8 +146,7 @@ GNOME_LIB_DEPENDS= libdbus-1.so:devel/dbus \ GNOME_USE= GNOME=dconf GTK3_CONFIGURE_ENABLE= gtk3 -GTK3_USE= GNOME=gtk30,gtk-update-icon-cache -GTK3_VARS= POST_PLIST=add-plist-gnome +GTK3_USE= GNOME=gtk30 I18N_CONFIGURE_WITH= lang=ALL I18N_DISTFILES= ${PORTNAME}-dictionaries-${LOVERSION}${EXTRACT_SUFX} \ @@ -322,11 +321,4 @@ post-install-SDK-on: ${FIND} -s ${subdir}/libreoffice -not -type d >> ${TMPPLIST} .endfor -add-plist-gnome: -.for subdir in gnome hicolor locolor - @${ECHO_CMD} "@rmtry share/icons/${subdir}/icon-theme.cache" >> ${TMPPLIST} - @${ECHO_CMD} "@postexec ${LOCALBASE}/bin/gtk-update-icon-cache -q -f %D/share/icons/${subdir} 2>/dev/null || ${TRUE}" >> ${TMPPLIST} - @${ECHO_CMD} "@postunexec ${LOCALBASE}/bin/gtk-update-icon-cache -q -f %D/share/icons/${subdir} 2>/dev/null || ${TRUE}" >> ${TMPPLIST} -.endfor - .include <bsd.port.post.mk> |