]> git.pld-linux.org Git - packages/perl-Gtk2-SourceView.git/blob - perl-Gtk2-SourceView-build.patch
- updated to 1.013, deprecated now
[packages/perl-Gtk2-SourceView.git] / perl-Gtk2-SourceView-build.patch
1 --- Gtk2-SourceView-1.013/Makefile.PL.orig      2021-01-11 08:14:56.000000000 +0100
2 +++ Gtk2-SourceView-1.013/Makefile.PL   2021-06-20 08:18:08.368087422 +0200
3 @@ -45,8 +45,8 @@
4  
5  mkdir 'build', 0777;
6  
7 -#our %pkgcfg = ExtUtils::PkgConfig->find ('gtksourceview-1.0 >= '
8 -#                                   .$build_reqs{GtkSourceView});
9 +our %pkgcfg = ExtUtils::PkgConfig->find ('gtksourceview-1.0 >= '
10 +                                    .$build_reqs{GtkSourceView});
11  
12  # now we're ready to start creating the makefile.
13  # we need to use ExtUtils::Depends to get relevant information out of
14 @@ -62,8 +62,8 @@
15      Glib::MakeHelper->do_pod_files (@xs_files),
16  );
17  
18 -#ExtUtils::PkgConfig->write_version_macros ("build/gtksourceviewperl-version.h",
19 -#                                           'gtksourceview-1.0' => 'GTK_SOURCE_VIEW');
20 +ExtUtils::PkgConfig->write_version_macros ("build/gtksourceviewperl-version.h",
21 +                                           'gtksourceview-1.0' => 'GTK_SOURCE_VIEW');
22  
23  #
24  # autogeneration
25 @@ -72,8 +72,8 @@
26  Gtk2::CodeGen->write_boot (ignore => '^Gtk2::SourceView$');
27  
28  my $sview = ExtUtils::Depends->new ('Gtk2::SourceView', 'Gnome2::Print', 'Gtk2', 'Glib');
29 -#$sview->set_inc ($pkgcfg{cflags} . ' -I./build ');
30 -#$sview->set_libs ($pkgcfg{libs});
31 +$sview->set_inc ($pkgcfg{cflags} . ' -I./build ');
32 +$sview->set_libs ($pkgcfg{libs});
33  $sview->add_xs (@xs_files);
34  $sview->add_pm (%pm_files);
35  my $cwd = cwd();
36 --- Gtk2-SourceView-1.013/gtksourceviewperl.h.orig      2020-10-18 06:06:53.000000000 +0200
37 +++ Gtk2-SourceView-1.013/gtksourceviewperl.h   2021-06-20 08:20:46.893895280 +0200
38 @@ -29,7 +29,6 @@
39  #include <gtksourceview/gtksourcelanguage.h>
40  #include <gtksourceview/gtksourcelanguagesmanager.h>
41  #include <gtksourceview/gtksourcemarker.h>
42 -#include <gtksourceview/gtksourceprintjob.h>
43  #include <gtksourceview/gtksourcestylescheme.h>
44  #include <gtksourceview/gtksourcetag.h>
45  #include <gtksourceview/gtksourcetagstyle.h>
This page took 0.057562 seconds and 3 git commands to generate.