mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
sqlitebrowser, bump version (#5800)
This commit is contained in:
@@ -1,23 +0,0 @@
|
||||
From 1a36c60f97b8e0c1ef677fb9cac4e4a854f44671 Mon Sep 17 00:00:00 2001
|
||||
From: Tudor Nazarie <nazarietudor@gmail.com>
|
||||
Date: Wed, 28 Dec 2016 12:38:11 +0000
|
||||
Subject: Fix missing libdl.so library error
|
||||
|
||||
|
||||
diff --git a/src/src.pro b/src/src.pro
|
||||
index 76acec2..84ff567 100644
|
||||
--- a/src/src.pro
|
||||
+++ b/src/src.pro
|
||||
@@ -182,9 +182,6 @@ LIBPATH_QHEXEDIT=$$OUT_PWD/../libs/qhexedit
|
||||
LIBPATH_ANTLR=$$OUT_PWD/../libs/antlr-2.7.7
|
||||
LIBPATH_QCUSTOMPLOT=$$OUT_PWD/../libs/qcustomplot-source
|
||||
LIBPATH_QSCINTILLA=$$OUT_PWD/../libs/qscintilla/Qt4Qt5
|
||||
-unix {
|
||||
- LIBS += -ldl
|
||||
-}
|
||||
os2 {
|
||||
RC_FILE = os2app.rc
|
||||
}
|
||||
--
|
||||
2.23.0
|
||||
|
||||
@@ -2,13 +2,12 @@ SUMMARY="DB Browser for SQLite"
|
||||
DESCRIPTION="DB Browser for SQLite is a high quality, visual, open source tool \
|
||||
to create, design, and edit database files compatible with SQLite."
|
||||
HOMEPAGE="https://sqlitebrowser.org/"
|
||||
COPYRIGHT="2012-2019 Martin Kleusberg"
|
||||
COPYRIGHT="2012-2020 Martin Kleusberg"
|
||||
LICENSE="GNU GPL v3"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/sqlitebrowser/sqlitebrowser/archive/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="298acb28878aa712277a1c35c185b07a5a1671cc3e2c6a21b323477b91d486fc"
|
||||
CHECKSUM_SHA256="c1f13a7caeab9c36908d7fd6e46718d5f2bb5d116882c5c6392e7c4b0f8dba0f"
|
||||
SOURCE_FILENAME="sqlitebrowser-$portVersion.tar.gz"
|
||||
PATCHES="sqlitebrowser-$portVersion.patchset"
|
||||
ADDITIONAL_FILES="sqlitebrowser.rdef.in"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
@@ -26,6 +25,7 @@ REQUIRES="
|
||||
lib:libQt5PrintSupport$secondaryArchSuffix
|
||||
lib:libQt5Test$secondaryArchSuffix
|
||||
lib:libQt5Widgets$secondaryArchSuffix
|
||||
lib:libqscintilla2_qt5$secondaryArchSuffix
|
||||
lib:libsqlite3$secondaryArchSuffix
|
||||
"
|
||||
|
||||
@@ -37,6 +37,7 @@ BUILD_REQUIRES="
|
||||
devel:libQt5PrintSupport$secondaryArchSuffix
|
||||
devel:libQt5Test$secondaryArchSuffix
|
||||
devel:libQt5Widgets$secondaryArchSuffix
|
||||
devel:libqscintilla2_qt5$secondaryArchSuffix
|
||||
devel:libsqlite3$secondaryArchSuffix
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
Reference in New Issue
Block a user