public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/sqlitebrowser/
Date: Sun,  4 Aug 2024 07:03:10 +0000 (UTC)	[thread overview]
Message-ID: <1722754981.60f0e1fdd93eb32f319d8cf72bb2a2535afebf19.juippis@gentoo> (raw)

commit:     60f0e1fdd93eb32f319d8cf72bb2a2535afebf19
Author:     Mattéo Rossillol‑‑Laruelle <beatussum <AT> protonmail <DOT> com>
AuthorDate: Wed Jul 24 07:52:35 2024 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Aug  4 07:03:01 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60f0e1fd

dev-db/sqlitebrowser: add 3.13.0

Signed-off-by: Mattéo Rossillol‑‑Laruelle <beatussum <AT> protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/37698
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 dev-db/sqlitebrowser/Manifest                      |  1 +
 ...ser-9999.ebuild => sqlitebrowser-3.13.0.ebuild} | 52 +++++++++++++++-------
 dev-db/sqlitebrowser/sqlitebrowser-9999.ebuild     | 52 +++++++++++++++-------
 3 files changed, 73 insertions(+), 32 deletions(-)

diff --git a/dev-db/sqlitebrowser/Manifest b/dev-db/sqlitebrowser/Manifest
index 85c8a211b702..11db8af4f79c 100644
--- a/dev-db/sqlitebrowser/Manifest
+++ b/dev-db/sqlitebrowser/Manifest
@@ -1 +1,2 @@
 DIST sqlitebrowser-3.12.2.tar.gz 3990817 BLAKE2B a0c1495814a814638428fa50e55d5afeb2d3f5c80c9aafbdea3cc444e8c681c48acd1f24126945a89d7284c3f0a23979f2b3541fae7c7a70803f7e7ad69be6f4 SHA512 a6afc0a4286f07adb7038f3a010c93e14204b477bde27b1599c9bfe3390422d3edfaa2a9381b1f13e63a7aaf90e931ee85358eb8b2c15b6ea55818d29c59395f
+DIST sqlitebrowser-3.13.0.tar.gz 4901507 BLAKE2B 4430944fb6f02a3e33aa6d3e5720faa8e43351314a0c21803fe8bed6d2241ca92830de7be33deb18294f0cad808c96d6c913bd9ddcd64d41a34db32349d44d88 SHA512 6261043cee7bc5c525b162e0b5d1ac38d380228ffd752e086fecb49c7f50b463a993a6128547d99addb0480ba71e4f6dd3a0c1e412a692ae86b0b183b7379610

diff --git a/dev-db/sqlitebrowser/sqlitebrowser-9999.ebuild b/dev-db/sqlitebrowser/sqlitebrowser-3.13.0.ebuild
similarity index 54%
copy from dev-db/sqlitebrowser/sqlitebrowser-9999.ebuild
copy to dev-db/sqlitebrowser/sqlitebrowser-3.13.0.ebuild
index 47ce7cb6cacc..2918a95b0493 100644
--- a/dev-db/sqlitebrowser/sqlitebrowser-9999.ebuild
+++ b/dev-db/sqlitebrowser/sqlitebrowser-3.13.0.ebuild
@@ -10,10 +10,10 @@ HOMEPAGE="https://sqlitebrowser.org/"
 
 if [[ "${PV}" = *9999* ]]; then
 	inherit git-r3
-	EGIT_REPO_URI="https://github.com/${PN}/${PN}.git"
+	EGIT_REPO_URI="https://github.com/sqlitebrowser/sqlitebrowser.git"
 else
-	SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="amd64 x86"
+	SRC_URI="https://github.com/sqlitebrowser/sqlitebrowser/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64 ~x86"
 fi
 
 LICENSE="GPL-3+ MPL-2.0"
@@ -24,27 +24,46 @@ RESTRICT="!test? ( test )"
 DEPEND="
 	app-editors/qhexedit2
 	dev-db/sqlite:3
+	dev-libs/double-conversion:=
+	dev-libs/icu:=
+	dev-libs/libpcre2:=
+	dev-libs/openssl:=
 	dev-libs/qcustomplot
