File tree Expand file tree Collapse file tree 2 files changed +26
-2
lines changed Expand file tree Collapse file tree 2 files changed +26
-2
lines changed Original file line number Diff line number Diff line change @@ -116,6 +116,16 @@ <h4>{{ v.id }}{%- if v.date -%} ({{ v.date }}){%- endif -%}</h4>
116116            </ span > 
117117          {%- endfor -%}
118118        </ li > 
119+         {%- if v.ubuntu2204w -%}
120+         < li > 
121+           < b > Ubuntu 22.04 (Weak Dependency(ies)):</ b > 
122+           {%- for dep in v.ubuntu2204w -%}
123+                 
124+             < span  style ="white-space: nowrap; "> 
125+               < a  href ="https://packages.ubuntu.com/jammy/{{ dep }} "> {{ dep }}</ a > 
126+             </ span > 
127+           {%- endfor -%}
128+         </ li > 
119129        {%- endif -%}
120130        {% for fedora_version in (1..100) %}
121131          {% assign fedora_key = 'fedora' | append: fedora_version | string %}
@@ -131,6 +141,20 @@ <h4>{{ v.id }}{%- if v.date -%} ({{ v.date }}){%- endif -%}</h4>
131141        </ li > 
132142          {% endif %}
133143        {% endfor %}
144+         {% for fedora_version in (1..100) %}
145+           {% assign fedora_key_w = 'fedora' | append: fedora_version | string | append: 'w' | string %}
146+           {% if v[fedora_key_w] %} 
147+         < li > 
148+           < b > Fedora {{ fedora_version }} (Weak Dependency(ies)):</ b > 
149+           {%- for dep in v[fedora_key_w] -%}
150+                 
151+             < span  style ="white-space: nowrap; "> 
152+               < a  href ="https://repology.org/project/{{ dep }}/versions "> {{ dep }}</ a > 
153+             </ span > 
154+           {%- endfor -%}
155+         </ li > 
156+           {% endif %}
157+         {% endfor %}
134158      </ ul > 
135159      {%- if first_version == true and pkg_installable == false -%}
136160      < div  class ="alert alert-warning alert-warning-mod ml-3 " role ="alert "> 
Original file line number Diff line number Diff line change @@ -35,10 +35,10 @@ versions:
3535  depends :
3636  - " octave (>= 5.2.0)" 
3737  - " pkg" 
38-   fedora41 :
38+   fedora41w :
3939  - " php" 
4040  - " octave-cli" 
41-   fedora42 :
41+   fedora42w :
4242  - " php" 
4343  - " octave-cli" 
4444---
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments