Package: toppic / 1.5.3+dfsg1-1

Metadata

Package Version Patches format
toppic 1.5.3+dfsg1-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Use the CMake build system to configure the DATADIR.patch | (download)

CMakeLists.txt | 9 7 + 2 - 0 !
cmake/config.h.in | 2 2 + 0 - 0 !
src/common/util/file_util.cpp | 8 4 + 4 - 0 !
src/common/util/file_util.hpp | 4 3 + 1 - 0 !
4 files changed, 16 insertions(+), 7 deletions(-)

 use the cmake build system to configure the datadir in
 /usr/share/toppic.


0002 Fix the erroneous bin install directory.patch | (download)

CMakeLists.txt | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix the erroneous bin/ install directory.

The install directory was set to ${CMAKE_INSTALL_PREFIX}/usr/bin)
which made the programs installed into /usr/usr/bin if
${CMAKE_INSTALL_PREFIX} was set to /usr.

0003 Ensure the GUI variants are installed and shipped.patch | (download)

CMakeLists.txt | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 ensure the gui variants are installed and shipped.


0004 Patch to use libpwizlite and libhts from the system.patch | (download)

CMakeLists.txt | 64 45 + 19 - 0 !
1 file changed, 45 insertions(+), 19 deletions(-)

 patch to use libpwizlite and libhts from the system.