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
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?
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?
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/
Forgot "| sort", sorry: # eix | grep -i lxqt | grep Homepage | sort | uniq -c 2 Homepage: https://lxqt.github.io/ 32 Homepage: https://lxqt-project.org/
I'd just include both.
(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.