Skip to content
Snippets Groups Projects
Commit a048babf authored by achill (fossdd)'s avatar achill (fossdd) Committed by J0WI
Browse files

community/zint: upgrade to 2.14.0

parent d700a6d1
No related branches found
No related tags found
1 merge request!79498community/zint: upgrade to 2.14.0
# Contributor: fossdd <fossdd@pwned.life>
# Maintainer: fossdd <fossdd@pwned.life>
pkgname=zint
pkgver=2.13.0
pkgver=2.14.0
pkgrel=0
pkgdesc="Barcode encoding library supporting over 50 symbologies"
url="https://zint.org.uk/"
......@@ -19,7 +19,6 @@ subpackages="
$pkgname-doc
"
source="https://downloads.sourceforge.net/zint/zint-$pkgver-src.tar.gz
no-rpath.patch
shared-libqzint.patch
"
builddir="$srcdir/$pkgname-$pkgver-src"
......@@ -56,7 +55,6 @@ qt() {
}
sha512sums="
8dacd8088ab9c99ea64bf1aa49b618251d1e2d49382817d536a824ef25d9e8f0e2d8dbd0baa5dc1b4945dbede83d1af08e9f317107b1356a3ceb382acb6dd8c2 zint-2.13.0-src.tar.gz
20e500a2ee201742fd9924548d845a70cb250eab33f6de8f796e288cd19096f7f955499559ff97b0025b23f78d233875a5348be447bde18d6c98db3bcb72fa5e no-rpath.patch
ef6b7eb32f7df94ad277877741fbfd0e4f3e534107eeb2938425c51a4e83002a87571dbabe0d6449c41bd42978be575a69955105d6323a0b41b58f7bb8e7ab97 zint-2.14.0-src.tar.gz
11011523e7a130d59e1a7061ab17c394119194f9490fc3b9870b30344916138eca5dc9c4c0f38357364093bf4f50c78d143df7f344f6d190c00e9f0a16aa8c7b shared-libqzint.patch
"
Disable creation of rpath
---
diff --git a/SetPaths.cmake b/SetPaths.cmake
index 310a4a6..61bfd45 100644
--- a/SetPaths.cmake
+++ b/SetPaths.cmake
@@ -257,17 +257,5 @@ endif (NOT CMAKE_CONFIGURATION_TYPES AND NOT CMAKE_BUILD_TYPE)
-# setup default RPATH/install_name handling, may be overridden by KDE4_HANDLE_RPATH_FOR_[LIBRARY|EXECUTABLE]
-# default is to build with RPATH for the install dir, so it doesn't need to relink
-if (UNIX)
- if (APPLE)
- set(CMAKE_INSTALL_NAME_DIR ${LIB_INSTALL_DIR})
- else (APPLE)
- # add our LIB_INSTALL_DIR to the RPATH and use the RPATH figured out by cmake when compiling
- set(CMAKE_INSTALL_RPATH ${LIB_INSTALL_DIR} )
- set(CMAKE_SKIP_BUILD_RPATH TRUE)
- set(CMAKE_BUILD_WITH_INSTALL_RPATH TRUE)
- set(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)
- endif (APPLE)
-endif (UNIX)
+
--
2.45.0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment