gnome-perl-introspection r20 - trunk/Glib-Object-Introspection
- From: tsch svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-perl-introspection r20 - trunk/Glib-Object-Introspection
- Date: Sun, 2 Nov 2008 20:53:06 +0000 (UTC)
Author: tsch
Date: Sun Nov 2 20:53:06 2008
New Revision: 20
URL: http://svn.gnome.org/viewvc/gnome-perl-introspection?rev=20&view=rev
Log:
Track the rename gobject-introspection => gobject-introspection-1.0.
Modified:
trunk/Glib-Object-Introspection/Makefile.PL
Modified: trunk/Glib-Object-Introspection/Makefile.PL
==============================================================================
--- trunk/Glib-Object-Introspection/Makefile.PL (original)
+++ trunk/Glib-Object-Introspection/Makefile.PL Sun Nov 2 20:53:06 2008
@@ -9,8 +9,8 @@
our %build_reqs = (
'perl-ExtUtils-Depends' => '0.205',
- 'perl-ExtUtils-PkgConfig' => '1.07',
- 'perl-Glib' => '1.090',
+ 'perl-ExtUtils-PkgConfig' => '1.070',
+ 'perl-Glib' => '1.100',
);
our %pre_reqs = (
@@ -37,12 +37,12 @@
mkdir 'build', 0777;
-my %i11n_pkgcfg = ExtUtils::PkgConfig->find("gobject-introspection");
+my %i11n_pkgcfg = ExtUtils::PkgConfig->find("gobject-introspection-1.0");
my %ffi_pkgcfg = ExtUtils::PkgConfig->find("libffi");
-my $includedir = ExtUtils::PkgConfig->variable("gobject-introspection",
+my $includedir = ExtUtils::PkgConfig->variable("gobject-introspection-1.0",
"includedir");
-my $header = $includedir . "/glib-2.0/gobject-introspection/girepository.h";
+my $header = $includedir . "/gobject-introspection-1.0/girepository.h";
system(q(glib-mkenums --fhead "#ifndef __GIDLPERL_GTYPES_H__\n" ) .
q(--fhead "#define __GIDLPERL_GTYPES_H__ 1\n\n" ) .
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]