summaryrefslogtreecommitdiff
path: root/gnu/packages/webkit.scm
AgeCommit message (Expand)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....* 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. Ricardo Wurmus
2015-05-06gnu: webkitgtk: Remove unnecessary make flag....* gnu/packages/webkit.scm (webkitgtk): Remove make-flags. Signed-off-by: Ludovic Courtès <ludo@gnu.org> David Hashe
2015-05-05gnu: webkitgtk: Fix compilation on x86_64....* gnu/packages/webkit.scm (webkitgtk): Move library install path from lib64 to lib. Signed-off-by: Ludovic Courtès <ludo@gnu.org> David Hashe
2015-04-20gnu: Add WebKitGTK+....* gnu/packages/webkit.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. 宋文武