Changes between Version 9 and Version 10 of WebKitGTK
- Timestamp:
- Apr 4, 2011, 7:01:47 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WebKitGTK
v9 v10 38 38 === Gentoo === 39 39 40 Gentoo have an ebuild for WebkitGTK+ in testing: http://bugs.gentoo.org/show_bug.cgi?id=190347. 41 You will have to add the testing keyword to your '/etc/portage/package.keywords' file in order to install the package. 40 Gentoo has an ebuild for WebkitGTK+-1.2.x available in portage: 42 41 {{{ 43 # e cho 'net-libs/webkit-gtk ~arch' >> /etc/portage/package.keywords42 # emerge -v1a webkit-gtk 44 43 }}} 45 Please remember to change ~arch to the architecture you're using (~x86, ~amd64). 46 The GTK+ port of WebKit is named '''webkit-gtk'''. I would invite you to look at the USE flags of the ebuild and add it 47 to the packages.use file depending of your preferences. 48 You can now emerge it normally: 49 {{{ 50 # emerge -va webkit-gtk 51 }}} 52 You can then regularly update to the latest reviewed revision, which usually belongs to a new nightly build: 53 {{{ 54 # emerge -u webkit-gtk 55 }}} 44 45 Ebuilds for WebKitGTK-1.3 with both GTK2 and GTK3 are available from gnome-overlay. 56 46 57 47 === Lunar-Linux ===