Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] Clipboard package is orphaned. What's needed ?
@ 2023-11-28  1:23 laemeiqu
  2023-11-28  1:33 ` classabbyamp
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: laemeiqu @ 2023-11-28  1:23 UTC (permalink / raw)
  To: ml

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

New issue by laemeiqu on void-packages repository

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

Description:
### Package name

clipboard

### Package homepage

https://getclipboard.app/

### Description

The Clipboard Project (CB for short) is the oh-so-awesome clipboard manager that's just like a second brain.
It's fast and lightweight, feature packed, and super user friendly.
Do way more on the computer in way less time!

According to https://github.com/Slackadays/Clipboard it should already be in voidlinux but the package seems to be orphaned for some reason.
* https://github.com/void-linux/void-packages/pull/46355
* https://github.com/void-linux/void-packages/commit/f09ef06fa59924b7ea9cac1474db557228503935

Clipboard is more of an nice to have that people might like. 

One potential use case is for people using making podman/docker/distrobox containers based on voidlinux instead of alpine linux. 

There are a few packages for such a use case that alpine provides but voidlinux doesn't such as : clipboard (this one), atuin https://github.com/void-linux/void-packages/pull/40600 and cosign https://github.com/sigstore/cosign

So what is the reason clipboard was orphaned  ? What's needed to bring it back into the repositories ? The package is in need of a new maintainer ?

I'm new to void linux and I like it a lot. Would be nice if voidlinux could become more suitable as a container distro. Please close this issue if it's not helpful to the project.

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

Compiled

### Is the requested package released?

Yes

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

* Re: Clipboard package is orphaned. What's needed ?
  2023-11-28  1:23 [ISSUE] Clipboard package is orphaned. What's needed ? laemeiqu
@ 2023-11-28  1:33 ` classabbyamp
  2023-11-28  1:47 ` laemeiqu
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: classabbyamp @ 2023-11-28  1:33 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/issues/47455#issuecomment-1828920149

Comment:
"orphaned" just means there is no specific person who has committed to maintaining the package. It does not mean the package is or will be removed.  If someone else wants to commit to maintaining the package, they can do so in accordance with the [contribution guidelines](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#adopting-a-template).

I'm not sure where you're getting the idea that it is no longer in the repositories, it's right there:
```
xbps-query -Rs clipboard
[-] Clipboard-0.8.2_1                  Cut, copy, and paste anything, anywhere, all from the terminal
```

I'm also not sure what this package has to do with void being suitable as a distribution for containers, that seems like a non-sequitur. Void provides [container images](https://voidlinux.org/download/#containers) that anyone is free to use for whatever they want.

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

* Re: Clipboard package is orphaned. What's needed ?
  2023-11-28  1:23 [ISSUE] Clipboard package is orphaned. What's needed ? laemeiqu
  2023-11-28  1:33 ` classabbyamp
@ 2023-11-28  1:47 ` laemeiqu
  2023-11-28  1:58 ` classabbyamp
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: laemeiqu @ 2023-11-28  1:47 UTC (permalink / raw)
  To: ml

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

New comment by laemeiqu on void-packages repository

https://github.com/void-linux/void-packages/issues/47455#issuecomment-1828930983

Comment:
Thanks for your quick reply.

This is what happens if I try to install clipboard : 
```
user@void-kvm:~$ sudo xbps-install -S clipboard
[*] Updating repository `https://mirrors.servercentral.com/voidlinux/current/x86_64-repodata' ...
[*] Updating repository `https://repo-default.voidlinux.org/current/multilib/x86_64-repodata' ...
[*] Updating repository `https://repo-default.voidlinux.org/current/debug/x86_64-repodata' ...
Package 'clipboard' not found in repository pool.
```
I don't have the non-free repo's enabled but clipboard is under  GPL-3.0 license so that shouldn't matter.

IMHO clipboard would be nice for the use case of container distro's where people might want to install commandline bling tools such as for example referenced here (skip these links if not interested) :
* https://getfleek.dev/docs/bling
* https://github.com/ublue-os/boxkit
* Rawkode Academy - 2023 Top 5 CLI Tools You Need to Know!
https://www.youtube.com/watch?v=TNlDSG1iDW8 

Examples of these kind of bling command line tools are for example:
* comtrya https://www.comtrya.dev/ (not in voidlinux repos)
* clipboard (the one we are talking about now)
* atuin
* direnv
* zoxide
* eza

I was looking into distrobox today and these kind of bling command line tools and that is what inspired me to create this issue.

Blogpost that inspired me : 
https://www.ypsidanger.com/declaring-your-own-personal-distroboxes/

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

* Re: Clipboard package is orphaned. What's needed ?
  2023-11-28  1:23 [ISSUE] Clipboard package is orphaned. What's needed ? laemeiqu
  2023-11-28  1:33 ` classabbyamp
  2023-11-28  1:47 ` laemeiqu
@ 2023-11-28  1:58 ` classabbyamp
  2023-11-28  2:14 ` laemeiqu
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: classabbyamp @ 2023-11-28  1:58 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/issues/47455#issuecomment-1828939255

Comment:
package names are case-sensitive, the package's name is `Clipboard`.

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

* Re: Clipboard package is orphaned. What's needed ?
  2023-11-28  1:23 [ISSUE] Clipboard package is orphaned. What's needed ? laemeiqu
                   ` (2 preceding siblings ...)
  2023-11-28  1:58 ` classabbyamp
@ 2023-11-28  2:14 ` laemeiqu
  2023-11-29 13:48 ` dataCobra
  2023-12-07  3:20 ` [ISSUE] [CLOSED] " ahesford
  5 siblings, 0 replies; 7+ messages in thread
