Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New packages: seadrive-{daemon,gui}-2.0.10 [depends on #30384 (seafile-client update)]
@ 2021-04-24 15:29 lonwillett
  2021-04-24 15:40 ` lonwillett
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: lonwillett @ 2021-04-24 15:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/lonwillett/void-packages seadrive
https://github.com/void-linux/void-packages/pull/30475

New packages: seadrive-{daemon,gui}-2.0.10 [depends on #30384 (seafile-client update)]
<!-- Mark items with [x] where applicable -->

#### General
- [ x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR


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

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

From 702c84f00b79960931f9e0f6393a680418e7a430 Mon Sep 17 00:00:00 2001
From: Lon Willett <xgit@lonw.net>
Date: Sat, 24 Apr 2021 16:56:32 +0200
Subject: [PATCH 1/2] New package: seadrive-daemon-2.0.10

---
 srcpkgs/seadrive-daemon/template | 20 ++++++++++++++++++++
 srcpkgs/seadrive-daemon/update   |  2 ++
 2 files changed, 22 insertions(+)
 create mode 100644 srcpkgs/seadrive-daemon/template
 create mode 100644 srcpkgs/seadrive-daemon/update

diff --git a/srcpkgs/seadrive-daemon/template b/srcpkgs/seadrive-daemon/template
new file mode 100644
index 000000000000..a61c24b73fbe
--- /dev/null
+++ b/srcpkgs/seadrive-daemon/template
@@ -0,0 +1,20 @@
+# Template file for 'seadrive-daemon'
+pkgname=seadrive-daemon
+version=2.0.10
+revision=1
+_distname="seadrive-fuse"
+wrksrc="${_distname}-${version}"
+build_style=gnu-configure
+hostmakedepends="autoconf automake libtool intltool vala pkg-config python3"
+makedepends="libevent-devel libcurl-devel gtk+-devel libuuid-devel sqlite-devel jansson-devel openssl-devel libsearpc-devel fuse-devel"
+short_desc="Seafile drive daemon (fuse interface)"
+maintainer="Lon Willett <xgit@lonw.net>"
+license="GPL-3.0-or-later"
+homepage="https://seafile.com"
+distfiles="https://github.com/haiwen/${_distname}/archive/v${version}.tar.gz"
+checksum=d476f1f95b8a13d49881cb004921dad2bbc32e61d431d810873a2882daebbe91
+python_version=3
+
+pre_configure() {
+	./autogen.sh
+}
diff --git a/srcpkgs/seadrive-daemon/update b/srcpkgs/seadrive-daemon/update
new file mode 100644
index 000000000000..1ab833abe936
--- /dev/null
+++ b/srcpkgs/seadrive-daemon/update
@@ -0,0 +1,2 @@
+site=https://github.com/haiwen/seadrive-fuse/releases
+pattern='tags/v\K[\d.]+(?=.tar.gz)'

From ea34d15d6f4982188ccf4771cd693acb10af69ee Mon Sep 17 00:00:00 2001
From: Lon Willett <xgit@lonw.net>
Date: Sat, 24 Apr 2021 16:57:15 +0200
Subject: [PATCH 2/2] New package: seadrive-gui-2.0.10

---
 srcpkgs/seadrive-gui/template | 40 +++++++++++++++++++++++++++++++++++
 1 file changed, 40 insertions(+)
 create mode 100644 srcpkgs/seadrive-gui/template

diff --git a/srcpkgs/seadrive-gui/template b/srcpkgs/seadrive-gui/template
new file mode 100644
index 000000000000..62ece7c34a16
--- /dev/null
+++ b/srcpkgs/seadrive-gui/template
@@ -0,0 +1,40 @@
+# Template file for 'seadrive-gui'
+pkgname=seadrive-gui
+version=2.0.10
+revision=1
+build_style=cmake
+configure_args="-DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr"
+hostmakedepends="autoconf automake libtool intltool vala pkg-config"
+# python3?
+makedepends="libevent-devel libcurl-devel gtk+-devel libuuid-devel sqlite-devel jansson-devel openssl-devel libsearpc-devel qt5-devel qt5-tools-devel qt5-webengine-devel qt5-webchannel-devel qt5-declarative-devel qt5-location-devel"
+depends="seadrive-daemon>=${version}"
+short_desc="Seafile drive client (qt5 gui)"
+maintainer="Lon Willett <xgit@lonw.net>"
+license="Apache-2.0"
+homepage="https://seafile.com"
+distfiles="https://github.com/haiwen/${pkgname}/archive/v${version}.tar.gz"
+checksum=e9dc3e3bf7d18f3931a57faa528fa469a9d54f158d8247c96126509981c240c8
+
+case "$XBPS_TARGET_MACHINE" in
+	*-musl)	# need fts implementation
+		makedepends+=" musl-fts-devel" ;;
+esac
+
+if [ "$CROSS_BUILD" ]; then
+	hostmakedepends+=" qt5-qmake qt5-host-tools"
+fi
+
+pre_configure() {
+	case "$XBPS_TARGET_MACHINE" in
+		*-musl)
+			# append '-ltfs' argument on link via cmake (macro TARGET_LINK_LIBRARIES)
+			# "LDFLAGS=-lfts" does not work, its prepends it (useless)
+			# XXX prefer patch on CMakeLists.txt ?
+			sed -i -e 's,\(\${EXTRA_LIBS}\)$,\1 -lfts,' ${wrksrc}/CMakeLists.txt
+			;;
+	esac
+}
+
+post_install() {
+	vdoc README.md
+}

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

* Re: New packages: seadrive-{daemon,gui}-2.0.10 [depends on #30384 (seafile-client update)]
  2021-04-24 15:29 [PR PATCH] New packages: seadrive-{daemon,gui}-2.0.10 [depends on #30384 (seafile-client update)] lonwillett
@ 2021-04-24 15:40 ` lonwillett
  2021-04-24 15:47 ` [PR PATCH] [Updated] " lonwillett
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: lonwillett @ 2021-04-24 15:40 UTC (permalink / raw)
  To: ml

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

New comment by lonwillett on void-packages repository

https://github.com/void-linux/void-packages/pull/30475#issuecomment-826110953

Comment:
Oops. Accidentally submitted while looking for the tag to prevent build attempt ([NO-CI]?). It will not build without PR #30384 merged first.

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

* Re: [PR PATCH] [Updated] New packages: seadrive-{daemon,gui}-2.0.10 [depends on #30384 (seafile-client update)]
  2021-04-24 15:29 [PR PATCH] New packages: seadrive-{daemon,gui}-2.0.10 [depends on #30384 (seafile-client update)] lonwillett
  2021-04-24 15:40 ` lonwillett
@ 2021-04-24 15:47 ` lonwillett
  2021-04-24 16:14 ` [PR PATCH] [Updated] New packages: seadrive-{daemon,gui}-2.0.10 [ci skip] " lonwillett
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: lonwillett @ 2021-04-24 15:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/lonwillett/void-packages seadrive
https://github.com/void-linux/void-packages/pull/30475

New packages: seadrive-{daemon,gui}-2.0.10 [depends on #30384 (seafile-client update)]
<!-- Mark items with [x] where applicable -->

#### General
- [ x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR


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

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

From 702c84f00b79960931f9e0f6393a680418e7a430 Mon Sep 17 00:00:00 2001
From: Lon Willett <xgit@lonw.net>
Date: Sat, 24 Apr 2021 16:56:32 +0200
Subject: [PATCH 1/2] New package: seadrive-daemon-2.0.10

---
 srcpkgs/seadrive-daemon/template | 20 ++++++++++++++++++++
 srcpkgs/seadrive-daemon/update   |  2 ++
 2 files changed, 22 insertions(+)
 create mode 100644 srcpkgs/seadrive-daemon/template
 create mode 100644 srcpkgs/seadrive-daemon/update

diff --git a/srcpkgs/seadrive-daemon/template b/srcpkgs/seadrive-daemon/template
new file mode 100644
index 000000000000..a61c24b73fbe
--- /dev/null
+++ b/srcpkgs/seadrive-daemon/template
@@ -0,0 +1,20 @@
+# Template file for 'seadrive-daemon'
+pkgname=seadrive-daemon
+version=2.0.10
+revision=1
+_distname="seadrive-fuse"
+wrksrc="${_distname}-${version}"
+build_style=gnu-configure
+hostmakedepends="autoconf automake libtool intltool vala pkg-config python3"
+makedepends="libevent-devel libcurl-devel gtk+-devel libuuid-devel sqlite-devel jansson-devel openssl-devel libsearpc-devel fuse-devel"
+short_desc="Seafile drive daemon (fuse interface)"
+maintainer="Lon Willett <xgit@lonw.net>"
+license="GPL-3.0-or-later"
+homepage="https://seafile.com"
+distfiles="https://github.com/haiwen/${_distname}/archive/v${version}.tar.gz"
+checksum=d476f1f95b8a13d49881cb004921dad2bbc32e61d431d810873a2882daebbe91
+python_version=3
+
+pre_configure() {
+	./autogen.sh
+}
diff --git a/srcpkgs/seadrive-daemon/update b/srcpkgs/seadrive-daemon/update
new file mode 100644
index 000000000000..1ab833abe936
--- /dev/null
+++ b/srcpkgs/seadrive-daemon/update
@@ -0,0 +1,2 @@
+site=https://github.com/haiwen/seadrive-fuse/releases
+pattern='tags/v\K[\d.]+(?=.tar.gz)'

From b1f093764be2e995a8bdf65f59aee0bd8a88d7bf Mon Sep 17 00:00:00 2001
From: Lon Willett <xgit@lonw.net>
Date: Sat, 24 Apr 2021 16:57:15 +0200
Subject: [PATCH 2/2] New package: seadrive-gui-2.0.10

---
 srcpkgs/seadrive-gui/template | 40 +++++++++++++++++++++++++++++++++++
 1 file changed, 40 insertions(+)
 create mode 100644 srcpkgs/seadrive-gui/template

diff --git a/srcpkgs/seadrive-gui/template b/srcpkgs/seadrive-gui/template
new file mode 100644
index 000000000000..7601eaabe6d8
--- /dev/null
+++ b/srcpkgs/seadrive-gui/template
@@ -0,0 +1,40 @@
+# Template file for 'seadrive-gui'
+pkgname=seadrive-gui
+version=2.0.10
+revision=1
+build_style=cmake
+configure_args="-DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr"
+hostmakedepends="autoconf automake libtool intltool vala pkg-config"
+# python3?
+makedepends="libevent-devel libcurl-devel gtk+-devel libuuid-devel sqlite-devel jansson-devel openssl-devel libsearpc-devel>=3.2.0.20200318 qt5-devel qt5-tools-devel qt5-webengine-devel qt5-webchannel-devel qt5-declarative-devel qt5-location-devel"
+depends="seadrive-daemon>=${version}"
+short_desc="Seafile drive client (qt5 gui)"
+maintainer="Lon Willett <xgit@lonw.net>"
+license="Apache-2.0"
+homepage="https://seafile.com"
+distfiles="https://github.com/haiwen/${pkgname}/archive/v${version}.tar.gz"
+checksum=e9dc3e3bf7d18f3931a57faa528fa469a9d54f158d8247c96126509981c240c8
+
+case "$XBPS_TARGET_MACHINE" in
+	*-musl)	# need fts implementation
+		makedepends+=" musl-fts-devel" ;;
+esac
+
+if [ "$CROSS_BUILD" ]; then
+	hostmakedepends+=" qt5-qmake qt5-host-tools"
+fi
+
+pre_configure() {
+	case "$XBPS_TARGET_MACHINE" in
+		*-musl)
+			# append '-ltfs' argument on link via cmake (macro TARGET_LINK_LIBRARIES)
+			# "LDFLAGS=-lfts" does not work, its prepends it (useless)
+			# XXX prefer patch on CMakeLists.txt ?
+			sed -i -e 's,\(\${EXTRA_LIBS}\)$,\1 -lfts,' ${wrksrc}/CMakeLists.txt
+			;;
+	esac
+}
+
+post_install() {
+	vdoc README.md
+}

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

* Re: [PR PATCH] [Updated] New packages: seadrive-{daemon,gui}-2.0.10 [ci skip] [depends on #30384 (seafile-client update)]
  2021-04-24 15:29 [PR PATCH] New packages: seadrive-{daemon,gui}-2.0.10 [depends on #30384 (seafile-client update)] lonwillett
  2021-04-24 15:40 ` lonwillett
  2021-04-24 15:47 ` [PR PATCH] [Updated] " lonwillett
@ 2021-04-24 16:14 ` lonwillett
  2021-04-24 16:23 ` lonwillett
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: lonwillett @ 2021-04-24 16:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/lonwillett/void-packages seadrive
https://github.com/void-linux/void-packages/pull/30475

New packages: seadrive-{daemon,gui}-2.0.10 [ci skip] [depends on #30384 (seafile-client update)]
<!-- Mark items with [x] where applicable -->

#### General
- [ x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR


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

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

From 702c84f00b79960931f9e0f6393a680418e7a430 Mon Sep 17 00:00:00 2001
From: Lon Willett <xgit@lonw.net>
Date: Sat, 24 Apr 2021 16:56:32 +0200
Subject: [PATCH 1/2] New package: seadrive-daemon-2.0.10

---
 srcpkgs/seadrive-daemon/template | 20 ++++++++++++++++++++
 srcpkgs/seadrive-daemon/update   |  2 ++
 2 files changed, 22 insertions(+)
 create mode 100644 srcpkgs/seadrive-daemon/template
 create mode 100644 srcpkgs/seadrive-daemon/update

diff --git a/srcpkgs/seadrive-daemon/template b/srcpkgs/seadrive-daemon/template
new file mode 100644
index 000000000000..a61c24b73fbe
--- /dev/null
+++ b/srcpkgs/seadrive-daemon/template
@@ -0,0 +1,20 @@
+# Template file for 'seadrive-daemon'
+pkgname=seadrive-daemon
+version=2.0.10
+revision=1
+_distname="seadrive-fuse"
+wrksrc="${_distname}-${version}"
+build_style=gnu-configure
+hostmakedepends="autoconf automake libtool intltool vala pkg-config python3"
+makedepends="libevent-devel libcurl-devel gtk+-devel libuuid-devel sqlite-devel jansson-devel openssl-devel libsearpc-devel fuse-devel"
+short_desc="Seafile drive daemon (fuse interface)"
+maintainer="Lon Willett <xgit@lonw.net>"
+license="GPL-3.0-or-later"
+homepage="https://seafile.com"
+distfiles="https://github.com/haiwen/${_distname}/archive/v${version}.tar.gz"
+checksum=d476f1f95b8a13d49881cb004921dad2bbc32e61d431d810873a2882daebbe91
+python_version=3
+
+pre_configure() {
+	./autogen.sh
+}
diff --git a/srcpkgs/seadrive-daemon/update b/srcpkgs/seadrive-daemon/update
new file mode 100644
index 000000000000..1ab833abe936
--- /dev/null
+++ b/srcpkgs/seadrive-daemon/update
@@ -0,0 +1,2 @@
+site=https://github.com/haiwen/seadrive-fuse/releases
+pattern='tags/v\K[\d.]+(?=.tar.gz)'

From cc039d07b72794c0d9fddf1606f2890e32f79efd Mon Sep 17 00:00:00 2001
From: Lon Willett <xgit@lonw.net>
Date: Sat, 24 Apr 2021 16:57:15 +0200
Subject: [PATCH 2/2] New package: seadrive-gui-2.0.10

---
 srcpkgs/seadrive-gui/template | 40 +++++++++++++++++++++++++++++++++++
 1 file changed, 40 insertions(+)
 create mode 100644 srcpkgs/seadrive-gui/template

diff --git a/srcpkgs/seadrive-gui/template b/srcpkgs/seadrive-gui/template
new file mode 100644
index 000000000000..7601eaabe6d8
--- /dev/null
+++ b/srcpkgs/seadrive-gui/template
@@ -0,0 +1,40 @@
+# Template file for 'seadrive-gui'
+pkgname=seadrive-gui
+version=2.0.10
+revision=1
+build_style=cmake
+configure_args="-DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr"
+hostmakedepends="autoconf automake libtool intltool vala pkg-config"
+# python3?
+makedepends="libevent-devel libcurl-devel gtk+-devel libuuid-devel sqlite-devel jansson-devel openssl-devel libsearpc-devel>=3.2.0.20200318 qt5-devel qt5-tools-devel qt5-webengine-devel qt5-webchannel-devel qt5-declarative-devel qt5-location-devel"
+depends="seadrive-daemon>=${version}"
+short_desc="Seafile drive client (qt5 gui)"
+maintainer="Lon Willett <xgit@lonw.net>"
+license="Apache-2.0"
+homepage="https://seafile.com"
+distfiles="https://github.com/haiwen/${pkgname}/archive/v${version}.tar.gz"
+checksum=e9dc3e3bf7d18f3931a57faa528fa469a9d54f158d8247c96126509981c240c8
+
+case "$XBPS_TARGET_MACHINE" in
+	*-musl)	# need fts implementation
+		makedepends+=" musl-fts-devel" ;;
+esac
+
+if [ "$CROSS_BUILD" ]; then
+	hostmakedepends+=" qt5-qmake qt5-host-tools"
+fi
+
+pre_configure() {
+	case "$XBPS_TARGET_MACHINE" in
+		*-musl)
+			# append '-ltfs' argument on link via cmake (macro TARGET_LINK_LIBRARIES)
+			# "LDFLAGS=-lfts" does not work, its prepends it (useless)
+			# XXX prefer patch on CMakeLists.txt ?
+			sed -i -e 's,\(\${EXTRA_LIBS}\)$,\1 -lfts,' ${wrksrc}/CMakeLists.txt
+			;;
+	esac
+}
+
+post_install() {
+	vdoc README.md
+}

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

* Re: [PR PATCH] [Updated] New packages: seadrive-{daemon,gui}-2.0.10 [ci skip] [depends on #30384 (seafile-client update)]
  2021-04-24 15:29 [PR PATCH] New packages: seadrive-{daemon,gui}-2.0.10 [depends on #30384 (seafile-client update)] lonwillett
                   ` (2 preceding siblings ...)
  2021-04-24 16:14 ` [PR PATCH] [Updated] New packages: seadrive-{daemon,gui}-2.0.10 [ci skip] " lonwillett
@ 2021-04-24 16:23 ` lonwillett
  2021-04-25 10:42 ` lonwillett
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: lonwillett @ 2021-04-24 16:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/lonwillett/void-packages seadrive
https://github.com/void-linux/void-packages/pull/30475

New packages: seadrive-{daemon,gui}-2.0.10 [ci skip] [depends on #30384 (seafile-client update)]
<!-- Mark items with [x] where applicable -->

#### General
- [ x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR


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

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

From 702c84f00b79960931f9e0f6393a680418e7a430 Mon Sep 17 00:00:00 2001
From: Lon Willett <xgit@lonw.net>
Date: Sat, 24 Apr 2021 16:56:32 +0200
Subject: [PATCH 1/2] New package: seadrive-daemon-2.0.10

---
 srcpkgs/seadrive-daemon/template | 20 ++++++++++++++++++++
 srcpkgs/seadrive-daemon/update   |  2 ++
 2 files changed, 22 insertions(+)
 create mode 100644 srcpkgs/seadrive-daemon/template
 create mode 100644 srcpkgs/seadrive-daemon/update

diff --git a/srcpkgs/seadrive-daemon/template b/srcpkgs/seadrive-daemon/template
new file mode 100644
index 000000000000..a61c24b73fbe
--- /dev/null
+++ b/srcpkgs/seadrive-daemon/template
@@ -0,0 +1,20 @@
+# Template file for 'seadrive-daemon'
+pkgname=seadrive-daemon
+version=2.0.10
+revision=1
+_distname="seadrive-fuse"
+wrksrc="${_distname}-${version}"
+build_style=gnu-configure
+hostmakedepends="autoconf automake libtool intltool vala pkg-config python3"
+makedepends="libevent-devel libcurl-devel gtk+-devel libuuid-devel sqlite-devel jansson-devel openssl-devel libsearpc-devel fuse-devel"
+short_desc="Seafile drive daemon (fuse interface)"
+maintainer="Lon Willett <xgit@lonw.net>"
+license="GPL-3.0-or-later"
+homepage="https://seafile.com"
+distfiles="https://github.com/haiwen/${_distname}/archive/v${version}.tar.gz"
+checksum=d476f1f95b8a13d49881cb004921dad2bbc32e61d431d810873a2882daebbe91
+python_version=3
+
+pre_configure() {
+	./autogen.sh
+}
diff --git a/srcpkgs/seadrive-daemon/update b/srcpkgs/seadrive-daemon/update
new file mode 100644
index 000000000000..1ab833abe936
--- /dev/null
+++ b/srcpkgs/seadrive-daemon/update
@@ -0,0 +1,2 @@
+site=https://github.com/haiwen/seadrive-fuse/releases
+pattern='tags/v\K[\d.]+(?=.tar.gz)'

From f765e44d8fece1a2da8c3010ff42ca04333b903b Mon Sep 17 00:00:00 2001
From: Lon Willett <xgit@lonw.net>
Date: Sat, 24 Apr 2021 16:57:15 +0200
Subject: [PATCH 2/2] New package: seadrive-gui-2.0.10

---
 srcpkgs/seadrive-gui/template | 40 +++++++++++++++++++++++++++++++++++
 srcpkgs/seadrive-gui/update   |  6 ++++++
 2 files changed, 46 insertions(+)
 create mode 100644 srcpkgs/seadrive-gui/template
 create mode 100644 srcpkgs/seadrive-gui/update

diff --git a/srcpkgs/seadrive-gui/template b/srcpkgs/seadrive-gui/template
new file mode 100644
index 000000000000..7601eaabe6d8
--- /dev/null
+++ b/srcpkgs/seadrive-gui/template
@@ -0,0 +1,40 @@
+# Template file for 'seadrive-gui'
+pkgname=seadrive-gui
+version=2.0.10
+revision=1
+build_style=cmake
+configure_args="-DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr"
+hostmakedepends="autoconf automake libtool intltool vala pkg-config"
+# python3?
+makedepends="libevent-devel libcurl-devel gtk+-devel libuuid-devel sqlite-devel jansson-devel openssl-devel libsearpc-devel>=3.2.0.20200318 qt5-devel qt5-tools-devel qt5-webengine-devel qt5-webchannel-devel qt5-declarative-devel qt5-location-devel"
+depends="seadrive-daemon>=${version}"
+short_desc="Seafile drive client (qt5 gui)"
+maintainer="Lon Willett <xgit@lonw.net>"
+license="Apache-2.0"
+homepage="https://seafile.com"
+distfiles="https://github.com/haiwen/${pkgname}/archive/v${version}.tar.gz"
+checksum=e9dc3e3bf7d18f3931a57faa528fa469a9d54f158d8247c96126509981c240c8
+
+case "$XBPS_TARGET_MACHINE" in
+	*-musl)	# need fts implementation
+		makedepends+=" musl-fts-devel" ;;
+esac
+
+if [ "$CROSS_BUILD" ]; then
+	hostmakedepends+=" qt5-qmake qt5-host-tools"
+fi
+
+pre_configure() {
+	case "$XBPS_TARGET_MACHINE" in
+		*-musl)
+			# append '-ltfs' argument on link via cmake (macro TARGET_LINK_LIBRARIES)
+			# "LDFLAGS=-lfts" does not work, its prepends it (useless)
+			# XXX prefer patch on CMakeLists.txt ?
+			sed -i -e 's,\(\${EXTRA_LIBS}\)$,\1 -lfts,' ${wrksrc}/CMakeLists.txt
+			;;
+	esac
+}
+
+post_install() {
+	vdoc README.md
+}
diff --git a/srcpkgs/seadrive-gui/update b/srcpkgs/seadrive-gui/update
new file mode 100644
index 000000000000..349fe1e0d932
--- /dev/null
+++ b/srcpkgs/seadrive-gui/update
@@ -0,0 +1,6 @@
+# Build instructions for linux (as of 2021-04-20) say to use the same
+# version of seadrive-gui as for seadrive-daemon (seadrive-fuse).
+# This is not a good approach, but I see no better option than to stick
+# with it.
+site=https://github.com/haiwen/seadrive-fuse/releases
+pattern='tags/v\K[\d.]+(?=.tar.gz)'

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

* Re: New packages: seadrive-{daemon,gui}-2.0.10 [ci skip] [depends on #30384 (seafile-client update)]
  2021-04-24 15:29 [PR PATCH] New packages: seadrive-{daemon,gui}-2.0.10 [depends on #30384 (seafile-client update)] lonwillett
                   ` (3 preceding siblings ...)
  2021-04-24 16:23 ` lonwillett
@ 2021-04-25 10:42 ` lonwillett
  2021-04-26 18:22 ` [PR REVIEW] " yopito
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: lonwillett @ 2021-04-25 10:42 UTC (permalink / raw)
  To: ml

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

New comment by lonwillett on void-packages repository

https://github.com/void-linux/void-packages/pull/30475#issuecomment-826110953

Comment:
Oops. Accidentally submitted while looking for the tag to prevent build attempt ([NO-CI]?). It will not build without PR #30384 merged first.

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

* Re: [PR REVIEW] New packages: seadrive-{daemon,gui}-2.0.10 [ci skip] [depends on #30384 (seafile-client update)]
  2021-04-24 15:29 [PR PATCH] New packages: seadrive-{daemon,gui}-2.0.10 [depends on #30384 (seafile-client update)] lonwillett
                   ` (4 preceding siblings ...)
  2021-04-25 10:42 ` lonwillett
@ 2021-04-26 18:22 ` yopito
  2021-04-26 18:30 ` yopito
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: yopito @ 2021-04-26 18:22 UTC (permalink / raw)
  To: ml

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

New review comment by yopito on void-packages repository

https://github.com/void-linux/void-packages/pull/30475#discussion_r620542588

Comment:
```suggestion
makedepends="libevent-devel libcurl-devel gtk+-devel libuuid-devel sqlite-devel jansson-devel openssl-devel libsearpc-devel
 qt5-devel qt5-tools-devel qt5-webengine-devel qt5-webchannel-devel qt5-declarative-devel qt5-location-devel"
```

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

* Re: [PR REVIEW] New packages: seadrive-{daemon,gui}-2.0.10 [ci skip] [depends on #30384 (seafile-client update)]
  2021-04-24 15:29 [PR PATCH] New packages: seadrive-{daemon,gui}-2.0.10 [depends on #30384 (seafile-client update)] lonwillett
                   ` (5 preceding siblings ...)
  2021-04-26 18:22 ` [PR REVIEW] " yopito
@ 2021-04-26 18:30 ` yopito
  2021-04-26 20:22 ` [PR PATCH] [Updated] New packages: seadrive-{daemon,gui}-2.0.10 lonwillett
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: yopito @ 2021-04-26 18:30 UTC (permalink / raw)
  To: ml

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

New review comment by yopito on void-packages repository

https://github.com/void-linux/void-packages/pull/30475#discussion_r620548240

Comment:
(split +/- 80 chars per line)

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

* Re: [PR PATCH] [Updated] New packages: seadrive-{daemon,gui}-2.0.10
  2021-04-24 15:29 [PR PATCH] New packages: seadrive-{daemon,gui}-2.0.10 [depends on #30384 (seafile-client update)] lonwillett
                   ` (6 preceding siblings ...)
  2021-04-26 18:30 ` yopito
@ 2021-04-26 20:22 ` lonwillett
  2021-04-26 20:32 ` lonwillett
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: lonwillett @ 2021-04-26 20:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/lonwillett/void-packages seadrive
https://github.com/void-linux/void-packages/pull/30475

New packages: seadrive-{daemon,gui}-2.0.10
<!-- Mark items with [x] where applicable -->

#### General
- [ x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR


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

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

From abf67563b77dd7ef126a7de184debaa082573613 Mon Sep 17 00:00:00 2001
From: Lon Willett <xgit@lonw.net>
Date: Sat, 24 Apr 2021 16:56:32 +0200
Subject: [PATCH 1/2] New package: seadrive-daemon-2.0.10

---
 srcpkgs/seadrive-daemon/template | 21 +++++++++++++++++++++
 srcpkgs/seadrive-daemon/update   |  2 ++
 2 files changed, 23 insertions(+)
 create mode 100644 srcpkgs/seadrive-daemon/template
 create mode 100644 srcpkgs/seadrive-daemon/update

diff --git a/srcpkgs/seadrive-daemon/template b/srcpkgs/seadrive-daemon/template
new file mode 100644
index 000000000000..00e6424a2c4a
--- /dev/null
+++ b/srcpkgs/seadrive-daemon/template
@@ -0,0 +1,21 @@
+# Template file for 'seadrive-daemon'
+pkgname=seadrive-daemon
+version=2.0.10
+revision=1
+_distname="seadrive-fuse"
+wrksrc="${_distname}-${version}"
+build_style=gnu-configure
+hostmakedepends="autoconf automake libtool intltool vala pkg-config python3"
+makedepends="libevent-devel libcurl-devel gtk+-devel libuuid-devel sqlite-devel
+ jansson-devel openssl-devel libsearpc-devel fuse-devel"
+short_desc="Seafile drive daemon (fuse interface)"
+maintainer="Lon Willett <xgit@lonw.net>"
+license="GPL-3.0-or-later"
+homepage="https://seafile.com"
+distfiles="https://github.com/haiwen/${_distname}/archive/v${version}.tar.gz"
+checksum=d476f1f95b8a13d49881cb004921dad2bbc32e61d431d810873a2882daebbe91
+python_version=3
+
+pre_configure() {
+	./autogen.sh
+}
diff --git a/srcpkgs/seadrive-daemon/update b/srcpkgs/seadrive-daemon/update
new file mode 100644
index 000000000000..1ab833abe936
--- /dev/null
+++ b/srcpkgs/seadrive-daemon/update
@@ -0,0 +1,2 @@
+site=https://github.com/haiwen/seadrive-fuse/releases
+pattern='tags/v\K[\d.]+(?=.tar.gz)'

From 643fb9cc8e3af0c00eae843b7b2de7310306b3f8 Mon Sep 17 00:00:00 2001
From: Lon Willett <xgit@lonw.net>
Date: Sat, 24 Apr 2021 16:57:15 +0200
Subject: [PATCH 2/2] New package: seadrive-gui-2.0.10

---
 srcpkgs/seadrive-gui/template | 41 +++++++++++++++++++++++++++++++++++
 srcpkgs/seadrive-gui/update   |  6 +++++
 2 files changed, 47 insertions(+)
 create mode 100644 srcpkgs/seadrive-gui/template
 create mode 100644 srcpkgs/seadrive-gui/update

diff --git a/srcpkgs/seadrive-gui/template b/srcpkgs/seadrive-gui/template
new file mode 100644
index 000000000000..a8a9d02fb198
--- /dev/null
+++ b/srcpkgs/seadrive-gui/template
@@ -0,0 +1,41 @@
+# Template file for 'seadrive-gui'
+pkgname=seadrive-gui
+version=2.0.10
+revision=1
+build_style=cmake
+configure_args="-DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr"
+hostmakedepends="autoconf automake libtool intltool vala pkg-config"
+makedepends="libevent-devel libcurl-devel gtk+-devel libuuid-devel sqlite-devel
+  jansson-devel openssl-devel libsearpc-devel qt5-devel qt5-tools-devel
+  qt5-webengine-devel qt5-webchannel-devel qt5-declarative-devel qt5-location-devel"
+depends="seadrive-daemon>=${version}"
+short_desc="Seafile drive client (qt5 gui)"
+maintainer="Lon Willett <xgit@lonw.net>"
+license="Apache-2.0"
+homepage="https://seafile.com"
+distfiles="https://github.com/haiwen/${pkgname}/archive/v${version}.tar.gz"
+checksum=e9dc3e3bf7d18f3931a57faa528fa469a9d54f158d8247c96126509981c240c8
+
+case "$XBPS_TARGET_MACHINE" in
+	*-musl)	# need fts implementation
+		makedepends+=" musl-fts-devel" ;;
+esac
+
+if [ "$CROSS_BUILD" ]; then
+	hostmakedepends+=" qt5-qmake qt5-host-tools"
+fi
+
+pre_configure() {
+	case "$XBPS_TARGET_MACHINE" in
+		*-musl)
+			# append '-ltfs' argument on link via cmake (macro TARGET_LINK_LIBRARIES)
+			# "LDFLAGS=-lfts" does not work, its prepends it (useless)
+			# XXX prefer patch on CMakeLists.txt ?
+			sed -i -e 's,\(\${EXTRA_LIBS}\)$,\1 -lfts,' ${wrksrc}/CMakeLists.txt
+			;;
+	esac
+}
+
+post_install() {
+	vdoc README.md
+}
diff --git a/srcpkgs/seadrive-gui/update b/srcpkgs/seadrive-gui/update
new file mode 100644
index 000000000000..349fe1e0d932
--- /dev/null
+++ b/srcpkgs/seadrive-gui/update
@@ -0,0 +1,6 @@
+# Build instructions for linux (as of 2021-04-20) say to use the same
+# version of seadrive-gui as for seadrive-daemon (seadrive-fuse).
+# This is not a good approach, but I see no better option than to stick
+# with it.
+site=https://github.com/haiwen/seadrive-fuse/releases
+pattern='tags/v\K[\d.]+(?=.tar.gz)'

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

* Re: [PR PATCH] [Updated] New packages: seadrive-{daemon,gui}-2.0.10
  2021-04-24 15:29 [PR PATCH] New packages: seadrive-{daemon,gui}-2.0.10 [depends on #30384 (seafile-client update)] lonwillett
                   ` (7 preceding siblings ...)
  2021-04-26 20:22 ` [PR PATCH] [Updated] New packages: seadrive-{daemon,gui}-2.0.10 lonwillett
@ 2021-04-26 20:32 ` lonwillett
  2021-04-27  8:37 ` lonwillett
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: lonwillett @ 2021-04-26 20:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/lonwillett/void-packages seadrive
https://github.com/void-linux/void-packages/pull/30475

New packages: seadrive-{daemon,gui}-2.0.10
<!-- Mark items with [x] where applicable -->

#### General
- [ x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR


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

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

From abf67563b77dd7ef126a7de184debaa082573613 Mon Sep 17 00:00:00 2001
From: Lon Willett <xgit@lonw.net>
Date: Sat, 24 Apr 2021 16:56:32 +0200
Subject: [PATCH 1/2] New package: seadrive-daemon-2.0.10

---
 srcpkgs/seadrive-daemon/template | 21 +++++++++++++++++++++
 srcpkgs/seadrive-daemon/update   |  2 ++
 2 files changed, 23 insertions(+)
 create mode 100644 srcpkgs/seadrive-daemon/template
 create mode 100644 srcpkgs/seadrive-daemon/update

diff --git a/srcpkgs/seadrive-daemon/template b/srcpkgs/seadrive-daemon/template
new file mode 100644
index 000000000000..00e6424a2c4a
--- /dev/null
+++ b/srcpkgs/seadrive-daemon/template
@@ -0,0 +1,21 @@
+# Template file for 'seadrive-daemon'
+pkgname=seadrive-daemon
+version=2.0.10
+revision=1
+_distname="seadrive-fuse"
+wrksrc="${_distname}-${version}"
+build_style=gnu-configure
+hostmakedepends="autoconf automake libtool intltool vala pkg-config python3"
+makedepends="libevent-devel libcurl-devel gtk+-devel libuuid-devel sqlite-devel
+ jansson-devel openssl-devel libsearpc-devel fuse-devel"
+short_desc="Seafile drive daemon (fuse interface)"
+maintainer="Lon Willett <xgit@lonw.net>"
+license="GPL-3.0-or-later"
+homepage="https://seafile.com"
+distfiles="https://github.com/haiwen/${_distname}/archive/v${version}.tar.gz"
+checksum=d476f1f95b8a13d49881cb004921dad2bbc32e61d431d810873a2882daebbe91
+python_version=3
+
+pre_configure() {
+	./autogen.sh
+}
diff --git a/srcpkgs/seadrive-daemon/update b/srcpkgs/seadrive-daemon/update
new file mode 100644
index 000000000000..1ab833abe936
--- /dev/null
+++ b/srcpkgs/seadrive-daemon/update
@@ -0,0 +1,2 @@
+site=https://github.com/haiwen/seadrive-fuse/releases
+pattern='tags/v\K[\d.]+(?=.tar.gz)'

From 0fe13e19c97d23146c7afadcebfed0a7f5de97a5 Mon Sep 17 00:00:00 2001
From: Lon Willett <xgit@lonw.net>
Date: Sat, 24 Apr 2021 16:57:15 +0200
Subject: [PATCH 2/2] New package: seadrive-gui-2.0.10

---
 srcpkgs/seadrive-gui/template | 41 +++++++++++++++++++++++++++++++++++
 srcpkgs/seadrive-gui/update   |  6 +++++
 2 files changed, 47 insertions(+)
 create mode 100644 srcpkgs/seadrive-gui/template
 create mode 100644 srcpkgs/seadrive-gui/update

diff --git a/srcpkgs/seadrive-gui/template b/srcpkgs/seadrive-gui/template
new file mode 100644
index 000000000000..843fd01c4e3d
--- /dev/null
+++ b/srcpkgs/seadrive-gui/template
@@ -0,0 +1,41 @@
+# Template file for 'seadrive-gui'
+pkgname=seadrive-gui
+version=2.0.10
+revision=1
+build_style=cmake
+configure_args="-DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr"
+hostmakedepends="autoconf automake libtool intltool vala pkg-config"
+makedepends="libevent-devel libcurl-devel gtk+-devel libuuid-devel sqlite-devel
+ jansson-devel openssl-devel libsearpc-devel qt5-devel qt5-tools-devel
+ qt5-webengine-devel qt5-webchannel-devel qt5-declarative-devel qt5-location-devel"
+depends="seadrive-daemon>=${version}"
+short_desc="Seafile drive client (qt5 gui)"
+maintainer="Lon Willett <xgit@lonw.net>"
+license="Apache-2.0"
+homepage="https://seafile.com"
+distfiles="https://github.com/haiwen/${pkgname}/archive/v${version}.tar.gz"
+checksum=e9dc3e3bf7d18f3931a57faa528fa469a9d54f158d8247c96126509981c240c8
+
+case "$XBPS_TARGET_MACHINE" in
+	*-musl)	# need fts implementation
+		makedepends+=" musl-fts-devel" ;;
+esac
+
+if [ "$CROSS_BUILD" ]; then
+	hostmakedepends+=" qt5-qmake qt5-host-tools"
+fi
+
+pre_configure() {
+	case "$XBPS_TARGET_MACHINE" in
+		*-musl)
+			# append '-ltfs' argument on link via cmake (macro TARGET_LINK_LIBRARIES)
+			# "LDFLAGS=-lfts" does not work, its prepends it (useless)
+			# XXX prefer patch on CMakeLists.txt ?
+			sed -i -e 's,\(\${EXTRA_LIBS}\)$,\1 -lfts,' ${wrksrc}/CMakeLists.txt
+			;;
+	esac
+}
+
+post_install() {
+	vdoc README.md
+}
diff --git a/srcpkgs/seadrive-gui/update b/srcpkgs/seadrive-gui/update
new file mode 100644
index 000000000000..349fe1e0d932
--- /dev/null
+++ b/srcpkgs/seadrive-gui/update
@@ -0,0 +1,6 @@
+# Build instructions for linux (as of 2021-04-20) say to use the same
+# version of seadrive-gui as for seadrive-daemon (seadrive-fuse).
+# This is not a good approach, but I see no better option than to stick
+# with it.
+site=https://github.com/haiwen/seadrive-fuse/releases
+pattern='tags/v\K[\d.]+(?=.tar.gz)'

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

* Re: [PR PATCH] [Updated] New packages: seadrive-{daemon,gui}-2.0.10
  2021-04-24 15:29 [PR PATCH] New packages: seadrive-{daemon,gui}-2.0.10 [depends on #30384 (seafile-client update)] lonwillett
                   ` (8 preceding siblings ...)
  2021-04-26 20:32 ` lonwillett
@ 2021-04-27  8:37 ` lonwillett
  2022-05-18  2:09 ` github-actions
  2022-06-02  2:13 ` [PR PATCH] [Closed]: " github-actions
  11 siblings, 0 replies; 13+ messages in thread
From: lonwillett @ 2021-04-27  8:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/lonwillett/void-packages seadrive
https://github.com/void-linux/void-packages/pull/30475

New packages: seadrive-{daemon,gui}-2.0.10
<!-- Mark items with [x] where applicable -->

#### General
- [ x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR


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

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

From cf6a6d1e1ac655835c2d2a20efcc70b957615ef4 Mon Sep 17 00:00:00 2001
From: Lon Willett <xgit@lonw.net>
Date: Sat, 24 Apr 2021 16:56:32 +0200
Subject: [PATCH 1/2] New package: seadrive-daemon-2.0.10

---
 srcpkgs/seadrive-daemon/template | 21 +++++++++++++++++++++
 srcpkgs/seadrive-daemon/update   |  3 +++
 2 files changed, 24 insertions(+)
 create mode 100644 srcpkgs/seadrive-daemon/template
 create mode 100644 srcpkgs/seadrive-daemon/update

diff --git a/srcpkgs/seadrive-daemon/template b/srcpkgs/seadrive-daemon/template
new file mode 100644
index 000000000000..00e6424a2c4a
--- /dev/null
+++ b/srcpkgs/seadrive-daemon/template
@@ -0,0 +1,21 @@
+# Template file for 'seadrive-daemon'
+pkgname=seadrive-daemon
+version=2.0.10
+revision=1
+_distname="seadrive-fuse"
+wrksrc="${_distname}-${version}"
+build_style=gnu-configure
+hostmakedepends="autoconf automake libtool intltool vala pkg-config python3"
+makedepends="libevent-devel libcurl-devel gtk+-devel libuuid-devel sqlite-devel
+ jansson-devel openssl-devel libsearpc-devel fuse-devel"
+short_desc="Seafile drive daemon (fuse interface)"
+maintainer="Lon Willett <xgit@lonw.net>"
+license="GPL-3.0-or-later"
+homepage="https://seafile.com"
+distfiles="https://github.com/haiwen/${_distname}/archive/v${version}.tar.gz"
+checksum=d476f1f95b8a13d49881cb004921dad2bbc32e61d431d810873a2882daebbe91
+python_version=3
+
+pre_configure() {
+	./autogen.sh
+}
diff --git a/srcpkgs/seadrive-daemon/update b/srcpkgs/seadrive-daemon/update
new file mode 100644
index 000000000000..be9fdede6d6e
--- /dev/null
+++ b/srcpkgs/seadrive-daemon/update
@@ -0,0 +1,3 @@
+# use upstream's Ubuntu focal repo to detect new version.
+site=https://linux-clients.seafile.com/seadrive-deb/focal/pool/main/s/seadrive-daemon/
+pattern='seadrive-daemon_\K[\d.]+(?=_amd64.deb)'

From 2c801f9373f30df58ddbdf109279ac0c0941fa93 Mon Sep 17 00:00:00 2001
From: Lon Willett <xgit@lonw.net>
Date: Sat, 24 Apr 2021 16:57:15 +0200
Subject: [PATCH 2/2] New package: seadrive-gui-2.0.10

---
 srcpkgs/seadrive-gui/template | 41 +++++++++++++++++++++++++++++++++++
 srcpkgs/seadrive-gui/update   |  3 +++
 2 files changed, 44 insertions(+)
 create mode 100644 srcpkgs/seadrive-gui/template
 create mode 100644 srcpkgs/seadrive-gui/update

diff --git a/srcpkgs/seadrive-gui/template b/srcpkgs/seadrive-gui/template
new file mode 100644
index 000000000000..843fd01c4e3d
--- /dev/null
+++ b/srcpkgs/seadrive-gui/template
@@ -0,0 +1,41 @@
+# Template file for 'seadrive-gui'
+pkgname=seadrive-gui
+version=2.0.10
+revision=1
+build_style=cmake
+configure_args="-DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr"
+hostmakedepends="autoconf automake libtool intltool vala pkg-config"
+makedepends="libevent-devel libcurl-devel gtk+-devel libuuid-devel sqlite-devel
+ jansson-devel openssl-devel libsearpc-devel qt5-devel qt5-tools-devel
+ qt5-webengine-devel qt5-webchannel-devel qt5-declarative-devel qt5-location-devel"
+depends="seadrive-daemon>=${version}"
+short_desc="Seafile drive client (qt5 gui)"
+maintainer="Lon Willett <xgit@lonw.net>"
+license="Apache-2.0"
+homepage="https://seafile.com"
+distfiles="https://github.com/haiwen/${pkgname}/archive/v${version}.tar.gz"
+checksum=e9dc3e3bf7d18f3931a57faa528fa469a9d54f158d8247c96126509981c240c8
+
+case "$XBPS_TARGET_MACHINE" in
+	*-musl)	# need fts implementation
+		makedepends+=" musl-fts-devel" ;;
+esac
+
+if [ "$CROSS_BUILD" ]; then
+	hostmakedepends+=" qt5-qmake qt5-host-tools"
+fi
+
+pre_configure() {
+	case "$XBPS_TARGET_MACHINE" in
+		*-musl)
+			# append '-ltfs' argument on link via cmake (macro TARGET_LINK_LIBRARIES)
+			# "LDFLAGS=-lfts" does not work, its prepends it (useless)
+			# XXX prefer patch on CMakeLists.txt ?
+			sed -i -e 's,\(\${EXTRA_LIBS}\)$,\1 -lfts,' ${wrksrc}/CMakeLists.txt
+			;;
+	esac
+}
+
+post_install() {
+	vdoc README.md
+}
diff --git a/srcpkgs/seadrive-gui/update b/srcpkgs/seadrive-gui/update
new file mode 100644
index 000000000000..99dbaa274173
--- /dev/null
+++ b/srcpkgs/seadrive-gui/update
@@ -0,0 +1,3 @@
+# use upstream's Ubuntu focal repo to detect new version.
+site=https://linux-clients.seafile.com/seadrive-deb/focal/pool/main/s/seadrive-gui/
+pattern='seadrive-gui_\K[\d.]+(?=_amd64.deb)'

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

* Re: New packages: seadrive-{daemon,gui}-2.0.10
  2021-04-24 15:29 [PR PATCH] New packages: seadrive-{daemon,gui}-2.0.10 [depends on #30384 (seafile-client update)] lonwillett
                   ` (9 preceding siblings ...)
  2021-04-27  8:37 ` lonwillett
@ 2022-05-18  2:09 ` github-actions
  2022-06-02  2:13 ` [PR PATCH] [Closed]: " github-actions
  11 siblings, 0 replies; 13+ messages in thread
From: github-actions @ 2022-05-18  2:09 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/30475#issuecomment-1129492976

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] 13+ messages in thread

* Re: [PR PATCH] [Closed]: New packages: seadrive-{daemon,gui}-2.0.10
  2021-04-24 15:29 [PR PATCH] New packages: seadrive-{daemon,gui}-2.0.10 [depends on #30384 (seafile-client update)] lonwillett
                   ` (10 preceding siblings ...)
  2022-05-18  2:09 ` github-actions
@ 2022-06-02  2:13 ` github-actions
  11 siblings, 0 replies; 13+ messages in thread
From: github-actions @ 2022-06-02  2:13 UTC (permalink / raw)
  To: ml

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

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

New packages: seadrive-{daemon,gui}-2.0.10
https://github.com/void-linux/void-packages/pull/30475

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR


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

end of thread, other threads:[~2022-06-02  2:13 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-24 15:29 [PR PATCH] New packages: seadrive-{daemon,gui}-2.0.10 [depends on #30384 (seafile-client update)] lonwillett
2021-04-24 15:40 ` lonwillett
2021-04-24 15:47 ` [PR PATCH] [Updated] " lonwillett
2021-04-24 16:14 ` [PR PATCH] [Updated] New packages: seadrive-{daemon,gui}-2.0.10 [ci skip] " lonwillett
2021-04-24 16:23 ` lonwillett
2021-04-25 10:42 ` lonwillett
2021-04-26 18:22 ` [PR REVIEW] " yopito
2021-04-26 18:30 ` yopito
2021-04-26 20:22 ` [PR PATCH] [Updated] New packages: seadrive-{daemon,gui}-2.0.10 lonwillett
2021-04-26 20:32 ` lonwillett
2021-04-27  8:37 ` lonwillett
2022-05-18  2:09 ` github-actions
2022-06-02  2:13 ` [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).