app-officeext/barcode: add 2.4.0

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2024-12-16 23:05:48 +01:00
parent 6c6cca8ba8
commit a37235e97f
3 changed files with 21 additions and 0 deletions

View File

@@ -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

View File

@@ -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"

View File

@@ -5,4 +5,7 @@
<email>office@gentoo.org</email>
<name>Gentoo Office project</name>
</maintainer>
<upstream>
<remote-id type="github">LibreOffice/barcode</remote-id>
</upstream>
</pkgmetadata>