Changeset 248767 in webkit


Ignore:
Timestamp:
Aug 16, 2019 2:22:18 AM (5 years ago)
Author:
commit-queue@webkit.org
Message:

Add shared-mime-info to WPE WebKit jhbuild
https://bugs.webkit.org/show_bug.cgi?id=200768

Patch by Chris Lord <Chris Lord> on 2019-08-16
Reviewed by Carlos Alberto Lopez Perez.

  • wpe/jhbuild.modules:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r248762 r248767  
     12019-08-16  Chris Lord  <clord@igalia.com>
     2
     3        Add shared-mime-info to WPE WebKit jhbuild
     4        https://bugs.webkit.org/show_bug.cgi?id=200768
     5
     6        Reviewed by Carlos Alberto Lopez Perez.
     7
     8        * wpe/jhbuild.modules:
     9
    1102019-08-15  Yusuke Suzuki  <ysuzuki@apple.com>
    211
  • trunk/Tools/wpe/jhbuild.modules

    r248099 r248767  
    2828      <dep package="atk"/>
    2929      <dep package="at-spi2-atk"/>
     30      <dep package="libxml2"/>
     31      <dep package="shared-mime-info"/>
    3032    </dependencies>
    3133  </metamodule>
     
    5456  <repository type="tarball" name="webkitgtk-jhbuild-mirror"
    5557      href="http://webkitgtk.org/jhbuild_mirror/"/>
     58  <repository type="tarball" name="xmlsoft.org"
     59      href="http://xmlsoft.org"/>
    5660
    5761  <autotools id="libffi" autogen-sh="configure">
     
    297301  </meson>
    298302
     303  <autotools id="libxml2" supports-non-srcdir-builds="no"
     304             autogen-sh="./autogen.sh; ./configure --with-python=no">
     305    <branch module="/sources/libxml2-2.9.5.tar.gz" version="2.9.5"
     306            repo="xmlsoft.org"
     307            hash="sha256:4031c1ecee9ce7ba4f313e91ef6284164885cdb69937a123f6a83bb6a72dcd38"/>
     308  </autotools>
     309
     310  <autotools id="shared-mime-info"
     311             autogen-sh="configure"
     312             autogenargs="--disable-default-make-check">
     313    <dependencies>
     314      <dep package="libxml2"/>
     315      <dep package="glib"/>
     316    </dependencies>
     317    <branch module="/~hadess/shared-mime-info-${version}.tar.xz" version="1.10"
     318            repo="freedesktop.org"
     319            hash="sha256:c625a83b4838befc8cafcd54e3619946515d9e44d63d61c4adf7f5513ddfbebf"/>
     320  </autotools>
     321
    299322</moduleset>
Note: See TracChangeset for help on using the changeset viewer.