Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master xorg-modular grimoire by Lalo Martins (407691429b596c44888a14b7ff723c9b7749f917)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Lalo Martins <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master xorg-modular grimoire by Lalo Martins (407691429b596c44888a14b7ff723c9b7749f917)
  • Date: Sat, 10 Mar 2007 04:01:27 -0600

GIT changes to master xorg-modular grimoire by Lalo Martins
<lalo AT salmao.laranja.org>:

beryl/beryl-core/DEPENDS | 4 +++-
beryl/beryl-core/HISTORY | 3 +++
beryl/beryl-manager/DEPENDS | 3 +++
beryl/beryl-manager/HISTORY | 3 +++
beryl/beryl-plugins/DEPENDS | 4 +++-
beryl/beryl-plugins/HISTORY | 3 +++
beryl/beryl-settings/DEPENDS | 4 +++-
beryl/beryl-settings/HISTORY | 3 +++
beryl/beryl/HISTORY | 3 +++
beryl/emerald-themes/DEPENDS | 3 +++
beryl/emerald-themes/HISTORY | 3 +++
beryl/emerald/DEPENDS | 3 +++
beryl/emerald/HISTORY | 3 +++
13 files changed, 39 insertions(+), 3 deletions(-)

New commits:
commit 407691429b596c44888a14b7ff723c9b7749f917
Author: Lalo Martins <lalo AT salmao.laranja.org>
Commit: Lalo Martins <lalo AT salmao.laranja.org>

beryl spells: making svn dependency optional

diff --git a/beryl/beryl-core/DEPENDS b/beryl/beryl-core/DEPENDS
index bbd5383..d5dae09 100755
--- a/beryl/beryl-core/DEPENDS
+++ b/beryl/beryl-core/DEPENDS
@@ -1,4 +1,6 @@
-depends "subversion" &&
+if [ "$BERYL_CORE_TRUNK" == "y" ]; then
+depends "subversion"
+fi &&
depends "autoconf" &&
depends "automake" &&
depends "cairo" &&
diff --git a/beryl/beryl-core/HISTORY b/beryl/beryl-core/HISTORY
index cddf686..a2aab11 100644
--- a/beryl/beryl-core/HISTORY
+++ b/beryl/beryl-core/HISTORY
@@ -1,3 +1,6 @@
+2007-03-10 Lalo Martins <lalo AT sourcemage.org>
+ * DEPENDS: making subversion dependency optional
+
2006-12-29 Lalo Martins <lalo AT sourcemage.org>
* DETAILS: release 0.1.4

diff --git a/beryl/beryl-manager/DEPENDS b/beryl/beryl-manager/DEPENDS
index f049561..ded4bb6 100755
--- a/beryl/beryl-manager/DEPENDS
+++ b/beryl/beryl-manager/DEPENDS
@@ -1,3 +1,6 @@
+if [ "$BERYL_MANAGER_TRUNK" == "y" ]; then
+depends "subversion"
+fi &&
depends "beryl-core" &&
depends "beryl-plugins" &&
depends "emerald" &&
diff --git a/beryl/beryl-manager/HISTORY b/beryl/beryl-manager/HISTORY
index 912a598..8d3bdb3 100644
--- a/beryl/beryl-manager/HISTORY
+++ b/beryl/beryl-manager/HISTORY
@@ -1,3 +1,6 @@
+2007-03-10 Lalo Martins <lalo AT sourcemage.org>
+ * DEPENDS: making subversion dependency optional
+
2006-12-29 Lalo Martins <lalo AT sourcemage.org>
* DETAILS: release 0.1.4

diff --git a/beryl/beryl-plugins/DEPENDS b/beryl/beryl-plugins/DEPENDS
index 6580515..cf9869d 100755
--- a/beryl/beryl-plugins/DEPENDS
+++ b/beryl/beryl-plugins/DEPENDS
@@ -1,4 +1,6 @@
-# no need to depend on subversion, as beryl-core already does
+if [ "$BERYL_PLUGINS_TRUNK" == "y" ]; then
+depends "subversion"
+fi &&
depends "beryl-core" &&
depends "beryl-settings" &&
optional_depends "librsvg2" \
diff --git a/beryl/beryl-plugins/HISTORY b/beryl/beryl-plugins/HISTORY
index 5106858..e75692f 100644
--- a/beryl/beryl-plugins/HISTORY
+++ b/beryl/beryl-plugins/HISTORY
@@ -1,3 +1,6 @@
+2007-03-10 Lalo Martins <lalo AT sourcemage.org>
+ * DEPENDS: making subversion dependency optional
+
2006-12-29 Lalo Martins <lalo AT sourcemage.org>
* DETAILS: release 0.1.4

