pkg-config 1.2.8 → 1.2.9
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/NEWS +11 -0
- data/lib/pkg-config.rb +4 -1
- data/lib/pkg-config/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ba7a578caad93756b6f3bb8fa9d961f99291f8f0
|
4
|
+
data.tar.gz: d4845bf9efcc49e5d410cab0a6c800d06c4b36a2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0527c317b11b5b46ae9b93cae40032f8a539995dd51c2780f48ae51142788185dae005f1f54e018e852c027355129c61aa9e413a08b75f27d683ba2b026aa420
|
7
|
+
data.tar.gz: fcd01f29eb0e0f505774c57baf599ce4d7a03dc95062b1129a1684e6aa2f4634b2ae0c3e201d6c46b906f18510c00e12899481462184d65a33a263531ecd359b
|
data/NEWS
CHANGED
data/lib/pkg-config.rb
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
# Copyright 2008-
|
1
|
+
# Copyright 2008-2018 Kouhei Sutou <kou@cozmixng.org>
|
2
2
|
#
|
3
3
|
# This library is free software; you can redistribute it and/or
|
4
4
|
# modify it under the terms of the GNU Lesser General Public
|
@@ -342,12 +342,15 @@ class PackageConfig
|
|
342
342
|
"/usr/local/libx32/pkgconfig",
|
343
343
|
"/usr/local/lib/pkgconfig",
|
344
344
|
"/usr/local/libdata/pkgconfig",
|
345
|
+
"/usr/local/share/pkgconfig",
|
345
346
|
"/opt/local/lib/pkgconfig",
|
346
347
|
*arch_depended_path,
|
347
348
|
"/usr/lib64/pkgconfig",
|
348
349
|
"/usr/libx32/pkgconfig",
|
349
350
|
"/usr/lib/pkgconfig",
|
350
351
|
"/usr/libdata/pkgconfig",
|
352
|
+
"/usr/X11R6/lib/pkgconfig",
|
353
|
+
"/usr/X11R6/share/pkgconfig",
|
351
354
|
"/usr/X11/lib/pkgconfig",
|
352
355
|
"/opt/X11/lib/pkgconfig",
|
353
356
|
"/usr/share/pkgconfig",
|
data/lib/pkg-config/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pkg-config
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.2.
|
4
|
+
version: 1.2.9
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Kouhei Sutou
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2018-01-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: test-unit
|
@@ -89,7 +89,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
89
89
|
version: '0'
|
90
90
|
requirements: []
|
91
91
|
rubyforge_project: cairo
|
92
|
-
rubygems_version: 2.5.2.
|
92
|
+
rubygems_version: 2.5.2.2
|
93
93
|
signing_key:
|
94
94
|
specification_version: 4
|
95
95
|
summary: A pkg-config implementation for Ruby
|