From 9d05e80b0f2ce9ffa5dccce456bc0fbf15d3b41f Mon Sep 17 00:00:00 2001 From: Jake Hillion Date: Mon, 26 Apr 2021 13:59:12 +0100 Subject: [PATCH] zotero install --- app-office/zotero/zotero-5.0.96.2.ebuild | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app-office/zotero/zotero-5.0.96.2.ebuild b/app-office/zotero/zotero-5.0.96.2.ebuild index 84385dc..d8b1715 100644 --- a/app-office/zotero/zotero-5.0.96.2.ebuild +++ b/app-office/zotero/zotero-5.0.96.2.ebuild @@ -24,5 +24,11 @@ ZOTERO_INSTALL_DIR="/opt/Zotero" src_install() { dodir ${ZOTERO_INSTALL_DIR} cp -a "${S}"/. "${D}${ZOTERO_INSTALL_DIR}" + + for i in 16 32 48 256; do + newicon -s ${i} chrome/icons/default/default${i}.png ${PN}.png + done + + make_desktop_entry "/opt/Zoteroi/zotero-bin" Zotero zotero.png Office }