diff --git a/app-officeext/barcode/Manifest b/app-officeext/barcode/Manifest index e01681fcb4484..b62c32cb15d68 100644 --- a/app-officeext/barcode/Manifest +++ b/app-officeext/barcode/Manifest @@ -1 +1,2 @@ DIST barcode_1.3.5.0.oxt 263583 BLAKE2B eafc3897af7c4d0a6cd025945a4f5c8b9e5e27ed5aa82f9e6933dba0cd46ad748b47d98d81da031a7e6e841853686cdd43a47104c5a93fef6cdef9be040ddcd2 SHA512 45133fc58ac211033c199411820029d921dcf1ba714652093b6647861b611eed39bb5b69c8ceef866e80b716da04c92eca0b3f9c990e799ed25cbb2ad8999732 +DIST barcode_2.4.0.oxt 126271 BLAKE2B b78a5fe24c38a2de97db9f378348c96f301fc1f73f9a510717c804a3a10308234ba7fdd777f648e7105660ca507d52ea9ecb7755a81ca08515353de7d4ae3d3a SHA512 64529b74c15d40bb8203efe28f0a1729799dcf6ccdd9ec1d85fcc6fe79a29bb0b4efc8ab4a6ca41c8459cfbf2de692711bdca7ec9fc799cff5cde955145e542d diff --git a/app-officeext/barcode/barcode-2.4.0.ebuild b/app-officeext/barcode/barcode-2.4.0.ebuild new file mode 100644 index 0000000000000..4eaa3c4c7e077 --- /dev/null +++ b/app-officeext/barcode/barcode-2.4.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +OFFICE_EXTENSIONS=( + "${PN}_${PV}.oxt" +) +inherit office-ext-r1 + +DESCRIPTION="Extension for reading barcodes" +HOMEPAGE="https://extensions.libreoffice.org/extension-center/barcode" +SRC_URI="https://github.com/LibreOffice/${PN}/releases/download/v${PV}/${PN}_${PV}.oxt" + +LICENSE="LGPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" diff --git a/app-officeext/barcode/metadata.xml b/app-officeext/barcode/metadata.xml index f632b40c7d8a1..ed5ecc030aad6 100644 --- a/app-officeext/barcode/metadata.xml +++ b/app-officeext/barcode/metadata.xml @@ -5,4 +5,7 @@ office@gentoo.org Gentoo Office project + + LibreOffice/barcode +