prison, bump version, update to KDE framework version (#9046)

This commit is contained in:
Schrijvers Luc
2023-07-17 13:39:17 +02:00
committed by GitHub
parent 4d92697cfc
commit 5248be0f04

View File

@@ -3,17 +3,18 @@ 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-2019 KDE Foundations"
COPYRIGHT="2010-2022 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="8dd4400817b4863597eb87fafce27f6cb11ad8a1f4da7491e4c9e4dcaa2fdff1"
CHECKSUM_SHA256="1f43de6622cf263c6b71f9a801174e2791c09b5a0d52c602715659ddfb82fb56"
ARCHITECTURES="all !x86_gcc2 ?x86"
ARCHITECTURES="all !x86_gcc2"
SECONDARY_ARCHITECTURES="x86"
GLOBAL_WRITABLE_FILES="
settings/xdg/prison.categories keep-old
settings/xdg/prison.renamecategories keep-old
"
libVersion="$portVersion"
@@ -53,6 +54,11 @@ BUILD_PREREQUIRES="
cmd:make
"
PATCH()
{
sed -e '/platforms:/ a \ \ \ \ - name: Haiku' -i $sourceDir/metainfo.yaml
}
BUILD()
{
constantSystemDataDir="`finddir B_SYSTEM_DATA_DIRECTORY`"