Update alkimia to 8.0.4

This commit is contained in:
rsadowski 2020-10-26 15:36:53 +00:00
parent 30cab363a0
commit 08ea29f977
5 changed files with 35 additions and 26 deletions

View File

@ -1,15 +1,13 @@
# $OpenBSD: Makefile,v 1.16 2020/07/27 16:30:20 rsadowski Exp $
# $OpenBSD: Makefile,v 1.17 2020/10/26 15:36:53 rsadowski Exp $
COMMENT = KDE financial data handling library
CATEGORIES = productivity x11
V = 8.0.3
V = 8.0.4
PKGNAME = libalkimia-$V
DISTNAME = alkimia-$V
REVISION = 0
SHARED_LIBS = alkimia5 0.0 # 7.0.1
SHARED_LIBS = alkimia5 1.0 # 8.0.4
HOMEPAGE = https://community.kde.org/Alkimia/libalkimia
@ -23,9 +21,9 @@ WANTLIB += ${COMPILER_LIBCXX} KF5Attica KF5Auth KF5AuthCore KF5Bookmarks
WANTLIB += KF5Codecs KF5Completion KF5ConfigCore KF5ConfigGui
WANTLIB += KF5ConfigWidgets KF5CoreAddons KF5Crash KF5GuiAddons
WANTLIB += KF5I18n KF5IconThemes KF5ItemViews KF5JobWidgets KF5KDELibs4Support
WANTLIB += KF5KIOCore KF5KIOFileWidgets KF5KIOWidgets KF5NewStuff
WANTLIB += KF5NewStuffCore KF5Notifications KF5Parts KF5Service
WANTLIB += KF5Solid KF5SonnetUi KF5TextWidgets KF5UnitConversion
WANTLIB += KF5KIOCore KF5KIOFileWidgets KF5KIOGui KF5KIOWidgets
WANTLIB += KF5NewStuff KF5NewStuffCore KF5Notifications KF5Parts
WANTLIB += KF5Service KF5Solid KF5SonnetUi KF5TextWidgets KF5UnitConversion
WANTLIB += KF5WidgetsAddons KF5WindowSystem KF5XmlGui Qt5Concurrent
WANTLIB += Qt5Core Qt5DBus Qt5Gui Qt5Network Qt5PrintSupport Qt5Qml
WANTLIB += Qt5WebKit Qt5WebKitWidgets Qt5Widgets Qt5Xml c gmp

View File

@ -1,2 +1,2 @@
SHA256 (alkimia-8.0.3.tar.xz) = HlftknlVfY41dedVaoGwjf9OiC6fWthQLaY7/JjHsz4=
SIZE (alkimia-8.0.3.tar.xz) = 212780
SHA256 (alkimia-8.0.4.tar.xz) = AASnBo3/CqLLb0f3DSHBKQc74R8u2yHxRRK8RHBIfR8=
SIZE (alkimia-8.0.4.tar.xz) = 221108

View File

