diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2022-05-22 07:10:49 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2022-05-22 07:10:49 +0000 |
commit | 4c6266a79934a0e5b4bfc2104ab27d5bd96fc5ee (patch) | |
tree | 0c55ff77d0f72bc74e08d5630eba2f44b9b34854 | |
parent | 22554c0021ba22fb8c8fae6bce2d934ab1374f84 (diff) | |
download | ports-4c6266a79934a0e5b4bfc2104ab27d5bd96fc5ee.tar.gz ports-4c6266a79934a0e5b4bfc2104ab27d5bd96fc5ee.zip |
astro/stellarsolver: update to 2.3
-rw-r--r-- | astro/stellarsolver/Makefile | 6 | ||||
-rw-r--r-- | astro/stellarsolver/distinfo | 6 | ||||
-rw-r--r-- | astro/stellarsolver/pkg-plist | 16 |
3 files changed, 22 insertions, 6 deletions
diff --git a/astro/stellarsolver/Makefile b/astro/stellarsolver/Makefile index 7b66567fead7..124b9f996084 100644 --- a/astro/stellarsolver/Makefile +++ b/astro/stellarsolver/Makefile @@ -1,5 +1,5 @@ PORTNAME= stellarsolver -DISTVERSION= 2.2 +DISTVERSION= 2.3 CATEGORIES= astro MAINTAINER= acm@FreeBSD.org @@ -11,11 +11,13 @@ LIB_DEPENDS= libcfitsio.so:astro/cfitsio \ libgsl.so:math/gsl \ libwcs.so:astro/wcslib -USES= cmake iconv ninja qt:5 pkgconfig +USES= cmake desktop-file-utils iconv ninja qt:5 pkgconfig USE_QT= buildtools concurrent core gui qmake_build network widgets USE_GITHUB= yes GH_ACCOUNT= rlancaste USE_LDCONFIG= yes +CMAKE_ARGS+= -DBUILD_BATCH_SOLVER=on + .include <bsd.port.mk> diff --git a/astro/stellarsolver/distinfo b/astro/stellarsolver/distinfo index 7b19dce34680..b0f9d77b2eca 100644 --- a/astro/stellarsolver/distinfo +++ b/astro/stellarsolver/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1647484158 -SHA256 (rlancaste-stellarsolver-2.2_GH0.tar.gz) = c3a1e9456ff31b3803d13538dbf1c87be11c2c9d98010354ac65f144a9eb647f -SIZE (rlancaste-stellarsolver-2.2_GH0.tar.gz) = 10971732 +TIMESTAMP = 1653202874 +SHA256 (rlancaste-stellarsolver-2.3_GH0.tar.gz) = c2747339af853a1a8147a4b9eba23f0a621912018b30a0b5a9aba9f557d2b9bc +SIZE (rlancaste-stellarsolver-2.3_GH0.tar.gz) = 23403038 diff --git a/astro/stellarsolver/pkg-plist b/astro/stellarsolver/pkg-plist index 6cf6f04af6ff..66b109af9653 100644 --- a/astro/stellarsolver/pkg-plist +++ b/astro/stellarsolver/pkg-plist @@ -1,3 +1,4 @@ +bin/StellarBatchSolver include/libstellarsolver/astrometry/an-bool.h include/libstellarsolver/astrometry/anqfits.h include/libstellarsolver/astrometry/bl-nl.h @@ -71,5 +72,18 @@ lib/cmake/StellarSolver/StellarSolverConfig.cmake lib/cmake/StellarSolver/StellarSolverConfigVersion.cmake lib/libstellarsolver.so lib/libstellarsolver.so.2 -lib/libstellarsolver.so.2.2 +lib/libstellarsolver.so.2.3 libdata/pkgconfig/stellarsolver.pc +share/applications/com.github.rlancaste.stellarbatchsolver.desktop +share/icons/.DS_Store +share/icons/hicolor/.DS_Store +share/icons/hicolor/128x128/.DS_Store +share/icons/hicolor/128x128/apps/StellarBatchSolverIcon.png +share/icons/hicolor/16x16/.DS_Store +share/icons/hicolor/16x16/apps/StellarBatchSolverIcon.png +share/icons/hicolor/32x32/.DS_Store +share/icons/hicolor/32x32/apps/StellarBatchSolverIcon.png +share/icons/hicolor/48x48/.DS_Store +share/icons/hicolor/48x48/apps/StellarBatchSolverIcon.png +share/icons/hicolor/64x64/.DS_Store +share/icons/hicolor/64x64/apps/StellarBatchSolverIcon.png |