Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: onlyoffice
@ 2022-03-22 14:10 Toromino
  2022-03-23  7:43 ` [PR PATCH] [Updated] " Toromino
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Toromino @ 2022-03-22 14:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Toromino/void-packages master
https://github.com/void-linux/void-packages/pull/36279

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

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

#### Description
This PR adds a new template for OnlyOffice desktop editors.


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

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

From eeb5410a0f566251b95926eee7408841453eda80 Mon Sep 17 00:00:00 2001
From: Toromino <foxhkron@cybre.club>
Date: Tue, 22 Mar 2022 14:26:27 +0100
Subject: [PATCH] New package: onlyoffice

---
 srcpkgs/onlyoffice/template | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 srcpkgs/onlyoffice/template

diff --git a/srcpkgs/onlyoffice/template b/srcpkgs/onlyoffice/template
new file mode 100644
index 000000000000..a01fb43435e7
--- /dev/null
+++ b/srcpkgs/onlyoffice/template
@@ -0,0 +1,24 @@
+# Template file for 'onlyoffice'
+pkgname=onlyoffice
+version=7.0.1
+revision=1
+archs="x86_64"
+hostmakedepends="tar xz"
+depends="libstdc++ curl xdg-utils dejavu-fonts-ttf GConf gtk+3 liberation-fonts-ttf libpulseaudio gstreamer1 nss alsa-lib gst-plugins-base1 gst-plugins-ugly1 nspr hicolor-icon-theme"
+makedepends=""
+nostrip=yes
+short_desc="An office suite that combines text, spreadsheet and presentation editors"
+maintainer="Toromino <foxhkron@cybre.club>"
+license="AGPL-3.0"
+homepage="https://www.onlyoffice.com"
+distfiles="https://github.com/ONLYOFFICE/DesktopEditors/releases/download/v${version}/onlyoffice-desktopeditors_amd64.deb"
+checksum=ea5e97f2558184f17ca3615efe6cd0354716f0919c4646f63cc9c0d4dfe0b779
+
+do_extract() {
+	mkdir -p ${DESTDIR}
+	ar x ${XBPS_SRCDISTDIR}/${pkgname}-${version}/onlyoffice-desktopeditors_amd64.deb
+}
+
+do_install() {
+	tar xf data.tar.xz -C ${DESTDIR}
+}

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

* Re: [PR PATCH] [Updated] New package: onlyoffice
  2022-03-22 14:10 [PR PATCH] New package: onlyoffice Toromino
@ 2022-03-23  7:43 ` Toromino
  2022-03-23  7:44 ` Toromino
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Toromino @ 2022-03-23  7:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Toromino/void-packages master
https://github.com/void-linux/void-packages/pull/36279

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

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

#### Description
This PR adds a new template for OnlyOffice desktop editors.


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

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

From 6ad60559949fd1058821c8ed070327b1943901d6 Mon Sep 17 00:00:00 2001
From: Toromino <foxhkron@cybre.club>
Date: Wed, 23 Mar 2022 08:41:44 +0100
Subject: [PATCH] New package: onlyoffice-7.0.1

---
 srcpkgs/onlyoffice/template | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 srcpkgs/onlyoffice/template

diff --git a/srcpkgs/onlyoffice/template b/srcpkgs/onlyoffice/template
new file mode 100644
index 000000000000..d72fe2535519
--- /dev/null
+++ b/srcpkgs/onlyoffice/template
@@ -0,0 +1,25 @@
+# Template file for 'onlyoffice'
+pkgname=onlyoffice
+version=7.0.1
+revision=1
+archs="x86_64"
+hostmakedepends="tar xz"
+depends="libstdc++ curl xdg-utils dejavu-fonts-ttf GConf gtk+3 liberation-fonts-ttf libpulseaudio gstreamer1 nss alsa-lib gst-plugins-base1 gst-plugins-ugly1 nspr hicolor-icon-theme"
+short_desc="Office suite that combines text, spreadsheet and presentation editors"
+maintainer="Toromino <foxhkron@cybre.club>"
+license="AGPL-3.0-only"
+homepage="https://www.onlyoffice.com"
+distfiles="https://github.com/ONLYOFFICE/DesktopEditors/releases/download/v${version}/onlyoffice-desktopeditors_amd64.deb"
+checksum=ea5e97f2558184f17ca3615efe6cd0354716f0919c4646f63cc9c0d4dfe0b779
+nostrip=yes
+
+do_extract() {
+	mkdir -p ${DESTDIR}
+	ar x ${XBPS_SRCDISTDIR}/${pkgname}-${version}/onlyoffice-desktopeditors_amd64.deb
+}
+
+do_install() {
+	tar xf data.tar.xz -C ${DESTDIR}
+	vlicense ${DESTDIR}/opt/onlyoffice/desktopeditors/3DPARTYLICENSE
+	vlicense ${DESTDIR}/opt/onlyoffice/desktopeditors/LICENSE.htm
+}

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

* Re: New package: onlyoffice
  2022-03-22 14:10 [PR PATCH] New package: onlyoffice Toromino
  2022-03-23  7:43 ` [PR PATCH] [Updated] " Toromino
@ 2022-03-23  7:44 ` Toromino
  2022-03-27 18:21 ` [PR REVIEW] " Vaelatern
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Toromino @ 2022-03-23  7:44 UTC (permalink / raw)
  To: ml

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

New comment by Toromino on void-packages repository

