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

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).