Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New packages: firefly-iii-5.7.11, firefly-iii-data-importer-0.9.15
@ 2022-09-07 21:37 TinfoilSubmarine
  2022-09-08 17:28 ` [PR PATCH] [Updated] " TinfoilSubmarine
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: TinfoilSubmarine @ 2022-09-07 21:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TinfoilSubmarine/void-packages maint/firefly-iii
https://github.com/void-linux/void-packages/pull/39156

New packages: firefly-iii-5.7.11, firefly-iii-data-importer-0.9.15
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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/39156.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-maint/firefly-iii-39156.patch --]
[-- Type: text/x-diff, Size: 5808 bytes --]

From 480b0f693752ae976d195f198bceb82533bc3790 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Fri, 2 Sep 2022 09:20:38 -0400
Subject: [PATCH 1/2] New package: firefly-iii-5.7.11

---
 srcpkgs/firefly-iii/template | 48 ++++++++++++++++++++++++++++++++++++
 1 file changed, 48 insertions(+)
 create mode 100644 srcpkgs/firefly-iii/template

diff --git a/srcpkgs/firefly-iii/template b/srcpkgs/firefly-iii/template
new file mode 100644
index 000000000000..3d3b372b1e51
--- /dev/null
+++ b/srcpkgs/firefly-iii/template
@@ -0,0 +1,48 @@
+# Template file for 'firefly-iii'
+pkgname=firefly-iii
+version=5.7.11
+revision=1
+conf_files="/etc/webapps/firefly-iii/firefly-iii.conf"
+hostmakedepends="composer8.0 unzip"
+depends="php8.0 php8.0-intl php8.0-sodium php8.0-gd"
+short_desc="Web-based personal finances manager"
+maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
+license="AGPL-3.0-or-later"
+homepage="https://github.com/firefly-iii/firefly-iii"
+changelog="https://raw.githubusercontent.com/firefly-iii/firefly-iii/main/changelog.md"
+distfiles="https://github.com/firefly-iii/firefly-iii/archive/refs/tags/${version}.tar.gz"
+checksum=954f686c88bb7f6ef73e956b239f51d56542a2a70337db1ad8cfb2f6184068db
+make_dirs="/var/lib/firefly-iii/storage 0750 http http
+ /var/lib/firefly-iii/storage/app/public 0750 http http
+ /var/lib/firefly-iii/storage/build 0750 http http
+ /var/lib/firefly-iii/storage/database 0750 http http
+ /var/lib/firefly-iii/storage/debugbar 0750 http http
+ /var/lib/firefly-iii/storage/export 0750 http http
+ /var/lib/firefly-iii/storage/framework/cache/data 0750 http http
+ /var/lib/firefly-iii/storage/framework/sessions 0750 http http
+ /var/lib/firefly-iii/storage/framework/testing 0750 http http
+ /var/lib/firefly-iii/storage/framework/views 0750 http http
+ /var/lib/firefly-iii/storage/framework/views/v1 0750 http http
+ /var/lib/firefly-iii/storage/logs 0750 http http
+ /var/lib/firefly-iii/storage/upload 0750 http http
+ /var/cache/firefly-iii 0750 http http"
+
+do_build() {
+	composer8.0 install --no-scripts --no-dev --ignore-platform-reqs
+}
+
+do_install() {
+	vmkdir usr/share/webapps/
+	vcopy ${wrksrc} usr/share/webapps/firefly-iii
+
+	vinstall .env.example 644 /etc/webapps/firefly-iii firefly-iii.conf
+	ln -s /etc/webapps/firefly-iii/firefly-iii.conf ${DESTDIR}/usr/share/webapps/firefly-iii/.env
+
+	rm -rf ${DESTDIR}/usr/share/webapps/firefly-iii/storage
+	ln -s /var/lib/firefly-iii/storage ${DESTDIR}/usr/share/webapps/firefly-iii
+
+	rm -rf ${DESTDIR}/usr/share/webapps/firefly-iii/bootstrap/cache
+	ln -s /var/cache/firefly-iii ${DESTDIR}/usr/share/webapps/firefly-iii/bootstrap/cache
+
+	vlicense LICENSE
+}

From bf4f69fe676d26f1dde92c2c11693d0654ed942d Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Wed, 7 Sep 2022 17:30:43 -0400
Subject: [PATCH 2/2] New package: firefly-iii-data-importer-0.9.15

---
 srcpkgs/firefly-iii-data-importer/template | 51 ++++++++++++++++++++++
 1 file changed, 51 insertions(+)
 create mode 100644 srcpkgs/firefly-iii-data-importer/template

diff --git a/srcpkgs/firefly-iii-data-importer/template b/srcpkgs/firefly-iii-data-importer/template
new file mode 100644
index 000000000000..6be5abccf8c1
--- /dev/null
+++ b/srcpkgs/firefly-iii-data-importer/template
@@ -0,0 +1,51 @@
+# Template file for 'firefly-iii-data-importer'
+pkgname=firefly-iii-data-importer
+version=0.9.15
+revision=1
+wrksrc="data-importer-${version}"
+conf_files="/etc/webapps/firefly-iii-data-importer/data-importer.conf"
+hostmakedepends="composer8.0 unzip"
+depends="php8.0"
+short_desc="Can import data into Firefly III"
+maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
+license="AGPL-3.0-or-later"
+homepage="https://github.com/firefly-iii/data-importer"
+changelog="https://raw.githubusercontent.com/firefly-iii/data-importer/main/changelog.md"
+distfiles="https://github.com/firefly-iii/data-importer/archive/refs/tags/${version}.tar.gz"
+checksum=6f4252a66d8771b12642404b6da38e5178e91c78492417bce61fdf8efa1ceb91
+make_dirs="/var/lib/firefly-iii-data-importer/storage/app/public 0750 http http
+ /var/lib/firefly-iii-data-importer/storage/configurations 0750 http http
+ /var/lib/firefly-iii-data-importer/storage/conversion-routines 0750 http http
+ /var/lib/firefly-iii-data-importer/storage/debugbar 0750 http http
+ /var/lib/firefly-iii-data-importer/storage/framework/cache/data 0750 http http
+ /var/lib/firefly-iii-data-importer/storage/framework/sessions 0750 http http
+ /var/lib/firefly-iii-data-importer/storage/framework/testing 0750 http http
+ /var/lib/firefly-iii-data-importer/storage/framework/views 0750 http http
+ /var/lib/firefly-iii-data-importer/storage/jobs 0750 http http
+ /var/lib/firefly-iii-data-importer/storage/logs 0750 http http
+ /var/lib/firefly-iii-data-importer/storage/submission-routines 0750 http http
+ /var/lib/firefly-iii-data-importer/storage/uploads 0750 http http
+ /var/cache/firefly-iii-data-importer 0750 http http"
+
+do_build() {
+	composer8.0 install --no-scripts --no-dev --ignore-platform-reqs
+}
+
+do_install() {
+	vmkdir usr/share/webapps/
+	vcopy ${wrksrc} usr/share/webapps/firefly-iii-data-importer
+
+	vinstall .env.example 644 /etc/webapps/firefly-iii-data-importer data-importer.conf
+	ln -s /etc/webapps/firefly-iii-data-importer/data-importer.conf \
+	 ${DESTDIR}/usr/share/webapps/firefly-iii-data-importer/.env
+
+	rm -rf ${DESTDIR}/usr/share/webapps/firefly-iii-data-importer/storage
+	ln -s /var/lib/firefly-iii-data-importer/storage \
+	 ${DESTDIR}/usr/share/webapps/firefly-iii-data-importer
+
+	rm -rf ${DESTDIR}/usr/share/webapps/firefly-iii-data-importer/bootstrap/cache
+	ln -s /var/cache/firefly-iii-data-importer \
+	 ${DESTDIR}/usr/share/webapps/firefly-iii-data-importer/bootstrap/cache
+
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New packages: firefly-iii-5.7.11, firefly-iii-data-importer-0.9.15
  2022-09-07 21:37 [PR PATCH] New packages: firefly-iii-5.7.11, firefly-iii-data-importer-0.9.15 TinfoilSubmarine
@ 2022-09-08 17:28 ` TinfoilSubmarine
  2022-09-09 12:26 ` TinfoilSubmarine
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: TinfoilSubmarine @ 2022-09-08 17:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TinfoilSubmarine/void-packages maint/firefly-iii
https://github.com/void-linux/void-packages/pull/39156

New packages: firefly-iii-5.7.11, firefly-iii-data-importer-0.9.15
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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/39156.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-maint/firefly-iii-39156.patch --]
[-- Type: text/x-diff, Size: 6124 bytes --]

From 8592c7b9629469a2bf015cd9181ceb9b74eb2e24 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Fri, 2 Sep 2022 09:20:38 -0400
Subject: [PATCH 1/2] New package: firefly-iii-5.7.11

---
 srcpkgs/firefly-iii/template | 53 ++++++++++++++++++++++++++++++++++++
 1 file changed, 53 insertions(+)
 create mode 100644 srcpkgs/firefly-iii/template

diff --git a/srcpkgs/firefly-iii/template b/srcpkgs/firefly-iii/template
new file mode 100644
index 000000000000..ba1a847a5922
--- /dev/null
+++ b/srcpkgs/firefly-iii/template
@@ -0,0 +1,53 @@
+# Template file for 'firefly-iii'
+pkgname=firefly-iii
+version=5.7.11
+revision=1
+conf_files="/etc/webapps/firefly-iii/firefly-iii.conf"
+hostmakedepends="composer8.0 unzip"
+depends="php8.0 php8.0-intl php8.0-sodium php8.0-gd"
+short_desc="Web-based personal finances manager"
+maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
+license="AGPL-3.0-or-later"
+homepage="https://github.com/firefly-iii/firefly-iii"
+changelog="https://raw.githubusercontent.com/firefly-iii/firefly-iii/main/changelog.md"
+distfiles="https://github.com/firefly-iii/firefly-iii/archive/refs/tags/${version}.tar.gz"
+checksum=954f686c88bb7f6ef73e956b239f51d56542a2a70337db1ad8cfb2f6184068db
+make_dirs="/var/lib/firefly-iii/storage 0750 http http
+ /var/lib/firefly-iii/storage/app/public 0750 http http
+ /var/lib/firefly-iii/storage/build 0750 http http
+ /var/lib/firefly-iii/storage/database 0750 http http
+ /var/lib/firefly-iii/storage/debugbar 0750 http http
+ /var/lib/firefly-iii/storage/export 0750 http http
+ /var/lib/firefly-iii/storage/framework/cache/data 0750 http http
+ /var/lib/firefly-iii/storage/framework/sessions 0750 http http
+ /var/lib/firefly-iii/storage/framework/testing 0750 http http
+ /var/lib/firefly-iii/storage/framework/views 0750 http http
+ /var/lib/firefly-iii/storage/framework/views/v1 0750 http http
+ /var/lib/firefly-iii/storage/logs 0750 http http
+ /var/lib/firefly-iii/storage/upload 0750 http http
+ /var/cache/firefly-iii 0750 http http"
+
+do_build() {
+	composer8.0 install --no-scripts --no-dev --ignore-platform-reqs
+}
+
+do_install() {
+	vmkdir usr/share/webapps/firefly-iii
+	for i in .htaccess app app.json artisan bootstrap config database frontend \
+	 index.php public resources routes server.php vendor webpack.mix.js; do
+		vcopy "$i" usr/share/webapps/firefly-iii
+	done
+
+	vsconf .env.example firefly-iii.conf
+	vsconf nginx_app.conf
+
+	vinstall .env.example 644 /etc/webapps/firefly-iii firefly-iii.conf
+	ln -s /etc/webapps/firefly-iii/firefly-iii.conf "${DESTDIR}"/usr/share/webapps/firefly-iii/.env
+
+	ln -s /var/lib/firefly-iii/storage "${DESTDIR}"/usr/share/webapps/firefly-iii
+
+	rm -rf "${DESTDIR}"/usr/share/webapps/firefly-iii/bootstrap/cache
+	ln -s /var/cache/firefly-iii "${DESTDIR}"/usr/share/webapps/firefly-iii/bootstrap/cache
+
+	vlicense LICENSE
+}

From c3b8a3d98875de44dcee94cbf4eef776d1b31ab3 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Wed, 7 Sep 2022 17:30:43 -0400
Subject: [PATCH 2/2] New package: firefly-iii-data-importer-0.9.15

---
 srcpkgs/firefly-iii-data-importer/template | 55 ++++++++++++++++++++++
 1 file changed, 55 insertions(+)
 create mode 100644 srcpkgs/firefly-iii-data-importer/template

diff --git a/srcpkgs/firefly-iii-data-importer/template b/srcpkgs/firefly-iii-data-importer/template
new file mode 100644
index 000000000000..bae4825b2a78
--- /dev/null
+++ b/srcpkgs/firefly-iii-data-importer/template
@@ -0,0 +1,55 @@
+# Template file for 'firefly-iii-data-importer'
+pkgname=firefly-iii-data-importer
+version=0.9.15
+revision=1
+wrksrc="data-importer-${version}"
+conf_files="/etc/webapps/firefly-iii-data-importer/data-importer.conf"
+hostmakedepends="composer8.0 unzip"
+depends="php8.0"
+short_desc="Can import data into Firefly III"
+maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
+license="AGPL-3.0-or-later"
+homepage="https://github.com/firefly-iii/data-importer"
+changelog="https://raw.githubusercontent.com/firefly-iii/data-importer/main/changelog.md"
+distfiles="https://github.com/firefly-iii/data-importer/archive/refs/tags/${version}.tar.gz"
+checksum=6f4252a66d8771b12642404b6da38e5178e91c78492417bce61fdf8efa1ceb91
+make_dirs="/var/lib/firefly-iii-data-importer/storage/app/public 0750 http http
+ /var/lib/firefly-iii-data-importer/storage/configurations 0750 http http
+ /var/lib/firefly-iii-data-importer/storage/conversion-routines 0750 http http
+ /var/lib/firefly-iii-data-importer/storage/debugbar 0750 http http
+ /var/lib/firefly-iii-data-importer/storage/framework/cache/data 0750 http http
+ /var/lib/firefly-iii-data-importer/storage/framework/sessions 0750 http http
+ /var/lib/firefly-iii-data-importer/storage/framework/testing 0750 http http
+ /var/lib/firefly-iii-data-importer/storage/framework/views 0750 http http
+ /var/lib/firefly-iii-data-importer/storage/jobs 0750 http http
+ /var/lib/firefly-iii-data-importer/storage/logs 0750 http http
+ /var/lib/firefly-iii-data-importer/storage/submission-routines 0750 http http
+ /var/lib/firefly-iii-data-importer/storage/uploads 0750 http http
+ /var/cache/firefly-iii-data-importer 0750 http http"
+
+do_build() {
+	composer8.0 install --no-scripts --no-dev --ignore-platform-reqs
+}
+
+do_install() {
+	vmkdir usr/share/webapps/firefly-iii-data-importer
+	for i in app artisan bootstrap config database phpunit.xml public resources \
+	 routes server.php vendor webpack.mix.js; do
+		vcopy "$i" usr/share/webapps/firefly-iii-data-importer
+	done
+
+	vsconf .env.example data-importer.conf
+
+	vinstall .env.example 644 /etc/webapps/firefly-iii-data-importer data-importer.conf
+	ln -s /etc/webapps/firefly-iii-data-importer/data-importer.conf \
+	 "${DESTDIR}"/usr/share/webapps/firefly-iii-data-importer/.env
+
+	ln -s /var/lib/firefly-iii-data-importer/storage \
+	 "${DESTDIR}"/usr/share/webapps/firefly-iii-data-importer
+
+	rm -rf "${DESTDIR}"/usr/share/webapps/firefly-iii-data-importer/bootstrap/cache
+	ln -s /var/cache/firefly-iii-data-importer \
+	 "${DESTDIR}"/usr/share/webapps/firefly-iii-data-importer/bootstrap/cache
+
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New packages: firefly-iii-5.7.11, firefly-iii-data-importer-0.9.15
  2022-09-07 21:37 [PR PATCH] New packages: firefly-iii-5.7.11, firefly-iii-data-importer-0.9.15 TinfoilSubmarine
  2022-09-08 17:28 ` [PR PATCH] [Updated] " TinfoilSubmarine