https://github.com/void-linux/void-packages/pull/36279#issuecomment-1076024230

Comment:
Fixed the lint warnings and also copy the licenses now

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

* Re: [PR REVIEW] New package: onlyoffice
  2022-03-22 14:10 [PR PATCH] New package: onlyoffice Toromino
                   ` (2 preceding siblings ...)
  2022-03-27 18:21 ` [PR REVIEW] " Vaelatern
@ 2022-03-27 18:21 ` Vaelatern
  2022-03-27 18:21 ` Vaelatern
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Vaelatern @ 2022-03-27 18:21 UTC (permalink / raw)
  To: ml

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

New review comment by Vaelatern on void-packages repository

https://github.com/void-linux/void-packages/pull/36279#discussion_r835943936

Comment:
why? At least comment why.

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

* Re: [PR REVIEW] New package: onlyoffice
  2022-03-22 14:10 [PR PATCH] New package: onlyoffice Toromino
                   ` (3 preceding siblings ...)
  2022-03-27 18:21 ` Vaelatern
@ 2022-03-27 18:21 ` Vaelatern
  2022-03-27 18:21 ` Vaelatern
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Vaelatern @ 2022-03-27 18:21 UTC (permalink / raw)
  To: ml

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

New review comment by Vaelatern on void-packages repository

https://github.com/void-linux/void-packages/pull/36279#discussion_r835943921

Comment:
not needed

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

* Re: [PR REVIEW] New package: onlyoffice
  2022-03-22 14:10 [PR PATCH] New package: onlyoffice Toromino
                   ` (4 preceding siblings ...)
  2022-03-27 18:21 ` Vaelatern
@ 2022-03-27 18:21 ` Vaelatern
  2022-03-27 20:01 ` Toromino
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Vaelatern @ 2022-03-27 18:21 UTC (permalink / raw)
  To: ml

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

New review comment by Vaelatern on void-packages repository

https://github.com/void-linux/void-packages/pull/36279#discussion_r835944016

Comment:
Yep.

Not accepted. We don't need more big binary blobs we just download. We prefer to build these things ourself.

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

* Re: [PR REVIEW] New package: onlyoffice
  2022-03-22 14:10 [PR PATCH] New package: onlyoffice Toromino
  2022-03-23  7:43 ` [PR PATCH] [Updated] " Toromino
  2022-03-23  7:44 ` Toromino
@ 2022-03-27 18:21 ` Vaelatern
  2022-03-27 18:21 ` Vaelatern
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Vaelatern @ 2022-03-27 18:21 UTC (permalink / raw)
  To: ml

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

New review comment by Vaelatern on void-packages repository

https://github.com/void-linux/void-packages/pull/36279#discussion_r835943968

Comment:
.... is this just a download of a binary and extraction?

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

* Re: New package: onlyoffice
  2022-03-22 14:10 [PR PATCH] New package: onlyoffice Toromino
                   ` (5 preceding siblings ...)
  2022-03-27 18:21 ` Vaelatern
@ 2022-03-27 20:01 ` Toromino
  2022-06-30  2:14 ` github-actions
  2022-07-15  2:15 ` [PR PATCH] [Closed]: " github-actions
  8 siblings, 0 replies; 10+ messages in thread
From: Toromino @ 2022-03-27 20:01 UTC (permalink / raw)
  To: ml

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

New comment by Toromino on void-packages repository

https://github.com/void-linux/void-packages/pull/36279#issuecomment-1080008400

Comment:
> This can't be accepted if it's just a binary download.
> 
> Either close the PR, or rework to do an actual compile and build.

Sorry. I did not know, it **had** to be compiled. I will rework it.

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

* Re: New package: onlyoffice
  2022-03-22 14:10 [PR PATCH] New package: onlyoffice Toromino
                   ` (6 preceding siblings ...)
  2022-03-27 20:01 ` Toromino
@ 2022-06-30  2:14 ` github-actions
  2022-07-15  2:15 ` [PR PATCH] [Closed]: " github-actions
  8 siblings, 0 replies; 10+ messages in thread
From: github-actions @ 2022-06-30  2:14 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/36279#issuecomment-1170672950

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

* Re: [PR PATCH] [Closed]: New package: onlyoffice
  2022-03-22 14:10 [PR PATCH] New package: onlyoffice Toromino
                   ` (7 preceding siblings ...)
  2022-06-30  2:14 ` github-actions
@ 2022-07-15  2:15 ` github-actions
  8 siblings, 0 replies; 10+ messages in thread
From: github-actions @ 2022-07-15  2:15 UTC (permalink / raw)
  To: ml

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

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

New package: onlyoffice
https://github.com/void-linux/void-packages/pull/36279

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

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

#### Description
This PR adds a new template for OnlyOffice desktop editors.


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

end of thread, other threads:[~2022-07-15  2:15 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-22 14:10 [PR PATCH] New package: onlyoffice Toromino
2022-03-23  7:43 ` [PR PATCH] [Updated] " Toromino
2022-03-23  7:44 ` Toromino
2022-03-27 18:21 ` [PR REVIEW] " Vaelatern
2022-03-27 18:21 ` Vaelatern
2022-03-27 18:21 ` Vaelatern
2022-03-27 18:21 ` Vaelatern
2022-03-27 20:01 ` Toromino
2022-06-30  2:14 ` github-actions
2022-07-15  2:15 ` [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).