r28364 - in /packages/unstable/pywebkitgtk/debian: changelog patches/series patches/web_view_get_title.patch

mpitt at users.alioth.debian.org mpitt at users.alioth.debian.org
Wed Jun 8 12:04:32 UTC 2011


Author: mpitt
Date: Wed Jun  8 12:04:31 2011
New Revision: 28364

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=28364
Log:
Add web_view_get_title.patch: Add binding for WebView.get_title().

Added:
    packages/unstable/pywebkitgtk/debian/patches/series
    packages/unstable/pywebkitgtk/debian/patches/web_view_get_title.patch
Modified:
    packages/unstable/pywebkitgtk/debian/changelog

Modified: packages/unstable/pywebkitgtk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/pywebkitgtk/debian/changelog?rev=28364&op=diff
==============================================================================
--- packages/unstable/pywebkitgtk/debian/changelog [utf-8] (original)
+++ packages/unstable/pywebkitgtk/debian/changelog [utf-8] Wed Jun  8 12:04:31 2011
@@ -1,10 +1,14 @@
 pywebkitgtk (1.1.8-2) UNRELEASED; urgency=low
 
+  [ Martin Pitt ]
   * debian/control.in: Fix update libwebkit-dev build dependency to
     libwebkitgtk-dev.
   * Drop 02_fix_m4_directory.dpatch, 03_autoreconf.dpatch, and 00list. These
     patches don't get applied anyway (this is a 3.0 quilt source). Thanks to
     Chris Coulson for pointing this out!
+
+  [ Chris Coulson ]
+  * Add web_view_get_title.patch: Add binding for WebView.get_title().
 
  -- Martin Pitt <mpitt at debian.org>  Wed, 08 Jun 2011 13:57:36 +0200
 

Added: packages/unstable/pywebkitgtk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/pywebkitgtk/debian/patches/series?rev=28364&op=file
==============================================================================
--- packages/unstable/pywebkitgtk/debian/patches/series (added)
+++ packages/unstable/pywebkitgtk/debian/patches/series [utf-8] Wed Jun  8 12:04:31 2011
@@ -1,0 +1,1 @@
+web_view_get_title.patch

Added: packages/unstable/pywebkitgtk/debian/patches/web_view_get_title.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/pywebkitgtk/debian/patches/web_view_get_title.patch?rev=28364&op=file
==============================================================================
--- packages/unstable/pywebkitgtk/debian/patches/web_view_get_title.patch (added)
+++ packages/unstable/pywebkitgtk/debian/patches/web_view_get_title.patch [utf-8] Wed Jun  8 12:04:31 2011
@@ -1,0 +1,19 @@
+Description: Add WebView.get_title() function
+Author: Chris Coulson <chris.coulson at canonical.com>
+Forwarded: no
+
+--- pywebkitgtk-1.1.8.orig/webkit/webkit-1.1.defs
++++ pywebkitgtk-1.1.8/webkit/webkit-1.1.defs
+@@ -150,6 +150,12 @@
+   (return-type "gboolean")
+ )
+ 
++(define-method get_title
++  (of-object "WebKitWebView")
++  (c-name "webkit_web_view_get_title")
++  (return-type "const-gchar*")
++)
++
+ ;; from webkit/webkitwebwindowfeatures.h
+ (define-function webkit_web_window_features_new
+   (is-constructor-of "WebKitWebWindowFeatures")




More information about the pkg-gnome-commits mailing list