Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: tutanota-desktop-3.114.1
@ 2023-06-28 14:38 Bnyro
  2023-06-28 14:40 ` [PR PATCH] [Updated] " Bnyro
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Bnyro @ 2023-06-28 14:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Bnyro/void-packages tutanota-desktop
https://github.com/void-linux/void-packages/pull/44681

New package: tutanota-desktop-3.114.1
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)



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

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

From 24615e85745552b7d40108a18e1b5949d2d5ed97 Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Wed, 28 Jun 2023 16:38:14 +0200
Subject: [PATCH] New package: tutanota-desktop-3.114.1

---
 .../files/tutanota-desktop.desktop            | 12 ++++++++
 srcpkgs/tutanota-desktop/template             | 29 +++++++++++++++++++
 2 files changed, 41 insertions(+)
 create mode 100644 srcpkgs/tutanota-desktop/files/tutanota-desktop.desktop
 create mode 100644 srcpkgs/tutanota-desktop/template

diff --git a/srcpkgs/tutanota-desktop/files/tutanota-desktop.desktop b/srcpkgs/tutanota-desktop/files/tutanota-desktop.desktop
new file mode 100644
index 000000000000..ec8cf74df47e
--- /dev/null
+++ b/srcpkgs/tutanota-desktop/files/tutanota-desktop.desktop
@@ -0,0 +1,12 @@
+[Desktop Entry]
+Name=Tutanota Desktop
+GenericName=Mail Client
+Keywords=Email;E-mail
+Exec=/opt/tutanota-desktop/tutanota-desktop
+Terminal=false
+Type=Application
+Icon=tutanota-desktop
+StartupWMClass=tutanota-desktop
+Comment=Official desktop client for Tutanota, the secure e-mail service.
+MimeType=x-scheme-handler/mailto;
+Categories=Network;
diff --git a/srcpkgs/tutanota-desktop/template b/srcpkgs/tutanota-desktop/template
new file mode 100644
index 000000000000..0a80feb70bc5
--- /dev/null
+++ b/srcpkgs/tutanota-desktop/template
@@ -0,0 +1,29 @@
+# Template file for 'tutanota-desktop'
+pkgname=tutanota-desktop
+version=3.114.1
+revision=1
+hostmakedepends="nodejs python3 pkg-config"
+makedepends="libsecret-devel"
+short_desc="Official Tutanota email client"
+maintainer="Bnyro <bnyro@tutanota.com>"
+license="GPL-3.0"
+homepage="https://tutanota.com/blog/posts/desktop-clients/"
+distfiles="https://github.com/tutao/tutanota/archive/refs/tags/tutanota-desktop-release-${version}.tar.gz"
+checksum=56513d45d2102bc7236a90613a099b26c67e915c7ecf65734469ff38742af4a1
+
+do_build() {
+	npm ci
+	npm run build-packages
+	node desktop --custom-desktop-release --unpacked
+}
+
+do_install() {
+	vmkdir opt/${pkgname}
+	vmkdir usr/bin
+	vcopy build/desktop/linux-unpacked/* opt/${pkgname}
+	ln -sf /opt/${pkgname}/${pkgname} ${DESTDIR}/usr/bin/${pkgname}
+	for x in 16x16 32x32 256x256 512x512; do
+		vinstall "resources/desktop-icons/logo-solo-red.png.iconset/icon_${x}.png" 644 "usr/share/icons/hicolor/${x}/apps/${pkgname}.png"
+	done
+	vinstall "${FILESDIR}/${pkgname}.desktop" 644 usr/share/applications
+}

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

* Re: [PR PATCH] [Updated] New package: tutanota-desktop-3.114.1
  2023-06-28 14:38 [PR PATCH] New package: tutanota-desktop-3.114.1 Bnyro
@ 2023-06-28 14:40 ` Bnyro
  2023-06-28 15:29 ` Bnyro
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Bnyro @ 2023-06-28 14:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Bnyro/void-packages tutanota-desktop
https://github.com/void-linux/void-packages/pull/44681

New package: tutanota-desktop-3.114.1
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)



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

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

From be8d2845bdb0f771c242f6d4af7eab1dbdc26b65 Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Wed, 28 Jun 2023 16:40:42 +0200
Subject: [PATCH] New package: tutanota-desktop-3.114.1

---
 .../files/tutanota-desktop.desktop            | 12 ++++++++
 srcpkgs/tutanota-desktop/template             | 29 +++++++++++++++++++
 2 files changed, 41 insertions(+)
 create mode 100644 srcpkgs/tutanota-desktop/files/tutanota-desktop.desktop
 create mode 100644 srcpkgs/tutanota-desktop/template

diff --git a/srcpkgs/tutanota-desktop/files/tutanota-desktop.desktop b/srcpkgs/tutanota-desktop/files/tutanota-desktop.desktop
new file mode 100644
index 000000000000..ec8cf74df47e
--- /dev/null
+++ b/srcpkgs/tutanota-desktop/files/tutanota-desktop.desktop
@@ -0,0 +1,12 @@
+[Desktop Entry]
+Name=Tutanota Desktop
+GenericName=Mail Client
+Keywords=Email;E-mail
+Exec=/opt/tutanota-desktop/tutanota-desktop
+Terminal=false
+Type=Application
+Icon=tutanota-desktop
+StartupWMClass=tutanota-desktop
+Comment=Official desktop client for Tutanota, the secure e-mail service.
+MimeType=x-scheme-handler/mailto;
+Categories=Network;
diff --git a/srcpkgs/tutanota-desktop/template b/srcpkgs/tutanota-desktop/template
new file mode 100644
index 000000000000..cf5331355f35
--- /dev/null
+++ b/srcpkgs/tutanota-desktop/template
@@ -0,0 +1,29 @@
+# Template file for 'tutanota-desktop'
+pkgname=tutanota-desktop
+version=3.114.1
+revision=1
+hostmakedepends="nodejs python3 pkg-config"
+makedepends="libsecret-devel"
+short_desc="Official Tutanota email client"
+maintainer="Bnyro <bnyro@tutanota.com>"
+license="GPL-3.0-only"
+homepage="https://tutanota.com/blog/posts/desktop-clients/"
+distfiles="https://github.com/tutao/tutanota/archive/refs/tags/tutanota-desktop-release-${version}.tar.gz"
+checksum=56513d45d2102bc7236a90613a099b26c67e915c7ecf65734469ff38742af4a1
+
+do_build() {
+	npm ci
+	npm run build-packages
+	node desktop --custom-desktop-release --unpacked
+}
+
+do_install() {
+	vmkdir opt/${pkgname}
+	vmkdir usr/bin
+	vcopy build/desktop/linux-unpacked/* opt/${pkgname}
+	ln -sf /opt/${pkgname}/${pkgname} ${DESTDIR}/usr/bin/${pkgname}
+	for x in 16x16 32x32 256x256 512x512; do
+		vinstall "resources/desktop-icons/logo-solo-red.png.iconset/icon_${x}.png" 644 "usr/share/icons/hicolor/${x}/apps/${pkgname}.png"
+	done
+	vinstall "${FILESDIR}/${pkgname}.desktop" 644 usr/share/applications
+}

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

* Re: [PR PATCH] [Updated] New package: tutanota-desktop-3.114.1
  2023-06-28 14:38 [PR PATCH] New package: tutanota-desktop-3.114.1 Bnyro
  2023-06-28 14:40 ` [PR PATCH] [Updated] " Bnyro
