]> git.pld-linux.org Git - packages/libdigidocpp.git/blame - DIGIDOCPP_VERSION.patch
expand version for ppkgconfig properly
[packages/libdigidocpp.git] / DIGIDOCPP_VERSION.patch
CommitLineData
b7bd693f
ER
1--- libdigidocpp/./src/libdigidocpp.pc.cmake~ 2018-12-10 22:32:50.373425891 +0200
2+++ libdigidocpp/./src/libdigidocpp.pc.cmake 2018-12-10 22:36:22.574581291 +0200
3@@ -5,6 +5,6 @@
4
5 Name: libdigidocpp
6 Description: Libdigidocpp C++ library for handling digitally signed documents
7-Version: @DIGIDOCPP_VERSION@
8+Version: @PROJECT_VERSION@
9 Libs: -L${libdir} -ldigidocpp
10 Cflags: -I${includedir}
11--- libdigidocpp/./etc/Doxyfile.in~ 2018-12-10 22:32:50.276754142 +0200
12+++ libdigidocpp/./etc/Doxyfile.in 2018-12-10 22:36:15.097521556 +0200
13@@ -38,7 +38,7 @@
14 # could be handy for archiving the generated documentation or if some version
15 # control system is used.
16
17-PROJECT_NUMBER = @DIGIDOCPP_VERSION@
18+PROJECT_NUMBER = @PROJECT_VERSION@
19
20 # Using the PROJECT_BRIEF tag one can provide an optional one line description
21 # for a project that appears at the top of each page and should give viewer a
This page took 0.21664 seconds and 4 git commands to generate.