libnotify 0.5.6.pre1-universal-rubinius-1.2 → 0.5.6.pre2-universal-rubinius-1.2

Sign up to get free protection for your applications and to get access to all the features.
data/lib/libnotify/ffi.rb CHANGED
@@ -8,8 +8,8 @@ module Libnotify
8
8
  # Workaround for "half-linked" libnotify.so. Does not work on rubinius (no ffi_lib_flags there)!
9
9
  # See: https://bugzilla.redhat.com/show_bug.cgi?id=626852
10
10
  ffi_lib_flags :lazy, :local, :global if respond_to?(:ffi_lib_flags)
11
- ffi_lib %w[libgtk-x11-2.0.so.0 libgtk-x11-2.0.so]
12
- ffi_lib %w[libgtkmm-2.4.so.1 libgtkmm-2.4.so]
11
+ ffi_lib %w[libgtk-x11-2.0.so.0 libgtk-x11-2.0.so libgtk-3.so.0 libgtk-3.so]
12
+ ffi_lib %w[libgtkmm-2.4.so.1 libgtkmm-2.4.so libgtkmm-3.0.so.1 libgtkmm-3.0.so]
13
13
  ffi_lib %w[libnotify.so.1 libnotify.so libnotify]
14
14
  attach_functions!
15
15
  rescue LoadError => e
@@ -1,3 +1,3 @@
1
1
  module Libnotify
2
- VERSION = "0.5.6.pre1"
2
+ VERSION = "0.5.6.pre2"
3
3
  end
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: libnotify
3
3
  version: !ruby/object:Gem::Version
4
- hash: 3457254002499246929
4
+ hash: 3457254002499246935
5
5
  prerelease: 6
6
6
  segments:
7
7
  - 0
8
8
  - 5
9
9
  - 6
10
10
  - pre
11
- - 1
12
- version: 0.5.6.pre1
11
+ - 2
12
+ version: 0.5.6.pre2
13
13
  platform: universal-rubinius-1.2
14
14
  authors:
15
15
  - Peter Suschlik