Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master xorg-modular grimoire by David Brown (77961b84c1ee4da77da6265477fe6417f7bc5da9)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: David Brown <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master xorg-modular grimoire by David Brown (77961b84c1ee4da77da6265477fe6417f7bc5da9)
  • Date: Fri, 10 Nov 2006 22:51:55 -0600

GIT changes to master xorg-modular grimoire by David Brown
<dmlb2000@dmlb2000.(none)>:

.gitignore | 3 +++
beryl/beryl-core/DETAILS | 9 ++++++---
beryl/beryl-core/HISTORY | 4 ++++
beryl/beryl-manager/DETAILS | 9 ++++++---
beryl/beryl-manager/HISTORY | 4 ++++
beryl/beryl-plugins/DETAILS | 9 ++++++---
beryl/beryl-plugins/HISTORY | 4 ++++
beryl/beryl-settings/DETAILS | 7 +++++--
beryl/beryl-settings/HISTORY | 4 ++++
beryl/beryl/DETAILS | 4 ++--
beryl/beryl/HISTORY | 3 +++
beryl/emerald-themes/DETAILS | 9 ++++++---
beryl/emerald-themes/HISTORY | 4 ++++
beryl/emerald/DETAILS | 9 ++++++---
beryl/emerald/HISTORY | 4 ++++
15 files changed, 67 insertions(+), 19 deletions(-)

New commits:
commit 77961b84c1ee4da77da6265477fe6417f7bc5da9
Author: David Brown <dmlb2000@dmlb2000.(none)>
Commit: David Brown <dmlb2000@dmlb2000.(none)>

added gitignore file

commit eb533184f8d952312b55f0e7f481bbe283b2f7a0
Author: David Brown <dmlb2000@dmlb2000.(none)>
Commit: David Brown <dmlb2000@dmlb2000.(none)>

emerald-themes fixed downloading to different tarballs daily added force
download and updated to 0.1.2

commit 810479557e6a584a119868d848bdf00e3aa31bd2
Author: David Brown <dmlb2000@dmlb2000.(none)>
Commit: David Brown <dmlb2000@dmlb2000.(none)>

emerald fixed downloading to different tarballs daily added force
download and updated to 0.1.2

commit 380c6d9fcde2139b62dd4f544e00cdbcdb0a2fbe
Author: David Brown <dmlb2000@dmlb2000.(none)>
Commit: David Brown <dmlb2000@dmlb2000.(none)>

beryl updated to 0.1.2

commit 357c1b7eb4f93c7c191ec971dd5cb32d0699ad5f
Author: David Brown <dmlb2000@dmlb2000.(none)>
Commit: David Brown <dmlb2000@dmlb2000.(none)>

beryl-plugins fixed downloading to different tarballs daily added force
download and updated to 0.1.2

commit 72ba808e40fe7c60d21dd8ab3c7d515baf3ffd34
Author: David Brown <dmlb2000@dmlb2000.(none)>
Commit: David Brown <dmlb2000@dmlb2000.(none)>

beryl-settings fixed downloading to different tarballs daily added force
download and updated to 0.1.2

commit f78ce87042d42b22d2fcffc82bf0c1190c613c7e
Author: David Brown <dmlb2000@dmlb2000.(none)>
Commit: David Brown <dmlb2000@dmlb2000.(none)>

beryl-manager fixed downloading to different tarballs daily added force
download and updated to 0.1.2

commit 66db5c1e03ea19929032913980e41faedc2ee41c
Author: David Brown <dmlb2000@dmlb2000.(none)>
Commit: David Brown <dmlb2000@dmlb2000.(none)>

beryl-core fixed downloading to different tarballs daily added force
download and updated to 0.1.2

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..9588a53
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+GRIMOIRE
+codex.index
+provides.index
diff --git a/beryl/beryl-core/DETAILS b/beryl/beryl-core/DETAILS
index ee4f8bf..dd509cd 100755
--- a/beryl/beryl-core/DETAILS
+++ b/beryl/beryl-core/DETAILS
@@ -6,12 +6,15 @@ if [ "$BERYL_CORE_TRUNK" == "y" ]; then
VERSION=svn
fi

