Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (7d956aa3b3311fcd918a7a66566b4042caab3d80)
  • Date: Tue, 31 Aug 2010 20:50:39 -0500

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

xfce/xfburn/BUILD | 2 +-
xfce/xfburn/DEPENDS | 1 +
xfce/xfburn/HISTORY | 4 ++++
3 files changed, 6 insertions(+), 1 deletion(-)

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

xfce/xfburn: fixed BUILD for git version, added docbook-xsl required
dependency for git too

diff --git a/xfce/xfburn/BUILD b/xfce/xfburn/BUILD
index 157daa2..9bce9fb 100755
--- a/xfce/xfburn/BUILD
+++ b/xfce/xfburn/BUILD
@@ -1,4 +1,4 @@
-if [[ $XFBURN_SVN == y ]]; then
+if [[ $XFBURN_GIT == y ]]; then
./autogen.sh --prefix=${INSTALL_ROOT}/usr \
--sysconfdir=${INSTALL_ROOT}/etc \
--localstatedir=${INSTALL_ROOT}/var \
diff --git a/xfce/xfburn/DEPENDS b/xfce/xfburn/DEPENDS
index e9fb51c..5e3abd7 100755
--- a/xfce/xfburn/DEPENDS
+++ b/xfce/xfburn/DEPENDS
@@ -7,6 +7,7 @@ depends intltool &&
depends libxfcegui4 &&

if [[ $XFBURN_GIT == y ]]; then
+ depends docbook-xsl &&
depends git &&
depends xfce4-dev-tools
fi &&
diff --git a/xfce/xfburn/HISTORY b/xfce/xfburn/HISTORY
index a72b11e..e6d1a69 100644
--- a/xfce/xfburn/HISTORY
+++ b/xfce/xfburn/HISTORY
@@ -1,3 +1,7 @@
+2010-08-31 Pol Vinogradov <vin.public AT gmail.com>
+ * BUILD: fixed switching to git
+ * DEPENDS: added required docbook-xsl for git branch
+
2010-05-30 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 0.4.3




  • [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (7d956aa3b3311fcd918a7a66566b4042caab3d80), Pol Vinogradov, 08/31/2010

Archive powered by MHonArc 2.6.24.

Top of Page