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

List:       kde-panel-devel
Subject:    Re: Review Request 129298: RFC: supporting dependencies on KPackage
From:       Marco Martin <notmart () gmail ! com>
Date:       2016-10-31 17:19:58
Message-ID: 20161031171958.5235.98029 () mimi ! kde ! org
[Download RAW message or body]

--===============3287531704202663818==
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit


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



yep, that's pretty much what i had in mind.
it's early stage, but if someone doesn't have significant issues with it, i think is \
a good direction to go


autotests/data/testpackagesdep/metadata.json (line 14)
<https://git.reviewboard.kde.org/r/129298/#comment67409>

    if kns ends up using ids, maybe the server should be specified as well, as the id \
would be server-dependent?



src/kpackage/private/packagejobthread.cpp (line 436)
<https://git.reviewboard.kde.org/r/129298/#comment67410>

    would this need a local database of installed packages/dependencies?


- Marco Martin


On Oct. 31, 2016, 5:09 p.m., Aleix Pol Gonzalez wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/129298/
> -----------------------------------------------------------
> 
> (Updated Oct. 31, 2016, 5:09 p.m.)
> 
> 
> Review request for KDE Frameworks, Plasma, Dan Leinir Turthra Jensen, and Marco \
> Martin. 
> 
> Repository: kpackage
> 
> 
> Description
> -------
> 
> Makes it possible to specify components to be installed together with a KPackage. \
> They will be specified by a url, we'll have handlers for any kind, making \
> reasonably extensible and doesn't tie us to a technology. 
> In this repository I created two Proof of Concept of such handlers, one for the \
> appstream urls and one for KNS: kde:scratch/apol/kpackage-install-helpers 
> 
> Diffs
> -----
> 
> autotests/CMakeLists.txt 395b16e 
> autotests/data/testpackagesdep/contents/ui/main.qml PRE-CREATION 
> autotests/data/testpackagesdep/metadata.json PRE-CREATION 
> autotests/data/testpackagesdep/testpackagesdep.testappdataxml PRE-CREATION 
> src/kpackage/config-package.h.cmake 61f2f0c 
> src/kpackage/private/packagejobthread.cpp 0a0cc01 
> src/kpackage/private/packagejobthread_p.h 1babf0b 
> 
> Diff: https://git.reviewboard.kde.org/r/129298/diff/
> 
> 
> Testing
> -------
> 
> None. just builds. It's a proof of concept, not even the test I added was tested, \
> it was just to display what it could look like. 
> 
> Thanks,
> 
> Aleix Pol Gonzalez
> 
> 


--===============3287531704202663818==
MIME-Version: 1.0
Content-Type: text/html; charset="utf-8"
Content-Transfer-Encoding: 7bit




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





 <pre style="white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: \
-pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;"><p style="padding: \
0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: inherit;">yep, \
that's pretty much what i had in mind. it's early stage, but if someone doesn't have \
significant issues with it, i think is a good direction to go</p></pre>  <br />







<div>



<table width="100%" border="0" bgcolor="white" style="border: 1px solid #C0C0C0; \
border-collapse: collapse; margin: 2px padding: 2px;">  <thead>
  <tr>
   <th colspan="4" bgcolor="#F0F0F0" style="border-bottom: 1px solid #C0C0C0; \
font-size: 9pt; padding: 4px 8px; text-align: left;">  <a \
href="https://git.reviewboard.kde.org/r/129298/diff/1/?file=483564#file483564line14" \
style="color: black; font-weight: bold; text-decoration: \
underline;">autotests/data/testpackagesdep/metadata.json</a>  <span \
style="font-weight: normal;">

     (Diff revision 1)

    </span>
   </th>
  </tr>
 </thead>



 
 

 <tbody>

  <tr>
    <th bgcolor="#b1ebb0" style="border-right: 1px solid #C0C0C0;" \
align="right"><font size="2"></font></th>  <td bgcolor="#c5ffc4" width="50%"><pre \
style="font-size: 8pt; line-height: 140%; margin: 0; "></pre></td>  <th \
bgcolor="#b1ebb0" style="border-left: 1px solid #C0C0C0; border-right: 1px solid \
#C0C0C0;" align="right"><font size="2">14</font></th>  <td bgcolor="#c5ffc4" \
width="50%"><pre style="font-size: 8pt; line-height: 140%; margin: 0; ">    <span \
class="nt">&quot;X-KPackage-Dependencies&quot;</span><span class="p">:</span> <span \
class="p">[</span> <span \
class="s2">&quot;appstream:///eog-light-theme&quot;</span><span class="p">,</span> \
<span class="s2">&quot;kns:///colors.knsrc/1159726&quot;</span> <span \
class="p">],</span></pre></td>  </tr>

 </tbody>