@ 2022-09-09 12:26 ` TinfoilSubmarine
  2022-09-12 12:33 ` TinfoilSubmarine
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: TinfoilSubmarine @ 2022-09-09 12:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TinfoilSubmarine/void-packages maint/firefly-iii
https://github.com/void-linux/void-packages/pull/39156

New packages: firefly-iii-5.7.11, firefly-iii-data-importer-0.9.15
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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/39156.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-maint/firefly-iii-39156.patch --]
[-- Type: text/x-diff, Size: 6157 bytes --]

From 50e004a47e14a61962c1057d1eaa12fd7ba38c5e Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Fri, 2 Sep 2022 09:20:38 -0400
Subject: [PATCH 1/2] New package: firefly-iii-5.7.11

---
 srcpkgs/firefly-iii/template | 54 ++++++++++++++++++++++++++++++++++++
 1 file changed, 54 insertions(+)
 create mode 100644 srcpkgs/firefly-iii/template

diff --git a/srcpkgs/firefly-iii/template b/srcpkgs/firefly-iii/template
new file mode 100644
index 000000000000..e73b1a43fa51
--- /dev/null
+++ b/srcpkgs/firefly-iii/template
@@ -0,0 +1,54 @@
+# Template file for 'firefly-iii'
+pkgname=firefly-iii
+version=5.7.11
+revision=1
+conf_files="/etc/webapps/firefly-iii/firefly-iii.conf"
+hostmakedepends="composer8.0 unzip"
+depends="php8.0 php8.0-intl php8.0-sodium php8.0-gd"
+short_desc="Web-based personal finances manager"
+maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
+license="AGPL-3.0-or-later"
+homepage="https://github.com/firefly-iii/firefly-iii"
+changelog="https://raw.githubusercontent.com/firefly-iii/firefly-iii/main/changelog.md"
+distfiles="https://github.com/firefly-iii/firefly-iii/archive/refs/tags/${version}.tar.gz"
+checksum=954f686c88bb7f6ef73e956b239f51d56542a2a70337db1ad8cfb2f6184068db
+make_dirs="/var/lib/firefly-iii/storage 0750 http http
+ /var/lib/firefly-iii/storage/app/public 0750 http http
+ /var/lib/firefly-iii/storage/build 0750 http http
+ /var/lib/firefly-iii/storage/database 0750 http http
+ /var/lib/firefly-iii/storage/debugbar 0750 http http
+ /var/lib/firefly-iii/storage/export 0750 http http
+ /var/lib/firefly-iii/storage/framework/cache/data 0750 http http
+ /var/lib/firefly-iii/storage/framework/sessions 0750 http http
+ /var/lib/firefly-iii/storage/framework/testing 0750 http http
+ /var/lib/firefly-iii/storage/framework/views 0750 http http
+ /var/lib/firefly-iii/storage/framework/views/v1 0750 http http
+ /var/lib/firefly-iii/storage/logs 0750 http http
+ /var/lib/firefly-iii/storage/upload 0750 http http
+ /var/cache/firefly-iii 0750 http http"
+
+do_build() {
+	composer8.0 install --no-scripts --no-dev --ignore-platform-reqs
+}
+
+do_install() {
+	vmkdir usr/share/webapps/firefly-iii
+	for i in .htaccess app app.json artisan bootstrap composer.json config \
+	 database frontend index.php public resources routes server.php vendor \
+	 webpack.mix.js; do
+		vcopy "$i" usr/share/webapps/firefly-iii
+	done
+
+	vsconf .env.example firefly-iii.conf
+	vsconf nginx_app.conf
+
+	vinstall .env.example 644 /etc/webapps/firefly-iii firefly-iii.conf
+	ln -s /etc/webapps/firefly-iii/firefly-iii.conf "${DESTDIR}"/usr/share/webapps/firefly-iii/.env
+
+	ln -s /var/lib/firefly-iii/storage "${DESTDIR}"/usr/share/webapps/firefly-iii
+
+	rm -rf "${DESTDIR}"/usr/share/webapps/firefly-iii/bootstrap/cache
+	ln -s /var/cache/firefly-iii "${DESTDIR}"/usr/share/webapps/firefly-iii/bootstrap/cache
+
+	vlicense LICENSE
+}

