[SCM] Google Gadgets packaging branch, master, updated. debian/0.11.2-3-14-gc4ea436

Pino Toscano pino at alioth.debian.org
Mon Jul 25 21:30:13 UTC 2011


The following commit has been merged in the master branch:
commit 785322ce393226887ddc0c648cae6ffd5d90506a
Author: Pino Toscano <pino at debian.org>
Date:   Mon Jul 25 21:43:26 2011 +0200

    provide the WebKit-based modules
    
    - build-depend on libwebkitgtk-dev.
    - introduce a google-gadgets-webkit binary, and make google-gadgets-gtk depend on it.
---
 debian/changelog                     |    4 ++++
 debian/control                       |   16 ++++++++++++++++
 debian/google-gadgets-webkit.install |    3 +++
 3 files changed, 23 insertions(+), 0 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 049da30..68ffc63 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,10 @@ google-gadgets (0.11.2-4) UNRELEASED; urgency=low
     - do not use the xulrunner dh addon.
     - remove the google-gadgets-xul binary.
     - drop the xulrunner-dev and chrpath build-dependencies.
+  * Provide the WebKit-based modules:
+    - build-depend on libwebkitgtk-dev.
+    - introduce a google-gadgets-webkit binary, and make google-gadgets-gtk
+      depend on it.
 
  -- Debian Krap Maintainers <debian-qt-kde at lists.debian.org>  Mon, 21 Feb 2011 14:04:53 +0100
 
diff --git a/debian/control b/debian/control
index 54de699..4d2b285 100644
--- a/debian/control
+++ b/debian/control
@@ -10,6 +10,7 @@ Build-Depends: debhelper (>= 7.0.50~), automake, autoconf, dh-autoreconf,
  librsvg2-dev,
  libstartup-notification0-dev, libxml2-dev,
  network-manager-dev [linux-any],
+ libwebkitgtk-dev,
  zlib1g-dev
 Standards-Version: 3.9.2
 Vcs-Git: git://git.debian.org/pkg-kde/krap/google-gadgets.git
@@ -128,6 +129,7 @@ Section: gnome
 Architecture: any
 Depends: google-gadgets-common (= ${binary:Version}),
  google-gadgets-gst (= ${binary:Version}),
+ google-gadgets-webkit (= ${binary:Version}),
  ${shlibs:Depends}, ${misc:Depends}
 Description: GTK+ Version of Google Gadgets
  Google Gadgets for Linux provides a platform for running desktop gadgets under
@@ -166,3 +168,17 @@ Description: GStreamer Module for Google Gadgets
  under the Apache License.
  .
  This package includes the GStreamer modules.
+
+Package: google-gadgets-webkit
+Section: misc
+Architecture: any
+Depends: google-gadgets-common (= ${binary:Version}),
+ ${shlibs:Depends}, ${misc:Depends}
+Description: WebKit modules for Google Gadgets
+ Google Gadgets for Linux provides a platform for running desktop gadgets under
+ Linux, catering to the unique needs of Linux users. It is compatible with the
+ gadgets written for Google Desktop for Windows as well as the Universal
+ Gadgets on iGoogle. Following Linux norms, this project is open-sourced,
+ under the Apache License.
+ .
+ This package includes the WebKit modules.
diff --git a/debian/google-gadgets-webkit.install b/debian/google-gadgets-webkit.install
new file mode 100644
index 0000000..da35076
--- /dev/null
+++ b/debian/google-gadgets-webkit.install
@@ -0,0 +1,3 @@
+usr/lib/libggadget-webkitjs-1.0.so.0*
+usr/lib/google-gadgets/modules/gtkwebkit-browser-element.so
+usr/lib/google-gadgets/modules/webkit-script-runtime.so

-- 
Google Gadgets packaging



More information about the pkg-kde-commits mailing list