Page MenuHomeSolus

Various packages enhancements
ClosedPublic

Authored by kyrios123 on May 7 2017, 8:40 AM.
Tags
None
Referenced Files
F11024611: D27.diff
Tue, Aug 8, 10:44 PM
F10992822: D27.id54.diff
Tue, Jul 25, 1:35 PM
F10990517: D27.id53.diff
Mon, Jul 24, 8:59 PM
F10980481: D27.id37.diff
Sun, Jul 23, 3:57 AM
F10968825: D27.diff
Thu, Jul 20, 7:46 PM
F10808958: D27.id53.diff
May 30 2023, 11:18 AM
F10756328: D27.diff
May 17 2023, 3:04 AM
F10709702: D27.id.diff
Apr 28 2023, 5:01 AM

Details

Summary

Invalidates T3520, Ref R2719:3a382cc6625f

  • Built against Qt5
  • Enable icoutils
  • Add dependencies
  • Compress man pages

Diff Detail

Repository
R2719 q4wine
Branch
master
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

mmmhhh looks like I messed up something. Invalidates T3520, Ref R2719:3a382cc6625fwasn't supposed to appears in the summary and did not have the expected result :(

JoshStrobl added inline comments.
package.yml
12–18

What is this needed for, seeing as it is a Qt gui?

(Apparently there isn't just a "Requesting response from author" bit. I don't like things saying "Needs review" :P)

This revision now requires changes to proceed.May 7 2017, 12:33 PM
package.yml
12–18

Build fails with the following error if it is removed:

CMake Error at /usr/lib64/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake:9 (message):
  Failed to find "GL/gl.h" in "/usr/include/libdrm".
Call Stack (most recent call first):
  /usr/lib64/cmake/Qt5Gui/Qt5GuiConfig.cmake:158 (include)
  /usr/lib64/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake:99 (find_package)
  src/CMakeLists.txt:42 (find_package)
package.yml
12–18

No, libdrm is looking for GL, not GTK. pkgconfig(gl).

kyrios123 edited edge metadata.

replace pkgconfig(gtk+-3.0) with pkgconfig(gl)

This revision is now accepted and ready to land.May 7 2017, 4:24 PM
This revision was automatically updated to reflect the committed changes.