Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (28fd0906320e02d6225b57012f2b01a93996ad70)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (28fd0906320e02d6225b57012f2b01a93996ad70)
  • Date: Sat, 7 Mar 2009 00:49:42 -0600

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

disk/udev/FINAL | 1 +
disk/udev/HISTORY | 3 +++
kde4/kdebase-workspace4/DEPENDS | 2 ++
kde4/kdebase-workspace4/HISTORY | 3 +++
4 files changed, 9 insertions(+)

New commits:
commit 28fd0906320e02d6225b57012f2b01a93996ad70
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

kdebase-workspace4: startkde uses xprop at runtime, depend on it

commit 551a227f0d20166de2666f8052710b9b18830b79
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

udev: Create firewire group to stop the boot warning

diff --git a/disk/udev/FINAL b/disk/udev/FINAL
index 06913fa..392fe80 100755
--- a/disk/udev/FINAL
+++ b/disk/udev/FINAL
@@ -6,6 +6,7 @@ create_group burning
create_group video
create_group audio
create_group uucp
+create_group firewire

# dispel hotplug
if [[ $UDEV_DISPEL_HOTPLUG == y ]]; then
diff --git a/disk/udev/HISTORY b/disk/udev/HISTORY
index b8dc68e..5626732 100644
--- a/disk/udev/HISTORY
+++ b/disk/udev/HISTORY
@@ -1,3 +1,6 @@
+2009-03-06 Eric Sandall <sandalle AT sourcemage.org>
+ * FINAL: Create firewire group to stop the boot warning
+
2009-02-27 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 139

diff --git a/kde4/kdebase-workspace4/DEPENDS b/kde4/kdebase-workspace4/DEPENDS
index 0026b5e..3443b1b 100755
--- a/kde4/kdebase-workspace4/DEPENDS
+++ b/kde4/kdebase-workspace4/DEPENDS
@@ -6,6 +6,8 @@ depends libxdmcp &&
depends libxrandr &&
depends libxxf86misc &&

+runtime_depends xprop &&
+
suggest_depends xrdb '' '' "update the X resource database"
&&
suggest_depends xkeyboard-config '' '' "allow multiple consoles ctl-alt-Fn"
&&

diff --git a/kde4/kdebase-workspace4/HISTORY b/kde4/kdebase-workspace4/HISTORY
index ccc420c..c95dcea 100644
--- a/kde4/kdebase-workspace4/HISTORY
+++ b/kde4/kdebase-workspace4/HISTORY
@@ -1,3 +1,6 @@
+2009-03-06 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: startkde uses xprop at runtime, depend on it
+
2009-03-05 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 4.2.1 (stable)




  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (28fd0906320e02d6225b57012f2b01a93996ad70), Eric Sandall, 03/07/2009

Archive powered by MHonArc 2.6.24.

Top of Page