Changes between Version 26 and Version 27 of BuildingGtk


Ignore:
Timestamp:
Jul 22, 2008 2:28:32 PM (16 years ago)
Author:
sebasmagri@gmail.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingGtk

    v26 v27  
    2828=== Gentoo ===
    2929
    30 Gentoo is working on an ebuild: http://bugs.gentoo.org/show_bug.cgi?id=190347.
    31 To use the WebKit overlay you need to emerge '''layman''' and add the overlay:
     30Gentoo have an ebuild for WebkitGTK in testing: http://bugs.gentoo.org/show_bug.cgi?id=190347.
     31You will have to add the testing keyword to your '/etc/portage/package.keywords' file in order to install the package.
    3232{{{
    33 emerge -va layman
    34 echo "source /usr/portage/local/layman/make.conf" >> /etc/make.conf
    35 layman -f -a sunrise
     33# echo 'net-libs/webkit-gtk ~arch' >> /etc/portage/package.keywords
    3634}}}
    37 The GTK+ port of WebKit is named '''webkitgtk'''. I would invite you to look at the USE flags of the ebuild.
     35Please remember to change ~arch to the architecture you're using (~x86, ~amd64).
     36The GTK+ port of WebKit is named '''webkit-gtk'''. I would invite you to look at the USE flags of the ebuild and add it
     37to the packages.use file depending of your preferences.
    3838You can now emerge it normally:
    3939{{{
    40 emerge -va webkitgtk
     40# emerge -va webkit-gtk
    4141}}}
    4242You can then regularly update to the latest reviewed revision, which usually belongs to a new nightly build:
    4343{{{
    44 layman -s sunrise
    45 emerge -u webkitgtk
     44# emerge -u webkit-gtk
    4645}}}
    4746