Revert "qrcodegen: update to 1.7.0."

This release changed not only filenames but API, breaking libreoffice.
In notcurses, cmake failed to detect qrcodegen and silently turned it
off rather than breaking the build.

cc: @mobinmob

This reverts commit 2c99f4bf75.
This commit is contained in:
Andrew J. Hesford 2021-09-26 16:57:00 -04:00
parent 48b8e39c68
commit d106a6c6cf

View file

@ -1,14 +1,15 @@
# Template file for 'qrcodegen' # Template file for 'qrcodegen'
pkgname=qrcodegen pkgname=qrcodegen
version=1.7.0 reverts="1.7.0_1"
revision=1 version=1.6.0
revision=4
wrksrc="QR-Code-generator-${version}" wrksrc="QR-Code-generator-${version}"
short_desc="QR Code generator library" short_desc="QR Code generator library"
maintainer="Orphaned <orphan@voidlinux.org>" maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT" license="MIT"
homepage="https://www.nayuki.io/page/qr-code-generator-library" homepage="https://www.nayuki.io/page/qr-code-generator-library"
distfiles="https://github.com/nayuki/QR-Code-generator/archive/v${version}.tar.gz" distfiles="https://github.com/nayuki/QR-Code-generator/archive/v${version}.tar.gz"
checksum=a8138d84a2adbc9168bfadfb9db5272c89b69fb87f72a88ecd08ce7f402ee710 checksum=8acee5a77325e075b910747ad4b1fdb1491b7e22d0b8f1b5a6ea15ea08ba33a8
CXXFLAGS="-fPIC" CXXFLAGS="-fPIC"
@ -22,8 +23,8 @@ do_build() {
do_install() { do_install() {
sed -n "/^License/,/xxxx/p" Readme.markdown > LICENSE sed -n "/^License/,/xxxx/p" Readme.markdown > LICENSE
vlicense LICENSE vlicense LICENSE
vinstall cpp/qrcodegen.hpp 644 usr/include/qrcodegen vinstall cpp/QrCode.hpp 644 usr/include/qrcodegen
vinstall cpp/libqrcodegencpp.a 644 usr/lib libqrcodegencpp.a vinstall cpp/libqrcodegen.a 644 usr/lib libqrcodegencpp.a
vinstall c/qrcodegen.h 644 usr/include/qrcodegen vinstall c/qrcodegen.h 644 usr/include/qrcodegen
vinstall c/libqrcodegen.a 644 usr/lib vinstall c/libqrcodegen.a 644 usr/lib
} }