[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-frameworks-devel
Subject:    Re: Review Request 116018: Add a FindWayland module
From:       Martin_Gräßlin <mgraesslin () kde ! org>
Date:       2014-02-24 15:10:20
Message-ID: 20140224151020.13755.88137 () probe ! kde ! org
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


> On Feb. 24, 2014, 3:55 p.m., Alex Merry wrote:
> > Same comments as for FindEGL.cmake:
> > - what projects are using it?  I guess KWin is one; any others?
> > - it needs to set the DESCRIPTION and URL package properties (from FeatureSummary)
> > - I've been aiming to create imported targets in new find modules, because they're easier \
> > to use (see FindSharedMimeInfo.cmake for an example, or the modules in kimageformats for \
> > better examples).

and I can kind of give the same answer. Currently KWin is using it (we have a bad find module \
in kde-workspace) and for KInfoCenter I created a review request today which adds a dependency. \
I expect that in future almost every framework which has a FindXCB or FindX11 will also get a \
FindWayland.


- Martin


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/116018/#review50706
-----------------------------------------------------------


On Feb. 24, 2014, 2:52 p.m., Martin Gräßlin wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/116018/
> -----------------------------------------------------------
> 
> (Updated Feb. 24, 2014, 2:52 p.m.)
> 
> 
> Review request for KDE Frameworks and Alex Merry.
> 
> 
> Repository: extra-cmake-modules
> 
> 
> Description
> -------
> 
> Add a FindWayland module
> 
> Inspired by the FindXCB module it's using components to simplify
> finding just the parts which are really required.
> 
> 
> Diffs
> -----
> 
> find-modules/FindWayland.cmake PRE-CREATION 
> 
> Diff: https://git.reviewboard.kde.org/r/116018/diff/
> 
> 
> Testing
> -------
> 
> Changed kde-workspace to use this component based variant.
> 
> 
> Thanks,
> 
> Martin Gräßlin
> 
> 


[Attachment #5 (text/html)]

<html>
 <body>
  <div style="font-family: Verdana, Arial, Helvetica, Sans-Serif;">
   <table bgcolor="#f9f3c9" width="100%" cellpadding="8" style="border: 1px #c9c399 solid;">
    <tr>
     <td>
      This is an automatically generated e-mail. To reply, visit:
      <a href="https://git.reviewboard.kde.org/r/116018/">https://git.reviewboard.kde.org/r/116018/</a>
  </td>
    </tr>
   </table>
   <br />





<blockquote style="margin-left: 1em; border-left: 2px solid #d0d0d0; padding-left: 10px;">
 <p style="margin-top: 0;">On February 24th, 2014, 3:55 p.m. CET, <b>Alex Merry</b> wrote:</p>
 <blockquote style="margin-left: 1em; border-left: 2px solid #d0d0d0; padding-left: 10px;">
  <pre style="white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; \
                white-space: -o-pre-wrap; word-wrap: break-word;">Same comments as for \
                FindEGL.cmake:
- what projects are using it?  I guess KWin is one; any others?
- it needs to set the DESCRIPTION and URL package properties (from FeatureSummary)
- I&#39;ve been aiming to create imported targets in new find modules, because they&#39;re \
easier to use (see FindSharedMimeInfo.cmake for an example, or the modules in kimageformats for \
better examples).</pre>  </blockquote>







</blockquote>

<pre style="white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; \
white-space: -o-pre-wrap; word-wrap: break-word;">and I can kind of give the same answer. \
Currently KWin is using it (we have a bad find module in kde-workspace) and for KInfoCenter I \
created a review request today which adds a dependency. I expect that in future almost every \
framework which has a FindXCB or FindX11 will also get a FindWayland.</pre> <br />










<p>- Martin</p>


<br />
<p>On February 24th, 2014, 2:52 p.m. CET, Martin Gräßlin wrote:</p>








<table bgcolor="#fefadf" width="100%" cellspacing="0" cellpadding="8" style="background-image: \
url('https://git.reviewboard.kde.org/static/rb/images/review_request_box_top_bg.ab6f3b1072c9.png'); \
background-position: left top; background-repeat: repeat-x; border: 1px black solid;">  <tr>
  <td>

<div>Review request for KDE Frameworks and Alex Merry.</div>
<div>By Martin Gräßlin.</div>


<p style="color: grey;"><i>Updated Feb. 24, 2014, 2:52 p.m.</i></p>









<div style="margin-top: 1.5em;">
 <b style="color: #575012; font-size: 10pt;">Repository: </b>
extra-cmake-modules
</div>


<h1 style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Description </h1>
 <table width="100%" bgcolor="#ffffff" cellspacing="0" cellpadding="10" style="border: 1px \
solid #b8b5a0">  <tr>
  <td>
   <pre style="margin: 0; padding: 0; white-space: pre-wrap; white-space: -moz-pre-wrap; \
white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">Add a FindWayland \
module

Inspired by the FindXCB module it&#39;s using components to simplify
finding just the parts which are really required.</pre>
  </td>
 </tr>
</table>


<h1 style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Testing </h1>
<table width="100%" bgcolor="#ffffff" cellspacing="0" cellpadding="10" style="border: 1px solid \
#b8b5a0">  <tr>
  <td>
   <pre style="margin: 0; padding: 0; white-space: pre-wrap; white-space: -moz-pre-wrap; \
white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">Changed kde-workspace \
to use this component based variant.</pre>  </td>
 </tr>
</table>


<h1 style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Diffs</b> </h1>
<ul style="margin-left: 3em; padding-left: 0;">

 <li>find-modules/FindWayland.cmake <span style="color: grey">(PRE-CREATION)</span></li>

</ul>

<p><a href="https://git.reviewboard.kde.org/r/116018/diff/" style="margin-left: 3em;">View \
Diff</a></p>







  </td>
 </tr>
</table>








  </div>
 </body>
</html>



_______________________________________________
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic