Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] Package request: SyncThingTray
@ 2022-08-09  8:38 erwin
  2022-08-10  6:24 ` classabbyamp
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: erwin @ 2022-08-09  8:38 UTC (permalink / raw)
  To: ml

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

New issue by erwin on void-packages repository

https://github.com/void-linux/void-packages/issues/38550

Description:
### Package name

syncthingtray

### Package homepage

https://github.com/Martchus/syncthingtray

### Description

Tray application and Dolphin/Plasma integration for Syncthing Peer to Peer File Synchronization Tool

![image](https://user-images.githubusercontent.com/11534217/183604506-09384396-a00a-4098-8797-d1d6dd61f0d6.png)


Build depends on several rarely installed packages:

```
sudo xbps-install boost-devel
sudo xbps-install qt5-svg-devel
sudo xbps-install qt5-webengine-devel
sudo xbps-install qt5-webchannel-devel
sudo xbps-install qt5-location-devel
sudo xbps-install plasma-framework-devel
sudo xbps-install perl-YAML
```

Latest release, v1.2.2 was 7 days ago.

### Does the requested package meet the quality requirements?

System, Compiled

### Is the requested package released?

Yes

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

* Re: Package request: SyncThingTray
  2022-08-09  8:38 [ISSUE] Package request: SyncThingTray erwin
@ 2022-08-10  6:24 ` classabbyamp
  2022-08-10  6:29 ` classabbyamp
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: classabbyamp @ 2022-08-10  6:24 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/issues/38550#issuecomment-1210215994

Comment:
would you mind [testing](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#testing-pull-requests) #38572 for me?

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

* Re: Package request: SyncThingTray
  2022-08-09  8:38 [ISSUE] Package request: SyncThingTray erwin
  2022-08-10  6:24 ` classabbyamp
@ 2022-08-10  6:29 ` classabbyamp
  2022-08-10 12:40 ` erwin
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: classabbyamp @ 2022-08-10  6:29 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/issues/38550#issuecomment-1210215994

