summaryrefslogtreecommitdiff
path: root/gnu/packages/webkit.scm
Commit message (Collapse)AuthorAge
* gnu: webkitgtk: Update to 2.10.4.宋文武2016-01-08
| | | | * gnu/packages/webkit.scm (webkitgtk): Update to 2.10.4.
* gnu: webkitgtk-2.4: Fix potential code execution vulnerability.Mark H Weaver2015-10-07
| | | | | | * gnu/packages/patches/webkitgtk-2.4-sql-init-string.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/webkit.scm (webkitgtk-2.4)[source]: Add patch.
* gnu: webkitgtk: Update to 2.8.5.Mark H Weaver2015-08-13
| | | | | * gnu/packages/webkit.scm (webkitgtk): Update to 2.8.5. [arguments]: Add 'add-gst-plugins-base-include-path' phase.
* gnu: webkitgtk/gtk+-2: Change name field to "webkitgtk-gtk2".Mark H Weaver2015-08-13
| | | | | * gnu/packages/webkit.scm (webkitgtk/gtk+-2)[name]: Change to "webkitgtk-gtk2".
* gnu: Rename module gnutls to tls.Andreas Enge2015-07-05
| | | | | | | | | | | | * gnu/packages/gnutls.scm: Rename to... * gnu/packages/tls.scm: ... this. Change module name accordingly. * gnu/packages/{admin.scm, cups.scm, curl.scm, dc.scm, dns.scm, emacs.scm, ftp.scm, gnome.scm, gnunet.scm, gnupg.scm, gsasl.scm, lynx.scm, mail.scm, messaging.scm, package-management.scm, shishi.scm, task-management.scm, version-control.scm, video.scm, vpn.scm, webkit.scm, weechat.scm, wget.scm, wine.scm, xml.scm}: Adapt module import to new name. * gnu-system.am (GNU_SYSTEM_MODULES): Rename gnutls module to tls.
* gnu: webkitgtk: Update to 2.8.3.宋文武2015-05-29
| | | | | | | 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.
* gnu: webkitgtk-2.4: Update to 2.8.9, build with gtk3.宋文武2015-05-29
| | | | | | | | | | | * 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>
* gnu: Add WebkitGTK 2.4.8.Ricardo Wurmus2015-05-07
| | | | | | * 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.
* gnu: webkitgtk: Remove unnecessary make flag.David Hashe2015-05-06
| | | | | | * gnu/packages/webkit.scm (webkitgtk): Remove make-flags. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: webkitgtk: Fix compilation on x86_64.David Hashe2015-05-05
| | | | | | | * gnu/packages/webkit.scm (webkitgtk): Move library install path from lib64 to lib. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add WebKitGTK+.宋文武2015-04-20
* gnu/packages/webkit.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.