Skip to content

Commit

Permalink
math/qalculate-qt: Update to 4.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BSDKaffee committed Dec 1, 2023
1 parent c8f47e0 commit 4d54d69
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
14 changes: 8 additions & 6 deletions math/qalculate-qt/Makefile
@@ -1,5 +1,5 @@
PORTNAME= qalculate-qt
PORTVERSION= 4.8.1
PORTVERSION= 4.9.0
CATEGORIES= math
MASTER_SITES= https://github.com/Qalculate/${PORTNAME}/releases/download/v${PORTVERSION}/
PKGNAMESUFFIX= ${FLAVOR:S/qt//}
Expand All @@ -14,16 +14,18 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libqalculate.so:math/libqalculate
RUN_DEPENDS= gnuplot:math/gnuplot

FLAVORS= qt5 qt6
FLAVORS= qt6 qt5
FLAVOR?= ${FLAVORS:[1]}
qt5_CONFLICTS_INSTALL= qalculate-qt qalculate-qt6
qt6_CONFLICTS_INSTALL= qalculate-qt qalculate-qt5

USES= compiler:c++11-lib gl pkgconfig qmake qt:${FLAVOR:S/qt//}
USE_GL= gl
_USE_QT5= buildtools:build linguisttools:build core gui network widgets
_USE_QT6= base tools:build
USE_QT= ${_USE_QT${FLAVOR:S/qt//}}
_USE_GL_qt5= gl
_USE_GL_qt6= opengl
USE_GL= ${_USE_GL_${FLAVOR}}
_USE_QT_qt5= buildtools:build linguisttools:build core gui network widgets
_USE_QT_qt6= base tools:build
USE_QT= ${_USE_QT_${FLAVOR}}

OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
Expand Down
6 changes: 3 additions & 3 deletions math/qalculate-qt/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1695066502
SHA256 (qalculate-qt-4.8.1.tar.gz) = 34977c8d02d47831c21a9a25ef967d8c5eefe630ec10f86347a7c598891300d5
SIZE (qalculate-qt-4.8.1.tar.gz) = 1332134
TIMESTAMP = 1701456286
SHA256 (qalculate-qt-4.9.0.tar.gz) = d3d2a054ed73c005fe2e64dc1882a0fe2f9aef817d59f30898efe4a80edf1330
SIZE (qalculate-qt-4.9.0.tar.gz) = 1738477

0 comments on commit 4d54d69

Please sign in to comment.