Comment:
would you mind [testing](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#testing-pull-requests) #38572 for me?

I've split it into a few packages, `syncthingtray` for the main app, `syncthingtray-plasma` for the plasmoid, and `syncthingtray-dolphin` for the dolphin integration. Just building `syncthingtray` with xbps-src will generate packages for all of them, but you'll need to install each separately.

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

* Re: Package request: SyncThingTray
  2022-08-09  8:38 [ISSUE] Package request: SyncThingTray erwin
  2022-08-10  6:24 ` classabbyamp
  2022-08-10  6:29 ` classabbyamp
@ 2022-08-10 12:40 ` erwin
  2022-08-10 13:02 ` hervyqa
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: erwin @ 2022-08-10 12:40 UTC (permalink / raw)
  To: ml

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

New comment by erwin on void-packages repository

https://github.com/void-linux/void-packages/issues/38550#issuecomment-1210617996

Comment:
Wow - very cool!

This is the first package I've built from a fork of `void-packages` so it took me a bit to figure out the steps, but works great! 

Install and build with no problem.

<details>
<summary>xbps-install -R ./hostdir/binpkgs/new/syncthingtray/ ...</summary>

```
❯ sudo xbps-install -R ./hostdir/binpkgs/new/syncthingtray/ syncthingtray
Name          Action    Version           New version            Download size
cpp-utilities install   -                 5.18.0_1               84KB 
qtforkawesome install   -                 0.0.4_1                - 
qtutilities   install   -                 6.7.0_1                155KB 
syncthingtray install   -                 1.2.2_1                - 

Size to download:              241KB
Size required on disk:        6749KB
Space available on disk:        21GB

Do you want to continue? [Y/n] y

[*] Downloading packages
cpp-utilities-5.18.0_1.x86_64.xbps.sig: 512B [avg rate: 8475KB/s]
cpp-utilities-5.18.0_1.x86_64.xbps: 84KB [avg rate: -- stalled --]
cpp-utilities-5.18.0_1: verifying RSA signature...
qtutilities-6.7.0_1.x86_64.xbps.sig: 512B [avg rate: 12MB/s]
qtutilities-6.7.0_1.x86_64.xbps: 155KB [avg rate: 85MB/s]
qtutilities-6.7.0_1: verifying RSA signature...

[*] Verifying package integrity
qtforkawesome-0.0.4_1: verifying SHA256 hash...
syncthingtray-1.2.2_1: verifying SHA256 hash...

[*] Collecting package files
cpp-utilities-5.18.0_1: collecting files...
qtforkawesome-0.0.4_1: collecting files...
qtutilities-6.7.0_1: collecting files...
syncthingtray-1.2.2_1: collecting files...

[*] Unpacking packages
cpp-utilities-5.18.0_1: unpacking ...
qtforkawesome-0.0.4_1: unpacking ...
qtutilities-6.7.0_1: unpacking ...
syncthingtray-1.2.2_1: unpacking ...

[*] Configuring unpacked packages
cpp-utilities-5.18.0_1: configuring ...
cpp-utilities-5.18.0_1: installed successfully.
qtforkawesome-0.0.4_1: configuring ...
qtforkawesome-0.0.4_1: installed successfully.
qtutilities-6.7.0_1: configuring ...
qtutilities-6.7.0_1: installed successfully.
syncthingtray-1.2.2_1: configuring ...
Updating GTK+ icon cache for /usr/share/icons/hicolor...
Updating MIME database...
syncthingtray-1.2.2_1: installed successfully.

2 downloaded, 4 installed, 0 updated, 4 configured, 0 removed.

~/SourceInstall/void-packages-stt new/syncthingtray                               19:11:27
❯ sudo xbps-install -R ./hostdir/binpkgs/new/syncthingtray/ syncthingtray-dolphin

Name                  Action    Version           New version            Download size
syncthingtray-dolphin install   -                 1.2.2_1                - 

Size required on disk:         123KB
Space available on disk:        21GB

Do you want to continue? [Y/n] y

[*] Verifying package integrity
syncthingtray-dolphin-1.2.2_1: verifying SHA256 hash...

[*] Collecting package files
syncthingtray-dolphin-1.2.2_1: collecting files...

[*] Unpacking packages
syncthingtray-dolphin-1.2.2_1: unpacking ...

[*] Configuring unpacked packages
syncthingtray-dolphin-1.2.2_1: configuring ...
syncthingtray-dolphin-1.2.2_1: installed successfully.

0 downloaded, 1 installed, 0 updated, 1 configured, 0 removed.

~/SourceInstall/void-packages-stt new/syncthingtray                               19:31:48
❯ sudo xbps-install -R ./hostdir/binpkgs/new/syncthingtray/ syncthingtray-plasma 

Name                 Action    Version           New version            Download size
syncthingtray-plasma install   -                 1.2.2_1                - 

Size required on disk:         188KB
Space available on disk:        21GB

Do you want to continue? [Y/n] y

[*] Verifying package integrity
syncthingtray-plasma-1.2.2_1: verifying SHA256 hash...

[*] Collecting package files
syncthingtray-plasma-1.2.2_1: collecting files...

[*] Unpacking packages
syncthingtray-plasma-1.2.2_1: unpacking ...

[*] Configuring unpacked packages
syncthingtray-plasma-1.2.2_1: configuring ...
syncthingtray-plasma-1.2.2_1: installed successfully.

0 downloaded, 1 installed, 0 updated, 1 configured, 0 removed.

~/SourceInstall/void-packages-stt new/syncthingtray                               19:32:56
```
</details>

Build looks good!


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

* Re: Package request: SyncThingTray
  2022-08-09  8:38 [ISSUE] Package request: SyncThingTray erwin
                   ` (2 preceding siblings ...)
  2022-08-10 12:40 ` erwin
@ 2022-08-10 13:02 ` hervyqa
  2022-08-10 15:15 ` erwin
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: hervyqa @ 2022-08-10 13:02 UTC (permalink / raw)
  To: ml

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

New comment by hervyqa on void-packages repository

https://github.com/void-linux/void-packages/issues/38550#issuecomment-1210644192

Comment:
> would you mind [testing](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#testing-pull-requests) https://github.com/void-linux/void-packages/pull/38572 for me?

runs smoothly, but when clicking "Open Syncthing" it is white blank.

https://user-images.githubusercontent.com/45872139/183907796-ea23c574-b41e-4a20-9bbf-287858acd77d.mp4




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

* Re: Package request: SyncThingTray
  2022-08-09  8:38 [ISSUE] Package request: SyncThingTray erwin
                   ` (3 preceding siblings ...)
  2022-08-10 13:02 ` hervyqa
@ 2022-08-10 15:15 ` erwin
  2022-08-10 16:43 ` hervyqa
  2022-08-11  3:52 ` [ISSUE] [CLOSED] " classabbyamp
  6 siblings, 0 replies; 8+ messages in thread
From: erwin @ 2022-08-10 15:15 UTC (permalink / raw)
  To: ml

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

New comment by erwin on void-packages repository

https://github.com/void-linux/void-packages/issues/38550#issuecomment-1210833814

Comment:
@hervyqa that window is just a web view pointing at your syncthing instance.

it's working fine for me with the void package though.

In your settings, do you have both:

- Syncthing URL
- API Key

![image](https://user-images.githubusercontent.com/11534217/183941310-e9eec480-fa2a-4ba8-83ee-4e8ab9afc6d3.png)



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

* Re: Package request: SyncThingTray
  2022-08-09  8:38 [ISSUE] Package request: SyncThingTray erwin
                   ` (4 preceding siblings ...)
  2022-08-10 15:15 ` erwin
@ 2022-08-10 16:43 ` hervyqa
  2022-08-11  3:52 ` [ISSUE] [CLOSED] " classabbyamp
  6 siblings, 0 replies; 8+ messages in thread
From: hervyqa @ 2022-08-10 16:43 UTC (permalink / raw)
  To: ml

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

New comment by hervyqa on void-packages repository

https://github.com/void-linux/void-packages/issues/38550#issuecomment-1210976629

Comment:
@erwin aah thank you.. it worked.

![Screenshot_20220810_234013](https://user-images.githubusercontent.com/45872139/183966250-8d808a34-49c7-4e2d-ada0-bce321efc0ed.png)



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

* Re: [ISSUE] [CLOSED] Package request: SyncThingTray
  2022-08-09  8:38 [ISSUE] Package request: SyncThingTray erwin
                   ` (5 preceding siblings ...)
  2022-08-10 16:43 ` hervyqa
@ 2022-08-11  3:52 ` classabbyamp
  6 siblings, 0 replies; 8+ messages in thread
From: classabbyamp @ 2022-08-11  3:52 UTC (permalink / raw)
  To: ml

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

Closed issue by erwin on void-packages repository

https://github.com/void-linux/void-packages/issues/38550

Description:
### Package name

syncthingtray

### Package homepage

https://github.com/Martchus/syncthingtray

### Description

Tray application and Dolphin/Plasma integration for Syncthing Peer to Peer File Synchronization Tool

![image](https://user-images.githubusercontent.com/11534217/183604506-09384396-a00a-4098-8797-d1d6dd61f0d6.png)


Build depends on several rarely installed packages:

```
sudo xbps-install boost-devel
sudo xbps-install qt5-svg-devel
sudo xbps-install qt5-webengine-devel
sudo xbps-install qt5-webchannel-devel
sudo xbps-install qt5-location-devel
sudo xbps-install plasma-framework-devel
sudo xbps-install perl-YAML
```

Latest release, v1.2.2 was 7 days ago.

### Does the requested package meet the quality requirements?

System, Compiled

### Is the requested package released?

Yes

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

end of thread, other threads:[~2022-08-11  3:52 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-09  8:38 [ISSUE] Package request: SyncThingTray erwin
2022-08-10  6:24 ` classabbyamp
2022-08-10  6:29 ` classabbyamp
2022-08-10 12:40 ` erwin
2022-08-10 13:02 ` hervyqa
2022-08-10 15:15 ` erwin
2022-08-10 16:43 ` hervyqa
2022-08-11  3:52 ` [ISSUE] [CLOSED] " classabbyamp

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