From b58a04f818d991b0397d5fabf30dcf31e41a1b13 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Wed, 7 Sep 2022 17:30:43 -0400
Subject: [PATCH 2/2] New package: firefly-iii-data-importer-0.9.15

---
 srcpkgs/firefly-iii-data-importer/template | 55 ++++++++++++++++++++++
 1 file changed, 55 insertions(+)
 create mode 100644 srcpkgs/firefly-iii-data-importer/template

diff --git a/srcpkgs/firefly-iii-data-importer/template b/srcpkgs/firefly-iii-data-importer/template
new file mode 100644
index 000000000000..cf4939bc3cd9
--- /dev/null
+++ b/srcpkgs/firefly-iii-data-importer/template
@@ -0,0 +1,55 @@
+# Template file for 'firefly-iii-data-importer'
+pkgname=firefly-iii-data-importer
+version=0.9.15
+revision=1
+wrksrc="data-importer-${version}"
+conf_files="/etc/webapps/firefly-iii-data-importer/data-importer.conf"
+hostmakedepends="composer8.0 unzip"
+depends="php8.0"
+short_desc="Can import data into Firefly III"
+maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
+license="AGPL-3.0-or-later"
+homepage="https://github.com/firefly-iii/data-importer"
+changelog="https://raw.githubusercontent.com/firefly-iii/data-importer/main/changelog.md"
+distfiles="https://github.com/firefly-iii/data-importer/archive/refs/tags/${version}.tar.gz"
+checksum=6f4252a66d8771b12642404b6da38e5178e91c78492417bce61fdf8efa1ceb91
+make_dirs="/var/lib/firefly-iii-data-importer/storage/app/public 0750 http http
+ /var/lib/firefly-iii-data-importer/storage/configurations 0750 http http
+ /var/lib/firefly-iii-data-importer/storage/conversion-routines 0750 http http
+ /var/lib/firefly-iii-data-importer/storage/debugbar 0750 http http
+ /var/lib/firefly-iii-data-importer/storage/framework/cache/data 0750 http http
+ /var/lib/firefly-iii-data-importer/storage/framework/sessions 0750 http http
+ /var/lib/firefly-iii-data-importer/storage/framework/testing 0750 http http
+ /var/lib/firefly-iii-data-importer/storage/framework/views 0750 http http
+ /var/lib/firefly-iii-data-importer/storage/jobs 0750 http http
+ /var/lib/firefly-iii-data-importer/storage/logs 0750 http http
+ /var/lib/firefly-iii-data-importer/storage/submission-routines 0750 http http
+ /var/lib/firefly-iii-data-importer/storage/uploads 0750 http http
+ /var/cache/firefly-iii-data-importer 0750 http http"
+
+do_build() {
+	composer8.0 install --no-scripts --no-dev --ignore-platform-reqs
+}
+
+do_install() {
+	vmkdir usr/share/webapps/firefly-iii-data-importer
+	for i in app artisan bootstrap composer.json config database phpunit.xml \
+	 public resources routes server.php vendor webpack.mix.js; do
+		vcopy "$i" usr/share/webapps/firefly-iii-data-importer
+	done
+
+	vsconf .env.example data-importer.conf
+
+	vinstall .env.example 644 /etc/webapps/firefly-iii-data-importer data-importer.conf
+	ln -s /etc/webapps/firefly-iii-data-importer/data-importer.conf \
+	 "${DESTDIR}"/usr/share/webapps/firefly-iii-data-importer/.env
+
+	ln -s /var/lib/firefly-iii-data-importer/storage \
+	 "${DESTDIR}"/usr/share/webapps/firefly-iii-data-importer
+
+	rm -rf "${DESTDIR}"/usr/share/webapps/firefly-iii-data-importer/bootstrap/cache
+	ln -s /var/cache/firefly-iii-data-importer \
+	 "${DESTDIR}"/usr/share/webapps/firefly-iii-data-importer/bootstrap/cache
+
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New packages: firefly-iii-5.7.11, firefly-iii-data-importer-0.9.15
  2022-09-07 21:37 [PR PATCH] New packages: firefly-iii-5.7.11, firefly-iii-data-importer-0.9.15 TinfoilSubmarine
  2022-09-08 17:28 ` [PR PATCH] [Updated] " TinfoilSubmarine
  2022-09-09 12:26 ` TinfoilSubmarine
@ 2022-09-12 12:33 ` TinfoilSubmarine
  2022-10-24 12:40 ` [PR PATCH] [Updated] New packages: firefly-iii-5.7.12, firefly-iii-data-importer-0.9.16 TinfoilSubmarine
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: TinfoilSubmarine @ 2022-09-12 12:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TinfoilSubmarine/void-packages maint/firefly-iii
https://github.com/void-linux/void-packages/pull/39156

New packages: firefly-iii-5.7.11, firefly-iii-data-importer-0.9.15
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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/39156.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-maint/firefly-iii-39156.patch --]
[-- Type: text/x-diff, Size: 6157 bytes --]

