diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-12-16 23:05:48 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-12-17 22:43:48 +0100 |
commit | a37235e97f97fafa809d89e80e1b540880efe10a (patch) | |
tree | 3389b8ebae82d8b7c1c478a4bf564ca8117fa6a6 /app-officeext | |
parent | app-officeext/barcode: destabilize 1.3.5.0-r1 for ~x86 (diff) | |
download | gentoo-a37235e97f97fafa809d89e80e1b540880efe10a.tar.gz gentoo-a37235e97f97fafa809d89e80e1b540880efe10a.tar.bz2 gentoo-a37235e97f97fafa809d89e80e1b540880efe10a.zip |
app-officeext/barcode: add 2.4.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-officeext')
-rw-r--r-- | app-officeext/barcode/Manifest | 1 | ||||
-rw-r--r-- | app-officeext/barcode/barcode-2.4.0.ebuild | 17 | ||||
-rw-r--r-- | app-officeext/barcode/metadata.xml | 3 |
3 files changed, 21 insertions, 0 deletions
diff --git a/app-officeext/barcode/Manifest b/app-officeext/barcode/Manifest index e01681fcb448..b62c32cb15d6 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 000000000000..4eaa3c4c7e07 --- /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 f632b40c7d8a..ed5ecc030aad 100644 --- a/app-officeext/barcode/metadata.xml +++ b/app-officeext/barcode/metadata.xml @@ -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> |