prison 5.116-2
This commit is contained in:
@@ -1,8 +1,10 @@
|
|||||||
name='prison'
|
name='prison'
|
||||||
version='5.116'
|
version='5.116'
|
||||||
release='1'
|
release='2'
|
||||||
desc='A barcode API to produce QRCode barcodes and DataMatrix barcodes.'
|
desc='A barcode API to produce QRCode barcodes and DataMatrix barcodes'
|
||||||
|
desc_ru='API для создания штрих-кодов QRCode и DataMatrix'
|
||||||
homepage='https://community.kde.org/Frameworks'
|
homepage='https://community.kde.org/Frameworks'
|
||||||
|
maintainer='Evgeny Khramov <xpamych@yandex.ru>'
|
||||||
maintainer_ru='Евгений Храмов <xpamych@yandex.ru>'
|
maintainer_ru='Евгений Храмов <xpamych@yandex.ru>'
|
||||||
architectures=('amd64')
|
architectures=('amd64')
|
||||||
license=('MIT')
|
license=('MIT')
|
||||||
@@ -16,6 +18,31 @@ deps=(
|
|||||||
'qt6-qtmultimedia'
|
'qt6-qtmultimedia'
|
||||||
'libZXing3'
|
'libZXing3'
|
||||||
)
|
)
|
||||||
|
|
||||||
|
deps_alt=(
|
||||||
|
'libgcc'
|
||||||
|
'glibc-core'
|
||||||
|
'libdmtx'
|
||||||
|
'qrencode'
|
||||||
|
'qt6-base'
|
||||||
|
'qt6-multimedia'
|
||||||
|
'libZXing3'
|
||||||
|
)
|
||||||
|
deps_arch=("${deps[@]}" 'qt6-base' 'qt6-multimedia' 'zxing-cpp')
|
||||||
|
deps_debian=(
|
||||||
|
'libgcc-s1'
|
||||||
|
'libc6'
|
||||||
|
'libdmtx0a'
|
||||||
|
'libqrencode4'
|
||||||
|
'qt6-base-dev'
|
||||||
|
'qt6-multimedia-dev'
|
||||||
|
'libzxing3'
|
||||||
|
)
|
||||||
|
deps_fedora=("${deps[@]}")
|
||||||
|
deps_redos=("${deps[@]}")
|
||||||
|
deps_rhel=("${deps[@]}")
|
||||||
|
deps_rosa=("${deps[@]}")
|
||||||
|
|
||||||
build_deps=(
|
build_deps=(
|
||||||
'doxygen'
|
'doxygen'
|
||||||
'extra-cmake-modules'
|
'extra-cmake-modules'
|
||||||
@@ -25,6 +52,14 @@ build_deps=(
|
|||||||
'qt6-qttools'
|
'qt6-qttools'
|
||||||
)
|
)
|
||||||
|
|
||||||
|
build_deps_alt=("${build_deps[@]}" 'qt6-declarative' 'qt6-tools')
|
||||||
|
build_deps_arch=("${build_deps[@]}" 'qt6-declarative' 'qt6-tools' 'cmake')
|
||||||
|
build_deps_debian=("${build_deps[@]}" 'qt6-declarative-dev' 'qt6-tools-dev' 'libqrencode-dev' 'cmake')
|
||||||
|
build_deps_fedora=("${build_deps[@]}" 'cmake')
|
||||||
|
build_deps_redos=("${build_deps[@]}" 'cmake')
|
||||||
|
build_deps_rhel=("${build_deps[@]}" 'cmake')
|
||||||
|
build_deps_rosa=("${build_deps[@]}" 'cmake')
|
||||||
|
|
||||||
sources=("https://download.kde.org/stable/frameworks/${version%.*}/$name-$version.tar.xz")
|
sources=("https://download.kde.org/stable/frameworks/${version%.*}/$name-$version.tar.xz")
|
||||||
checksums=('SKIP')
|
checksums=('SKIP')
|
||||||
|
|
||||||
@@ -38,3 +73,9 @@ build() {
|
|||||||
package() {
|
package() {
|
||||||
DESTDIR="$pkgdir" cmake --install build
|
DESTDIR="$pkgdir" cmake --install build
|
||||||
}
|
}
|
||||||
|
|
||||||
|
files() {
|
||||||
|
files-find-lib
|
||||||
|
files-find-include
|
||||||
|
files-find-share
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user