Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: sqlitestudio-3.3.3
@ 2022-02-11 19:30 ar-jan
  2022-02-11 22:21 ` [PR PATCH] [Updated] " ar-jan
                   ` (24 more replies)
  0 siblings, 25 replies; 26+ messages in thread
From: ar-jan @ 2022-02-11 19:30 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1201 bytes --]

There is a new pull request by ar-jan against master on the void-packages repository

https://github.com/ar-jan/void-packages sqlitestudio
https://github.com/void-linux/void-packages/pull/35540

New package: sqlitestudio-3.3.3
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/35540.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-sqlitestudio-35540.patch --]
[-- Type: text/x-diff, Size: 2137 bytes --]

From 87a9467ef8f6d918b169294b410dfb0287c2f0aa Mon Sep 17 00:00:00 2001
From: Arjan Mossel <arjanmossel@gmail.com>
Date: Fri, 11 Feb 2022 20:12:09 +0100
Subject: [PATCH] New package: sqlitestudio-3.3.3

---
 common/shlibs                 |  2 ++
 srcpkgs/sqlitestudio/template | 46 +++++++++++++++++++++++++++++++++++
 2 files changed, 48 insertions(+)
 create mode 100644 srcpkgs/sqlitestudio/template

diff --git a/common/shlibs b/common/shlibs
index c01c520695a1..be47720d92cd 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4110,3 +4110,5 @@ libawt_xawt.so openjdk17-jre-17.0.1+12_1
 libjava.so openjdk17-jre-17.0.1+12_1
 libjli.so openjdk17-jre-17.0.1+12_1
 libjvm.so openjdk17-jre-17.0.1+12_1
+libcoreSQLiteStudio.so.1 sqlitestudio-3.3.3_1
+libguiSQLiteStudio.so.1 sqlitestudio-3.3.3_1
diff --git a/srcpkgs/sqlitestudio/template b/srcpkgs/sqlitestudio/template
new file mode 100644
index 000000000000..dee5b4785369
--- /dev/null
+++ b/srcpkgs/sqlitestudio/template
@@ -0,0 +1,46 @@
+# Template file for 'sqlitestudio'
+pkgname=sqlitestudio
+version=3.3.3
+revision=1
+build_style=qmake
+hostmakedepends="qt5-qmake qt5-host-tools"
+makedepends="qt5-devel
+ qt5-script-devel
+ qt5-svg-devel
+ qt5-tools-devel
+ readline-devel
+ sqlite-devel
+ tcl-devel"
+depends="sqlite"
+short_desc="Free, open source, multi-platform SQLite database manager"
+maintainer="Arjan Mossel <arjanmossel@gmail.com>"
+license="custom:GPL-3.0-only-with-OpenSSL-exception"
+homepage="https://sqlitestudio.pl/"
+distfiles="https://github.com/pawelsalawa/sqlitestudio/archive/$version.tar.gz"
+checksum=f234e1ea87d27e80a1794f86d32116ebd8919d51be63d35a7d0816a77115ce31
+
+do_configure() {
+	mkdir -p ${wrksrc}/output/build/Plugins
+	cd ${wrksrc}/output/build
+	qmake ${wrksrc}/SQLiteStudio3
+	cd ${wrksrc}/output/build/Plugins
+	qmake ${wrksrc}/Plugins
+}
+
+do_build() {
+	cd ${wrksrc}/output/build
+	make
+	cd ${wrksrc}/output/build/Plugins
+	make
+}
+
+do_install() {
+	cd ${wrksrc}/output/build
+	make INSTALL_ROOT=${DESTDIR} install
+	cd ${wrksrc}/output/build/Plugins
+	make INSTALL_ROOT=${DESTDIR} install
+}
+
+post_install() {
+	vlicense LICENSE
+}

^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: [PR PATCH] [Updated] New package: sqlitestudio-3.3.3
  2022-02-11 19:30 [PR PATCH] New package: sqlitestudio-3.3.3 ar-jan
@ 2022-02-11 22:21 ` ar-jan
  2022-02-12  0:17 ` ar-jan
                   ` (23 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: ar-jan @ 2022-02-11 22:21 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1206 bytes --]

There is an updated pull request by ar-jan against master on the void-packages repository

https://github.com/ar-jan/void-packages sqlitestudio
https://github.com/void-linux/void-packages/pull/35540

New package: sqlitestudio-3.3.3
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/35540.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-sqlitestudio-35540.patch --]
[-- Type: text/x-diff, Size: 2236 bytes --]

From fb95344ab76d1bd657ff1eced3f7685700afd6fd Mon Sep 17 00:00:00 2001
From: Arjan Mossel <arjanmossel@gmail.com>
Date: Fri, 11 Feb 2022 20:12:09 +0100
Subject: [PATCH] New package: sqlitestudio-3.3.3

---
 common/shlibs                 |  2 ++
 srcpkgs/sqlitestudio/template | 53 +++++++++++++++++++++++++++++++++++
 2 files changed, 55 insertions(+)
 create mode 100644 srcpkgs/sqlitestudio/template

diff --git a/common/shlibs b/common/shlibs
index c01c520695a1..be47720d92cd 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4110,3 +4110,5 @@ libawt_xawt.so openjdk17-jre-17.0.1+12_1
 libjava.so openjdk17-jre-17.0.1+12_1
 libjli.so openjdk17-jre-17.0.1+12_1
 libjvm.so openjdk17-jre-17.0.1+12_1
+libcoreSQLiteStudio.so.1 sqlitestudio-3.3.3_1
+libguiSQLiteStudio.so.1 sqlitestudio-3.3.3_1
diff --git a/srcpkgs/sqlitestudio/template b/srcpkgs/sqlitestudio/template
new file mode 100644
index 000000000000..4a579765a578
--- /dev/null
+++ b/srcpkgs/sqlitestudio/template
@@ -0,0 +1,53 @@
+# Template file for 'sqlitestudio'
+pkgname=sqlitestudio
+version=3.3.3
+revision=1
+build_style=qmake
+hostmakedepends="qt5-qmake
+ qt5-host-tools
+ qt5-script-devel
+ qt5-svg-devel
+ qt5-tools-devel
+ readline-devel
+ sqlite-devel
+ tcl-devel"
+makedepends="qt5-devel
+ qt5-script-devel
+ qt5-svg-devel
+ qt5-tools-devel
+ readline-devel
+ sqlite-devel
+ tcl-devel"
+depends="sqlite"
+short_desc="Free, open source, multi-platform SQLite database manager"
+maintainer="Arjan Mossel <arjanmossel@gmail.com>"
+license="custom:GPL-3.0-only-with-OpenSSL-exception"
+homepage="https://sqlitestudio.pl/"
+distfiles="https://github.com/pawelsalawa/sqlitestudio/archive/$version.tar.gz"
+checksum=f234e1ea87d27e80a1794f86d32116ebd8919d51be63d35a7d0816a77115ce31
+
+do_configure() {
+	mkdir -p ${wrksrc}/output/build/Plugins
+	cd ${wrksrc}/output/build
+	qmake ${wrksrc}/SQLiteStudio3
+	cd ${wrksrc}/output/build/Plugins
+	qmake ${wrksrc}/Plugins
+}
+
+do_build() {
+	cd ${wrksrc}/output/build
+	make
+	cd ${wrksrc}/output/build/Plugins
+	make
+}
+
+do_install() {
+	cd ${wrksrc}/output/build
+	make INSTALL_ROOT=${DESTDIR} install
+	cd ${wrksrc}/output/build/Plugins
+	make INSTALL_ROOT=${DESTDIR} install
+}
+
+post_install() {
+	vlicense LICENSE
+}

^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: [PR PATCH] [Updated] New package: sqlitestudio-3.3.3
  2022-02-11 19:30 [PR PATCH] New package: sqlitestudio-3.3.3 ar-jan
  2022-02-11 22:21 ` [PR PATCH] [Updated] " ar-jan
