[DRE-commits] r1626 - in packages-wip/ruby-gnome2/trunk/debian: . patches

nohar-guest at alioth.debian.org nohar-guest at alioth.debian.org
Thu May 24 19:38:40 UTC 2007


Author: nohar-guest
Date: 2007-05-24 19:38:40 +0000 (Thu, 24 May 2007)
New Revision: 1626

Added:
   packages-wip/ruby-gnome2/trunk/debian/patches/gtkmozembed-rpath.patch
Modified:
   packages-wip/ruby-gnome2/trunk/debian/changelog
   packages-wip/ruby-gnome2/trunk/debian/patches/series
Log:
Add gtkmozembed-rpath patch.

Modified: packages-wip/ruby-gnome2/trunk/debian/changelog
===================================================================
--- packages-wip/ruby-gnome2/trunk/debian/changelog	2007-05-24 19:14:55 UTC (rev 1625)
+++ packages-wip/ruby-gnome2/trunk/debian/changelog	2007-05-24 19:38:40 UTC (rev 1626)
@@ -29,8 +29,10 @@
 
   [ Arnaud Cornet ]
   * Create a shebang patch to shut lintian up.
+  * Add gtkmozembed-rpath patch, fix rpath in libgtk-mozembed shared
+    object.
 
- -- Arnaud Cornet <arnaud.cornet at gmail.com>  Thu, 24 May 2007 21:17:00 +0200
+ -- Arnaud Cornet <arnaud.cornet at gmail.com>  Thu, 24 May 2007 21:41:44 +0200
 
 ruby-gnome2 (0.15.0-1.1) unstable; urgency=medium
 

Added: packages-wip/ruby-gnome2/trunk/debian/patches/gtkmozembed-rpath.patch
===================================================================
--- packages-wip/ruby-gnome2/trunk/debian/patches/gtkmozembed-rpath.patch	                        (rev 0)
+++ packages-wip/ruby-gnome2/trunk/debian/patches/gtkmozembed-rpath.patch	2007-05-24 19:38:40 UTC (rev 1626)
@@ -0,0 +1,12 @@
+Index: ruby-gnome2-0.16.0/gtkmozembed/extconf.rb
+===================================================================
+--- ruby-gnome2-0.16.0.orig/gtkmozembed/extconf.rb	2007-05-24 21:31:10.000000000 +0200
++++ ruby-gnome2-0.16.0/gtkmozembed/extconf.rb	2007-05-24 21:31:12.000000000 +0200
+@@ -46,7 +46,6 @@
+ if mozpath 
+   # please comment the CFLAGS line if you don't want a default comp_path
+   $CFLAGS << " -DDEFAULT_MOZILLA_FIVE_HOME='\"" << mozpath << "\"' "
+-  $LDFLAGS << " -Wl,-rpath " << mozpath
+ else
+   $stderr.puts "${package_id}.pc cannot be found."
+   exit 1

Modified: packages-wip/ruby-gnome2/trunk/debian/patches/series
===================================================================
--- packages-wip/ruby-gnome2/trunk/debian/patches/series	2007-05-24 19:14:55 UTC (rev 1625)
+++ packages-wip/ruby-gnome2/trunk/debian/patches/series	2007-05-24 19:38:40 UTC (rev 1626)
@@ -1,3 +1,4 @@
 drag-signals.patch
 extconf-strict.patch
 shebangs.patch
+gtkmozembed-rpath.patch




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