-
Notifications
You must be signed in to change notification settings - Fork 148
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
user/lshw: new package #3502
base: master
Are you sure you want to change the base?
user/lshw: new package #3502
Conversation
047770a
to
1e9862a
Compare
user/lshw/template.py
Outdated
|
||
|
||
def post_install(self): | ||
self.install_file( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
all these files should go to gtk-lshw and they don't currently
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added a patch to correctly install file when doing a make install-gui
and add lines to grab those files in the subpackage
a70cc18
to
c013d70
Compare
i noticed none of this actually respects the distro-set so that needs to be fixed |
also commit message has a typo |
ae0a680
to
23b4238
Compare
what's wrong with _FORTIFY_SOURCE? |
It failed to build without it, I got a
|
Description
lshw: HardWare LiSter for Linux: lshw is a small tool to provide detailed information on the hardware configuration of the machine. It can report exact memory configuration, firmware version, mainboard configuration, CPU version and speed, cache configuration, bus speed, etc.
Checklist
Before this pull request is reviewed, certain conditions must be met.
The following must be true for all changes:
The following must be true for template/package changes:
The following must be true for new package submissions: