summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Housh <jaeger@crux.nu>2006-12-01 11:34:18 -0600
committerMatt Housh <jaeger@crux.nu>2006-12-01 11:34:18 -0600
commit4e1b1d39adbdb8227eb848f0dfce56163fb590d4 (patch)
treecf6f286aa5efbc49b7bbcf823354fa54ab75300c
parent06b9392d5bcb264eb0663144230e74158a8d6048 (diff)
downloadopt-4e1b1d39adbdb8227eb848f0dfce56163fb590d4.tar.gz
opt-4e1b1d39adbdb8227eb848f0dfce56163fb590d4.tar.xz
dbus: updated to version 1.0.1
-rw-r--r--dbus/.footprint3
-rw-r--r--dbus/.md5sum2
-rw-r--r--dbus/Pkgfile2
-rw-r--r--dbus/README5
4 files changed, 8 insertions, 4 deletions
diff --git a/dbus/.footprint b/dbus/.footprint
index 351252274..4928632e9 100644
--- a/dbus/.footprint
+++ b/dbus/.footprint
@@ -27,6 +27,7 @@ drwxr-xr-x root/root usr/include/dbus-1.0/dbus/
-rw-r--r-- root/root usr/include/dbus-1.0/dbus/dbus-macros.h
-rw-r--r-- root/root usr/include/dbus-1.0/dbus/dbus-memory.h
-rw-r--r-- root/root usr/include/dbus-1.0/dbus/dbus-message.h
+-rw-r--r-- root/root usr/include/dbus-1.0/dbus/dbus-misc.h
-rw-r--r-- root/root usr/include/dbus-1.0/dbus/dbus-pending-call.h
-rw-r--r-- root/root usr/include/dbus-1.0/dbus/dbus-protocol.h
-rw-r--r-- root/root usr/include/dbus-1.0/dbus/dbus-server.h
@@ -60,5 +61,7 @@ drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/dbus-1/
drwxr-xr-x root/root usr/share/dbus-1/services/
drwxr-xr-x root/root var/
+drwxr-xr-x root/root var/lib/
+drwxr-xr-x root/root var/lib/dbus/
drwxr-xr-x root/root var/run/
drwxr-xr-x root/root var/run/dbus/
diff --git a/dbus/.md5sum b/dbus/.md5sum
index 317b76aae..ce2737c72 100644
--- a/dbus/.md5sum
+++ b/dbus/.md5sum
@@ -1,3 +1,3 @@
23bc5ff22fe4f9a208d65fbbfd489ad9 30-dbus.launch
-85653cafbcfc7edfbad9639459758ed3 dbus-0.94.tar.gz
+52c70d18fe0b398f5de3b8a18a589960 dbus-1.0.1.tar.gz
0dc978461c9f75b6203f7c0cd0481b22 rc.dbus
diff --git a/dbus/Pkgfile b/dbus/Pkgfile
index 86693c935..232523633 100644
--- a/dbus/Pkgfile
+++ b/dbus/Pkgfile
@@ -4,7 +4,7 @@
# Depends on: expat
name=dbus
-version=0.94
+version=1.0.1
release=1
source=(http://dbus.freedesktop.org/releases/dbus/$name-$version.tar.gz \
rc.dbus 30-dbus.launch)
diff --git a/dbus/README b/dbus/README
index d8812593c..fc35ccc3b 100644
--- a/dbus/README
+++ b/dbus/README
@@ -1,4 +1,5 @@
-README for dbus 0.92
+
+README for dbus 0.92+
REQUIREMENTS
@@ -6,7 +7,7 @@ PRE/POST-INSTALL
Create a user/group messagebus with a unused id < 99:
'groupadd -g 81 messagebus'
- 'useradd -n -u 81 -g messagebus -d /var/empty -s /bin/false messagebus'
+ 'useradd -u 81 -g messagebus -d /var/empty -s /bin/false messagebus'
'passwd -l messagebus'
PRECAUTION

Generated by cgit