From: laemeiqu @ 2023-11-28  2:14 UTC (permalink / raw)
  To: ml

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

New comment by laemeiqu on void-packages repository

https://github.com/void-linux/void-packages/issues/47455#issuecomment-1828951335

Comment:
> package names are case-sensitive, the package's name is `Clipboard`.

Thanks. That helps!

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

* Re: Clipboard package is orphaned. What's needed ?
  2023-11-28  1:23 [ISSUE] Clipboard package is orphaned. What's needed ? laemeiqu
                   ` (3 preceding siblings ...)
  2023-11-28  2:14 ` laemeiqu
@ 2023-11-29 13:48 ` dataCobra
  2023-12-07  3:20 ` [ISSUE] [CLOSED] " ahesford
  5 siblings, 0 replies; 7+ messages in thread
From: dataCobra @ 2023-11-29 13:48 UTC (permalink / raw)
  To: ml

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

New comment by dataCobra on void-packages repository

https://github.com/void-linux/void-packages/issues/47455#issuecomment-1831930297

Comment:
Hey,

atuin has a PR which is open since november last year because there are some issues which are not so easy to resolv. https://github.com/void-linux/void-packages/pull/40600

Maybe there are also PRs or Issues regarding to the other packages. But I didn't check.

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

* Re: [ISSUE] [CLOSED] Clipboard package is orphaned. What's needed ?
  2023-11-28  1:23 [ISSUE] Clipboard package is orphaned. What's needed ? laemeiqu
                   ` (4 preceding siblings ...)
  2023-11-29 13:48 ` dataCobra
@ 2023-12-07  3:20 ` ahesford
  5 siblings, 0 replies; 7+ messages in thread
From: ahesford @ 2023-12-07  3:20 UTC (permalink / raw)
  To: ml

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

Closed issue by laemeiqu on void-packages repository

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

Description:
### Package name

clipboard

### Package homepage

https://getclipboard.app/

### Description

The Clipboard Project (CB for short) is the oh-so-awesome clipboard manager that's just like a second brain.
It's fast and lightweight, feature packed, and super user friendly.
Do way more on the computer in way less time!

According to https://github.com/Slackadays/Clipboard it should already be in voidlinux but the package seems to be orphaned for some reason.
* https://github.com/void-linux/void-packages/pull/46355
* https://github.com/void-linux/void-packages/commit/f09ef06fa59924b7ea9cac1474db557228503935

Clipboard is more of an nice to have that people might like. 

One potential use case is for people using making podman/docker/distrobox containers based on voidlinux instead of alpine linux. 

There are a few packages for such a use case that alpine provides but voidlinux doesn't such as : clipboard (this one), atuin https://github.com/void-linux/void-packages/pull/40600 and cosign https://github.com/sigstore/cosign

So what is the reason clipboard was orphaned  ? What's needed to bring it back into the repositories ? The package is in need of a new maintainer ?

I'm new to void linux and I like it a lot. Would be nice if voidlinux could become more suitable as a container distro. Please close this issue if it's not helpful to the project.

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

Compiled

### Is the requested package released?

Yes

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

end of thread, other threads:[~2023-12-07  3:20 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-28  1:23 [ISSUE] Clipboard package is orphaned. What's needed ? laemeiqu
2023-11-28  1:33 ` classabbyamp
2023-11-28  1:47 ` laemeiqu
2023-11-28  1:58 ` classabbyamp
2023-11-28  2:14 ` laemeiqu
2023-11-29 13:48 ` dataCobra
2023-12-07  3:20 ` [ISSUE] [CLOSED] " ahesford

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