summaryrefslogtreecommitdiff
path: root/gnu/packages/webkit.scm
AgeCommit message (Collapse)Author
2015-05-29gnu: webkitgtk: Update to 2.8.3.宋文武
The version (2.8.9) mentioned in the previous commit (e7e8ea0) message was wrong. Should be '2.4.9'. * gnu/packages/webkit.scm (webkitgtk): Update to 2.8.3.
2015-05-29gnu: webkitgtk-2.4: Update to 2.8.9, build with gtk3.宋文武
* gnu/packages/webkit.scm (webkitgtk-2.4): Update to 2.8.9, build with gtk3. Move flex and which to 'native-inputs'. Remove #:configure-flags. (webkitgtk/gtk+-2): New variable. * gnu/packages/gnucash.scm (gnucash): Use webkitgtk/gtk+-2. * gnu/packages/patches/webkitgtk-2.4.8-gmutexlocker.patch: Remove file. * gnu-system.am (dist_patch_DATA): Remove it. Co-authored-by: Feng Shu <tumashu@163.com>
2015-05-07gnu: Add WebkitGTK 2.4.8.Ricardo Wurmus
* gnu/packages/webkit.scm (webkitgtk-2.4): New variable. * gnu/packages/patches/webkitgtk-2.4.8-gmutexlocker.patch: New file. * gnu-system.am (dist_patch_DATA): Add it.
2015-05-06gnu: webkitgtk: Remove unnecessary make flag.David Hashe
* gnu/packages/webkit.scm (webkitgtk): Remove make-flags. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2015-05-05gnu: webkitgtk: Fix compilation on x86_64.David Hashe
* gnu/packages/webkit.scm (webkitgtk): Move library install path from lib64 to lib. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2015-04-20gnu: Add WebKitGTK+.宋文武
* gnu/packages/webkit.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.