diff --git a/beryl/beryl-settings/DEPENDS b/beryl/beryl-settings/DEPENDS
index 5c5c520..7a41ba4 100755
--- a/beryl/beryl-settings/DEPENDS
+++ b/beryl/beryl-settings/DEPENDS
@@ -1,4 +1,6 @@
-# no need to depend on subversion, as beryl-core already does
+if [ "$BERYL_SETTINGS_TRUNK" == "y" ]; then
+depends "subversion"
+fi &&
depends "gtk+2" &&
depends "beryl-core" &&
depends "intltool" &&
diff --git a/beryl/beryl-settings/HISTORY b/beryl/beryl-settings/HISTORY
index be8f0e3..6e767c1 100644
--- a/beryl/beryl-settings/HISTORY
+++ b/beryl/beryl-settings/HISTORY
@@ -1,3 +1,6 @@
+2007-03-10 Lalo Martins <lalo AT sourcemage.org>
+ * DEPENDS: making subversion dependency optional
+
2006-12-29 Lalo Martins <lalo AT sourcemage.org>
* DETAILS: release 0.1.4

diff --git a/beryl/beryl/HISTORY b/beryl/beryl/HISTORY
index e016e33..119fde1 100644
--- a/beryl/beryl/HISTORY
+++ b/beryl/beryl/HISTORY
@@ -1,3 +1,6 @@
+2007-03-10 Lalo Martins <lalo AT sourcemage.org>
+ * DEPENDS: making subversion dependency optional
+
2006-12-29 Lalo Martins <lalo AT sourcemage.org>
* DETAILS: release 0.1.4

diff --git a/beryl/emerald-themes/DEPENDS b/beryl/emerald-themes/DEPENDS
index 973e3b8..1a29ac9 100755
--- a/beryl/emerald-themes/DEPENDS
+++ b/beryl/emerald-themes/DEPENDS
@@ -1 +1,4 @@
+if [ "$EMERALD_THEMES_TRUNK" == "y" ]; then
+depends "subversion"
+fi &&
depends "emerald"
diff --git a/beryl/emerald-themes/HISTORY b/beryl/emerald-themes/HISTORY
index 5acea9b..0a9f0f1 100644
--- a/beryl/emerald-themes/HISTORY
+++ b/beryl/emerald-themes/HISTORY
@@ -1,3 +1,6 @@
+2007-03-10 Lalo Martins <lalo AT sourcemage.org>
+ * DEPENDS: making subversion dependency optional
+
2006-12-29 Lalo Martins <lalo AT sourcemage.org>
* DETAILS: release 0.1.4

diff --git a/beryl/emerald/DEPENDS b/beryl/emerald/DEPENDS
index a9e0e79..b4f0c09 100755
--- a/beryl/emerald/DEPENDS
+++ b/beryl/emerald/DEPENDS
@@ -1,3 +1,6 @@
+if [ "EMERALD_TRUNK" == "y" ]; then
+depends "subversion"
+fi &&
depends gtk+2 &&
depends cairo &&
depends dbus &&
diff --git a/beryl/emerald/HISTORY b/beryl/emerald/HISTORY
index c34f5e0..e9b4dff 100644
--- a/beryl/emerald/HISTORY
+++ b/beryl/emerald/HISTORY
@@ -1,3 +1,6 @@
+2007-03-10 Lalo Martins <lalo AT sourcemage.org>
+ * DEPENDS: making subversion dependency optional
+
2006-12-29 Lalo Martins <lalo AT sourcemage.org>
* DETAILS: release 0.1.4




  • [SM-Commit] GIT changes to master xorg-modular grimoire by Lalo Martins (407691429b596c44888a14b7ff723c9b7749f917), Lalo Martins, 03/10/2007

Archive powered by MHonArc 2.6.24.

Top of Page