mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
prison: bump version
This commit is contained in:
@@ -2,12 +2,12 @@ SUMMARY="A Qt API for generating QRCode & DataMatrix barcodes"
|
||||
DESCRIPTION="prison is a Qt-based barcode abstraction layer/library that \
|
||||
provides uniform access to generation of barcodes with data. The API supports \
|
||||
two types of barcodes: QRCode and DataMatrix."
|
||||
HOMEPAGE="https://api.kde.org/frameworks/prison/html/index.html"
|
||||
COPYRIGHT="2010-2022 KDE Foundations"
|
||||
HOMEPAGE="https://invent.kde.org/frameworks/prison/"
|
||||
COPYRIGHT="2010-2024 KDE Foundations"
|
||||
LICENSE="GNU LGPL v3"
|
||||
REVISION="2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://download.kde.org/stable/frameworks/${portVersion%.*}/prison-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="1f43de6622cf263c6b71f9a801174e2791c09b5a0d52c602715659ddfb82fb56"
|
||||
CHECKSUM_SHA256="8964fc90ba2b3643d62cee9d01c46f4824670ed8c1bcd12ac3b129cebe4273de"
|
||||
|
||||
ARCHITECTURES="all !x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
@@ -42,10 +42,10 @@ REQUIRES_devel="
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
extra_cmake_modules$secondaryArchSuffix >= 5.65
|
||||
extra_cmake_modules$secondaryArchSuffix >= $portVersion
|
||||
devel:libdmtx$secondaryArchSuffix
|
||||
devel:libqrencode$secondaryArchSuffix
|
||||
devel:libQt5Core$secondaryArchSuffix >= 5.8
|
||||
devel:libQt5Core$secondaryArchSuffix
|
||||
devel:libQt5Gui$secondaryArchSuffix
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
Reference in New Issue
Block a user