SOURCE_URL[0]=svn://svn.beryl-project.org/beryl/trunk/$SPELL:$SPELL-$VERSION
+ SOURCE=$SPELL-svn.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-svn
else
- VERSION=0.1.1
+ VERSION=0.1.2

SOURCE_URL[0]=svn://svn.beryl-project.org/beryl/tags/release-$VERSION/$SPELL:$SPELL-$VERSION
-fi
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+fi
+ FORCE_DOWNLOAD=1
SOURCE_IGNORE=volatile
WEB_SITE=http://www.beryl-project.org/
ENTERED=20060724
@@ -21,4 +24,4 @@ cat << EOF
Beryl provides support for compositing X windows using OpenGL. This allows
clients to modify what is drawn to the screen before it happens and for this
to be hardware accelerated.
-EOF
\ No newline at end of file
+EOF
diff --git a/beryl/beryl-core/HISTORY b/beryl/beryl-core/HISTORY
index aae7288..1622369 100644
--- a/beryl/beryl-core/HISTORY
+++ b/beryl/beryl-core/HISTORY
@@ -1,3 +1,7 @@
+2006-11-10 David Brown <dmlb2000 AT gmail.com>
+ * DETAILS: fixed svn options to pull to the same tarball when updating
+ daily also added force download updated to 0.1.2 as well
+
2006-10-27 Lalo Martins <lalo AT sourcemage.org>
DETAILS, PREPARE: adding SVN trunk option

diff --git a/beryl/beryl-manager/DETAILS b/beryl/beryl-manager/DETAILS
index 9b49f88..891f15b 100755
--- a/beryl/beryl-manager/DETAILS
+++ b/beryl/beryl-manager/DETAILS
@@ -6,12 +6,15 @@ if [ "$BERYL_MANAGER_TRUNK" == "y" ]; th
VERSION=svn
fi

SOURCE_URL[0]=svn://svn.beryl-project.org/beryl/trunk/$SPELL:$SPELL-$VERSION
+ SOURCE=$SPELL-svn.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-svn
else
- VERSION=0.1.1
+ VERSION=0.1.2

SOURCE_URL[0]=svn://svn.beryl-project.org/beryl/tags/release-$VERSION/$SPELL:$SPELL-$VERSION
-fi
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+fi
+ FORCE_DOWNLOAD=1
SOURCE_IGNORE=volatile
WEB_SITE=http://www.beryl-project.org/
ENTERED=20061027
@@ -21,4 +24,4 @@ cat << EOF
Beryl-manager sits in background, with an icon on your systray, and starts
Beryl and Emerald (or some other window manager and decorator) when you start
your session, or when they die.
-EOF
\ No newline at end of file
+EOF
diff --git a/beryl/beryl-manager/HISTORY b/beryl/beryl-manager/HISTORY
index 9d2deac..72e5835 100644
--- a/beryl/beryl-manager/HISTORY
+++ b/beryl/beryl-manager/HISTORY
@@ -1,3 +1,7 @@
+2006-11-10 David Brown <dmlb2000 AT gmail.com>
+ * DETAILS: fixed svn options to pull to the same tarball when
updating
+ daily also added force download updated to 0.1.2 as well
+
2006-10-27 Lalo Martins <lalo AT sourcemage.org>
DETAILS, PREPARE: adding SVN trunk option

diff --git a/beryl/beryl-plugins/DETAILS b/beryl/beryl-plugins/DETAILS
index 46c9fac..0649a7e 100755
--- a/beryl/beryl-plugins/DETAILS
+++ b/beryl/beryl-plugins/DETAILS
@@ -6,12 +6,15 @@ if [ "$BERYL_PLUGINS_TRUNK" == "y" ]; th
VERSION=svn
fi

SOURCE_URL[0]=svn://svn.beryl-project.org/beryl/trunk/$SPELL:$SPELL-$VERSION
+ SOURCE=$SPELL-svn.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-svn
else
- VERSION=0.1.1
+ VERSION=0.1.2

SOURCE_URL[0]=svn://svn.beryl-project.org/beryl/tags/release-$VERSION/$SPELL:$SPELL-$VERSION
-fi
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+fi
+ FORCE_DOWNLOAD=1
SOURCE_IGNORE=volatile
WEB_SITE=http://www.beryl-project.org/
ENTERED=20060724
@@ -21,4 +24,4 @@ cat << EOF
Beryl provides support for compositing X windows using OpenGL. This allows
clients to modify what is drawn to the screen before it happens and for this
to be hardware accelerated.
-EOF
\ No newline at end of file
+EOF
diff --git a/beryl/beryl-plugins/HISTORY b/beryl/beryl-plugins/HISTORY
index 01a1461..45dd4b7 100644
--- a/beryl/beryl-plugins/HISTORY
+++ b/beryl/beryl-plugins/HISTORY
@@ -1,3 +1,7 @@
+2006-11-10 David Brown <dmlb2000 AT gmail.com>
+ * DETAILS: fixed svn options to pull to the same tarball when
updating
+ daily also added force download updated to 0.1.2 as well
+
2006-10-27 Lalo Martins <lalo AT sourcemage.org>
DETAILS, PREPARE: adding SVN trunk option

diff --git a/beryl/beryl-settings/DETAILS b/beryl/beryl-settings/DETAILS
index 9500dba..d3dfc7f 100755
--- a/beryl/beryl-settings/DETAILS
+++ b/beryl/beryl-settings/DETAILS
@@ -6,12 +6,15 @@ if [ "$BERYL_SETTINGS_TRUNK" == "y" ]; t
VERSION=svn
fi

SOURCE_URL[0]=svn://svn.beryl-project.org/beryl/trunk/$SPELL:$SPELL-$VERSION
+ SOURCE=$SPELL-svn.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-svn
else
- VERSION=0.1.1
+ VERSION=0.1.2

SOURCE_URL[0]=svn://svn.beryl-project.org/beryl/tags/release-$VERSION/$SPELL:$SPELL-$VERSION
-fi
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+fi
+ FORCE_DOWNLOAD=1
SOURCE_IGNORE=volatile
WEB_SITE=http://www.beryl-project.org/
LICENSE[0]=GPL
diff --git a/beryl/beryl-settings/HISTORY b/beryl/beryl-settings/HISTORY
index e3c51ab..4845cb3 100644
--- a/beryl/beryl-settings/HISTORY
+++ b/beryl/beryl-settings/HISTORY
@@ -1,3 +1,7 @@
+2006-11-10 David Brown <dmlb2000 AT gmail.com>
+ * DETAILS: fixed svn options to pull to the same tarball when
updating
+ daily also added force download updated to 0.1.2 as well
+
2006-10-27 Lalo Martins <lalo AT sourcemage.org>
DETAILS, PREPARE: adding SVN trunk option

diff --git a/beryl/beryl/DETAILS b/beryl/beryl/DETAILS
index 4d19da2..dcbe50d 100755
--- a/beryl/beryl/DETAILS
+++ b/beryl/beryl/DETAILS
@@ -1,5 +1,5 @@
SPELL=beryl
- VERSION=0.1.1
+ VERSION=0.1.2
WEB_SITE=http://www.beryl-project.org/
ENTERED=20061027
LICENSE[0]=GPL
@@ -7,4 +7,4 @@
cat << EOF
Profile to cast Beryl, its settings manager, window decorator, plugins,
themes, launcher daemon...
-EOF
\ No newline at end of file
+EOF
diff --git a/beryl/beryl/HISTORY b/beryl/beryl/HISTORY
index 4b6f7a9..5aaed4c 100644
--- a/beryl/beryl/HISTORY
+++ b/beryl/beryl/HISTORY
@@ -1,3 +1,6 @@
+2006-11-10 David Brown <dmlb2000 AT gmail.com>
+ * DETAILS: updated 0.1.2
+
2006-10-27 Lalo Martins <lalo AT sourcemage.org>
BUILD, DEPENDS, DETAILS, HISTORY, INSTALL, PRE_BUILD, PRE_INSTALL:
created this spell
diff --git a/beryl/emerald-themes/DETAILS b/beryl/emerald-themes/DETAILS
index 6ff68d7..4cda03d 100755
--- a/beryl/emerald-themes/DETAILS
+++ b/beryl/emerald-themes/DETAILS
@@ -6,12 +6,15 @@ if [ "$EMERALD_THEMES_TRUNK" == "y" ]; t
VERSION=svn
fi

SOURCE_URL[0]=svn://svn.beryl-project.org/beryl/trunk/$SPELL:$SPELL-$VERSION
+ SOURCE=$SPELL-svn.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-svn
else
- VERSION=0.1.1
+ VERSION=0.1.2

SOURCE_URL[0]=svn://svn.beryl-project.org/beryl/tags/release-$VERSION/$SPELL:$SPELL-$VERSION
-fi
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+fi
+ FORCE_DOWNLOAD=1
SOURCE_IGNORE=volatile
WEB_SITE=http://www.beryl-project.org/
ENTERED=20060804
@@ -19,4 +22,4 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
SHORT="Themes for Beryl's window decorator"
cat << EOF
A set of community-written themes for Beryl's window decorator
-EOF
\ No newline at end of file
+EOF
diff --git a/beryl/emerald-themes/HISTORY b/beryl/emerald-themes/HISTORY
index 5fac3d1..ca39482 100644
--- a/beryl/emerald-themes/HISTORY
+++ b/beryl/emerald-themes/HISTORY
@@ -1,3 +1,7 @@
+2006-11-10 David Brown <dmlb2000 AT gmail.com>
+ * DETAILS: fixed svn options to pull to the same tarball when
updating
+ daily also added force download updated to 0.1.2 as well
+
2006-10-27 Lalo Martins <lalo AT sourcemage.org>
DETAILS, PREPARE: adding SVN trunk option

diff --git a/beryl/emerald/DETAILS b/beryl/emerald/DETAILS
index 823d5d9..ccd2fc6 100755
--- a/beryl/emerald/DETAILS
+++ b/beryl/emerald/DETAILS
@@ -6,12 +6,15 @@ if [ "$EMERALD_TRUNK" == "y" ]; then
VERSION=svn
fi

SOURCE_URL[0]=svn://svn.beryl-project.org/beryl/trunk/$SPELL:$SPELL-$VERSION
+ SOURCE=$SPELL-svn.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-svn
else
- VERSION=0.1.1
+ VERSION=0.1.2

SOURCE_URL[0]=svn://svn.beryl-project.org/beryl/tags/release-$VERSION/$SPELL:$SPELL-$VERSION
-fi
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+fi
+ FORCE_DOWNLOAD=1
SOURCE_IGNORE=volatile
WEB_SITE=http://www.beryl-project.org/
ENTERED=20060724
@@ -19,4 +22,4 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
SHORT="Window Decorator for Beryl"
cat << EOF
A themeable window decorator for Beryl, compatible with any desktop
environment
-EOF
\ No newline at end of file
+EOF
diff --git a/beryl/emerald/HISTORY b/beryl/emerald/HISTORY
index 2dec11a..9feb7d3 100644
--- a/beryl/emerald/HISTORY
+++ b/beryl/emerald/HISTORY
@@ -1,3 +1,7 @@
+2006-11-10 David Brown <dmlb2000 AT gmail.com>
+ * DETAILS: fixed svn options to pull to the same tarball when
updating
+ daily also added force download updated to 0.1.2 as well
+
2006-10-27 Lalo Martins <lalo AT sourcemage.org>
DETAILS, PREPARE: adding SVN trunk option




  • [SM-Commit] GIT changes to master xorg-modular grimoire by David Brown (77961b84c1ee4da77da6265477fe6417f7bc5da9), David Brown, 11/10/2006

Archive powered by MHonArc 2.6.24.

Top of Page