-	>=dev-qt/qtconcurrent-5.5:5
-	>=dev-qt/qtcore-5.5:5
-	>=dev-qt/qtgui-5.5:5
-	>=dev-qt/qtnetwork-5.5:5[ssl]
-	>=dev-qt/qtprintsupport-5.5:5
-	>=dev-qt/qtwidgets-5.5:5
-	>=dev-qt/qtxml-5.5:5
+	>=dev-qt/qtconcurrent-5.15.9:5
+	>=dev-qt/qtcore-5.15.9:5
+	>=dev-qt/qtgui-5.15.9:5
+	>=dev-qt/qtnetwork-5.15.9:5[ssl]
+	>=dev-qt/qtprintsupport-5.15.9:5
+	>=dev-qt/qtwidgets-5.15.9:5
+	>=dev-qt/qtxml-5.15.9:5
+	media-gfx/graphite2
+	media-libs/freetype:2
+	media-libs/harfbuzz:=
+	media-libs/libglvnd
+	media-libs/libpng:=
+	sys-libs/zlib:=
+	x11-libs/libX11
+	x11-libs/libXau
+	x11-libs/libxcb:=
+	x11-libs/libXdmcp
 	>=x11-libs/qscintilla-2.8.10:=[qt5(+)]
 	sqlcipher? ( dev-db/sqlcipher )
 "
 
 BDEPEND="
-	>=dev-qt/linguist-tools-5.5:5
-	test? ( >=dev-qt/qttest-5.5:5 )
+	>=dev-qt/linguist-tools-5.15.9:5
+	test? ( >=dev-qt/qttest-5.15.9:5 )
 "
 
