Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add ruqola (RocketChat client) #895

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

mattenklicker
Copy link

No description provided.

Copy link
Member

@a17r a17r left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your contribution! It needs a few fixes before it can go in.

Please read: https://wiki.gentoo.org/wiki/Project:KDE/Coding_style
Setup your local clone and add your sign-off: https://wiki.gentoo.org/wiki/GitHub_Pull_Requests#Repository.27s_user_configuration

net-im/ruqola/ruqola-1.2.2.ebuild Outdated Show resolved Hide resolved
net-im/ruqola/ruqola-1.2.2.ebuild Outdated Show resolved Hide resolved
Comment on lines 23 to 28
DEPEND="dev-qt/qtwebsockets[ssl]
dev-qt/qtgui
dev-qt/qtwidgets
dev-qt/qtnetworkauth
dev-qt/qttest
dev-qt/qtmultimedia[widgets]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • All of those are missing pinning to SLOT 5 and should be sorted alphanumerically
  • Please start dependencies list in a new line after DEPEND="
  • List of Qt dependencies is missing at least dev-qt/qtnetwork:5 (maybe with [ssl] too considering you added that to qtwebsockets)

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Regarding SLOT and DEPEND: Done.
Regarding qtnetwork dependency: qtnetwork[ssl] is inherited by qtwebsocket[ssl]. Do you think it should be listed anyway?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add direct dependencies if they're accurate, yeah. Ignore anything which happens to be added indirectly.

net-im/ruqola/ruqola-1.2.2.ebuild Outdated Show resolved Hide resolved
net-im/ruqola/ruqola-1.2.2.ebuild Outdated Show resolved Hide resolved
kde-frameworks/sonnet
kde-frameworks/ktextwidgets
kde-frameworks/knotifyconfig
keyring? ( dev-libs/qtkeychain )
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You probably need to depend on this with a slot operator to trigger rebuild on subslot bump, see:

$ eshowkw qtkeychain
Keywords for dev-libs/qtkeychain:
          |                             |   u     |  
          | a   a     p s     a   r     |   n     |  
          | m   r h   p p   s l i i m m | e u s   | r
          | d a m p p c a x 3 p a s 6 i | a s l   | e
          | 6 r 6 p p 6 r 8 9 h 6 c 8 p | p e o   | p
          | 4 m 4 a c 4 c 6 0 a 4 v k s | i d t   | o
----------+-----------------------------+---------+-------
   0.10.0 | + o + o o ~ o + o o o o o o | 7 o 0/1 | gentoo
[I]0.11.1 | ~ o ~ o o ~ o ~ o o o o o o | 7 o     | gentoo

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well, I don't know.

Copy link
Member

@thesamesam thesamesam Feb 5, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mattenklicker What do you mean?

net-im/ruqola/ruqola-1.2.2.ebuild Outdated Show resolved Hide resolved
net-im/ruqola/ruqola-1.2.2.ebuild Outdated Show resolved Hide resolved
net-im/ruqola/ruqola-9999.ebuild Outdated Show resolved Hide resolved
net-im/ruqola/ruqola-1.2.2.ebuild Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants