[DRE-commits] [ruby-gnome2] 05/09: Add packages ruby-clutter*, ruby-webkit-gtk*

Paul van Tilburg paulvt at moszumanska.debian.org
Tue May 6 14:19:45 UTC 2014


This is an automated email from the git hooks/post-receive script.

paulvt pushed a commit to branch master
in repository ruby-gnome2.

commit 55baf8265ec75dbf122abb944756844e6e7ec4b7
Author: Paul van Tilburg <paulvt at debian.org>
Date:   Tue May 6 15:28:53 2014 +0200

    Add packages ruby-clutter*, ruby-webkit-gtk*
    
    * debian/control: add packages ruby-clutter*, ruby-webkit-gtk*
    * debian/ruby-{clutter,clutter-gstreamer,clutter-gtk}.{examples,install},
      debian/ruby-{webkit-gtk,webkit-gtk2}.{examples,install}: added
---
 debian/changelog                       |  5 +-
 debian/control                         | 92 ++++++++++++++++++++++++++++++++--
 debian/ruby-clutter-gstreamer.examples |  1 +
 debian/ruby-clutter-gstreamer.install  |  1 +
 debian/ruby-clutter-gtk.examples       |  1 +
 debian/ruby-clutter-gtk.install        |  1 +
 debian/ruby-clutter-gtk.rb             |  1 +
 debian/ruby-clutter.examples           |  1 +
 debian/ruby-clutter.install            |  2 +
 debian/ruby-webkit-gtk.examples        |  1 +
 debian/ruby-webkit-gtk.install         |  1 +
 debian/ruby-webkit-gtk2.examples       |  1 +
 debian/ruby-webkit-gtk2.install        |  1 +
 13 files changed, 103 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e557728..e3ae44b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,9 +4,12 @@ ruby-gnome2 (2.2.0-1) UNRELEASED; urgency=medium
   * Merge changes from Ubuntu's ruby-gnome2 2.1.0-1ubuntu1, fixing
     ruby2.1 builds, courtesy of Matthias Klose <doko at ubuntu.com>
   * debian/build: add DESTDIR fix for Ruby 2.1
+  * debian/control: add packages ruby-clutter*, ruby-webkit-gtk*
   * debian/ruby-*.install: remove ruby1.8/ruby1.9.1 install paths
+  * debian/ruby-{clutter,clutter-gstreamer,clutter-gtk}.{examples,install},
+    debian/ruby-{webkit-gtk,webkit-gtk2}.{examples,install}: added
 
- -- Paul van Tilburg <paulvt at debian.org>  Tue, 06 May 2014 15:19:15 +0200
+ -- Paul van Tilburg <paulvt at debian.org>  Tue, 06 May 2014 15:25:51 +0200
 
 ruby-gnome2 (2.1.0-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 0437626..631b5be 100644
--- a/debian/control
+++ b/debian/control
@@ -73,6 +73,49 @@ Description: CairoGObject bindings for the Ruby language (debugging symbols)
  .
  This package contains the debugging symbols.
 
+Package: ruby-clutter
+Architecture: all
+Priority: extra
+Depends: ${misc:Depends}, ruby | ruby-interpreter,
+ ruby-gobject-introspection,
+ ruby-cairo-gobject,
+ ruby-atk,
+ ruby-pango,
+ ruby-gdk-pixbuf2,
+ gir1.2-clutter-1.0
+Description: Clutter bindings for the Ruby language
+ Clutter is a GObject based library for creating fast, visually rich,
+ graphical user interfaces.  Clutter works by manipulating a scene-graph of
+ 2D surfaces, or 'actors', inside a 3D space.  This package contains
+ libraries for using Clutter with the Ruby language.
+
+Package: ruby-clutter-gstreamer
+Architecture: all
+Priority: extra
+Depends: ${misc:Depends}, ruby | ruby-interpreter,
+ ruby-clutter,
+ ruby-gstreamer,
+ gir1.2-clutter-gst-2.0
+Description: Clutter-GStreamer bindings for the Ruby language
+ Clutter-GStreamer provides a Clutter interface implementation using
+ GStreamer for basic video and audio playback.  This package contains
+ libraries for using Clutter-GStreamer with the Ruby language.
+
+Package: ruby-clutter-gtk
+Architecture: all
+Priority: extra
+Depends: ${misc:Depends}, ruby | ruby-interpreter,
+ ruby-clutter,
+ ruby-gtk3,
+ gir1.2-gtkclutter-1.0
+Description: Clutter-Gtk bindings for the Ruby language
+ Clutter-Gtk is an integration library for the Clutter toolkit providing
+ access and integration for the GTK+ library.  Clutter-Gtk allows embedding
+ a Clutter scene graph into a GTK+ application; retrieving themeing
+ information; integrate GTK+ data structures and object classes with
+ Clutter actors.  This package contains libraries for using Clutter-Gtk
+ with the Ruby language.
+
 Package: ruby-gdk-pixbuf2
 Architecture: any
 Depends: ${shlibs:Depends}, ruby-glib2 (= ${binary:Version}), ${misc:Depends}
@@ -117,7 +160,10 @@ Description: GDK 3 bindings for the Ruby language (debugging symbols)
 
 Package: ruby-gio2
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby-glib2 (= ${binary:Version})
+Depends: ${shlibs:Depends}, ${misc:Depends},
+ ruby-gobject-introspection (= ${binary:Version}),
+ ruby-glib2 (= ${binary:Version}),
+ gir1.2-glib-2.0
 Description: GIO bindings for the Ruby language
  GIO is a I/O stack for GLIB/GTK+ applications. This package provides GIO
  bindings to be used in Ruby programs.
@@ -207,7 +253,12 @@ Description: GObject Introspection bindings for the Ruby (debugging symbols)
 
 Package: ruby-gstreamer
 Architecture: any
-Depends: ${shlibs:Depends}, ruby-gtk2 (= ${binary:Version}), ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends},
+ ruby-gobject-introspection (= ${binary:Version}),
+ ruby-atk (= ${binary:Version}),
+ ruby-pango (= ${binary:Version}),
+ ruby-gdk-pixbuf2 (= ${binary:Version}),
+ gir1.2-gstreamer-1.0
 Description: GStreamer bindings for the Ruby language
  GStreamer is a media processing framework with support for a wide variety of
  data sources, sinks, and formats through the use of dynamically loaded
@@ -229,9 +280,10 @@ Description: GStreamer bindings for the Ruby language (debugging symbols)
 
 Package: ruby-gtk2
 Architecture: any
-Depends: ${shlibs:Depends}, ruby-atk (= ${binary:Version}),
- ruby-pango (= ${binary:Version}), ruby-gdk-pixbuf2 (= ${binary:Version}),
- ruby-gobject-introspection (= ${binary:Version}), ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends},
+ ruby-atk (= ${binary:Version}),
+ ruby-pango (= ${binary:Version}),
+ ruby-gdk-pixbuf2 (= ${binary:Version})
 Description: GTK+ 2 bindings for the Ruby language
  GTK+ is a library for creating graphical user interfaces. This package
  contains libraries for using GTK+ 2 with the Ruby programming language.
@@ -412,3 +464,33 @@ Description: VTE3 widget bindings for the Ruby language (debugging symbols)
  for using VTE3 with the Ruby programming language.
  .
  This package contains the debugging symbols.
