Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 955924 - x11-misc/screengrab homepage URL not helpful, use https://github.com/lxqt/screengrab instead?
Summary: x11-misc/screengrab homepage URL not helpful, use https://github.com/lxqt/scr...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: LxQt maintainers
URL: https://github.com/lxqt/screengrab
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-05-13 16:37 UTC by Sebastian Pipping
Modified: 2025-05-17 11:57 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sebastian Pipping gentoo-dev 2025-05-13 16:37:16 UTC
Hi!

Are you okay with me replacing the in-ebuild homepage URL by https://github.com/lxqt/screengrab ? The current https://lxqt.github.io/ does not seem to be helpful.  What do you think?

Best, Sebastian
Comment 1 Chiitoo gentoo-dev 2025-05-15 12:52:55 UTC
I think all the LXQt project related ebuilds currently have 'https://lxqt-project.org/' as the home page, which is the project's home page, so I think it does make sense.

Well, aside from this one which seems to have the previous URL still that now redirects to the aforementioned URL.  :]

So with that in mind, if we were to go with this here, I suppose we should do the same for the whole bunch of them?
Comment 2 Sebastian Pipping gentoo-dev 2025-05-16 19:56:19 UTC
Hi Chiitoo!

(In reply to Chiitoo from comment #1)
> I think all the LXQt project related ebuilds currently have
> 'https://lxqt-project.org/' as the home page

I confirm:

  # eix lxqt | grep Homepage | uniq -c
       22      Homepage:            https://lxqt-project.org/


>, which is the project's home page, so I think it does make sense.

For lxqt-base/lxqt-meta I would agree but the package homepage URL should
ideally be about individual packages to be of real use, in my view.


> Well, aside from this one which seems to have the previous URL still that
> now redirects to the aforementioned URL.  :]
> 
> So with that in mind, if we were to go with this here, I suppose we should
> do the same for the whole bunch of them?

That would be this:
  
  # eix lxqt --only-names | tee /dev/stderr | wc -l
  app-arch/lxqt-archiver
  dev-libs/libdbusmenu-lxqt
  dev-util/lxqt-build-tools
  gui-libs/xdg-desktop-portal-lxqt
  lxqt-base/liblxqt
  lxqt-base/lxqt-about
  lxqt-base/lxqt-admin
  lxqt-base/lxqt-config
  lxqt-base/lxqt-globalkeys
  lxqt-base/lxqt-menu-data
  lxqt-base/lxqt-meta
  lxqt-base/lxqt-notificationd
  lxqt-base/lxqt-openssh-askpass
  lxqt-base/lxqt-panel
  lxqt-base/lxqt-policykit
  lxqt-base/lxqt-powermanagement
  lxqt-base/lxqt-qtplugin
  lxqt-base/lxqt-runner
  lxqt-base/lxqt-session
  lxqt-base/lxqt-sudo
  lxqt-base/lxqt-wayland-session
  x11-themes/lxqt-themes
  22

Do you want me to collect the 22 URLs for review and then I'll put them in once and if there is
consensus about it?
Comment 3 Sebastian Pipping gentoo-dev 2025-05-16 20:08:31 UTC
Update, it's a few more — 34 — apparently:

  # eix | grep -i lxqt | grep Homepage | uniq -c
       28      Homepage:            https://lxqt-project.org/
        1      Homepage:            https://lxqt.github.io/
        2      Homepage:            https://lxqt-project.org/
        1      Homepage:            https://lxqt.github.io/
        2      Homepage:            https://lxqt-project.org/
Comment 4 Sebastian Pipping gentoo-dev 2025-05-16 20:09:46 UTC
Forgot "| sort", sorry:

  # eix | grep -i lxqt | grep Homepage | sort | uniq -c
        2      Homepage:            https://lxqt.github.io/
       32      Homepage:            https://lxqt-project.org/
Comment 5 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2025-05-16 23:45:35 UTC
I'd just include both.
Comment 6 Chiitoo gentoo-dev 2025-05-17 11:57:29 UTC
(In reply to Sam James from comment #5)
> I'd just include both.

Thanks!

I had this in mind during my first comment too, but it seems there it remained in the end.