</table>

 <div style="margin-left: 2em;">

  <pre style="white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: \
-pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;"><p style="padding: \
0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: inherit;">if \
kns ends up using ids, maybe the server should be specified as well, as the id would \
be server-dependent?</p></pre>  </div>
</div>
<br />

<div>



<table width="100%" border="0" bgcolor="white" style="border: 1px solid #C0C0C0; \
border-collapse: collapse; margin: 2px padding: 2px;">  <thead>
  <tr>
   <th colspan="4" bgcolor="#F0F0F0" style="border-bottom: 1px solid #C0C0C0; \
font-size: 9pt; padding: 4px 8px; text-align: left;">  <a \
href="https://git.reviewboard.kde.org/r/129298/diff/1/?file=483567#file483567line436" \
style="color: black; font-weight: bold; text-decoration: \
underline;">src/kpackage/private/packagejobthread.cpp</a>  <span style="font-weight: \
normal;">

     (Diff revision 1)

    </span>
   </th>
  </tr>
 </thead>



 
 

 <tbody>

  <tr>
    <th bgcolor="#b1ebb0" style="border-right: 1px solid #C0C0C0;" \
align="right"><font size="2"></font></th>  <td bgcolor="#c5ffc4" width="50%"><pre \
style="font-size: 8pt; line-height: 140%; margin: 0; "></pre></td>  <th \
bgcolor="#b1ebb0" style="border-left: 1px solid #C0C0C0; border-right: 1px solid \
#C0C0C0;" align="right"><font size="2">436</font></th>  <td bgcolor="#c5ffc4" \
width="50%"><pre style="font-size: 8pt; line-height: 140%; margin: 0; ">    <span \
class="c1">//</span><span class="cs">TODO</span><span class="c1"> refcount \
dependencies and uninstall if 0</span></pre></td>  </tr>

 </tbody>

</table>

 <div style="margin-left: 2em;">

  <pre style="white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: \
-pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;"><p style="padding: \
0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: inherit;">would \
this need a local database of installed packages/dependencies?</p></pre>  </div>
</div>
<br />



<p>- Marco Martin</p>


<br />
<p>On October 31st, 2016, 5:09 p.m. UTC, Aleix Pol Gonzalez wrote:</p>








<table bgcolor="#fefadf" width="100%" cellspacing="0" cellpadding="12" style="border: \
1px #888a85 solid; border-radius: 6px; -moz-border-radius: 6px; \
-webkit-border-radius: 6px;">  <tr>
  <td>

<div>Review request for KDE Frameworks, Plasma, Dan Leinir Turthra Jensen, and Marco \
Martin.</div> <div>By Aleix Pol Gonzalez.</div>


<p style="color: grey;"><i>Updated Oct. 31, 2016, 5:09 p.m.</i></p>









<div style="margin-top: 1.5em;">
 <b style="color: #575012; font-size: 10pt;">Repository: </b>
kpackage
</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;"><p style="padding: 0;text-rendering: inherit;margin: 0;line-height: \
inherit;white-space: inherit;">Makes it possible to specify components to be \
installed together with a KPackage. They will be specified by a url, we'll have \
handlers for any kind, making reasonably extensible and doesn't tie us to a \
technology.</p> <p style="padding: 0;text-rendering: inherit;margin: 0;line-height: \
inherit;white-space: inherit;">In this repository I created two Proof of Concept of \
such handlers, one for the appstream urls and one for KNS: \
kde:scratch/apol/kpackage-install-helpers</p></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;"><p style="padding: 0;text-rendering: inherit;margin: 0;line-height: \
inherit;white-space: inherit;">None. just builds. It's a proof of concept, not even \
the test I added was tested, it was just to display what it could look \
like.</p></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>autotests/CMakeLists.txt <span style="color: grey">(395b16e)</span></li>

 <li>autotests/data/testpackagesdep/contents/ui/main.qml <span style="color: \
grey">(PRE-CREATION)</span></li>

 <li>autotests/data/testpackagesdep/metadata.json <span style="color: \
grey">(PRE-CREATION)</span></li>

 <li>autotests/data/testpackagesdep/testpackagesdep.testappdataxml <span \
style="color: grey">(PRE-CREATION)</span></li>

 <li>src/kpackage/config-package.h.cmake <span style="color: \
grey">(61f2f0c)</span></li>

 <li>src/kpackage/private/packagejobthread.cpp <span style="color: \
grey">(0a0cc01)</span></li>

 <li>src/kpackage/private/packagejobthread_p.h <span style="color: \
grey">(1babf0b)</span></li>

</ul>

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






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







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


--===============3287531704202663818==--


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

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