mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 20:43:38 +02:00
languagetool: 4.4.1 bump
This commit is contained in:
parent
3e325682a8
commit
ed23f1658c
3 changed files with 28 additions and 1 deletions
|
|
@ -1 +1,2 @@
|
|||
DIST LanguageTool-4.4.1.oxt 108618627 BLAKE2B d81fd7ac84808d1338bb582147ef6ca4d5043fe590aa29bad6cb5bf48b2a5631fc165bbf68c7bdc645a0948a496b97bcdeff8af16c1c3be18aa5deec9b94f56b SHA512 1e166318ae121725ca3c8d0a12763857a7c5bd354cf4374854eb34022c8528afb554a18540f94892c6dfacaa3abbfff8359d9e7100af8dc5f9ff83388c7915cd
|
||||
DIST LanguageTool-4.4.oxt 108618378 BLAKE2B 44de059a24fe42a824c1c16b90dfe0db1cfceb50fdb6e30a72fa6bd9f99a775a20809f45c890756686dac995b12ae7e602f2b80c09c684012eb20a16cbf7b181 SHA512 b3c48d58f1c047be6ae003d1b08098e5305540ee3a67996285d796480e4a56a7deb74f9309433304166d235c474409f6535c1ee3ae76067fe64f9572bf60caaf
|
||||
|
|
|
|||
26
app-officeext/languagetool/languagetool-4.4.1.ebuild
Normal file
26
app-officeext/languagetool/languagetool-4.4.1.ebuild
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
MY_P="LanguageTool-${PV}"
|
||||
|
||||
OFFICE_REQ_USE="java"
|
||||
#OFFICE_IMPLEMENTATIONS=( "libreoffice-bin" "libreoffice" )
|
||||
|
||||
OFFICE_EXTENSIONS=(
|
||||
"${MY_P}.oxt"
|
||||
)
|
||||
|
||||
inherit office-ext-r1
|
||||
|
||||
DESCRIPTION="Style and Grammar Checker for libreoffice"
|
||||
HOMEPAGE="https://www.languagetool.org/"
|
||||
SRC_URI="https://www.languagetool.org/download/${MY_P}.oxt"
|
||||
|
||||
LICENSE="LGPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=">=virtual/jre-1.8"
|
||||
|
|
@ -32,7 +32,7 @@ dev-embedded/libftdi:0
|
|||
www-apps/Tiredful-API
|
||||
|
||||
#Grammarly alternative
|
||||
~app-officeext/languagetool-4.3
|
||||
=app-officeext/languagetool-4.4*
|
||||
|
||||
=app-dicts/seclists-2018*
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue