Jump to content
Read the Funtoo Newsletter: Summer 2023 ×

ellotheth

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by ellotheth

  1. No problem. For what it's worth, setting up the 2.4.4-r1 ebuild in a local overlay (I used the instructions at http://www.funtoo.org/Git_local_overlay) seems to be working:

    1. Follow the wiki instructions until it starts talking about rain-slick (the blue text).
    2. Create /usr/local/portage/net-libs/webkit-gtk/files/
    3. Copy the original ebuild from /usr/portage/net-libs/webkit-gtk/webkit-gtk-2.4.4.ebuild to your local overlay at /usr/local/portage/net-libs/webkit-gtk/webkit-gtk-2.4.4-r1.ebuild
    4. Copy the original ebuild files in /usr/portage/net-libs/webkit-gtk/files to your local overlay at /usr/local/portage/net-libs/webkit-gtk/files
    5. Fix the SRC_URI var in the ebuild by adding an 'a' before the '.tar.xz': 
      SRC_URI="http://www.webkitgtk.org/releases/${MY_P}a.tar.xz"
    6. Create the Manifest file
      $ ebuild webkit-gtk-2.4.4-r1.ebuild digest

    Now when you emerge webkit-gtk, it should pull from your local overlay with the fixed SRC_URI.

×
×
  • Create New...