Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
a048babf
Commit
a048babf
authored
1 month ago
by
achill (fossdd)
Committed by
J0WI
1 month ago
Browse files
Options
Downloads
Patches
Plain Diff
community/zint: upgrade to 2.14.0
https://github.com/zint/zint/blob/2.14.0/ChangeLog
parent
d700a6d1
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!79498
community/zint: upgrade to 2.14.0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
community/zint/APKBUILD
+2
-4
2 additions, 4 deletions
community/zint/APKBUILD
community/zint/no-rpath.patch
+0
-27
0 additions, 27 deletions
community/zint/no-rpath.patch
with
2 additions
and
31 deletions
community/zint/APKBUILD
+
2
−
4
View file @
a048babf
# Contributor: fossdd <fossdd@pwned.life>
# Maintainer: fossdd <fossdd@pwned.life>
pkgname
=
zint
pkgver
=
2.1
3
.0
pkgver
=
2.1
4
.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
"
This diff is collapsed.
Click to expand it.
community/zint/no-rpath.patch
deleted
100644 → 0
+
0
−
27
View file @
d700a6d1
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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment