mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
QXlsx: update to 1.4.7.
This commit is contained in:
parent
c114b96981
commit
a42e26b7d0
2 changed files with 3 additions and 27 deletions
|
@ -1,24 +0,0 @@
|
||||||
From 8c3e6633e3c901bc5a5cd477383421b0980dcd26 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Alexey Sokolov <sokolov@google.com>
|
|
||||||
Date: Mon, 17 Apr 2023 23:43:59 +0100
|
|
||||||
Subject: [PATCH] Fix #278
|
|
||||||
|
|
||||||
There's no real reason to install the same headers twice, but at least
|
|
||||||
now clients of the library can build again
|
|
||||||
---
|
|
||||||
QXlsx/CMakeLists.txt | 2 +-
|
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
||||||
|
|
||||||
diff --git a/QXlsx/CMakeLists.txt b/QXlsx/CMakeLists.txt
|
|
||||||
index 4fa7f7f..074922a 100644
|
|
||||||
--- a/QXlsx/CMakeLists.txt
|
|
||||||
+++ b/QXlsx/CMakeLists.txt
|
|
||||||
@@ -179,7 +179,7 @@ PRIVATE
|
|
||||||
${QXLSX_HEADERPATH}
|
|
||||||
PUBLIC
|
|
||||||
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/header>
|
|
||||||
- $<INSTALL_INTERFACE:include/QXlsx>
|
|
||||||
+ $<INSTALL_INTERFACE:include/QXlsxQt${QT_VERSION_MAJOR}>
|
|
||||||
)
|
|
||||||
|
|
||||||
set_target_properties(QXlsx PROPERTIES
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'QXlsx'
|
# Template file for 'QXlsx'
|
||||||
pkgname=QXlsx
|
pkgname=QXlsx
|
||||||
version=1.4.6
|
version=1.4.7
|
||||||
revision=2
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
build_wrksrc="QXlsx"
|
build_wrksrc="QXlsx"
|
||||||
hostmakedepends="qt5-qmake qt5-host-tools"
|
hostmakedepends="qt5-qmake qt5-host-tools"
|
||||||
|
@ -11,4 +11,4 @@ maintainer="Andrew Benson <abenson+void@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://qtexcel.github.io/QXlsx"
|
homepage="https://qtexcel.github.io/QXlsx"
|
||||||
distfiles="https://github.com/QtExcel/QXlsx/archive/v${version}.tar.gz"
|
distfiles="https://github.com/QtExcel/QXlsx/archive/v${version}.tar.gz"
|
||||||
checksum=969a947af6a78dad9f2418dfc84e528d212ceb98e6392edf859dbff4f8828a77
|
checksum=6f2de3e3bcfd09b7be0f9ad06c363cfe29a7a4c14280b36a91d8968f54be796a
|
||||||
|
|
Loading…
Add table
Reference in a new issue