diff options
author | hwspeedy <ns@bigbear.dk> | 2024-03-04 17:33:15 +0100 |
---|---|---|
committer | hwspeedy <ns@bigbear.dk> | 2024-03-04 17:33:15 +0100 |
commit | d86b5c73d5be2d05f4258f76eb74b7269327bc7d (patch) | |
tree | 878a5e650a9925b802f8f5d623ef340f736166d3 /CMakeLists.txt | |
parent | 16b5b72b1c2e66009c25b1fd06488bee64af5fb7 (diff) |
PACKAGING debian source working
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 10d75d58..c0eaa76e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -534,8 +534,8 @@ install(FILES pixmaps/hardinfo2.png SET(CPACK_PACKAGE_NAME "hardinfo") SET(CPACK_SOURCE_PACKAGE_NAME "hardinfo") SET(CPACK_PACKAGE_HOMEPAGE_URL "https://www.hardinfo2.org") -set(CPACK_PACKAGING_INSTALL_PREFIX "/usr") if(${RPM}) + set(CPACK_PACKAGING_INSTALL_PREFIX "/usr") SET(CPACK_SOURCE_IGNORE_FILES "/build/;/.git/;/.github/;.gitignore;.gitmodules;*.po.old;*~;*.mo;") SET(CPACK_SOURCE_GENERATOR "RPM;TGZ") SET(CPACK_GENERATOR "RPM") @@ -570,8 +570,7 @@ SET(CPACK_RPM_PACKAGE_DEPENDS "libjson-glib-1.0-0, zlib, ${PACKAGE_LS}, ${PACKAG #DEB SET(CPACK_DEBIAN_PACKAGE_MAINTAINER ${PACKAGE_MAINTAINER}) -SET(CPACK_DEBIAN_PACKAGE_DESCRIPTION "Hardinfo2 is a small application that displays information about your -hardware and operating system. It has online benchmarking to check your machine performance against other machines.") +SET(CPACK_DEBIAN_PACKAGE_DESCRIPTION "Hardinfo2 - System Information and Benchmark") SET(CPACK_DEBIAN_PACKAGE_RECOMMENDS "sysbench, udisks2, mesa-utils, lsscsi, lm-sensors, xdg-utils, iperf3") SET(CPACK_DEBIAN_PACKAGE_HOMEPAGE "https://github.com/hardinfo2/hardinfo2") if(HARDINFO2_LIBSOUP3) |