@ -1,14 +1,14 @@
$OpenBSD: patch-autotests_CMakeLists_txt,v 1.2 2020/07/25 10:45:40 rsadowski Exp $
$OpenBSD: patch-autotests_CMakeLists_txt,v 1.3 2020/10/26 15:36:53 rsadowski Exp $
Index: autotests/CMakeLists.txt
--- autotests/CMakeLists.txt.orig
+++ autotests/CMakeLists.txt
@@ -12,6 +12,8 @@ if(BUILD_QT4)
list(APPEND TEST_LIB ${KDE_LIBRARIES})
endif()
@@ -8,6 +8,8 @@ set(TEST_LIB
${MP_LIBRARIES}
)
+include_directories(${GMP_INCLUDE_DIR})
+
ecm_add_tests(
alkonlinequotesourcetest.cpp
alkvaluetest.cpp
if(BUILD_QT4)
list(APPEND TEST_LIB ${KDE_LIBRARIES})
endif()

View File

@ -1,18 +1,18 @@
$OpenBSD: patch-src_CMakeLists_txt,v 1.2 2020/07/25 10:45:40 rsadowski Exp $
$OpenBSD: patch-src_CMakeLists_txt,v 1.3 2020/10/26 15:36:53 rsadowski Exp $
Index: src/CMakeLists.txt
--- src/CMakeLists.txt.orig
+++ src/CMakeLists.txt
@@ -121,6 +121,8 @@ target_link_libraries(alkimia
@@ -125,6 +125,8 @@ target_link_libraries(alkimia
${QT_BROWSER_LIB}
)
+include_directories(${GMP_INCLUDE_DIR})
+
if(NOT BUILD_QT4 AND MSVC)
if(NOT BUILD_QT4 AND MSVC AND BUILD_WITH_WEBKIT)
message(WARNING "Applying fix for broken Qt WebKit package (see https://phabricator.kde.org/T10146 for details)")
target_link_libraries(alkimia
@@ -160,7 +162,7 @@ if(BUILD_QT4)
@@ -164,7 +166,7 @@ if(BUILD_QT4)
set(FQ_LOCAL_INSTALL_PATH ${CMAKE_BINARY_DIR}/share/apps/alkimia${ALKIMIA_PATH_SUFFIX}/misc)
else()
set(KNSRC_INSTALL_DIR ${CONFIG_INSTALL_DIR})

View File

@ -1,11 +1,10 @@
@comment $OpenBSD: PLIST,v 1.6 2020/07/27 16:30:20 rsadowski Exp $
@comment $OpenBSD: PLIST,v 1.7 2020/10/26 15:36:53 rsadowski Exp $
@bin bin/onlinequoteseditor5
include/alkimia/
include/alkimia/Qt5/
include/alkimia/Qt5/alkimia/
include/alkimia/Qt5/alkimia/alk_export.h
include/alkimia/Qt5/alkimia/alkcompany.h
include/alkimia/Qt5/alkimia/alkfinancequoteprocess.h
include/alkimia/Qt5/alkimia/alkonlinequote.h
include/alkimia/Qt5/alkimia/alkonlinequotesource.h
include/alkimia/Qt5/alkimia/alkonlinequotesprofile.h
@ -24,9 +23,6 @@ lib/pkgconfig/libalkimia5.pc
lib/qt5/qml/org/kde/alkimia/
@so lib/qt5/qml/org/kde/alkimia/libqmlalkimia.so
lib/qt5/qml/org/kde/alkimia/qmldir
share/applications/alkimia5/
share/applications/alkimia5/misc/
share/applications/alkimia5/misc/financequote.pl
share/applications/org.kde.onlinequoteseditor5.desktop
share/examples/libalkimia/
share/examples/libalkimia/xdg/
@ -56,6 +52,10 @@ share/locale/de/LC_MESSAGES/alkimia.mo
share/locale/de/LC_MESSAGES/onlinequoteseditor.mo
share/locale/de/LC_MESSAGES/plasma_applet_onlinequote.mo
share/locale/de/LC_MESSAGES/plasma_applet_org.wincak.foreigncurrencies2.mo
share/locale/el/LC_MESSAGES/alkimia.mo
share/locale/el/LC_MESSAGES/onlinequoteseditor.mo
share/locale/el/LC_MESSAGES/plasma_applet_onlinequote.mo
share/locale/el/LC_MESSAGES/plasma_applet_org.wincak.foreigncurrencies2.mo
share/locale/en_GB/LC_MESSAGES/alkimia.mo
share/locale/en_GB/LC_MESSAGES/onlinequoteseditor.mo
share/locale/en_GB/LC_MESSAGES/plasma_applet_onlinequote.mo
@ -64,6 +64,10 @@ share/locale/es/LC_MESSAGES/alkimia.mo
share/locale/es/LC_MESSAGES/onlinequoteseditor.mo
share/locale/es/LC_MESSAGES/plasma_applet_onlinequote.mo
share/locale/es/LC_MESSAGES/plasma_applet_org.wincak.foreigncurrencies2.mo
share/locale/et/LC_MESSAGES/alkimia.mo
share/locale/et/LC_MESSAGES/onlinequoteseditor.mo
share/locale/et/LC_MESSAGES/plasma_applet_onlinequote.mo
share/locale/et/LC_MESSAGES/plasma_applet_org.wincak.foreigncurrencies2.mo
share/locale/fi/LC_MESSAGES/alkimia.mo
share/locale/fi/LC_MESSAGES/plasma_applet_org.wincak.foreigncurrencies2.mo
share/locale/fr/LC_MESSAGES/alkimia.mo
@ -74,6 +78,10 @@ share/locale/gl/LC_MESSAGES/alkimia.mo
share/locale/gl/LC_MESSAGES/onlinequoteseditor.mo
share/locale/gl/LC_MESSAGES/plasma_applet_onlinequote.mo
share/locale/gl/LC_MESSAGES/plasma_applet_org.wincak.foreigncurrencies2.mo
share/locale/ia/LC_MESSAGES/alkimia.mo
share/locale/ia/LC_MESSAGES/onlinequoteseditor.mo
share/locale/ia/LC_MESSAGES/plasma_applet_onlinequote.mo
share/locale/ia/LC_MESSAGES/plasma_applet_org.wincak.foreigncurrencies2.mo
share/locale/it/LC_MESSAGES/alkimia.mo
share/locale/it/LC_MESSAGES/onlinequoteseditor.mo
share/locale/it/LC_MESSAGES/plasma_applet_onlinequote.mo
@ -102,6 +110,9 @@ share/locale/pt_BR/LC_MESSAGES/onlinequoteseditor.mo
share/locale/pt_BR/LC_MESSAGES/plasma_applet_onlinequote.mo
share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.wincak.foreigncurrencies2.mo
share/locale/ru/LC_MESSAGES/alkimia.mo
share/locale/ru/LC_MESSAGES/onlinequoteseditor.mo
share/locale/ru/LC_MESSAGES/plasma_applet_onlinequote.mo
share/locale/ru/LC_MESSAGES/plasma_applet_org.wincak.foreigncurrencies2.mo
share/locale/sk/LC_MESSAGES/alkimia.mo
share/locale/sk/LC_MESSAGES/onlinequoteseditor.mo
share/locale/sk/LC_MESSAGES/plasma_applet_onlinequote.mo