|
|
|
|
@ -346,7 +346,7 @@ set (CPACK_DEBIAN_PACKAGE_HOMEPAGE ${PACKAGE_URL}) |
|
|
|
|
set (CPACK_DEBIAN_PACKAGE_MAINTAINER "Andreas Butti <andreasbutti@gmail.com>") |
|
|
|
|
set (CPACK_DEBIAN_PACKAGE_SECTION "graphics") |
|
|
|
|
set (CPACK_DEBIAN_PACKAGE_DEPENDS |
|
|
|
|
"libglib2.0-0 (>= 2.32), libgtk-3-0 (>= 3.18), libpoppler-glib8 (>= 0.41.0), libxml2 (>= 2.0.0), libportaudiocpp0 (>= 12), libsndfile1 (>= 1.0.25), liblua5.3-0, libzip4 (>= 1.0.1), zlib1g") |
|
|
|
|
"libglib2.0-0 (>= 2.32), libgtk-3-0 (>= 3.18), libpoppler-glib8 (>= 0.41.0), libxml2 (>= 2.0.0), libportaudiocpp0 (>= 12), libsndfile1 (>= 1.0.25), liblua5.3-0, libzip4 (>= 1.0.1) | libzip5, zlib1g") |
|
|
|
|
set (CPACK_DEBIAN_PACKAGE_SUGGESTS "texlive-base, texlive-latex-extra") # Latex tool |
|
|
|
|
# Use debian's arch scheme; we only care about x86/amd64 for now but feel free to add more |
|
|
|
|
if (${PACKAGE_ARCH} STREQUAL "x86_64") |
|
|
|
|
|