You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
biblioteq: update to @2024.03.25
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user