biblioteq: update to @2024.03.25

This commit is contained in:
Ken Cunningham
2024-04-13 09:18:44 -07:00
parent 1b71ea0099
commit b4fb617fc1
2 changed files with 20 additions and 21 deletions
+10 -5
View File
@@ -4,13 +4,13 @@ PortSystem 1.0
PortGroup github 1.0
PortGroup qmake5 1.0
github.setup textbrowser biblioteq 2023.07.20
github.setup textbrowser biblioteq 2024.03.25
revision 0
github.tarball_from archive
distname BiblioteQ-${version}
checksums rmd160 f89e6b233b44619dd366d43783be3d265bed2bc5 \
sha256 4917ec8898312221fd38c8f917e5b0f9c4e07daba2a9e5fb0f7a51973bd5e984 \
size 73547221
checksums rmd160 672f48594bc5ae94fc4f05d7327a781d24d90663 \
sha256 1426ff90a1b450babbfc5a8ad8a2f97fdc4865643ebd9db90dd15bc7d142ca81 \
size 43442072
categories databases
license BSD-3-Clause
@@ -24,9 +24,14 @@ compiler.cxx_standard 2017
qt5.depends_component sqlite-plugin
patchfiles patch-biblioteq-macports.diff
configure.args CONFIG+=sdk_no_version_check biblioteq.osx.pro
configure.args CONFIG+=sdk_no_version_check biblioteq.macos.pro
post-destroot {
move "${destroot}${worksrcpath}/BiblioteQ.d" ${destroot}${applications_dir}/BiblioteQ
move "${worksrcpath}/BiblioteQ.app" ${destroot}${applications_dir}/BiblioteQ/
}
notes-append "
To use ${name}, copy Data/BibliotQ.sqlite and biblioteq.conf to your\
home folder, and select BibliotQ.sqlite to connect to.
"
@@ -1,32 +1,26 @@
--- biblioteq.osx.pro.ken 2023-08-21 09:00:09
+++ biblioteq.osx.pro 2023-08-21 09:00:58
@@ -9,7 +9,6 @@
QT -= webkit
QMAKE_CLEAN += BiblioteQ
-QMAKE_CXX = clang++
QMAKE_CXXFLAGS_RELEASE += -Wall \
-Wcast-align \
-Wcast-qual \
@@ -26,8 +25,6 @@
--- biblioteq.macos.pro.orig 2024-04-13 09:07:21.000000000 -0700
+++ biblioteq.macos.pro 2024-04-13 09:08:55.000000000 -0700
@@ -24,8 +24,6 @@
-pedantic \
-std=c++17
QMAKE_DISTCLEAN += -r BiblioteQ.d temp .qmake.cache .qmake.stash
QMAKE_DISTCLEAN += -r .qmake.cache .qmake.stash BiblioteQ Temporary
-QMAKE_EXTRA_TARGETS = dmg purge
-QMAKE_MACOSX_DEPLOYMENT_TARGET = 11.0
ICON = Icons/book.icns
INCLUDEPATH += /usr/local/include \
@@ -67,11 +64,9 @@
INCLUDEPATH += Source
@@ -68,12 +66,9 @@
sql.path = BiblioteQ.d
INSTALLS = preinstall \
- macdeployqt \
- macdeployqt \
biblioteq \
conf \
data \
doc1 \
doc2 \
doc2 \
- installnametool1 \
- sql \
- postinstall
+ sql
\ No newline at end of file