Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Donald Johnson (49ae0383df172ae067c90eb00bf8a783219b6b12)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Donald Johnson <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Donald Johnson (49ae0383df172ae067c90eb00bf8a783219b6b12)
  • Date: Tue, 8 Sep 2009 17:01:02 -0500

GIT changes to master grimoire by Donald Johnson <ltdonny AT gmail.com>:

graphics/gimp/DEPENDS | 2 +-
graphics/gimp/HISTORY | 3 +++
smgl/bashdoc/DETAILS | 2 +-
smgl/bashdoc/HISTORY | 4 ++++
utils/notification-daemon/DEPENDS | 3 ++-
utils/notification-daemon/HISTORY | 3 +++
6 files changed, 14 insertions(+), 3 deletions(-)

New commits:
commit 559000da0d835f117d6cf327f28d4c9a4a5d9526
Author: Donald Johnson <ltdonny AT gmail.com>
Commit: Donald Johnson <ltdonny AT gmail.com>

bashdoc: updated long description

commit 75cbd82ba7f784b649bc37e83fc117d93618524d
Author: Donald Johnson <ltdonny AT gmail.com>
Commit: Donald Johnson <ltdonny AT gmail.com>

notification-daemon: depends libglade2

commit cff9a8449a23faa2aee996756a9f7c28160eecd6
Author: Donald Johnson <ltdonny AT gmail.com>
Commit: Donald Johnson <ltdonny AT gmail.com>

gimp: added libglade2 depends

diff --git a/graphics/gimp/DEPENDS b/graphics/gimp/DEPENDS
index 936a751..0040410 100755
--- a/graphics/gimp/DEPENDS
+++ b/graphics/gimp/DEPENDS
@@ -1,7 +1,7 @@
depends gtk+2 &&
depends libart_lgpl &&
depends xml-parser-expat &&
-
+depends libglade2 &&
depends gegl &&
depends intltool &&
optional_depends iso-codes &&
diff --git a/graphics/gimp/HISTORY b/graphics/gimp/HISTORY
index dbeaefe..3b3ecda 100644
--- a/graphics/gimp/HISTORY
+++ b/graphics/gimp/HISTORY
@@ -1,3 +1,6 @@
+2009-09-07 Donald Johnson <ltdonny AT gmail.com>
+ * DEPENDS: added depends libglade2
+
2009-08-28 Eric Sandall <sandalle AT sourcemage.org>
* DEPENDS: Does not know --without-gtkhtml2
configure: WARNING: unrecognized options: --without-gtkhtml2
diff --git a/smgl/bashdoc/DETAILS b/smgl/bashdoc/DETAILS
index d9a62da..b621b66 100755
--- a/smgl/bashdoc/DETAILS
+++ b/smgl/bashdoc/DETAILS
@@ -12,7 +12,7 @@ cat << EOF
This spell installs bashdoc tooling for generationg Bash documentation from
code. It also runs a script generate and install all Source Mage GNU/Linux
documentation that is available in our code. Documentation is viewable at
-/usr/doc/sourcemage-docs/index.html. Enjoy!
+/usr/share/doc/sourcemageapidocs/index.html. Enjoy!

Quick reference for docing Source Mage project code (each lib/function):
========================================================================
diff --git a/smgl/bashdoc/HISTORY b/smgl/bashdoc/HISTORY
index 1ed7d76..642f0b3 100644
--- a/smgl/bashdoc/HISTORY
+++ b/smgl/bashdoc/HISTORY
@@ -1,3 +1,7 @@
+2009-09-08 Donald Johnson <ltdonny AT gmail.com>
+ * DETAILS: updated long desc to be more correct in the path the docs
+ install to.
+
2008-08-22 Robert Figura <template AT sourcemage.org>
* INSTALL: also generate bashdoc's self documentation, #11851

diff --git a/utils/notification-daemon/DEPENDS
b/utils/notification-daemon/DEPENDS
index 7ad9c3a..c97d4bb 100755
--- a/utils/notification-daemon/DEPENDS
+++ b/utils/notification-daemon/DEPENDS
@@ -3,4 +3,5 @@ depends dbus-glib &&
depends libsexy &&
depends gconf2 &&
depends libnotify &&
-depends libwnck
+depends libwnck &&
+depends libglade2
diff --git a/utils/notification-daemon/HISTORY
b/utils/notification-daemon/HISTORY
index 52f862e..9de76de 100644
--- a/utils/notification-daemon/HISTORY
+++ b/utils/notification-daemon/HISTORY
@@ -1,3 +1,6 @@
+2009-09-07 Donald Johnson <ltdonny AT gmail.com>
+ * DEPDNS: depends on libglade2
+
2009-01-21 Eric Sandall <sandalle AT sourcemage.org>
* DEPENDS: Depends on libnotify (Bug #14976)




  • [SM-Commit] GIT changes to master grimoire by Donald Johnson (49ae0383df172ae067c90eb00bf8a783219b6b12), Donald Johnson, 09/08/2009

Archive powered by MHonArc 2.6.24.

Top of Page