forked from pool/graphite2
d487604489
- Update to 1.3.14: * Bug fixes * Allow features to be hidden (for aliases) * Move to python3 * Rename doc files from .txt to .asc - Run spec-cleaner * Remove rpm groups * Use make macros * Use license macro - Refresh patches: * link-gcc-shared.diff * graphite2-1.2.0-cmakepath.patch - Update to 1.3.13: * Resolve minor spacing issue in rtl non-overlap kerning * python3 for graphite.py * Better fuzzing * Better building on windows OBS-URL: https://build.opensuse.org/request/show/826098 OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/graphite2?expand=0&rev=65
10 lines
603 B
Diff
10 lines
603 B
Diff
diff -Naur graphite-1.3.14.orig/src/CMakeLists.txt graphite-1.3.14/src/CMakeLists.txt
|
|
--- graphite-1.3.14.orig/src/CMakeLists.txt 2020-08-10 10:08:58.963417496 +0200
|
|
+++ graphite-1.3.14/src/CMakeLists.txt 2020-08-10 10:13:14.909357757 +0200
|
|
@@ -156,4 +156,4 @@
|
|
|
|
|
|
install(TARGETS graphite2 EXPORT graphite2 LIBRARY DESTINATION lib${LIB_SUFFIX} ARCHIVE DESTINATION lib${LIB_SUFFIX} PUBLIC_HEADER DESTINATION include/graphite2 RUNTIME DESTINATION bin)
|
|
-install(EXPORT graphite2 DESTINATION share/graphite2 NAMESPACE gr2_)
|
|
+install(EXPORT graphite2 DESTINATION lib${LIB_SUFFIX}/graphite2 NAMESPACE gr2_)
|