@ 2022-02-12  0:17 ` ar-jan
  2022-02-13 18:08 ` ar-jan
                   ` (22 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: ar-jan @ 2022-02-12  0:17 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1206 bytes --]

There is an updated pull request by ar-jan against master on the void-packages repository

https://github.com/ar-jan/void-packages sqlitestudio
https://github.com/void-linux/void-packages/pull/35540

New package: sqlitestudio-3.3.3
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/35540.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-sqlitestudio-35540.patch --]
[-- Type: text/x-diff, Size: 2161 bytes --]

From 23717aedff167a702efd5569925d69c1b6935284 Mon Sep 17 00:00:00 2001
From: Arjan Mossel <arjanmossel@gmail.com>
Date: Fri, 11 Feb 2022 20:12:09 +0100
Subject: [PATCH] New package: sqlitestudio-3.3.3

---
 common/shlibs                 |  2 ++
 srcpkgs/sqlitestudio/template | 47 +++++++++++++++++++++++++++++++++++
 2 files changed, 49 insertions(+)
 create mode 100644 srcpkgs/sqlitestudio/template

diff --git a/common/shlibs b/common/shlibs
index c01c520695a1..be47720d92cd 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4110,3 +4110,5 @@ libawt_xawt.so openjdk17-jre-17.0.1+12_1
 libjava.so openjdk17-jre-17.0.1+12_1
 libjli.so openjdk17-jre-17.0.1+12_1
 libjvm.so openjdk17-jre-17.0.1+12_1
+libcoreSQLiteStudio.so.1 sqlitestudio-3.3.3_1
+libguiSQLiteStudio.so.1 sqlitestudio-3.3.3_1
diff --git a/srcpkgs/sqlitestudio/template b/srcpkgs/sqlitestudio/template
new file mode 100644
index 000000000000..64b3e3617d1b
--- /dev/null
+++ b/srcpkgs/sqlitestudio/template
@@ -0,0 +1,47 @@
+# Template file for 'sqlitestudio'
+pkgname=sqlitestudio
+version=3.3.3
+revision=1
+archs="~aarch* ~armv*"
+build_style=qmake
+hostmakedepends="qt5-qmake qt5-host-tools"
+makedepends="qt5-devel
+ qt5-script-devel
+ qt5-svg-devel
+ qt5-tools-devel
+ readline-devel
+ sqlite-devel
+ tcl-devel"
+depends="sqlite"
+short_desc="Free, open source, multi-platform SQLite database manager"
+maintainer="Arjan Mossel <arjanmossel@gmail.com>"
+license="custom:GPL-3.0-only-with-OpenSSL-exception"
+homepage="https://sqlitestudio.pl/"
+distfiles="https://github.com/pawelsalawa/sqlitestudio/archive/$version.tar.gz"
+checksum=f234e1ea87d27e80a1794f86d32116ebd8919d51be63d35a7d0816a77115ce31
+
+do_configure() {
+	mkdir -p ${wrksrc}/output/build/Plugins
+	cd ${wrksrc}/output/build
+	qmake ${wrksrc}/SQLiteStudio3
+	cd ${wrksrc}/output/build/Plugins
+	qmake ${wrksrc}/Plugins
+}
+
+do_build() {
+	cd ${wrksrc}/output/build
+	make
+	cd ${wrksrc}/output/build/Plugins
+	make
+}
+
+do_install() {
+	cd ${wrksrc}/output/build
+	make INSTALL_ROOT=${DESTDIR} install
+	cd ${wrksrc}/output/build/Plugins
+	make INSTALL_ROOT=${DESTDIR} install
+}
+
+post_install() {
+	vlicense LICENSE
+}

^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: [PR PATCH] [Updated] New package: sqlitestudio-3.3.3
  2022-02-11 19:30 [PR PATCH] New package: sqlitestudio-3.3.3 ar-jan
  2022-02-11 22:21 ` [PR PATCH] [Updated] " ar-jan
  2022-02-12  0:17 ` ar-jan
@ 2022-02-13 18:08 ` ar-jan
  2022-02-22  0:26 ` ar-jan
                   ` (21 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: ar-jan @ 2022-02-13 18:08 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1206 bytes --]

There is an updated pull request by ar-jan against master on the void-packages repository

https://github.com/ar-jan/void-packages sqlitestudio
https://github.com/void-linux/void-packages/pull/35540

New package: sqlitestudio-3.3.3
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/35540.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-sqlitestudio-35540.patch --]
[-- Type: text/x-diff, Size: 3059 bytes --]

From 03757a9e591f0dff1432b208e611afb1cd66847b Mon Sep 17 00:00:00 2001
From: Arjan Mossel <arjanmossel@gmail.com>
Date: Fri, 11 Feb 2022 20:12:09 +0100
Subject: [PATCH] New package: sqlitestudio-3.3.3

---
 common/shlibs                                 |  2 +
 .../sqlitestudio/files/sqlitestudio.desktop   |  9 ++++
 srcpkgs/sqlitestudio/template                 | 49 +++++++++++++++++++
 3 files changed, 60 insertions(+)
 create mode 100644 srcpkgs/sqlitestudio/files/sqlitestudio.desktop
 create mode 100644 srcpkgs/sqlitestudio/template

diff --git a/common/shlibs b/common/shlibs
index c01c520695a1..be47720d92cd 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4110,3 +4110,5 @@ libawt_xawt.so openjdk17-jre-17.0.1+12_1
 libjava.so openjdk17-jre-17.0.1+12_1
 libjli.so openjdk17-jre-17.0.1+12_1
 libjvm.so openjdk17-jre-17.0.1+12_1
