Changeset 475d4388


Ignore:
Timestamp:
03/06/2022 09:50:13 AM (2 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
7969f18
Parents:
02d60dda
git-author:
Pierre Labastie <pierre.labastie@…> (03/06/2022 09:49:32 AM)
git-committer:
Pierre Labastie <pierre.labastie@…> (03/06/2022 09:50:13 AM)
Message:

Update to upower-0.99.16

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/upower.xml

    r02d60dda r475d4388  
    55  %general-entities;
    66
    7   <!ENTITY upower-download-http "https://gitlab.freedesktop.org/upower/upower/uploads/177df5b9f9b76f25a2ad9da41aa0c1fa/upower-&upower-version;.tar.xz">
     7  <!ENTITY upower-download-http "https://gitlab.freedesktop.org/upower/upower/-/archive/v&upower-version;/upower-v&upower-version;.tar.bz2">
    88  <!ENTITY upower-download-ftp  " ">
    9   <!ENTITY upower-md5sum        "0c945817c12a7967d2c5edf7138fcf80">
    10   <!ENTITY upower-size          "438 KB">
    11   <!ENTITY upower-buildsize     "15 MB (with tests)">
    12   <!ENTITY upower-time          "0.1 SBU (using parallelism=4, add 0.8 SBU for tests)">
     9  <!ENTITY upower-md5sum        "f87ac5b7198f3041f06e7b3c121d442c">
     10  <!ENTITY upower-size          "136 KB">
     11  <!ENTITY upower-buildsize     "6.2 MB (with tests)">
     12  <!ENTITY upower-time          "less than 0.1 SBU (using parallelism=4, 0.4 SBU for tests)">
    1313]>
    1414
     
    128128    </para>
    129129
    130 <screen><userinput>./configure --prefix=/usr         \
    131              --sysconfdir=/etc    \
    132              --localstatedir=/var \
    133              --enable-deprecated  \
    134              --disable-static     &amp;&amp;
    135 make</userinput></screen>
    136 
    137     <para>
    138       To test the results, issue: <command>make check</command>. Some
     130<screen revision="sysv"><userinput>sed '/subdir.*doc/d' -i meson.build &amp;&amp;
     131mkdir build                         &amp;&amp;
     132cd    build                         &amp;&amp;
     133meson --prefix=/usr                        \
     134      --buildtype=release                  \
     135      -Dgtk-doc=false                      \
     136      -Dman=false                          \
     137      -Dsystemdsystemunitdir=no            \
     138      -Dudevrulesdir=/usr/lib/udev/rules.d \
     139      ..                            &amp;&amp;
     140ninja</userinput></screen>
     141
     142<screen revision="systemd"><userinput>sed '/subdir.*doc/d' -i meson.build &amp;&amp;
     143mkdir build                         &amp;&amp;
     144cd    build                         &amp;&amp;
     145meson --prefix=/usr       \
     146      --buildtype=release \
     147      -Dgtk-doc=false     \
     148      -Dman=false         \
     149      ..                            &amp;&amp;
     150ninja</userinput></screen>
     151
     152    <para>
     153      To test the results, issue: <command>ninja test</command>. Some
    139154      checks may not pass due to missing files. Test suite should be run from
    140155      a local GUI session started with dbus-launch.
     
    145160    </para>
    146161
    147 <screen role="root"><userinput>make install</userinput></screen>
     162<screen role="root"><userinput>ninja install</userinput></screen>
    148163
    149164  </sect2>
     
    153168
    154169    <para>
    155       <parameter>--enable-deprecated</parameter>: This switch enables
    156       deprecated functionality which is still needed by some
    157       applications.
    158     </para>
    159 
    160     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    161       href="../../xincludes/static-libraries.xml"/>
    162 
    163     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    164       href="../../xincludes/gtk-doc-rebuild.xml"/>
     170      <command>sed 'subdir.*doc/d' ...</command>: Even when passing
     171      <parameter>-Dgtk-doc=false</parameter> and
     172      <parameter>-Dman=false</parameter>, the build still needs
     173      <application>GTK-doc</application>. This command allows building
     174      without it. Remove if you have <application>GTK-doc</application>
     175      installed and you wish to build the documentation (remove also
     176      the next two parameters).
     177    </para>
     178
     179    <para>
     180      <parameter>-Dgtk-doc=false</parameter>: Prevents building the
     181      documentation. Remove if you have <application>GTK-doc</application>
     182      installed and wish to build the documentation.
     183    </para>
     184
     185    <para>
     186      <parameter>-Dman=false</parameter>: Prevents building the
     187      manual pages. Remove if you have <application>GTK-doc</application>
     188      installed and wish to build the manual pages.
     189    </para>
     190
     191    <para revision="sysv">
     192      <parameter>-Dsystemdsystemunitdir=no</parameter>: Removes
     193      the dependency on <application>systemd</application>.
     194    </para>
     195
     196    <para revision="sysv">
     197      <parameter>-Dudevrulesdir=/usr/lib/udev/rules.d</parameter>: Tells
     198      the build system where to install <application>udev</application>
     199      rules, because the information is missing in
     200      <filename>/usr/lib/pkgconfig/libudev.pc</filename>
     201    </para>
    165202
    166203  </sect2>
     
    183220    </para>
    184221-->
    185     <sect3  id="upower-init" revision="systemd">
     222    <sect3  id="upower-init">
    186223      <title>Systemd Unit</title>
    187224
  • packages.ent

    r02d60dda r475d4388  
    324324<!ENTITY unrar-version                "6.1.4">
    325325<!ENTITY unzip-version                "6.0">
    326 <!ENTITY upower-version               "0.99.13">
     326<!ENTITY upower-version               "0.99.16">
    327327<!ENTITY usbutils-version             "014">
    328328<!ENTITY weston-version               "1.12.0">
Note: See TracChangeset for help on using the changeset viewer.