+
+Package: ruby-webkit-gtk
+Architecture: all
+Priority: extra
+Depends: ${misc:Depends}, ruby | ruby-interpreter,
+ ruby-gobject-introspection,
+ ruby-gtk3,
+ gir1.2-webkit-3.0
+Description: WebKitGTK+ bindings for the Ruby language
+ WebKitGTK+ is the GNOME platform port of the WebKit rendering engine.
+ Offering WebKit’s full functionality through a set of GObject-based APIs,
+ it is suitable for projects requiring any kind of web integration, from
+ hybrid HTML/CSS applications to full-fledged web browsers, like Epiphany
+ and Midori.  This package contains libraries for using WebKitGTK+ with
+ GTK+ 3 and the Ruby language.
+
+Package: ruby-webkit-gtk2
+Architecture: all
+Priority: extra
+Depends: ${misc:Depends}, ruby | ruby-interpreter,
+ ruby-gobject-introspection,
+ ruby-gtk2,
+ gir1.2-webkit-1.0
+Description: WebKitGTK+ for GTK+ 2 bindings for the Ruby language
+ WebKitGTK+ is the GNOME platform port of the WebKit rendering engine.
+ Offering WebKit’s full functionality through a set of GObject-based APIs,
+ it is suitable for projects requiring any kind of web integration, from
+ hybrid HTML/CSS applications to full-fledged web browsers, like Epiphany
+ and Midori.  This package contains libraries for using WebKitGTK+ with
+ GTK+ 2 and the Ruby language.
diff --git a/debian/ruby-clutter-gstreamer.examples b/debian/ruby-clutter-gstreamer.examples
new file mode 100644
index 0000000..807e9d6
--- /dev/null
+++ b/debian/ruby-clutter-gstreamer.examples
@@ -0,0 +1 @@
+clutter-gstreamer/sample/*
diff --git a/debian/ruby-clutter-gstreamer.install b/debian/ruby-clutter-gstreamer.install
new file mode 100644
index 0000000..b431bf4
--- /dev/null
+++ b/debian/ruby-clutter-gstreamer.install
@@ -0,0 +1 @@
+clutter-gstreamer/lib/clutter-gst.rb /usr/lib/ruby/vendor_ruby
diff --git a/debian/ruby-clutter-gtk.examples b/debian/ruby-clutter-gtk.examples
new file mode 100644
index 0000000..841e8cd
--- /dev/null
+++ b/debian/ruby-clutter-gtk.examples
@@ -0,0 +1 @@
+clutter-gtk/sample/*
diff --git a/debian/ruby-clutter-gtk.install b/debian/ruby-clutter-gtk.install
new file mode 100644
index 0000000..eee727c
--- /dev/null
+++ b/debian/ruby-clutter-gtk.install
@@ -0,0 +1 @@
+clutter-gtk/lib/clutter-gtk.rb /usr/lib/ruby/vendor_ruby
diff --git a/debian/ruby-clutter-gtk.rb b/debian/ruby-clutter-gtk.rb
new file mode 100644
index 0000000..1027919
--- /dev/null
+++ b/debian/ruby-clutter-gtk.rb
@@ -0,0 +1 @@
+usr/lib/ruby/vendor_ruby/clutter-gtk.rb
diff --git a/debian/ruby-clutter.examples b/debian/ruby-clutter.examples
new file mode 100644
index 0000000..481cb56
--- /dev/null
+++ b/debian/ruby-clutter.examples
@@ -0,0 +1 @@
+clutter/sample/*
diff --git a/debian/ruby-clutter.install b/debian/ruby-clutter.install
new file mode 100644
index 0000000..a02e927
--- /dev/null
+++ b/debian/ruby-clutter.install
@@ -0,0 +1,2 @@
+clutter/lib/clutter.rb /usr/lib/ruby/vendor_ruby
+clutter/lib/clutter/*  /usr/lib/ruby/vendor_ruby/clutter
diff --git a/debian/ruby-webkit-gtk.examples b/debian/ruby-webkit-gtk.examples
new file mode 100644
index 0000000..f32f3da
--- /dev/null
+++ b/debian/ruby-webkit-gtk.examples
@@ -0,0 +1 @@
+webkit-gtk/sample/*
diff --git a/debian/ruby-webkit-gtk.install b/debian/ruby-webkit-gtk.install
new file mode 100644
index 0000000..19f5f39
--- /dev/null
+++ b/debian/ruby-webkit-gtk.install
@@ -0,0 +1 @@
+webkit-gtk/lib/webkit-gtk.rb /usr/lib/ruby/vendor_ruby
diff --git a/debian/ruby-webkit-gtk2.examples b/debian/ruby-webkit-gtk2.examples
new file mode 100644
index 0000000..9026449
--- /dev/null
+++ b/debian/ruby-webkit-gtk2.examples
@@ -0,0 +1 @@
+webkit-gtk2/sample/*
diff --git a/debian/ruby-webkit-gtk2.install b/debian/ruby-webkit-gtk2.install
new file mode 100644
index 0000000..47adc3f
--- /dev/null
+++ b/debian/ruby-webkit-gtk2.install
@@ -0,0 +1 @@
+webkit-gtk2/lib/webkit-gtk2.rb /usr/lib/ruby/vendor_ruby

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-gnome2.git



More information about the Pkg-ruby-extras-commits mailing list