[libwx-scintilla-perl] 03/07: update remove-uneeded-libs patch to apply cleanly

Damyan Ivanov dmn at moszumanska.debian.org
Tue Apr 29 20:51:02 UTC 2014


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

dmn pushed a commit to branch master
in repository libwx-scintilla-perl.

commit e44a21dc8817aa19e253ae7272a7eb3752403eac
Author: Damyan Ivanov <dmn at debian.org>
Date:   Tue Apr 29 19:08:15 2014 +0000

    update remove-uneeded-libs patch to apply cleanly
---
 debian/patches/remove-uneeded-libs | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/debian/patches/remove-uneeded-libs b/debian/patches/remove-uneeded-libs
index 67396c2..2cdef1f 100644
--- a/debian/patches/remove-uneeded-libs
+++ b/debian/patches/remove-uneeded-libs
@@ -4,17 +4,14 @@ Forwarded: not yet
 Author: dod at debian.org
 --- a/inc/Module/Build/Scintilla/GTK.pm
 +++ b/inc/Module/Build/Scintilla/GTK.pm
-@@ -83,9 +83,10 @@
+@@ -83,9 +83,7 @@ sub stc_prebuild_check {
  
  sub stc_extra_scintilla_libs {
  	my $self   = shift;
 -	my $extras = '-lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0 ';
 -	$extras .= '-lgdk_pixbuf-2.0 -lm -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 ';
--	$extras .= '-lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 -lpng -lz -ldl -lm ';
-+	# my $extras = '-lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0 ';
-+	# $extras .= '-lgdk_pixbuf-2.0 -lm -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 ';
-+	# $extras .= '-lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 -lpng -lz -ldl -lm ';
+-	$extras .= '-lgmodule-2.0 -lgthread-2.0 -lglib-2.0';
 +	my $extras = ' -lm ';
- 
- 	#'-lgio-2.0', # does not apper to be needed and not present on some systems
  	return $extras;
+ }
+ 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libwx-scintilla-perl.git



More information about the Pkg-perl-cvs-commits mailing list