+libcoreSQLiteStudio.so.1 sqlitestudio-3.3.3_1
+libguiSQLiteStudio.so.1 sqlitestudio-3.3.3_1
diff --git a/srcpkgs/sqlitestudio/files/sqlitestudio.desktop b/srcpkgs/sqlitestudio/files/sqlitestudio.desktop
new file mode 100644
index 000000000000..690363741a80
--- /dev/null
+++ b/srcpkgs/sqlitestudio/files/sqlitestudio.desktop
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Type=Application
+Name=SQLiteStudio
+Comment=Database manager to create, edit, and browse SQLite databases
+Icon=/usr/share/icons/hicolor/scalable/apps/sqlitestudio.svg
+Exec=sqlitestudio %f
+Terminal=false
+Categories=Database;Development;Utility;
+MimeType=application/vnd.sqlite3;application/x-sqlite3;
diff --git a/srcpkgs/sqlitestudio/template b/srcpkgs/sqlitestudio/template
new file mode 100644
index 000000000000..5a1e3cc7d36b
--- /dev/null
+++ b/srcpkgs/sqlitestudio/template
@@ -0,0 +1,49 @@
+# Template file for 'sqlitestudio'
+pkgname=sqlitestudio
+version=3.3.3
+revision=1
+archs="~aarch* ~armv*"
+build_style=qmake
+hostmakedepends="qt5-qmake qt5-host-tools"
+makedepends="qt5-devel
+ qt5-script-devel
+ qt5-svg-devel
+ qt5-tools-devel
+ readline-devel
+ sqlite-devel
+ tcl-devel"
+depends="sqlite"
+short_desc="Free, open source, multi-platform SQLite database manager"
+maintainer="Arjan Mossel <arjanmossel@gmail.com>"
+license="custom:GPL-3.0-only-with-OpenSSL-exception"
+homepage="https://sqlitestudio.pl/"
+distfiles="https://github.com/pawelsalawa/sqlitestudio/archive/$version.tar.gz"
+checksum=f234e1ea87d27e80a1794f86d32116ebd8919d51be63d35a7d0816a77115ce31
+
+do_configure() {
+	mkdir -p ${wrksrc}/output/build/Plugins
+	cd ${wrksrc}/output/build
+	qmake ${wrksrc}/SQLiteStudio3
+	cd ${wrksrc}/output/build/Plugins
+	qmake ${wrksrc}/Plugins
+}
+
+do_build() {
+	cd ${wrksrc}/output/build
+	make
+	cd ${wrksrc}/output/build/Plugins
+	make
+}
+
+do_install() {
+	cd ${wrksrc}/output/build
+	make INSTALL_ROOT=${DESTDIR} install
+	cd ${wrksrc}/output/build/Plugins
+	make INSTALL_ROOT=${DESTDIR} install
+	vinstall ${wrksrc}/SQLiteStudio3/guiSQLiteStudio/img/sqlitestudio.svg 644 usr/share/icons/hicolor/scalable/apps
+	vinstall ${FILESDIR}/sqlitestudio.desktop 644 usr/share/applications
+}
+
+post_install() {
+	vlicense LICENSE
+}

^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: [PR PATCH] [Updated] New package: sqlitestudio-3.3.3
  2022-02-11 19:30 [PR PATCH] New package: sqlitestudio-3.3.3 ar-jan
                   ` (2 preceding siblings ...)
  2022-02-13 18:08 ` ar-jan
@ 2022-02-22  0:26 ` ar-jan
  2022-03-02 15:03 ` ar-jan
                   ` (20 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: ar-jan @ 2022-02-22  0:26 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1542 bytes --]

There is an updated pull request by ar-jan against master on the void-packages repository

https://github.com/ar-jan/void-packages sqlitestudio
https://github.com/void-linux/void-packages/pull/35540

New package: sqlitestudio-3.3.3
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->

#### Benefits

[SQLiteStudio](https://sqlitestudio.pl/) makes it easy to quickly open and inspect a database while navigating your filesystem, my primary use case (it supports much more functionality).

![sqlitestudio_full_43](https://user-images.githubusercontent.com/1176293/154484792-f1637eda-5fc8-4e43-b921-d68016064bf5.png)


A patch file from https://github.com/void-linux/void-packages/pull/35540.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-sqlitestudio-35540.patch --]
[-- Type: text/x-diff, Size: 3061 bytes --]

From e836f6993f01f413d390ad25378641140af046fe Mon Sep 17 00:00:00 2001
From: Arjan Mossel <arjanmossel@gmail.com>
Date: Fri, 11 Feb 2022 20:12:09 +0100
Subject: [PATCH] New package: sqlitestudio-3.3.3

---
 common/shlibs                                 |  2 +
 .../sqlitestudio/files/sqlitestudio.desktop   |  9 ++++
 srcpkgs/sqlitestudio/template                 | 49 +++++++++++++++++++
 3 files changed, 60 insertions(+)
 create mode 100644 srcpkgs/sqlitestudio/files/sqlitestudio.desktop
 create mode 100644 srcpkgs/sqlitestudio/template

diff --git a/common/shlibs b/common/shlibs
index 32befc92d641..e56e00f789c6 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4114,3 +4114,5 @@ libjvm.so openjdk17-jre-17.0.1+12_1
 librttopo.so.1 librttopo-1.1.0_1
 libspatialite.so.7 libspatialite-5.0.1_1
 mod_spatialite.so.7 libspatialite-5.0.1_1
+libcoreSQLiteStudio.so.1 sqlitestudio-3.3.3_1
+libguiSQLiteStudio.so.1 sqlitestudio-3.3.3_1
diff --git a/srcpkgs/sqlitestudio/files/sqlitestudio.desktop b/srcpkgs/sqlitestudio/files/sqlitestudio.desktop
new file mode 100644
index 000000000000..690363741a80
--- /dev/null
+++ b/srcpkgs/sqlitestudio/files/sqlitestudio.desktop
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Type=Application
+Name=SQLiteStudio
+Comment=Database manager to create, edit, and browse SQLite databases
+Icon=/usr/share/icons/hicolor/scalable/apps/sqlitestudio.svg
+Exec=sqlitestudio %f
+Terminal=false
+Categories=Database;Development;Utility;
+MimeType=application/vnd.sqlite3;application/x-sqlite3;
diff --git a/srcpkgs/sqlitestudio/template b/srcpkgs/sqlitestudio/template
new file mode 100644
index 000000000000..5a1e3cc7d36b
--- /dev/null
+++ b/srcpkgs/sqlitestudio/template
@@ -0,0 +1,49 @@
+# Template file for 'sqlitestudio'
+pkgname=sqlitestudio
+version=3.3.3
+revision=1
+archs="~aarch* ~armv*"
+build_style=qmake
+hostmakedepends="qt5-qmake qt5-host-tools"
+makedepends="qt5-devel
+ qt5-script-devel
+ qt5-svg-devel
+ qt5-tools-devel
+ readline-devel
+ sqlite-devel
+ tcl-devel"
+depends="sqlite"
+short_desc="Free, open source, multi-platform SQLite database manager"
+maintainer="Arjan Mossel <arjanmossel@gmail.com>"
+license="custom:GPL-3.0-only-with-OpenSSL-exception"
+homepage="https://sqlitestudio.pl/"
+distfiles="https://github.com/pawelsalawa/sqlitestudio/archive/$version.tar.gz"
+checksum=f234e1ea87d27e80a1794f86d32116ebd8919d51be63d35a7d0816a77115ce31
+
+do_configure() {
+	mkdir -p ${wrksrc}/output/build/Plugins
+	cd ${wrksrc}/output/build
+	qmake ${wrksrc}/SQLiteStudio3
+	cd ${wrksrc}/output/build/Plugins
+	qmake ${wrksrc}/Plugins
+}
+
+do_build() {
+	cd ${wrksrc}/output/build
+	make
+	cd ${wrksrc}/output/build/Plugins
+	make
+}
+
+do_install() {
+	cd ${wrksrc}/output/build
+	make INSTALL_ROOT=${DESTDIR} install
+	cd ${wrksrc}/output/build/Plugins
+	make INSTALL_ROOT=${DESTDIR} install
+	vinstall ${wrksrc}/SQLiteStudio3/guiSQLiteStudio/img/sqlitestudio.svg 644 usr/share/icons/hicolor/scalable/apps
+	vinstall ${FILESDIR}/sqlitestudio.desktop 644 usr/share/applications
+}
+
+post_install() {
+	vlicense LICENSE
+}

^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: [PR PATCH] [Updated] New package: sqlitestudio-3.3.3
  2022-02-11 19:30 [PR PATCH] New package: sqlitestudio-3.3.3 ar-jan
                   ` (3 preceding siblings ...)
  2022-02-22  0:26 ` ar-jan
@ 2022-03-02 15:03 ` ar-jan
  2022-03-05 16:42 ` ar-jan
                   ` (19 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: ar-jan @ 2022-03-02 15:03 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1542 bytes --]

