diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-04-26 08:42:20 -0500 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-04-28 16:19:47 -0500 |
commit | 20de6618e62fba00d881500319f3db71740fd5e8 (patch) | |
tree | a0a241e5fbb15e97255fcbacf32f93fcd8fd0dc1 /package/webkitgtk | |
parent | 7bded37fb9efb15a52e52bc5688956d76a63802d (diff) |
update webkitgtk to latest, still broken
Diffstat (limited to 'package/webkitgtk')
-rw-r--r-- | package/webkitgtk/Makefile | 4 | ||||
-rw-r--r-- | package/webkitgtk/patches/patch-CMakeLists_txt | 10 | ||||
-rw-r--r-- | package/webkitgtk/patches/patch-CMakeLists_txt.orig | 10 |
3 files changed, 2 insertions, 22 deletions
diff --git a/package/webkitgtk/Makefile b/package/webkitgtk/Makefile index 43cae5da5..dacf52e2d 100644 --- a/package/webkitgtk/Makefile +++ b/package/webkitgtk/Makefile @@ -4,9 +4,9 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= webkitgtk -PKG_VERSION:= 2.7.3 +PKG_VERSION:= 2.8.1 PKG_RELEASE:= 1 -PKG_HASH:= 06243dfda689e83d170a31d6ea288f51790ddc596faa8a6b44f464006528b7f8 +PKG_HASH:= 7d214459d216ca499ad75bccae7f248655d6ef5b295ffafd299773e7331860ff PKG_DESCR:= web browser engine PKG_SECTION:= libs/misc PKG_DEPENDS:= glib icu4c zlib libwebp libgtk3 libsoup diff --git a/package/webkitgtk/patches/patch-CMakeLists_txt b/package/webkitgtk/patches/patch-CMakeLists_txt deleted file mode 100644 index 3c8adb8b3..000000000 --- a/package/webkitgtk/patches/patch-CMakeLists_txt +++ /dev/null @@ -1,10 +0,0 @@ ---- webkitgtk-2.7.3.orig/CMakeLists.txt 2014-12-02 07:49:21.000000000 -0600 -+++ webkitgtk-2.7.3/CMakeLists.txt 2015-01-02 07:12:58.481869248 -0600 -@@ -68,7 +68,6 @@ find_package(Gperf 3.0.1 REQUIRED) - find_package(Perl 5.10.0 REQUIRED) - - find_package(PythonInterp 2.6.0 REQUIRED) --find_package(Ruby 1.8.7) - - # ----------------------------------------------------------------------------- - # Determine the target processor diff --git a/package/webkitgtk/patches/patch-CMakeLists_txt.orig b/package/webkitgtk/patches/patch-CMakeLists_txt.orig deleted file mode 100644 index d5065cc2d..000000000 --- a/package/webkitgtk/patches/patch-CMakeLists_txt.orig +++ /dev/null @@ -1,10 +0,0 @@ ---- webkitgtk-2.6.4.orig/CMakeLists.txt 2014-11-20 02:32:05.000000000 -0600 -+++ webkitgtk-2.6.4/CMakeLists.txt 2014-12-30 10:43:47.709729339 -0600 -@@ -69,7 +69,6 @@ find_package(Gperf 3.0.1 REQUIRED) - find_package(Perl 5.10.0 REQUIRED) - - find_package(PythonInterp 2.6.0 REQUIRED) --find_package(Ruby 1.8.7) - - # ----------------------------------------------------------------------------- - # Determine the target processor |