From 563aa0901a20001771de15fe0c49f5394ae620c3 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Fri, 2 Sep 2022 09:20:38 -0400
Subject: [PATCH 1/2] New package: firefly-iii-5.7.12

---
 srcpkgs/firefly-iii/template | 54 ++++++++++++++++++++++++++++++++++++
 1 file changed, 54 insertions(+)
 create mode 100644 srcpkgs/firefly-iii/template

diff --git a/srcpkgs/firefly-iii/template b/srcpkgs/firefly-iii/template
new file mode 100644
index 000000000000..d5e90c04936b
--- /dev/null
+++ b/srcpkgs/firefly-iii/template
@@ -0,0 +1,54 @@
+# Template file for 'firefly-iii'
+pkgname=firefly-iii
+version=5.7.12
+revision=1
+conf_files="/etc/webapps/firefly-iii/firefly-iii.conf"
+hostmakedepends="composer8.0 unzip"
+depends="php8.0 php8.0-intl php8.0-sodium php8.0-gd"
+short_desc="Web-based personal finances manager"
+maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
+license="AGPL-3.0-or-later"
+homepage="https://github.com/firefly-iii/firefly-iii"
+changelog="https://raw.githubusercontent.com/firefly-iii/firefly-iii/main/changelog.md"
+distfiles="https://github.com/firefly-iii/firefly-iii/archive/refs/tags/${version}.tar.gz"
+checksum=515bd67d54debada0318d8539077fee23264405125b23c439fd3d10f49335228
+make_dirs="/var/lib/firefly-iii/storage 0750 http http
+ /var/lib/firefly-iii/storage/app/public 0750 http http
+ /var/lib/firefly-iii/storage/build 0750 http http
+ /var/lib/firefly-iii/storage/database 0750 http http
+ /var/lib/firefly-iii/storage/debugbar 0750 http http
+ /var/lib/firefly-iii/storage/export 0750 http http
+ /var/lib/firefly-iii/storage/framework/cache/data 0750 http http
+ /var/lib/firefly-iii/storage/framework/sessions 0750 http http
+ /var/lib/firefly-iii/storage/framework/testing 0750 http http
+ /var/lib/firefly-iii/storage/framework/views 0750 http http
+ /var/lib/firefly-iii/storage/framework/views/v1 0750 http http
+ /var/lib/firefly-iii/storage/logs 0750 http http
+ /var/lib/firefly-iii/storage/upload 0750 http http
+ /var/cache/firefly-iii 0750 http http"
+
+do_build() {
+	composer8.0 install --no-scripts --no-dev --ignore-platform-reqs
+}
+
+do_install() {
+	vmkdir usr/share/webapps/firefly-iii
+	for i in .htaccess app app.json artisan bootstrap composer.json config \
+	 database frontend index.php public resources routes server.php vendor \
+	 webpack.mix.js; do
+		vcopy "$i" usr/share/webapps/firefly-iii
+	done
+
+	vsconf .env.example firefly-iii.conf
+	vsconf nginx_app.conf
+
+	vinstall .env.example 644 /etc/webapps/firefly-iii firefly-iii.conf
+	ln -s /etc/webapps/firefly-iii/firefly-iii.conf "${DESTDIR}"/usr/share/webapps/firefly-iii/.env
+
+	ln -s /var/lib/firefly-iii/storage "${DESTDIR}"/usr/share/webapps/firefly-iii
+
+	rm -rf "${DESTDIR}"/usr/share/webapps/firefly-iii/bootstrap/cache
+	ln -s /var/cache/firefly-iii "${DESTDIR}"/usr/share/webapps/firefly-iii/bootstrap/cache
+
+	vlicense LICENSE
+}

From f4ff6e2820c43ab86fbaeca36a77dd61a84978bd Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Wed, 7 Sep 2022 17:30:43 -0400
Subject: [PATCH 2/2] New package: firefly-iii-data-importer-0.9.16

---
 srcpkgs/firefly-iii-data-importer/template | 55 ++++++++++++++++++++++
 1 file changed, 55 insertions(+)
 create mode 100644 srcpkgs/firefly-iii-data-importer/template