-RDEPEND="
-	${DEPEND}
-	>=dev-qt/qtsvg-5.5:5
-"
+RDEPEND="${DEPEND}"
+
+DOCS=(
+	images/
+	BUILDING.md
+	CHANGELOG.md
+	README.md
+	SECURITY.md
+)
 
 src_prepare() {
 	cmake_src_prepare
@@ -60,6 +79,7 @@ src_prepare() {
 src_configure() {
 	local mycmakeargs=(
 		-DENABLE_TESTING=$(usex test)
+		-DFORCE_INTERNAL_QSCINTILLA=OFF
 		-DFORCE_INTERNAL_QCUSTOMPLOT=OFF
 		-DFORCE_INTERNAL_QHEXEDIT=OFF
 		-Dsqlcipher=$(usex sqlcipher)

diff --git a/dev-db/sqlitebrowser/sqlitebrowser-9999.ebuild b/dev-db/sqlitebrowser/sqlitebrowser-9999.ebuild
index 47ce7cb6cacc..2918a95b0493 100644
--- a/dev-db/sqlitebrowser/sqlitebrowser-9999.ebuild
+++ b/dev-db/sqlitebrowser/sqlitebrowser-9999.ebuild
@@ -10,10 +10,10 @@ HOMEPAGE="https://sqlitebrowser.org/"
 
 if [[ "${PV}" = *9999* ]]; then
 	inherit git-r3
-	EGIT_REPO_URI="https://github.com/${PN}/${PN}.git"
+	EGIT_REPO_URI="https://github.com/sqlitebrowser/sqlitebrowser.git"
 else
-	SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="amd64 x86"
+	SRC_URI="https://github.com/sqlitebrowser/sqlitebrowser/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64 ~x86"
 fi
 
 LICENSE="GPL-3+ MPL-2.0"
@@ -24,27 +24,46 @@ RESTRICT="!test? ( test )"
 DEPEND="
 	app-editors/qhexedit2
 	dev-db/sqlite:3
+	dev-libs/double-conversion:=
+	dev-libs/icu:=
+	dev-libs/libpcre2:=
+	dev-libs/openssl:=
 	dev-libs/qcustomplot
-	>=dev-qt/qtconcurrent-5.5:5
-	>=dev-qt/qtcore-5.5:5
-	>=dev-qt/qtgui-5.5:5
-	>=dev-qt/qtnetwork-5.5:5[ssl]
-	>=dev-qt/qtprintsupport-5.5:5
-	>=dev-qt/qtwidgets-5.5:5
-	>=dev-qt/qtxml-5.5:5
+	>=dev-qt/qtconcurrent-5.15.9:5
+	>=dev-qt/qtcore-5.15.9:5
+	>=dev-qt/qtgui-5.15.9:5
+	>=dev-qt/qtnetwork-5.15.9:5[ssl]
+	>=dev-qt/qtprintsupport-5.15.9:5
+	>=dev-qt/qtwidgets-5.15.9:5
+	>=dev-qt/qtxml-5.15.9:5
+	media-gfx/graphite2
+	media-libs/freetype:2
+	media-libs/harfbuzz:=
+	media-libs/libglvnd
+	media-libs/libpng:=
+	sys-libs/zlib:=
+	x11-libs/libX11
+	x11-libs/libXau
+	x11-libs/libxcb:=
+	x11-libs/libXdmcp
 	>=x11-libs/qscintilla-2.8.10:=[qt5(+)]
 	sqlcipher? ( dev-db/sqlcipher )
 "
 
 BDEPEND="
-	>=dev-qt/linguist-tools-5.5:5
-	test? ( >=dev-qt/qttest-5.5:5 )
+	>=dev-qt/linguist-tools-5.15.9:5
+	test? ( >=dev-qt/qttest-5.15.9:5 )
 "
 
-RDEPEND="
-	${DEPEND}
-	>=dev-qt/qtsvg-5.5:5
-"
+RDEPEND="${DEPEND}"
+
+DOCS=(
+	images/
+	BUILDING.md
+	CHANGELOG.md
+	README.md
+	SECURITY.md
+)
 
 src_prepare() {
 	cmake_src_prepare
@@ -60,6 +79,7 @@ src_prepare() {
 src_configure() {
 	local mycmakeargs=(
 		-DENABLE_TESTING=$(usex test)
+		-DFORCE_INTERNAL_QSCINTILLA=OFF
 		-DFORCE_INTERNAL_QCUSTOMPLOT=OFF
 		-DFORCE_INTERNAL_QHEXEDIT=OFF
 		-Dsqlcipher=$(usex sqlcipher)


             reply	other threads:[~2024-08-04  7:03 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-04  7:03 Joonas Niilola [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-05-25 20:27 [gentoo-commits] repo/gentoo:master commit in: dev-db/sqlitebrowser/ Sam James
2025-05-25 16:39 Sam James
2025-05-03  7:53 Andreas Sturmlechner
2025-05-03  7:53 Andreas Sturmlechner
2025-01-27 23:22 Andreas Sturmlechner
2025-01-23 20:32 Andreas Sturmlechner
2025-01-08 17:03 Andreas Sturmlechner
2025-01-06  1:37 Sam James
2025-01-06  1:37 Sam James
2024-12-01 12:04 Sam James
2024-09-04 20:30 Jakov Smolić
2024-09-04 20:30 Jakov Smolić
2024-04-16 16:30 Jimi Huotari
2024-03-07 10:54 Andreas Sturmlechner
2024-03-02 18:23 Arthur Zamarin
2024-03-02 18:23 Arthur Zamarin
2024-01-20 12:23 Sam James
2022-12-20 21:07 Andreas Sturmlechner
2021-07-15 21:39 Sam James
2021-07-15 21:33 Sam James
2021-06-17  6:49 Joonas Niilola
2021-02-17 11:36 Joonas Niilola
2019-10-17  4:52 Joonas Niilola
2019-03-25 17:41 Rick Farina
2019-02-28 17:37 Rick Farina
2019-02-14 23:06 Andreas Sturmlechner
2019-02-14 23:06 Andreas Sturmlechner
2018-04-11 20:43 Thomas Deutschmann
2018-04-06 15:58 Aaron Bauman
2017-12-11  9:11 Michael Weber
2017-09-23  2:27 Michael Palimaka
2017-06-04 22:52 Michael Weber
2017-06-01  7:41 Agostino Sarubbo
2016-12-22 18:26 David Seifert
2016-11-15 22:29 David Seifert
2016-11-15 22:29 David Seifert
2016-03-15 11:26 Agostino Sarubbo
2016-01-10 18:41 Michael Weber
2015-12-06 21:50 James Le Cuirot
2015-12-06 21:50 James Le Cuirot
2015-10-01 14:21 Michael Palimaka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1722754981.60f0e1fdd93eb32f319d8cf72bb2a2535afebf19.juippis@gentoo \
    --to=juippis@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox