d4nj1 / TLPUI

A GTK user interface for TLP written in Python
GNU General Public License v2.0
1.11k stars 83 forks source link

RPM build #109

Closed LordTermor closed 2 years ago

LordTermor commented 2 years ago

In theory it's possible to build RPM using setuptools but because of this the package can't be packaged as it contains following files which has spaces in their file names: tlpui/icons/themeable/hicolor/scalable/actions/tlpui-ThinkPad Battery-symbolic.svg tlpui/icons/themeable/hicolor/scalable/actions/tlpui-Radio Device Wizard-symbolic.svg

Removing/renaming these files procudes proper RPM but of course the software misses those icons in this case.

Is there anything can be done in this regard?

d4nj1 commented 2 years ago

Hi @LordTermor I fixed the filenames. Please retry to build the rpm. I'm happy to apply further changes if there are still blockers.

Cheers

d4nj1 commented 2 years ago

Please reopen if you have still issues building the rpm.