diff --git a/srcpkgs/firefly-iii-data-importer/template b/srcpkgs/firefly-iii-data-importer/template
new file mode 100644
index 000000000000..046511e12126
--- /dev/null
+++ b/srcpkgs/firefly-iii-data-importer/template
@@ -0,0 +1,55 @@
+# Template file for 'firefly-iii-data-importer'
+pkgname=firefly-iii-data-importer
+version=0.9.16
+revision=1
+wrksrc="data-importer-${version}"
+conf_files="/etc/webapps/firefly-iii-data-importer/data-importer.conf"
+hostmakedepends="composer8.0 unzip"
+depends="php8.0"
+short_desc="Can import data into Firefly III"
+maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
+license="AGPL-3.0-or-later"
+homepage="https://github.com/firefly-iii/data-importer"
+changelog="https://raw.githubusercontent.com/firefly-iii/data-importer/main/changelog.md"
+distfiles="https://github.com/firefly-iii/data-importer/archive/refs/tags/${version}.tar.gz"
+checksum=9fd299d7ba31e6f0f3b5e2907174df1bc786b535c081d66c165e739d415d478b
+make_dirs="/var/lib/firefly-iii-data-importer/storage/app/public 0750 http http
+ /var/lib/firefly-iii-data-importer/storage/configurations 0750 http http
+ /var/lib/firefly-iii-data-importer/storage/conversion-routines 0750 http http
+ /var/lib/firefly-iii-data-importer/storage/debugbar 0750 http http
+ /var/lib/firefly-iii-data-importer/storage/framework/cache/data 0750 http http
+ /var/lib/firefly-iii-data-importer/storage/framework/sessions 0750 http http
+ /var/lib/firefly-iii-data-importer/storage/framework/testing 0750 http http
+ /var/lib/firefly-iii-data-importer/storage/framework/views 0750 http http
+ /var/lib/firefly-iii-data-importer/storage/jobs 0750 http http
+ /var/lib/firefly-iii-data-importer/storage/logs 0750 http http
+ /var/lib/firefly-iii-data-importer/storage/submission-routines 0750 http http
+ /var/lib/firefly-iii-data-importer/storage/uploads 0750 http http
+ /var/cache/firefly-iii-data-importer 0750 http http"
+
+do_build() {
+	composer8.0 install --no-scripts --no-dev --ignore-platform-reqs
+}
+
+do_install() {
+	vmkdir usr/share/webapps/firefly-iii-data-importer
+	for i in app artisan bootstrap composer.json config database phpunit.xml \
+	 public resources routes server.php vendor webpack.mix.js; do
+		vcopy "$i" usr/share/webapps/firefly-iii-data-importer
+	done
+
+	vsconf .env.example data-importer.conf
+
+	vinstall .env.example 644 /etc/webapps/firefly-iii-data-importer data-importer.conf
+	ln -s /etc/webapps/firefly-iii-data-importer/data-importer.conf \
+	 "${DESTDIR}"/usr/share/webapps/firefly-iii-data-importer/.env
+
+	ln -s /var/lib/firefly-iii-data-importer/storage \
+	 "${DESTDIR}"/usr/share/webapps/firefly-iii-data-importer
+
+	rm -rf "${DESTDIR}"/usr/share/webapps/firefly-iii-data-importer/bootstrap/cache
+	ln -s /var/cache/firefly-iii-data-importer \
+	 "${DESTDIR}"/usr/share/webapps/firefly-iii-data-importer/bootstrap/cache
+
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New packages: firefly-iii-5.7.12, firefly-iii-data-importer-0.9.16
  2022-09-07 21:37 [PR PATCH] New packages: firefly-iii-5.7.11, firefly-iii-data-importer-0.9.15 TinfoilSubmarine
                   ` (2 preceding siblings ...)
  2022-09-12 12:33 ` TinfoilSubmarine
@ 2022-10-24 12:40 ` TinfoilSubmarine
  2022-10-24 12:44 ` [PR PATCH] [Updated] New packages: firefly-iii-5.7.14, firefly-iii-data-importer-0.9.17 TinfoilSubmarine
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: TinfoilSubmarine @ 2022-10-24 12:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TinfoilSubmarine/void-packages maint/firefly-iii
https://github.com/void-linux/void-packages/pull/39156

New packages: firefly-iii-5.7.12, firefly-iii-data-importer-0.9.16
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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/39156.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-maint/firefly-iii-39156.patch --]
[-- Type: text/x-diff, Size: 6157 bytes --]

From 2431da98fa11115964da827befe20d37c2b6cce1 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Fri, 2 Sep 2022 09:20:38 -0400
Subject: [PATCH 1/2] New package: firefly-iii-5.7.14

---
 srcpkgs/firefly-iii/template | 54 ++++++++++++++++++++++++++++++++++++
 1 file changed, 54 insertions(+)
 create mode 100644 srcpkgs/firefly-iii/template

diff --git a/srcpkgs/firefly-iii/template b/srcpkgs/firefly-iii/template
new file mode 100644
index 000000000000..d8af5df02f7c
--- /dev/null
+++ b/srcpkgs/firefly-iii/template
@@ -0,0 +1,54 @@
+# Template file for 'firefly-iii'
+pkgname=firefly-iii
+version=5.7.14
+revision=1
+conf_files="/etc/webapps/firefly-iii/firefly-iii.conf"
+hostmakedepends="composer8.0 unzip"
+depends="php8.0 php8.0-intl php8.0-sodium php8.0-gd"
+short_desc="Web-based personal finances manager"
+maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
+license="AGPL-3.0-or-later"
+homepage="https://github.com/firefly-iii/firefly-iii"
+changelog="https://raw.githubusercontent.com/firefly-iii/firefly-iii/main/changelog.md"
+distfiles="https://github.com/firefly-iii/firefly-iii/archive/refs/tags/${version}.tar.gz"
+checksum=657736adc14e667c02274437a98a194e71b03389d794f9cb099405f31daeb07f
+make_dirs="/var/lib/firefly-iii/storage 0750 http http
+ /var/lib/firefly-iii/storage/app/public 0750 http http
+ /var/lib/firefly-iii/storage/build 0750 http http
+ /var/lib/firefly-iii/storage/database 0750 http http
+ /var/lib/firefly-iii/storage/debugbar 0750 http http
+ /var/lib/firefly-iii/storage/export 0750 http http
+ /var/lib/firefly-iii/storage/framework/cache/data 0750 http http
+ /var/lib/firefly-iii/storage/framework/sessions 0750 http http
+ /var/lib/firefly-iii/storage/framework/testing 0750 http http
+ /var/lib/firefly-iii/storage/framework/views 0750 http http
+ /var/lib/firefly-iii/storage/framework/views/v1 0750 http http
+ /var/lib/firefly-iii/storage/logs 0750 http http
+ /var/lib/firefly-iii/storage/upload 0750 http http
+ /var/cache/firefly-iii 0750 http http"
+
+do_build() {
+	composer8.0 install --no-scripts --no-dev --ignore-platform-reqs
+}
+
+do_install() {
+	vmkdir usr/share/webapps/firefly-iii
+	for i in .htaccess app app.json artisan bootstrap composer.json config \
+	 database frontend index.php public resources routes server.php vendor \
+	 webpack.mix.js; do
+		vcopy "$i" usr/share/webapps/firefly-iii
+	done
+
+	vsconf .env.example firefly-iii.conf
+	vsconf nginx_app.conf
+
+	vinstall .env.example 644 /etc/webapps/firefly-iii firefly-iii.conf
+	ln -s /etc/webapps/firefly-iii/firefly-iii.conf "${DESTDIR}"/usr/share/webapps/firefly-iii/.env
+
+	ln -s /var/lib/firefly-iii/storage "${DESTDIR}"/usr/share/webapps/firefly-iii
+
+	rm -rf "${DESTDIR}"/usr/share/webapps/firefly-iii/bootstrap/cache
+	ln -s /var/cache/firefly-iii "${DESTDIR}"/usr/share/webapps/firefly-iii/bootstrap/cache
+
+	vlicense LICENSE
+}

From ba2d927ff408b79a194353b5c5720ff1de9ba047 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Wed, 7 Sep 2022 17:30:43 -0400
Subject: [PATCH 2/2] New package: firefly-iii-data-importer-0.9.17

