libnotify 0.5.6.pre1 → 0.5.6.pre2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/libnotify/ffi.rb +2 -2
- data/lib/libnotify/version.rb +1 -1
- metadata +3 -3
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
|
data/lib/libnotify/version.rb
CHANGED
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:
|
|
4
|
+
hash: 1923832013
|
|
5
5
|
prerelease: 6
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 5
|
|
9
9
|
- 6
|
|
10
10
|
- pre
|
|
11
|
-
-
|
|
12
|
-
version: 0.5.6.
|
|
11
|
+
- 2
|
|
12
|
+
version: 0.5.6.pre2
|
|
13
13
|
platform: ruby
|
|
14
14
|
authors:
|
|
15
15
|
- Peter Suschlik
|