Changeset cb3e56c


Ignore:
Timestamp:
11/02/2023 05:59:18 AM (8 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
e86ded4
Parents:
9393fde
git-author:
Xi Ruoyao <xry111@…> (11/02/2023 05:53:44 AM)
git-committer:
Xi Ruoyao <xry111@…> (11/02/2023 05:59:18 AM)
Message:

usbutils: Switch back to kernel.org for downloading

Avoid a dependency on git.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/usbutils.xml

    r9393fde rcb3e56c  
    55  %general-entities;
    66
    7   <!ENTITY usbutils-download-http "https://github.com/gregkh/usbutils/archive/v&usbutils-version;/usbutils-&usbutils-version;.tar.gz">
     7  <!ENTITY usbutils-download-http "https://kernel.org/pub/linux/utils/usb/usbutils/usbutils-&usbutils-version;.tar.xz">
    88  <!ENTITY usbutils-download-ftp  " ">
    9   <!ENTITY usbutils-md5sum        "798cc56fcbc7ef36bd434d948af3a814">
    10   <!ENTITY usbutils-size          "120 KB">
     9  <!ENTITY usbutils-md5sum        "8ff21441faf2e8128e4810b3d6e49059">
     10  <!ENTITY usbutils-size          "168 KB">
    1111  <!ENTITY usbutils-buildsize     "4.4 MB">
    1212  <!ENTITY usbutils-time          "0.1 SBU">
     
    9090     autogen.sh does not need to be run. If using the github source,
    9191     autogen.sh needs to be run, and git is used to pull the usbhid-dump
    92      submodule. -->
    93       <xref linkend="git"/> and
     92     submodule.
     93      <xref linkend="git"/> and -->
    9494      <xref linkend="wget"/>
    9595<!-- In the systemd book, a unit/timer is installed to update the
     
    107107    </para>
    108108
    109 <screen><userinput>autoreconf -fiv &amp;&amp;
    110 
    111 ./configure --prefix=/usr --datadir=/usr/share/hwdata &amp;&amp;
     109<screen><userinput>./configure --prefix=/usr --datadir=/usr/share/hwdata &amp;&amp;
    112110make</userinput></screen>
    113111
Note: See TracChangeset for help on using the changeset viewer.