pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

bijiben: wip porting to webkitgtk 4.0



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sun Jun 12 02:19:43 2016 +0200
Changeset:	04e271837bd07c3a126a92f0efacf5482eee0303

Modified Files:
	bijiben/Makefile
	bijiben/distinfo
Added Files:
	bijiben/patches/patch-src_libbiji_editor_biji-editor-selection.c

Log Message:
bijiben: wip porting to webkitgtk 4.0

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=04e271837bd07c3a126a92f0efacf5482eee0303

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 bijiben/Makefile                                          |  2 +-
 bijiben/distinfo                                          |  6 ++++++
 .../patch-src_libbiji_editor_biji-editor-selection.c      | 15 +++++++++++++++
 3 files changed, 22 insertions(+), 1 deletion(-)

diffs:
diff --git a/bijiben/Makefile b/bijiben/Makefile
index 6f1347d..e93c56e 100644
--- a/bijiben/Makefile
+++ b/bijiben/Makefile
@@ -17,7 +17,7 @@ USE_TOOLS+=		intltool pkg-config
 
 .include "../../wip/evolution-data-server/buildlink3.mk"
 .include "../../net/gnome-online-accounts/buildlink3.mk"
-.include "../../www/webkit24-gtk3/buildlink3.mk"
+.include "../../www/webkit-gtk/buildlink3.mk"
 .include "../../x11/gtk3/buildlink3.mk"
 .include "../../wip/gnome-tracker/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/bijiben/distinfo b/bijiben/distinfo
index 7759c03..83ee239 100644
--- a/bijiben/distinfo
+++ b/bijiben/distinfo
@@ -4,3 +4,9 @@ SHA1 (bijiben-3.20.2.tar.xz) = 4a67be493ff73b3be5c58138a4c9889dcebb7095
 RMD160 (bijiben-3.20.2.tar.xz) = 8b685a87c7a817b8849ec573db033037afd78e49
 SHA512 (bijiben-3.20.2.tar.xz) = 11c00602ba5d10b30c6ce2a32f6ba854e93f2b5eecb9a6eb10ecfa5c700f59b1e96359290771afe72d01bc6275ef6e29d34cbcb5b32e4bed225749e01ad7626d
 Size (bijiben-3.20.2.tar.xz) = 779580 bytes
+SHA1 (patch-configure) = c8d4afdedfada1ef6e2979e02d39a13b6ea4c4ff
+SHA1 (patch-src_libbiji_editor_biji-editor-selection.c) = 22d84f489a8071086107bd2ab62ec4fb05af863d
+SHA1 (patch-src_libbiji_editor_biji-editor-selection.h) = 49c02dff96ca985ee7ba9715fa378417e01ed8e3
+SHA1 (patch-src_libbiji_editor_biji-editor-utils.h) = 6e92eda6b128492ebf649c2619dff0718d3ca058
+SHA1 (patch-src_libbiji_editor_biji-webkit-editor.c) = 1136ab331cabd2d9e6d04cfeb608033d91b5652a
+SHA1 (patch-src_libbiji_editor_biji-webkit-editor.h) = 5215e4f3996bc1b3531b0c7b94d13d83bac333f8
diff --git a/bijiben/patches/patch-src_libbiji_editor_biji-editor-selection.c b/bijiben/patches/patch-src_libbiji_editor_biji-editor-selection.c
new file mode 100644
index 0000000..fb31edc
--- /dev/null
+++ b/bijiben/patches/patch-src_libbiji_editor_biji-editor-selection.c
@@ -0,0 +1,15 @@
+$NetBSD$
+
+--- src/libbiji/editor/biji-editor-selection.c.orig	2014-10-18 21:26:34.000000000 +0000
++++ src/libbiji/editor/biji-editor-selection.c
+@@ -23,8 +23,8 @@
+ #include "biji-editor-selection.h"
+ #include "biji-editor-utils.h"
+  
+-#include <webkit/webkit.h>
+-#include <webkit/webkitdom.h>
++#include <webkit2/webkit2.h>
++#include <webkitdom/webkitdom.h>
+ 
+ #include <string.h>
+ #include <stdlib.h>


Home | Main Index | Thread Index | Old Index