@ 2023-06-28 15:29 ` Bnyro
  2023-08-24 21:25 ` Bnyro
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Bnyro @ 2023-06-28 15:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Bnyro/void-packages tutanota-desktop
https://github.com/void-linux/void-packages/pull/44681

New package: tutanota-desktop-3.114.1
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

closes #19280


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

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

From 2c2bde64b21abe8fd4fd8eba45a898c517560cb5 Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Wed, 28 Jun 2023 17:30:21 +0200
Subject: [PATCH] New package: tutanota-desktop-3.114.1

---
 .../files/tutanota-desktop.desktop            | 12 ++++++++
 srcpkgs/tutanota-desktop/template             | 30 +++++++++++++++++++
 2 files changed, 42 insertions(+)
 create mode 100644 srcpkgs/tutanota-desktop/files/tutanota-desktop.desktop
 create mode 100644 srcpkgs/tutanota-desktop/template

diff --git a/srcpkgs/tutanota-desktop/files/tutanota-desktop.desktop b/srcpkgs/tutanota-desktop/files/tutanota-desktop.desktop
new file mode 100644
index 000000000000..ec8cf74df47e
--- /dev/null
+++ b/srcpkgs/tutanota-desktop/files/tutanota-desktop.desktop
@@ -0,0 +1,12 @@
+[Desktop Entry]
+Name=Tutanota Desktop
+GenericName=Mail Client
+Keywords=Email;E-mail
+Exec=/opt/tutanota-desktop/tutanota-desktop
+Terminal=false
+Type=Application
+Icon=tutanota-desktop
+StartupWMClass=tutanota-desktop
+Comment=Official desktop client for Tutanota, the secure e-mail service.
+MimeType=x-scheme-handler/mailto;
+Categories=Network;
diff --git a/srcpkgs/tutanota-desktop/template b/srcpkgs/tutanota-desktop/template
new file mode 100644
index 000000000000..50ebd5789d22
--- /dev/null
+++ b/srcpkgs/tutanota-desktop/template
@@ -0,0 +1,30 @@
+# Template file for 'tutanota-desktop'
+pkgname=tutanota-desktop
+version=3.114.1
+revision=1
+archs="x86_64*"
+hostmakedepends="nodejs python3 pkg-config"
+makedepends="libsecret-devel"
+short_desc="Official Tutanota email client"
+maintainer="Bnyro <bnyro@tutanota.com>"
+license="GPL-3.0-only"
+homepage="https://tutanota.com/blog/posts/desktop-clients/"
+distfiles="https://github.com/tutao/tutanota/archive/refs/tags/tutanota-desktop-release-${version}.tar.gz"
+checksum=56513d45d2102bc7236a90613a099b26c67e915c7ecf65734469ff38742af4a1
+
+do_build() {
+	npm ci
+	npm run build-packages
+	node desktop --custom-desktop-release --unpacked
+}
+
+do_install() {
+	vmkdir opt/${pkgname}
+	vmkdir usr/bin
+	vcopy build/desktop/linux-unpacked/* opt/${pkgname}
+	ln -sf /opt/${pkgname}/${pkgname} ${DESTDIR}/usr/bin/${pkgname}
+	for x in 16x16 32x32 256x256 512x512; do
+		vinstall "resources/desktop-icons/logo-solo-red.png.iconset/icon_${x}.png" 644 "usr/share/icons/hicolor/${x}/apps/${pkgname}.png"
+	done
+	vinstall "${FILESDIR}/${pkgname}.desktop" 644 usr/share/applications
+}

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

* Re: [PR PATCH] [Updated] New package: tutanota-desktop-3.114.1
  2023-06-28 14:38 [PR PATCH] New package: tutanota-desktop-3.114.1 Bnyro
  2023-06-28 14:40 ` [PR PATCH] [Updated] " Bnyro
  2023-06-28 15:29 ` Bnyro
@ 2023-08-24 21:25 ` Bnyro
  2023-09-08 22:21 ` New package: tutanota-desktop-3.117.0 Bnyro
  2023-09-08 22:21 ` [PR PATCH] [Closed]: " Bnyro
  4 siblings, 0 replies; 6+ messages in thread
From: Bnyro @ 2023-08-24 21:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Bnyro/void-packages tutanota-desktop
https://github.com/void-linux/void-packages/pull/44681

New package: tutanota-desktop-3.114.1
#### 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**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

closes #19280


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

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

From 5ae52608f030ab676f866fc04fcada921c1e116d Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Wed, 28 Jun 2023 17:30:21 +0200
Subject: [PATCH] New package: tutanota-desktop-3.117.0

---
 .../files/tutanota-desktop.desktop            | 12 ++++++++
 srcpkgs/tutanota-desktop/template             | 30 +++++++++++++++++++
 2 files changed, 42 insertions(+)
 create mode 100644 srcpkgs/tutanota-desktop/files/tutanota-desktop.desktop
 create mode 100644 srcpkgs/tutanota-desktop/template

diff --git a/srcpkgs/tutanota-desktop/files/tutanota-desktop.desktop b/srcpkgs/tutanota-desktop/files/tutanota-desktop.desktop
new file mode 100644
index 0000000000000..ec8cf74df47e7
--- /dev/null
+++ b/srcpkgs/tutanota-desktop/files/tutanota-desktop.desktop
@@ -0,0 +1,12 @@
+[Desktop Entry]
+Name=Tutanota Desktop
+GenericName=Mail Client
+Keywords=Email;E-mail
+Exec=/opt/tutanota-desktop/tutanota-desktop
+Terminal=false
+Type=Application
+Icon=tutanota-desktop
+StartupWMClass=tutanota-desktop
+Comment=Official desktop client for Tutanota, the secure e-mail service.
+MimeType=x-scheme-handler/mailto;
+Categories=Network;
diff --git a/srcpkgs/tutanota-desktop/template b/srcpkgs/tutanota-desktop/template
new file mode 100644
index 0000000000000..c266862cd0239
--- /dev/null
+++ b/srcpkgs/tutanota-desktop/template
@@ -0,0 +1,30 @@
+# Template file for 'tutanota-desktop'
+pkgname=tutanota-desktop
+version=3.117.0
+revision=1
+archs="x86_64*"
+hostmakedepends="nodejs python3 pkg-config"
+makedepends="libsecret-devel"
+short_desc="Official Tutanota email client"
+maintainer="Bnyro <bnyro@tutanota.com>"
+license="GPL-3.0-only"
+homepage="https://tutanota.com/blog/posts/desktop-clients/"
+distfiles="https://github.com/tutao/tutanota/archive/refs/tags/tutanota-desktop-release-${version}.tar.gz"
+checksum=f1aaf14bee741f05f1980f64a210efc36d56248259397717ead7f36356b2b189
+
+do_build() {
+	npm ci
+	npm run build-packages
+	node desktop --custom-desktop-release --unpacked
+}
+
+do_install() {
+	vmkdir opt/${pkgname}
+	vmkdir usr/bin
+	vcopy build/desktop/linux-unpacked/* opt/${pkgname}
+	ln -sf /opt/${pkgname}/${pkgname} ${DESTDIR}/usr/bin/${pkgname}
+	for x in 16x16 32x32 256x256 512x512; do
+		vinstall "resources/desktop-icons/logo-solo-red.png.iconset/icon_${x}.png" 644 "usr/share/icons/hicolor/${x}/apps/${pkgname}.png"
+	done
+	vinstall "${FILESDIR}/${pkgname}.desktop" 644 usr/share/applications
+}

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

* Re: New package: tutanota-desktop-3.117.0
  2023-06-28 14:38 [PR PATCH] New package: tutanota-desktop-3.114.1 Bnyro
                   ` (2 preceding siblings ...)
  2023-08-24 21:25 ` Bnyro
@ 2023-09-08 22:21 ` Bnyro
  2023-09-08 22:21 ` [PR PATCH] [Closed]: " Bnyro
  4 siblings, 0 replies; 6+ messages in thread
From: Bnyro @ 2023-09-08 22:21 UTC (permalink / raw)
  To: ml

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

New comment by Bnyro on void-packages repository

https://github.com/void-linux/void-packages/pull/44681#issuecomment-1712286539

Comment:
Closing since I can't find out how to use the system electron and because it's easy to replace with a PWA 

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

* Re: [PR PATCH] [Closed]: New package: tutanota-desktop-3.117.0
  2023-06-28 14:38 [PR PATCH] New package: tutanota-desktop-3.114.1 Bnyro
                   ` (3 preceding siblings ...)
  2023-09-08 22:21 ` New package: tutanota-desktop-3.117.0 Bnyro
@ 2023-09-08 22:21 ` Bnyro
  4 siblings, 0 replies; 6+ messages in thread
From: Bnyro @ 2023-09-08 22:21 UTC (permalink / raw)
  To: ml

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

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

New package: tutanota-desktop-3.117.0
https://github.com/void-linux/void-packages/pull/44681

Description:
#### 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**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

closes #19280


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

end of thread, other threads:[~2023-09-08 22:21 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-28 14:38 [PR PATCH] New package: tutanota-desktop-3.114.1 Bnyro
2023-06-28 14:40 ` [PR PATCH] [Updated] " Bnyro
2023-06-28 15:29 ` Bnyro
2023-08-24 21:25 ` Bnyro
2023-09-08 22:21 ` New package: tutanota-desktop-3.117.0 Bnyro
2023-09-08 22:21 ` [PR PATCH] [Closed]: " Bnyro

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