---
 srcpkgs/firefly-iii-data-importer/template | 55 ++++++++++++++++++++++
 1 file changed, 55 insertions(+)
 create mode 100644 srcpkgs/firefly-iii-data-importer/template

diff --git a/srcpkgs/firefly-iii-data-importer/template b/srcpkgs/firefly-iii-data-importer/template
new file mode 100644
index 000000000000..7ad076bffe08
--- /dev/null
+++ b/srcpkgs/firefly-iii-data-importer/template
@@ -0,0 +1,55 @@
+# Template file for 'firefly-iii-data-importer'
+pkgname=firefly-iii-data-importer
+version=0.9.17
+revision=1
+wrksrc="data-importer-${version}"
+conf_files="/etc/webapps/firefly-iii-data-importer/data-importer.conf"
+hostmakedepends="composer8.0 unzip"
+depends="php8.0"
+short_desc="Can import data into Firefly III"
+maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
+license="AGPL-3.0-or-later"
+homepage="https://github.com/firefly-iii/data-importer"
+changelog="https://raw.githubusercontent.com/firefly-iii/data-importer/main/changelog.md"
+distfiles="https://github.com/firefly-iii/data-importer/archive/refs/tags/${version}.tar.gz"
+checksum=f1bc84bab6b957f03be674d1b6429b0f25ce5960606f33abf3f7f9d24479998b
+make_dirs="/var/lib/firefly-iii-data-importer/storage/app/public 0750 http http
+ /var/lib/firefly-iii-data-importer/storage/configurations 0750 http http
+ /var/lib/firefly-iii-data-importer/storage/conversion-routines 0750 http http
+ /var/lib/firefly-iii-data-importer/storage/debugbar 0750 http http
+ /var/lib/firefly-iii-data-importer/storage/framework/cache/data 0750 http http
+ /var/lib/firefly-iii-data-importer/storage/framework/sessions 0750 http http
+ /var/lib/firefly-iii-data-importer/storage/framework/testing 0750 http http
+ /var/lib/firefly-iii-data-importer/storage/framework/views 0750 http http
+ /var/lib/firefly-iii-data-importer/storage/jobs 0750 http http
+ /var/lib/firefly-iii-data-importer/storage/logs 0750 http http
+ /var/lib/firefly-iii-data-importer/storage/submission-routines 0750 http http
+ /var/lib/firefly-iii-data-importer/storage/uploads 0750 http http
+ /var/cache/firefly-iii-data-importer 0750 http http"
+
+do_build() {
+	composer8.0 install --no-scripts --no-dev --ignore-platform-reqs
+}
+
+do_install() {
+	vmkdir usr/share/webapps/firefly-iii-data-importer
+	for i in app artisan bootstrap composer.json config database phpunit.xml \
+	 public resources routes server.php vendor webpack.mix.js; do
+		vcopy "$i" usr/share/webapps/firefly-iii-data-importer
+	done
+
+	vsconf .env.example data-importer.conf
+
+	vinstall .env.example 644 /etc/webapps/firefly-iii-data-importer data-importer.conf
+	ln -s /etc/webapps/firefly-iii-data-importer/data-importer.conf \
+	 "${DESTDIR}"/usr/share/webapps/firefly-iii-data-importer/.env
+
+	ln -s /var/lib/firefly-iii-data-importer/storage \
+	 "${DESTDIR}"/usr/share/webapps/firefly-iii-data-importer
+
+	rm -rf "${DESTDIR}"/usr/share/webapps/firefly-iii-data-importer/bootstrap/cache
+	ln -s /var/cache/firefly-iii-data-importer \
+	 "${DESTDIR}"/usr/share/webapps/firefly-iii-data-importer/bootstrap/cache
+
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New packages: firefly-iii-5.7.14, firefly-iii-data-importer-0.9.17
  2022-09-07 21:37 [PR PATCH] New packages: firefly-iii-5.7.11, firefly-iii-data-importer-0.9.15 TinfoilSubmarine
                   ` (3 preceding siblings ...)
  2022-10-24 12:40 ` [PR PATCH] [Updated] New packages: firefly-iii-5.7.12, firefly-iii-data-importer-0.9.16 TinfoilSubmarine
@ 2022-10-24 12:44 ` TinfoilSubmarine
  2022-11-02 12:21 ` TinfoilSubmarine
  2022-12-30 19:13 ` [PR PATCH] [Closed]: New packages: firefly-iii-5.7.15, firefly-iii-data-importer-0.9.17 TinfoilSubmarine
  6 siblings, 0 replies; 8+ messages in thread
From: TinfoilSubmarine @ 2022-10-24 12:44 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TinfoilSubmarine/void-packages maint/firefly-iii
https://github.com/void-linux/void-packages/pull/39156

New packages: firefly-iii-5.7.14, firefly-iii-data-importer-0.9.17
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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/39156.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-maint/firefly-iii-39156.patch --]
[-- Type: text/x-diff, Size: 6157 bytes --]

From 7ef11aa483d7843327eaa66b71219472bacaa8d2 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Fri, 2 Sep 2022 09:20:38 -0400
Subject: [PATCH 1/2] New package: firefly-iii-5.7.14

---
 srcpkgs/firefly-iii/template | 54 ++++++++++++++++++++++++++++++++++++
 1 file changed, 54 insertions(+)
 create mode 100644 srcpkgs/firefly-iii/template

diff --git a/srcpkgs/firefly-iii/template b/srcpkgs/firefly-iii/template
new file mode 100644
index 000000000000..d8af5df02f7c
--- /dev/null
+++ b/srcpkgs/firefly-iii/template
@@ -0,0 +1,54 @@
+# Template file for 'firefly-iii'
+pkgname=firefly-iii
+version=5.7.14
+revision=1
+conf_files="/etc/webapps/firefly-iii/firefly-iii.conf"
+hostmakedepends="composer8.0 unzip"
+depends="php8.0 php8.0-intl php8.0-sodium php8.0-gd"
+short_desc="Web-based personal finances manager"
+maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
+license="AGPL-3.0-or-later"
+homepage="https://github.com/firefly-iii/firefly-iii"
+changelog="https://raw.githubusercontent.com/firefly-iii/firefly-iii/main/changelog.md"
+distfiles="https://github.com/firefly-iii/firefly-iii/archive/refs/tags/${version}.tar.gz"
+checksum=657736adc14e667c02274437a98a194e71b03389d794f9cb099405f31daeb07f
+make_dirs="/var/lib/firefly-iii/storage 0750 http http
+ /var/lib/firefly-iii/storage/app/public 0750 http http
+ /var/lib/firefly-iii/storage/build 0750 http http
+ /var/lib/firefly-iii/storage/database 0750 http http
+ /var/lib/firefly-iii/storage/debugbar 0750 http http
+ /var/lib/firefly-iii/storage/export 0750 http http
+ /var/lib/firefly-iii/storage/framework/cache/data 0750 http http
+ /var/lib/firefly-iii/storage/framework/sessions 0750 http http
+ /var/lib/firefly-iii/storage/framework/testing 0750 http http
+ /var/lib/firefly-iii/storage/framework/views 0750 http http
+ /var/lib/firefly-iii/storage/framework/views/v1 0750 http http
+ /var/lib/firefly-iii/storage/logs 0750 http http
+ /var/lib/firefly-iii/storage/upload 0750 http http
+ /var/cache/firefly-iii 0750 http http"
+
+do_build() {
+	composer8.0 install --no-scripts --no-dev --ignore-platform-reqs
+}
+
+do_install() {
+	vmkdir usr/share/webapps/firefly-iii
+	for i in .htaccess app app.json artisan bootstrap composer.json config \
+	 database frontend index.php public resources routes server.php vendor \
+	 webpack.mix.js; do
+		vcopy "$i" usr/share/webapps/firefly-iii
+	done
+
+	vsconf .env.example firefly-iii.conf
+	vsconf nginx_app.conf
+
+	vinstall .env.example 644 /etc/webapps/firefly-iii firefly-iii.conf
+	ln -s /etc/webapps/firefly-iii/firefly-iii.conf "${DESTDIR}"/usr/share/webapps/firefly-iii/.env
+
+	ln -s /var/lib/firefly-iii/storage "${DESTDIR}"/usr/share/webapps/firefly-iii
+
+	rm -rf "${DESTDIR}"/usr/share/webapps/firefly-iii/bootstrap/cache
+	ln -s /var/cache/firefly-iii "${DESTDIR}"/usr/share/webapps/firefly-iii/bootstrap/cache
+
+	vlicense LICENSE
+}

From 1addacde26976601e8679df042bbd02cf086eb57 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Wed, 7 Sep 2022 17:30:43 -0400
Subject: [PATCH 2/2] New package: firefly-iii-data-importer-0.9.17

---
 srcpkgs/firefly-iii-data-importer/template | 55 ++++++++++++++++++++++
 1 file changed, 55 insertions(+)
 create mode 100644 srcpkgs/firefly-iii-data-importer/template

diff --git a/srcpkgs/firefly-iii-data-importer/template b/srcpkgs/firefly-iii-data-importer/template
new file mode 100644
index 000000000000..7ad076bffe08
--- /dev/null
+++ b/srcpkgs/firefly-iii-data-importer/template
@@ -0,0 +1,55 @@
+# Template file for 'firefly-iii-data-importer'
+pkgname=firefly-iii-data-importer
+version=0.9.17
+revision=1
+wrksrc="data-importer-${version}"
+conf_files="/etc/webapps/firefly-iii-data-importer/data-importer.conf"
+hostmakedepends="composer8.0 unzip"
+depends="php8.0"
+short_desc="Can import data into Firefly III"
+maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
+license="AGPL-3.0-or-later"
+homepage="https://github.com/firefly-iii/data-importer"
+changelog="https://raw.githubusercontent.com/firefly-iii/data-importer/main/changelog.md"
+distfiles="https://github.com/firefly-iii/data-importer/archive/refs/tags/${version}.tar.gz"
+checksum=f1bc84bab6b957f03be674d1b6429b0f25ce5960606f33abf3f7f9d24479998b
+make_dirs="/var/lib/firefly-iii-data-importer/storage/app/public 0750 http http
+ /var/lib/firefly-iii-data-importer/storage/configurations 0750 http http
+ /var/lib/firefly-iii-data-importer/storage/conversion-routines 0750 http http
+ /var/lib/firefly-iii-data-importer/storage/debugbar 0750 http http
+ /var/lib/firefly-iii-data-importer/storage/framework/cache/data 0750 http http
+ /var/lib/firefly-iii-data-importer/storage/framework/sessions 0750 http http
+ /var/lib/firefly-iii-data-importer/storage/framework/testing 0750 http http
+ /var/lib/firefly-iii-data-importer/storage/framework/views 0750 http http
+ /var/lib/firefly-iii-data-importer/storage/jobs 0750 http http
+ /var/lib/firefly-iii-data-importer/storage/logs 0750 http http
+ /var/lib/firefly-iii-data-importer/storage/submission-routines 0750 http http
+ /var/lib/firefly-iii-data-importer/storage/uploads 0750 http http
+ /var/cache/firefly-iii-data-importer 0750 http http"
+
+do_build() {
+	composer8.0 install --no-scripts --no-dev --ignore-platform-reqs
+}
+
+do_install() {
+	vmkdir usr/share/webapps/firefly-iii-data-importer
+	for i in app artisan bootstrap composer.json config database phpunit.xml \
+	 public resources routes server.php vendor webpack.mix.js; do
+		vcopy "$i" usr/share/webapps/firefly-iii-data-importer
+	done
+
+	vsconf .env.example data-importer.conf
+
+	vinstall .env.example 644 /etc/webapps/firefly-iii-data-importer data-importer.conf
+	ln -s /etc/webapps/firefly-iii-data-importer/data-importer.conf \
+	 "${DESTDIR}"/usr/share/webapps/firefly-iii-data-importer/.env
+
+	ln -s /var/lib/firefly-iii-data-importer/storage \
+	 "${DESTDIR}"/usr/share/webapps/firefly-iii-data-importer
+
+	rm -rf "${DESTDIR}"/usr/share/webapps/firefly-iii-data-importer/bootstrap/cache
+	ln -s /var/cache/firefly-iii-data-importer \
+	 "${DESTDIR}"/usr/share/webapps/firefly-iii-data-importer/bootstrap/cache
+
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New packages: firefly-iii-5.7.14, firefly-iii-data-importer-0.9.17
  2022-09-07 21:37 [PR PATCH] New packages: firefly-iii-5.7.11, firefly-iii-data-importer-0.9.15 TinfoilSubmarine
                   ` (4 preceding siblings ...)
  2022-10-24 12:44 ` [PR PATCH] [Updated] New packages: firefly-iii-5.7.14, firefly-iii-data-importer-0.9.17 TinfoilSubmarine
@ 2022-11-02 12:21 ` TinfoilSubmarine
  2022-12-30 19:13 ` [PR PATCH] [Closed]: New packages: firefly-iii-5.7.15, firefly-iii-data-importer-0.9.17 TinfoilSubmarine
  6 siblings, 0 replies; 8+ messages in thread
From: TinfoilSubmarine @ 2022-11-02 12:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TinfoilSubmarine/void-packages maint/firefly-iii
https://github.com/void-linux/void-packages/pull/39156

New packages: firefly-iii-5.7.14, firefly-iii-data-importer-0.9.17
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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/39156.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-maint/firefly-iii-39156.patch --]
[-- Type: text/x-diff, Size: 6157 bytes --]

From b390f78b11dcb85deace6be81f8a794c68409c21 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Fri, 2 Sep 2022 09:20:38 -0400
Subject: [PATCH 1/2] New package: firefly-iii-5.7.15

---
 srcpkgs/firefly-iii/template | 54 ++++++++++++++++++++++++++++++++++++
 1 file changed, 54 insertions(+)
 create mode 100644 srcpkgs/firefly-iii/template

diff --git a/srcpkgs/firefly-iii/template b/srcpkgs/firefly-iii/template
new file mode 100644
index 000000000000..3698e38b0adb
--- /dev/null
+++ b/srcpkgs/firefly-iii/template
@@ -0,0 +1,54 @@
+# Template file for 'firefly-iii'
+pkgname=firefly-iii
+version=5.7.15
+revision=1
+conf_files="/etc/webapps/firefly-iii/firefly-iii.conf"
+hostmakedepends="composer8.0 unzip"
+depends="php8.0 php8.0-intl php8.0-sodium php8.0-gd"
+short_desc="Web-based personal finances manager"
+maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
+license="AGPL-3.0-or-later"
+homepage="https://github.com/firefly-iii/firefly-iii"
+changelog="https://raw.githubusercontent.com/firefly-iii/firefly-iii/main/changelog.md"
+distfiles="https://github.com/firefly-iii/firefly-iii/archive/refs/tags/${version}.tar.gz"
+checksum=546de04f751e6e1e06546ad9256ffe25e3d17a6146ce6715b8e2b98918b1d058
+make_dirs="/var/lib/firefly-iii/storage 0750 http http
+ /var/lib/firefly-iii/storage/app/public 0750 http http
+ /var/lib/firefly-iii/storage/build 0750 http http
+ /var/lib/firefly-iii/storage/database 0750 http http
+ /var/lib/firefly-iii/storage/debugbar 0750 http http
+ /var/lib/firefly-iii/storage/export 0750 http http
+ /var/lib/firefly-iii/storage/framework/cache/data 0750 http http
+ /var/lib/firefly-iii/storage/framework/sessions 0750 http http
+ /var/lib/firefly-iii/storage/framework/testing 0750 http http
+ /var/lib/firefly-iii/storage/framework/views 0750 http http
+ /var/lib/firefly-iii/storage/framework/views/v1 0750 http http
+ /var/lib/firefly-iii/storage/logs 0750 http http
+ /var/lib/firefly-iii/storage/upload 0750 http http
+ /var/cache/firefly-iii 0750 http http"
+
+do_build() {
+	composer8.0 install --no-scripts --no-dev --ignore-platform-reqs
+}
+
+do_install() {
+	vmkdir usr/share/webapps/firefly-iii
+	for i in .htaccess app app.json artisan bootstrap composer.json config \
+	 database frontend index.php public resources routes server.php vendor \
+	 webpack.mix.js; do
+		vcopy "$i" usr/share/webapps/firefly-iii
+	done
+
+	vsconf .env.example firefly-iii.conf
+	vsconf nginx_app.conf
+
+	vinstall .env.example 644 /etc/webapps/firefly-iii firefly-iii.conf
+	ln -s /etc/webapps/firefly-iii/firefly-iii.conf "${DESTDIR}"/usr/share/webapps/firefly-iii/.env
+
+	ln -s /var/lib/firefly-iii/storage "${DESTDIR}"/usr/share/webapps/firefly-iii
+
+	rm -rf "${DESTDIR}"/usr/share/webapps/firefly-iii/bootstrap/cache
+	ln -s /var/cache/firefly-iii "${DESTDIR}"/usr/share/webapps/firefly-iii/bootstrap/cache
+
+	vlicense LICENSE
+}

From cc8eb988bbe11cc10638d60c586c0bbbd9e86a1b Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Wed, 7 Sep 2022 17:30:43 -0400
Subject: [PATCH 2/2] New package: firefly-iii-data-importer-0.9.17

---
 srcpkgs/firefly-iii-data-importer/template | 55 ++++++++++++++++++++++
 1 file changed, 55 insertions(+)
 create mode 100644 srcpkgs/firefly-iii-data-importer/template

diff --git a/srcpkgs/firefly-iii-data-importer/template b/srcpkgs/firefly-iii-data-importer/template
new file mode 100644
index 000000000000..7ad076bffe08
--- /dev/null
+++ b/srcpkgs/firefly-iii-data-importer/template
@@ -0,0 +1,55 @@
+# Template file for 'firefly-iii-data-importer'
+pkgname=firefly-iii-data-importer
+version=0.9.17
+revision=1
+wrksrc="data-importer-${version}"
+conf_files="/etc/webapps/firefly-iii-data-importer/data-importer.conf"
+hostmakedepends="composer8.0 unzip"
+depends="php8.0"
+short_desc="Can import data into Firefly III"
+maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
+license="AGPL-3.0-or-later"
+homepage="https://github.com/firefly-iii/data-importer"
+changelog="https://raw.githubusercontent.com/firefly-iii/data-importer/main/changelog.md"
+distfiles="https://github.com/firefly-iii/data-importer/archive/refs/tags/${version}.tar.gz"
+checksum=f1bc84bab6b957f03be674d1b6429b0f25ce5960606f33abf3f7f9d24479998b
+make_dirs="/var/lib/firefly-iii-data-importer/storage/app/public 0750 http http
+ /var/lib/firefly-iii-data-importer/storage/configurations 0750 http http
+ /var/lib/firefly-iii-data-importer/storage/conversion-routines 0750 http http
+ /var/lib/firefly-iii-data-importer/storage/debugbar 0750 http http
+ /var/lib/firefly-iii-data-importer/storage/framework/cache/data 0750 http http
+ /var/lib/firefly-iii-data-importer/storage/framework/sessions 0750 http http
+ /var/lib/firefly-iii-data-importer/storage/framework/testing 0750 http http
+ /var/lib/firefly-iii-data-importer/storage/framework/views 0750 http http
+ /var/lib/firefly-iii-data-importer/storage/jobs 0750 http http
+ /var/lib/firefly-iii-data-importer/storage/logs 0750 http http
+ /var/lib/firefly-iii-data-importer/storage/submission-routines 0750 http http
+ /var/lib/firefly-iii-data-importer/storage/uploads 0750 http http
+ /var/cache/firefly-iii-data-importer 0750 http http"
+
+do_build() {
+	composer8.0 install --no-scripts --no-dev --ignore-platform-reqs
+}
+
+do_install() {
+	vmkdir usr/share/webapps/firefly-iii-data-importer
+	for i in app artisan bootstrap composer.json config database phpunit.xml \
+	 public resources routes server.php vendor webpack.mix.js; do
+		vcopy "$i" usr/share/webapps/firefly-iii-data-importer
+	done
+
+	vsconf .env.example data-importer.conf
+
+	vinstall .env.example 644 /etc/webapps/firefly-iii-data-importer data-importer.conf
+	ln -s /etc/webapps/firefly-iii-data-importer/data-importer.conf \
+	 "${DESTDIR}"/usr/share/webapps/firefly-iii-data-importer/.env
+
+	ln -s /var/lib/firefly-iii-data-importer/storage \
+	 "${DESTDIR}"/usr/share/webapps/firefly-iii-data-importer
+
+	rm -rf "${DESTDIR}"/usr/share/webapps/firefly-iii-data-importer/bootstrap/cache
+	ln -s /var/cache/firefly-iii-data-importer \
+	 "${DESTDIR}"/usr/share/webapps/firefly-iii-data-importer/bootstrap/cache
+
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Closed]: New packages: firefly-iii-5.7.15, firefly-iii-data-importer-0.9.17
  2022-09-07 21:37 [PR PATCH] New packages: firefly-iii-5.7.11, firefly-iii-data-importer-0.9.15 TinfoilSubmarine
                   ` (5 preceding siblings ...)
  2022-11-02 12:21 ` TinfoilSubmarine
@ 2022-12-30 19:13 ` TinfoilSubmarine
  6 siblings, 0 replies; 8+ messages in thread
From: TinfoilSubmarine @ 2022-12-30 19:13 UTC (permalink / raw)
  To: ml

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

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

New packages: firefly-iii-5.7.15, firefly-iii-data-importer-0.9.17
https://github.com/void-linux/void-packages/pull/39156

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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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
-->


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

end of thread, other threads:[~2022-12-30 19:13 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-07 21:37 [PR PATCH] New packages: firefly-iii-5.7.11, firefly-iii-data-importer-0.9.15 TinfoilSubmarine
2022-09-08 17:28 ` [PR PATCH] [Updated] " TinfoilSubmarine
2022-09-09 12:26 ` TinfoilSubmarine
2022-09-12 12:33 ` TinfoilSubmarine
2022-10-24 12:40 ` [PR PATCH] [Updated] New packages: firefly-iii-5.7.12, firefly-iii-data-importer-0.9.16 TinfoilSubmarine
2022-10-24 12:44 ` [PR PATCH] [Updated] New packages: firefly-iii-5.7.14, firefly-iii-data-importer-0.9.17 TinfoilSubmarine
2022-11-02 12:21 ` TinfoilSubmarine
2022-12-30 19:13 ` [PR PATCH] [Closed]: New packages: firefly-iii-5.7.15, firefly-iii-data-importer-0.9.17 TinfoilSubmarine

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