There is an updated pull request by ar-jan against master on the void-packages repository

https://github.com/ar-jan/void-packages sqlitestudio
https://github.com/void-linux/void-packages/pull/35540

New package: sqlitestudio-3.3.3
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->

#### Benefits

[SQLiteStudio](https://sqlitestudio.pl/) makes it easy to quickly open and inspect a database while navigating your filesystem, my primary use case (it supports much more functionality).

![sqlitestudio_full_43](https://user-images.githubusercontent.com/1176293/154484792-f1637eda-5fc8-4e43-b921-d68016064bf5.png)


A patch file from https://github.com/void-linux/void-packages/pull/35540.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-sqlitestudio-35540.patch --]
[-- Type: text/x-diff, Size: 3066 bytes --]

From 4461abf799b522a3a2bc693d7261f9567e660893 Mon Sep 17 00:00:00 2001
From: Arjan Mossel <arjanmossel@gmail.com>
Date: Fri, 11 Feb 2022 20:12:09 +0100
Subject: [PATCH] New package: sqlitestudio-3.3.3

---
 common/shlibs                                 |  2 +
 .../sqlitestudio/files/sqlitestudio.desktop   |  9 ++++
 srcpkgs/sqlitestudio/template                 | 49 +++++++++++++++++++
 3 files changed, 60 insertions(+)
 create mode 100644 srcpkgs/sqlitestudio/files/sqlitestudio.desktop
 create mode 100644 srcpkgs/sqlitestudio/template

diff --git a/common/shlibs b/common/shlibs
index 5096ab5dad6b..6c4b21152e5a 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4117,3 +4117,5 @@ libspatialite.so.7 libspatialite-5.0.1_1
 mod_spatialite.so.7 libspatialite-5.0.1_1
 libSvtAv1Enc.so.0 libsvt-av1-0.9.0_1
 libSvtAv1Dec.so.0 libsvt-av1-0.9.0_1
+libcoreSQLiteStudio.so.1 sqlitestudio-3.3.3_1
+libguiSQLiteStudio.so.1 sqlitestudio-3.3.3_1
diff --git a/srcpkgs/sqlitestudio/files/sqlitestudio.desktop b/srcpkgs/sqlitestudio/files/sqlitestudio.desktop
new file mode 100644
index 000000000000..690363741a80
--- /dev/null
+++ b/srcpkgs/sqlitestudio/files/sqlitestudio.desktop
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Type=Application
+Name=SQLiteStudio
+Comment=Database manager to create, edit, and browse SQLite databases
+Icon=/usr/share/icons/hicolor/scalable/apps/sqlitestudio.svg
+Exec=sqlitestudio %f
+Terminal=false
+Categories=Database;Development;Utility;
+MimeType=application/vnd.sqlite3;application/x-sqlite3;
diff --git a/srcpkgs/sqlitestudio/template b/srcpkgs/sqlitestudio/template
new file mode 100644
index 000000000000..5a1e3cc7d36b
--- /dev/null
+++ b/srcpkgs/sqlitestudio/template
@@ -0,0 +1,49 @@
+# Template file for 'sqlitestudio'
+pkgname=sqlitestudio
+version=3.3.3
+revision=1
+archs="~aarch* ~armv*"
+build_style=qmake
+hostmakedepends="qt5-qmake qt5-host-tools"
+makedepends="qt5-devel
+ qt5-script-devel
+ qt5-svg-devel
+ qt5-tools-devel
+ readline-devel
+ sqlite-devel
+ tcl-devel"
+depends="sqlite"
+short_desc="Free, open source, multi-platform SQLite database manager"
+maintainer="Arjan Mossel <arjanmossel@gmail.com>"
+license="custom:GPL-3.0-only-with-OpenSSL-exception"
+homepage="https://sqlitestudio.pl/"
+distfiles="https://github.com/pawelsalawa/sqlitestudio/archive/$version.tar.gz"
+checksum=f234e1ea87d27e80a1794f86d32116ebd8919d51be63d35a7d0816a77115ce31
+
+do_configure() {
+	mkdir -p ${wrksrc}/output/build/Plugins
+	cd ${wrksrc}/output/build
+	qmake ${wrksrc}/SQLiteStudio3
+	cd ${wrksrc}/output/build/Plugins
+	qmake ${wrksrc}/Plugins
+}
+
+do_build() {
+	cd ${wrksrc}/output/build
+	make
+	cd ${wrksrc}/output/build/Plugins
+	make
+}
+
+do_install() {
+	cd ${wrksrc}/output/build
+	make INSTALL_ROOT=${DESTDIR} install
+	cd ${wrksrc}/output/build/Plugins
+	make INSTALL_ROOT=${DESTDIR} install
+	vinstall ${wrksrc}/SQLiteStudio3/guiSQLiteStudio/img/sqlitestudio.svg 644 usr/share/icons/hicolor/scalable/apps
+	vinstall ${FILESDIR}/sqlitestudio.desktop 644 usr/share/applications
+}
+
+post_install() {
+	vlicense LICENSE
+}

^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: [PR PATCH] [Updated] New package: sqlitestudio-3.3.3
  2022-02-11 19:30 [PR PATCH] New package: sqlitestudio-3.3.3 ar-jan
                   ` (4 preceding siblings ...)
  2022-03-02 15:03 ` ar-jan
@ 2022-03-05 16:42 ` ar-jan
  2022-03-11 13:09 ` ar-jan
                   ` (18 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: ar-jan @ 2022-03-05 16:42 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1542 bytes --]

There is an updated pull request by ar-jan against master on the void-packages repository

https://github.com/ar-jan/void-packages sqlitestudio
https://github.com/void-linux/void-packages/pull/35540

New package: sqlitestudio-3.3.3
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->

#### Benefits

[SQLiteStudio](https://sqlitestudio.pl/) makes it easy to quickly open and inspect a database while navigating your filesystem, my primary use case (it supports much more functionality).

![sqlitestudio_full_43](https://user-images.githubusercontent.com/1176293/154484792-f1637eda-5fc8-4e43-b921-d68016064bf5.png)


A patch file from https://github.com/void-linux/void-packages/pull/35540.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-sqlitestudio-35540.patch --]
[-- Type: text/x-diff, Size: 3106 bytes --]

From eb836b5c6dc094f1341be2cbe0d2ff696137cb59 Mon Sep 17 00:00:00 2001
From: Arjan Mossel <arjanmossel@gmail.com>
Date: Fri, 11 Feb 2022 20:12:09 +0100
Subject: [PATCH] New package: sqlitestudio-3.3.3

---
 common/shlibs                                 |  2 +
 .../sqlitestudio/files/sqlitestudio.desktop   |  9 ++++
 srcpkgs/sqlitestudio/template                 | 49 +++++++++++++++++++
 3 files changed, 60 insertions(+)
 create mode 100644 srcpkgs/sqlitestudio/files/sqlitestudio.desktop
 create mode 100644 srcpkgs/sqlitestudio/template

diff --git a/common/shlibs b/common/shlibs
index 250e1e0b8cb5..408dda06ca6d 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -353,6 +353,8 @@ libpoppler-qt5.so.1 poppler-qt5-0.31.0_1
 libtcl8.6.so tcl-8.6.0_1
 libtk8.6.so tk-8.6.1_3
 libsqlite3.so.0 sqlite-3.31.1_3
+libcoreSQLiteStudio.so.1 sqlitestudio-3.3.3_1
+libguiSQLiteStudio.so.1 sqlitestudio-3.3.3_1
 libIDL-2.so.0 libIDL-0.8.13_1
 libnspr4.so nspr-4.8_1
 libplc4.so nspr-4.8_1
diff --git a/srcpkgs/sqlitestudio/files/sqlitestudio.desktop b/srcpkgs/sqlitestudio/files/sqlitestudio.desktop
new file mode 100644
index 000000000000..690363741a80
--- /dev/null
+++ b/srcpkgs/sqlitestudio/files/sqlitestudio.desktop
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Type=Application
+Name=SQLiteStudio
+Comment=Database manager to create, edit, and browse SQLite databases
+Icon=/usr/share/icons/hicolor/scalable/apps/sqlitestudio.svg
+Exec=sqlitestudio %f
+Terminal=false
+Categories=Database;Development;Utility;
+MimeType=application/vnd.sqlite3;application/x-sqlite3;
diff --git a/srcpkgs/sqlitestudio/template b/srcpkgs/sqlitestudio/template
new file mode 100644
index 000000000000..5a1e3cc7d36b
--- /dev/null
+++ b/srcpkgs/sqlitestudio/template
@@ -0,0 +1,49 @@
+# Template file for 'sqlitestudio'
+pkgname=sqlitestudio
+version=3.3.3
+revision=1
+archs="~aarch* ~armv*"
+build_style=qmake
+hostmakedepends="qt5-qmake qt5-host-tools"
+makedepends="qt5-devel
+ qt5-script-devel
+ qt5-svg-devel
+ qt5-tools-devel
+ readline-devel
+ sqlite-devel
+ tcl-devel"
+depends="sqlite"
+short_desc="Free, open source, multi-platform SQLite database manager"
+maintainer="Arjan Mossel <arjanmossel@gmail.com>"
+license="custom:GPL-3.0-only-with-OpenSSL-exception"
+homepage="https://sqlitestudio.pl/"
+distfiles="https://github.com/pawelsalawa/sqlitestudio/archive/$version.tar.gz"
+checksum=f234e1ea87d27e80a1794f86d32116ebd8919d51be63d35a7d0816a77115ce31
+
+do_configure() {
+	mkdir -p ${wrksrc}/output/build/Plugins
+	cd ${wrksrc}/output/build
+	qmake ${wrksrc}/SQLiteStudio3
+	cd ${wrksrc}/output/build/Plugins
+	qmake ${wrksrc}/Plugins
+}
+
+do_build() {
+	cd ${wrksrc}/output/build
+	make
+	cd ${wrksrc}/output/build/Plugins
+	make
+}
+
+do_install() {
+	cd ${wrksrc}/output/build
+	make INSTALL_ROOT=${DESTDIR} install
+	cd ${wrksrc}/output/build/Plugins
+	make INSTALL_ROOT=${DESTDIR} install
+	vinstall ${wrksrc}/SQLiteStudio3/guiSQLiteStudio/img/sqlitestudio.svg 644 usr/share/icons/hicolor/scalable/apps
+	vinstall ${FILESDIR}/sqlitestudio.desktop 644 usr/share/applications
+}
+
+post_install() {
+	vlicense LICENSE
+}

^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: [PR PATCH] [Updated] New package: sqlitestudio-3.3.3
  2022-02-11 19:30 [PR PATCH] New package: sqlitestudio-3.3.3 ar-jan
                   ` (5 preceding siblings ...)
  2022-03-05 16:42 ` ar-jan
@ 2022-03-11 13:09 ` ar-jan
  2022-05-13 17:15 ` jackloomen
                   ` (17 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: ar-jan @ 2022-03-11 13:09 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1542 bytes --]

There is an updated pull request by ar-jan against master on the void-packages repository

https://github.com/ar-jan/void-packages sqlitestudio
https://github.com/void-linux/void-packages/pull/35540

New package: sqlitestudio-3.3.3
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->

#### Benefits

[SQLiteStudio](https://sqlitestudio.pl/) makes it easy to quickly open and inspect a database while navigating your filesystem, my primary use case (it supports much more functionality).

![sqlitestudio_full_43](https://user-images.githubusercontent.com/1176293/154484792-f1637eda-5fc8-4e43-b921-d68016064bf5.png)


A patch file from https://github.com/void-linux/void-packages/pull/35540.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-sqlitestudio-35540.patch --]
[-- Type: text/x-diff, Size: 3140 bytes --]

From a26cda3e9b11a7fc6f02e6307a1e9fe967b00fa1 Mon Sep 17 00:00:00 2001
From: Arjan Mossel <arjanmossel@gmail.com>
Date: Fri, 11 Feb 2022 20:12:09 +0100
Subject: [PATCH] New package: sqlitestudio-3.3.3

---
 common/shlibs                                 |  3 ++
 .../sqlitestudio/files/sqlitestudio.desktop   |  9 ++++
 srcpkgs/sqlitestudio/template                 | 49 +++++++++++++++++++
 3 files changed, 61 insertions(+)
 create mode 100644 srcpkgs/sqlitestudio/files/sqlitestudio.desktop
 create mode 100644 srcpkgs/sqlitestudio/template

diff --git a/common/shlibs b/common/shlibs
index d60e60a87534..67fde0d7f178 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -353,6 +353,9 @@ libpoppler-qt5.so.1 poppler-qt5-0.31.0_1
 libtcl8.6.so tcl-8.6.0_1
 libtk8.6.so tk-8.6.1_3
 libsqlite3.so.0 sqlite-3.38.0_1
+libsqlite3.so.0 sqlite-3.31.1_3
+libcoreSQLiteStudio.so.1 sqlitestudio-3.3.3_1
+libguiSQLiteStudio.so.1 sqlitestudio-3.3.3_1
 libIDL-2.so.0 libIDL-0.8.13_1
 libnspr4.so nspr-4.8_1
 libplc4.so nspr-4.8_1
diff --git a/srcpkgs/sqlitestudio/files/sqlitestudio.desktop b/srcpkgs/sqlitestudio/files/sqlitestudio.desktop
new file mode 100644
index 000000000000..690363741a80
--- /dev/null
+++ b/srcpkgs/sqlitestudio/files/sqlitestudio.desktop
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Type=Application
+Name=SQLiteStudio
+Comment=Database manager to create, edit, and browse SQLite databases
+Icon=/usr/share/icons/hicolor/scalable/apps/sqlitestudio.svg
+Exec=sqlitestudio %f
+Terminal=false
+Categories=Database;Development;Utility;
+MimeType=application/vnd.sqlite3;application/x-sqlite3;
diff --git a/srcpkgs/sqlitestudio/template b/srcpkgs/sqlitestudio/template
new file mode 100644
index 000000000000..5a1e3cc7d36b
--- /dev/null
+++ b/srcpkgs/sqlitestudio/template
@@ -0,0 +1,49 @@
+# Template file for 'sqlitestudio'
+pkgname=sqlitestudio
+version=3.3.3
+revision=1
+archs="~aarch* ~armv*"
+build_style=qmake
+hostmakedepends="qt5-qmake qt5-host-tools"
+makedepends="qt5-devel
+ qt5-script-devel
+ qt5-svg-devel
+ qt5-tools-devel
+ readline-devel
+ sqlite-devel
+ tcl-devel"
+depends="sqlite"
+short_desc="Free, open source, multi-platform SQLite database manager"
+maintainer="Arjan Mossel <arjanmossel@gmail.com>"
+license="custom:GPL-3.0-only-with-OpenSSL-exception"
+homepage="https://sqlitestudio.pl/"
+distfiles="https://github.com/pawelsalawa/sqlitestudio/archive/$version.tar.gz"
+checksum=f234e1ea87d27e80a1794f86d32116ebd8919d51be63d35a7d0816a77115ce31
+
+do_configure() {
+	mkdir -p ${wrksrc}/output/build/Plugins
+	cd ${wrksrc}/output/build
+	qmake ${wrksrc}/SQLiteStudio3
+	cd ${wrksrc}/output/build/Plugins
+	qmake ${wrksrc}/Plugins
+}
+
+do_build() {
+	cd ${wrksrc}/output/build
+	make
+	cd ${wrksrc}/output/build/Plugins
+	make
+}
+
+do_install() {
+	cd ${wrksrc}/output/build
+	make INSTALL_ROOT=${DESTDIR} install
+	cd ${wrksrc}/output/build/Plugins
+	make INSTALL_ROOT=${DESTDIR} install
+	vinstall ${wrksrc}/SQLiteStudio3/guiSQLiteStudio/img/sqlitestudio.svg 644 usr/share/icons/hicolor/scalable/apps
+	vinstall ${FILESDIR}/sqlitestudio.desktop 644 usr/share/applications
+}
+
+post_install() {
+	vlicense LICENSE
+}

^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: New package: sqlitestudio-3.3.3
  2022-02-11 19:30 [PR PATCH] New package: sqlitestudio-3.3.3 ar-jan
                   ` (6 preceding siblings ...)
  2022-03-11 13:09 ` ar-jan
@ 2022-05-13 17:15 ` jackloomen
  2022-05-13 18:27 ` ar-jan
                   ` (16 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: jackloomen @ 2022-05-13 17:15 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 181 bytes --]

New comment by jackloomen on void-packages repository

https://github.com/void-linux/void-packages/pull/35540#issuecomment-1126272474

Comment:
Any update on the status of this PR?

^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: New package: sqlitestudio-3.3.3
  2022-02-11 19:30 [PR PATCH] New package: sqlitestudio-3.3.3 ar-jan
                   ` (7 preceding siblings ...)
  2022-05-13 17:15 ` jackloomen
@ 2022-05-13 18:27 ` ar-jan
  2022-05-13 19:53 ` [PR REVIEW] " paper42
                   ` (15 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: ar-jan @ 2022-05-13 18:27 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 189 bytes --]

New comment by ar-jan on void-packages repository

https://github.com/void-linux/void-packages/pull/35540#issuecomment-1126324219

Comment:
In my opinion it's ready, I'm actively using it.

^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: [PR REVIEW] New package: sqlitestudio-3.3.3
  2022-02-11 19:30 [PR PATCH] New package: sqlitestudio-3.3.3 ar-jan
                   ` (8 preceding siblings ...)
  2022-05-13 18:27 ` ar-jan
@ 2022-05-13 19:53 ` paper42
  2022-05-13 19:53 ` paper42
                   ` (14 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: paper42 @ 2022-05-13 19:53 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 189 bytes --]

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/35540#discussion_r872737978

Comment:
this is automatically detected from shlibs

^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: [PR REVIEW] New package: sqlitestudio-3.3.3
  2022-02-11 19:30 [PR PATCH] New package: sqlitestudio-3.3.3 ar-jan
                   ` (12 preceding siblings ...)
  2022-05-13 19:53 ` paper42
@ 2022-05-13 19:53 ` paper42
  2022-05-13 19:53 ` paper42
                   ` (10 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: paper42 @ 2022-05-13 19:53 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 171 bytes --]

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/35540#discussion_r872729699

Comment:
and this is not required

^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: [PR REVIEW] New package: sqlitestudio-3.3.3
  2022-02-11 19:30 [PR PATCH] New package: sqlitestudio-3.3.3 ar-jan
                   ` (11 preceding siblings ...)
  2022-05-13 19:53 ` paper42
@ 2022-05-13 19:53 ` paper42
  2022-05-13 19:53 ` paper42
                   ` (11 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: paper42 @ 2022-05-13 19:53 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 200 bytes --]

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/35540#discussion_r872729257

Comment:
why? this shlib is already on the line above this one

^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: [PR REVIEW] New package: sqlitestudio-3.3.3
  2022-02-11 19:30 [PR PATCH] New package: sqlitestudio-3.3.3 ar-jan
                   ` (9 preceding siblings ...)
  2022-05-13 19:53 ` [PR REVIEW] " paper42
@ 2022-05-13 19:53 ` paper42
  2022-05-13 19:53 ` paper42
                   ` (13 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: paper42 @ 2022-05-13 19:53 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 296 bytes --]

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/35540#discussion_r872732817

Comment:
Could you open a PR upstream to include this .desktop file in their repository? It would be nice if every distribution didn't have to ship their own.

^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: [PR REVIEW] New package: sqlitestudio-3.3.3
  2022-02-11 19:30 [PR PATCH] New package: sqlitestudio-3.3.3 ar-jan
                   ` (10 preceding siblings ...)
  2022-05-13 19:53 ` paper42
@ 2022-05-13 19:53 ` paper42
  2022-05-13 19:53 ` paper42
                   ` (12 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: paper42 @ 2022-05-13 19:53 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 260 bytes --]

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/35540#discussion_r872742525

Comment:
why is this necessary? If it fails to cross-compile, this is wrong and we should instead fix it (or set $nocross)

^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: [PR REVIEW] New package: sqlitestudio-3.3.3
  2022-02-11 19:30 [PR PATCH] New package: sqlitestudio-3.3.3 ar-jan
                   ` (13 preceding siblings ...)
  2022-05-13 19:53 ` paper42
@ 2022-05-13 19:53 ` paper42
  2022-05-13 19:53 ` paper42
                   ` (9 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: paper42 @ 2022-05-13 19:53 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 209 bytes --]

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/35540#discussion_r872733357

Comment:
```suggestion
Icon=sqlitestudio
```
I think this could work

^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: [PR REVIEW] New package: sqlitestudio-3.3.3
  2022-02-11 19:30 [PR PATCH] New package: sqlitestudio-3.3.3 ar-jan
                   ` (14 preceding siblings ...)
  2022-05-13 19:53 ` paper42
@ 2022-05-13 19:53 ` paper42
  2022-05-13 19:53 ` paper42
                   ` (8 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: paper42 @ 2022-05-13 19:53 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 197 bytes --]

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/35540#discussion_r872733997

Comment:
put all of them to one line and wrap at 80 columns

^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: [PR REVIEW] New package: sqlitestudio-3.3.3
  2022-02-11 19:30 [PR PATCH] New package: sqlitestudio-3.3.3 ar-jan
                   ` (16 preceding siblings ...)
  2022-05-13 19:53 ` paper42
@ 2022-05-13 19:53 ` paper42
  2022-05-13 22:42 ` ar-jan
                   ` (6 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: paper42 @ 2022-05-13 19:53 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 158 bytes --]

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/35540#discussion_r872746370

Comment:
use make -C

^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: [PR REVIEW] New package: sqlitestudio-3.3.3
  2022-02-11 19:30 [PR PATCH] New package: sqlitestudio-3.3.3 ar-jan
                   ` (15 preceding siblings ...)
  2022-05-13 19:53 ` paper42
@ 2022-05-13 19:53 ` paper42
  2022-05-13 19:53 ` paper42
                   ` (7 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: paper42 @ 2022-05-13 19:53 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 207 bytes --]

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/35540#discussion_r872746192

Comment:
you are already in $wrksrc, no need to specify it explicitly

^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: [PR REVIEW] New package: sqlitestudio-3.3.3
  2022-02-11 19:30 [PR PATCH] New package: sqlitestudio-3.3.3 ar-jan
                   ` (17 preceding siblings ...)
  2022-05-13 19:53 ` paper42
@ 2022-05-13 22:42 ` ar-jan
  2022-05-14 17:51 ` [PR PATCH] [Updated] " ar-jan
                   ` (5 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: ar-jan @ 2022-05-13 22:42 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 436 bytes --]

New review comment by ar-jan on void-packages repository

https://github.com/void-linux/void-packages/pull/35540#discussion_r872878877

Comment:
I looked at doing that, but they have a desktop entry contained within an [XML file](https://github.com/pawelsalawa/sqlitestudio/blob/master/SQLiteStudio-installer.xml) which they're using for installation, so it looked unlikely to be accepted. You think I should still give it a try there?

^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: [PR PATCH] [Updated] New package: sqlitestudio-3.3.3
  2022-02-11 19:30 [PR PATCH] New package: sqlitestudio-3.3.3 ar-jan
                   ` (18 preceding siblings ...)
  2022-05-13 22:42 ` ar-jan
@ 2022-05-14 17:51 ` ar-jan
  2022-05-14 17:59 ` ar-jan
                   ` (4 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: ar-jan @ 2022-05-14 17:51 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1542 bytes --]

There is an updated pull request by ar-jan against master on the void-packages repository

https://github.com/ar-jan/void-packages sqlitestudio
https://github.com/void-linux/void-packages/pull/35540

New package: sqlitestudio-3.3.3
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->

#### Benefits

[SQLiteStudio](https://sqlitestudio.pl/) makes it easy to quickly open and inspect a database while navigating your filesystem, my primary use case (it supports much more functionality).

![sqlitestudio_full_43](https://user-images.githubusercontent.com/1176293/154484792-f1637eda-5fc8-4e43-b921-d68016064bf5.png)


A patch file from https://github.com/void-linux/void-packages/pull/35540.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-sqlitestudio-35540.patch --]
[-- Type: text/x-diff, Size: 2531 bytes --]

From d8649ad1961e95d3a95cd7486dd5e2ca92e10eea Mon Sep 17 00:00:00 2001
From: Arjan Mossel <arjanmossel@gmail.com>
Date: Fri, 11 Feb 2022 20:12:09 +0100
Subject: [PATCH] New package: sqlitestudio-3.3.3

---
 .../sqlitestudio/files/sqlitestudio.desktop   |  9 +++++
 srcpkgs/sqlitestudio/template                 | 39 +++++++++++++++++++
 2 files changed, 48 insertions(+)
 create mode 100644 srcpkgs/sqlitestudio/files/sqlitestudio.desktop
 create mode 100644 srcpkgs/sqlitestudio/template

diff --git a/srcpkgs/sqlitestudio/files/sqlitestudio.desktop b/srcpkgs/sqlitestudio/files/sqlitestudio.desktop
new file mode 100644
index 000000000000..76321f909a7c
--- /dev/null
+++ b/srcpkgs/sqlitestudio/files/sqlitestudio.desktop
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Type=Application
+Name=SQLiteStudio
+Comment=Database manager to create, edit, and browse SQLite databases
+Icon=sqlitestudio.svg
+Exec=sqlitestudio %f
+Terminal=false
+Categories=Database;Development;Utility;
+MimeType=application/vnd.sqlite3;application/x-sqlite3;
diff --git a/srcpkgs/sqlitestudio/template b/srcpkgs/sqlitestudio/template
new file mode 100644
index 000000000000..817b02fce59e
--- /dev/null
+++ b/srcpkgs/sqlitestudio/template
@@ -0,0 +1,39 @@
+# Template file for 'sqlitestudio'
+pkgname=sqlitestudio
+version=3.3.3
+revision=1
+build_style=qmake
+hostmakedepends="qt5-host-tools qt5-qmake"
+makedepends="ncurses-devel qt5-devel qt5-script-devel qt5-svg-devel
+ qt5-tools-devel readline-devel sqlite-devel tcl-devel"
+short_desc="Free, open source, multi-platform SQLite database manager"
+maintainer="Arjan Mossel <arjanmossel@gmail.com>"
+license="custom:GPL-3.0-only-with-OpenSSL-exception"
+homepage="https://sqlitestudio.pl/"
+distfiles="https://github.com/pawelsalawa/sqlitestudio/archive/$version.tar.gz"
+checksum=f234e1ea87d27e80a1794f86d32116ebd8919d51be63d35a7d0816a77115ce31
+nocross="need to untangle libs and includes for multiple .pro files?"
+
+do_configure() {
+	mkdir -p output/build/Plugins
+	cd output/build
+	qmake ${wrksrc}/SQLiteStudio3
+	cd ${wrksrc}/output/build/Plugins
+	qmake ${wrksrc}/Plugins
+}
+
+do_build() {
+	make -C output/build
+	make -C output/build/Plugins
+}
+
+do_install() {
+	make INSTALL_ROOT=${DESTDIR} install -C output/build
+	make INSTALL_ROOT=${DESTDIR} install -C output/build/Plugins
+	vinstall SQLiteStudio3/guiSQLiteStudio/img/sqlitestudio.svg 644 usr/share/icons/hicolor/scalable/apps
+	vinstall ${FILESDIR}/sqlitestudio.desktop 644 usr/share/applications
+}
+
+post_install() {
+	vlicense LICENSE
+}

^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: New package: sqlitestudio-3.3.3
  2022-02-11 19:30 [PR PATCH] New package: sqlitestudio-3.3.3 ar-jan
                   ` (19 preceding siblings ...)
  2022-05-14 17:51 ` [PR PATCH] [Updated] " ar-jan
@ 2022-05-14 17:59 ` ar-jan
  2022-08-13  2:11 ` github-actions
                   ` (3 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: ar-jan @ 2022-05-14 17:59 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 540 bytes --]

New comment by ar-jan on void-packages repository

https://github.com/void-linux/void-packages/pull/35540#issuecomment-1126785640

Comment:
Thanks, I addressed your comments except the .desktop entry and the cross build. Set to nocross for now.

I gave fixing cross build another try but didn't get it working. There are many uses of `INCLUDEPATH=` and `LIBS=` in sqlitestudio's .pro and .pri files, and I guess that means those files would have to be modified instead of just adding some includes to CXXFLAGS and LDFLAGS. Is that right?

^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: New package: sqlitestudio-3.3.3
  2022-02-11 19:30 [PR PATCH] New package: sqlitestudio-3.3.3 ar-jan
                   ` (20 preceding siblings ...)
  2022-05-14 17:59 ` ar-jan
@ 2022-08-13  2:11 ` github-actions
  2022-08-16 12:30 ` ar-jan
                   ` (2 subsequent siblings)
  24 siblings, 0 replies; 26+ messages in thread
From: github-actions @ 2022-08-13  2:11 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 305 bytes --]

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/35540#issuecomment-1213632761

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: New package: sqlitestudio-3.3.3
  2022-02-11 19:30 [PR PATCH] New package: sqlitestudio-3.3.3 ar-jan
                   ` (21 preceding siblings ...)
  2022-08-13  2:11 ` github-actions
@ 2022-08-16 12:30 ` ar-jan
  2022-11-16  2:11 ` github-actions
  2022-12-01  2:10 ` [PR PATCH] [Closed]: " github-actions
  24 siblings, 0 replies; 26+ messages in thread
From: ar-jan @ 2022-08-16 12:30 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 145 bytes --]

New comment by ar-jan on void-packages repository

https://github.com/void-linux/void-packages/pull/35540#issuecomment-1216571069

Comment:
bump

^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: New package: sqlitestudio-3.3.3
  2022-02-11 19:30 [PR PATCH] New package: sqlitestudio-3.3.3 ar-jan
                   ` (22 preceding siblings ...)
  2022-08-16 12:30 ` ar-jan
@ 2022-11-16  2:11 ` github-actions
  2022-12-01  2:10 ` [PR PATCH] [Closed]: " github-actions
  24 siblings, 0 replies; 26+ messages in thread
From: github-actions @ 2022-11-16  2:11 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 305 bytes --]

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/35540#issuecomment-1316186393

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: [PR PATCH] [Closed]: New package: sqlitestudio-3.3.3
  2022-02-11 19:30 [PR PATCH] New package: sqlitestudio-3.3.3 ar-jan
                   ` (23 preceding siblings ...)
  2022-11-16  2:11 ` github-actions
@ 2022-12-01  2:10 ` github-actions
  24 siblings, 0 replies; 26+ messages in thread
From: github-actions @ 2022-12-01  2:10 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1383 bytes --]

There's a closed pull request on the void-packages repository

New package: sqlitestudio-3.3.3
https://github.com/void-linux/void-packages/pull/35540

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->

#### Benefits

[SQLiteStudio](https://sqlitestudio.pl/) makes it easy to quickly open and inspect a database while navigating your filesystem, my primary use case (it supports much more functionality).

![sqlitestudio_full_43](https://user-images.githubusercontent.com/1176293/154484792-f1637eda-5fc8-4e43-b921-d68016064bf5.png)


^ permalink raw reply	[flat|nested] 26+ messages in thread

end of thread, other threads:[~2022-12-01  2:10 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-11 19:30 [PR PATCH] New package: sqlitestudio-3.3.3 ar-jan
2022-02-11 22:21 ` [PR PATCH] [Updated] " ar-jan
2022-02-12  0:17 ` ar-jan
2022-02-13 18:08 ` ar-jan
2022-02-22  0:26 ` ar-jan
2022-03-02 15:03 ` ar-jan
2022-03-05 16:42 ` ar-jan
2022-03-11 13:09 ` ar-jan
2022-05-13 17:15 ` jackloomen
2022-05-13 18:27 ` ar-jan
2022-05-13 19:53 ` [PR REVIEW] " paper42
2022-05-13 19:53 ` paper42
2022-05-13 19:53 ` paper42
2022-05-13 19:53 ` paper42
2022-05-13 19:53 ` paper42
2022-05-13 19:53 ` paper42
2022-05-13 19:53 ` paper42
2022-05-13 19:53 ` paper42
2022-05-13 19:53 ` paper42
2022-05-13 22:42 ` ar-jan
2022-05-14 17:51 ` [PR PATCH] [Updated] " ar-jan
2022-05-14 17:59 ` ar-jan
2022-08-13  2:11 ` github-actions
2022-08-16 12:30 ` ar-jan
2022-11-16  2:11 ` github-actions
2022-12-01  2:10 ` [PR PATCH] [Closed]: " github-actions

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).