dbus 1.6.18
This commit is contained in:
parent
3e115677ea
commit
61aafc2bbd
1 changed files with 4 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
|||
|
||||
class DBus < Formula
|
||||
homepage 'http://www.freedesktop.org/wiki/Software/dbus'
|
||||
url 'http://dbus.freedesktop.org/releases/dbus/dbus-1.6.12.tar.gz'
|
||||
sha256 'f67a7abfd6d045c1e9eba2bba4199d301836bc0c6e8a727c765913aba780ee92'
|
||||
url 'http://dbus.freedesktop.org/releases/dbus/dbus-1.6.18.tar.gz'
|
||||
sha256 '7085a0895a9eb11a952394cdbea6d8b4358e17cb991fed0e8fb85e2b9e686dcd'
|
||||
|
||||
def install
|
||||
# Fix the TMPDIR to one D-Bus doesn't reject due to odd symbols
|
||||
|
@ -24,7 +24,9 @@ class DBus < Formula
|
|||
system "make install"
|
||||
|
||||
(prefix+'org.freedesktop.dbus-session.plist').chmod 0644
|
||||
end
|
||||
|
||||
def post_install
|
||||
# Generate D-Bus's UUID for this machine
|
||||
system "#{bin}/dbus-uuidgen", "--ensure=#{var}/lib/dbus/machine-id"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue