Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (d70ebd90300b4b4842a4338284cfed27ceca2aca)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (d70ebd90300b4b4842a4338284cfed27ceca2aca)
  • Date: Tue, 5 Sep 2006 08:56:21 -0500

GIT changes to master grimoire by Pol Vinogradov <vin.public AT gmail.com>:

devel/cmake/HISTORY | 2 +-
devel/cmake/INSTALL | 1 +
kde-core/kdeaddons/DEPENDS | 4 ++--
kde-core/kdeaddons/HISTORY | 3 +++
4 files changed, 7 insertions(+), 3 deletions(-)

New commits:
commit 74221d4eb0c68c5a9bf7f0193c450abadf4d3c13
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

devel/cmake:

INSTALL: added another sedit line for correct docs installation

commit ae876796570009f68594c87c3a6a0fa2cc7556c6
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

kde-core/kdeaddons:

DEPENDS: more fixes

diff --git a/devel/cmake/HISTORY b/devel/cmake/HISTORY
index 9737ce6..4072255 100644
--- a/devel/cmake/HISTORY
+++ b/devel/cmake/HISTORY
@@ -1,5 +1,5 @@
2006-09-05 Pol Vinogradov <vin.public AT gmail.com>
- * INSTALL: added for proper man pages installation
+ * INSTALL: added for proper man pages and docs installation

2006-08-13 Treeve Jelbert <treeve AT pi.be>
* DETAILS: version 2.4.3
diff --git a/devel/cmake/INSTALL b/devel/cmake/INSTALL
index a6472f2..491203a 100755
--- a/devel/cmake/INSTALL
+++ b/devel/cmake/INSTALL
@@ -1,2 +1,3 @@
sedit "s:/usr/share/man/man1:/share/man/man1:g"
Utilities/cmake_install.cmake &&
+sedit "s:/doc/CMake:/share/doc/${SPELL}:g" Utilities/cmake_install.cmake
&&
default_install
diff --git a/kde-core/kdeaddons/DEPENDS b/kde-core/kdeaddons/DEPENDS
index ac705de..8b0793d 100755
--- a/kde-core/kdeaddons/DEPENDS
+++ b/kde-core/kdeaddons/DEPENDS
@@ -25,7 +25,7 @@ optional_depends xmms
optional_depends db \
'--with-berkeley-db' \
'--without-berkeley-db' \
- 'for berkeley db support &&
+ 'for berkeley db support' &&

optional_depends sdl \
'' \
@@ -60,4 +60,4 @@ optional_depends libgphoto2
optional_depends OPENGL \
'' \
'' \
- 'for OpenGL support' \
+ 'for OpenGL support'
diff --git a/kde-core/kdeaddons/HISTORY b/kde-core/kdeaddons/HISTORY
index b841f0d..69fb09e 100644
--- a/kde-core/kdeaddons/HISTORY
+++ b/kde-core/kdeaddons/HISTORY
@@ -1,3 +1,6 @@
+2006-09-05 Pol Vinogradov <vin.public AT gmail.com>
+ * DEPENDS: more fixes
+
2006-09-04 Anton Brondz <dinolinux AT sourcemage.org>
* DEPENDS: fixed a few mistakes, added optional dependency on xmms
and db





Archive powered by MHonArc 2.6.24.

Top of Page