[cairo-commit] rcairo ChangeLog, 1.265, 1.266 pkg-config.rb, 1.15, 1.16 README, 1.22, 1.23
Kouhei Sutou
commit at pdx.freedesktop.org
Thu Jun 19 01:34:22 PDT 2008
Committed by: kou
Update of /cvs/cairo/rcairo
In directory kemper:/tmp/cvs-serv24512
Modified Files:
ChangeLog pkg-config.rb README
Log Message:
* README: add James Healy to Thanks list.
* pkg-config.rb (PackageConfig#guess_default_path): add
/usr/share/pkgconfig to default path.
Suggested by James Healy. Thanks!!!
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/rcairo/ChangeLog,v
retrieving revision 1.265
retrieving revision 1.266
diff -u -d -r1.265 -r1.266
--- ChangeLog 14 Jun 2008 13:11:19 -0000 1.265
+++ ChangeLog 19 Jun 2008 08:34:19 -0000 1.266
@@ -1,3 +1,11 @@
+2008-06-19 Kouhei Sutou <kou at cozmixng.org>
+
+ * README: add James Healy to Thanks list.
+
+ * pkg-config.rb (PackageConfig#guess_default_path): add
+ /usr/share/pkgconfig to default path.
+ Suggested by James Healy. Thanks!!!
+
2008-06-14 Kouhei Sutou <kou at cozmixng.org>
* src/rb_cairo.c: 1.6.2 -> 1.7.0.
@@ -12,6 +20,7 @@
* src/rb_cairo.c: 1.7.0 -> 1.6.2.
+>>>>>>> 1.265
2008-06-13 Kouhei Sutou <kou at cozmixng.org>
* pkg-config.rb: add PREFIX/lib64/pkgconfig to default path list.
Index: pkg-config.rb
===================================================================
RCS file: /cvs/cairo/rcairo/pkg-config.rb,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- pkg-config.rb 14 Jun 2008 12:31:41 -0000 1.15
+++ pkg-config.rb 19 Jun 2008 08:34:20 -0000 1.16
@@ -168,7 +168,8 @@
default_path = ["/usr/local/lib64/pkgconfig",
"/usr/local/lib/pkgconfig",
"/usr/lib64/pkgconfig",
- "/usr/lib/pkgconfig"].join(":")
+ "/usr/lib/pkgconfig",
+ "/usr/share/pkgconfig"].join(":")
libdir = ENV["PKG_CONFIG_LIBDIR"]
default_path = "#{libdir}:#{default_path}" if libdir
pkg_config = with_config("pkg-config", ENV["PKG_CONFIG"] || "pkg-config")
Index: README
===================================================================
RCS file: /cvs/cairo/rcairo/README,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- README 24 Apr 2008 06:00:47 -0000 1.22
+++ README 19 Jun 2008 08:34:20 -0000 1.23
@@ -68,3 +68,4 @@
- some advices for RubyCocoa.
- reports a bug.
* OBATA Akio: reports a bug.
+ * James Healy: reports bugs.
More information about the cairo-commit
mailing list