Skip to Content.
Sympa Menu

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

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 (4408ed4ef953aed028d8f0da917680b1d5eeb94d)
  • Date: Fri, 27 Oct 2006 05:28:14 -0500

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

beryl/beryl-manager/DEPENDS | 4 ++++
beryl/beryl-manager/DETAILS | 15 +++++++++++++++
beryl/beryl-manager/HISTORY | 2 ++
beryl/beryl-manager/PRE_BUILD | 3 +++
beryl/beryl/BUILD | 1 +
beryl/beryl/DEPENDS | 6 ++++++
beryl/beryl/DETAILS | 10 ++++++++++
beryl/beryl/HISTORY | 3 +++
beryl/beryl/INSTALL | 1 +
beryl/beryl/PRE_BUILD | 1 +
beryl/beryl/PRE_INSTALL | 1 +
11 files changed, 47 insertions(+)

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

beryl (profile) spell

commit 7a30061a078d816241f43eb87ff7ee45adb6e8b6
Author: Lalo Martins <lalo AT salmao.laranja.org>
Commit: Lalo Martins <lalo AT salmao.laranja.org>

beryl-manager spell

diff --git a/beryl/beryl-manager/DEPENDS b/beryl/beryl-manager/DEPENDS
new file mode 100755
index 0000000..f049561
--- /dev/null
+++ b/beryl/beryl-manager/DEPENDS
@@ -0,0 +1,4 @@
+depends "beryl-core" &&
+depends "beryl-plugins" &&
+depends "emerald" &&
+depends "beryl-settings"
\ No newline at end of file
diff --git a/beryl/beryl-manager/DETAILS b/beryl/beryl-manager/DETAILS
new file mode 100755
index 0000000..59f9141
--- /dev/null
+++ b/beryl/beryl-manager/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=beryl-manager
+ VERSION=0.1.1
+ SOURCE=$SPELL-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+
SOURCE_URL[0]=svn://svn.beryl-project.org/beryl/tags/release-$VERSION/$SPELL:$SPELL-$VERSION
+ SOURCE_IGNORE=volatile
+ WEB_SITE=http://www.beryl-project.org/
+ ENTERED=20061027
+ LICENSE[0]=GPL
+ SHORT="A daemon and systray icon to start (and restart) Beryl"
+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
diff --git a/beryl/beryl-manager/HISTORY b/beryl/beryl-manager/HISTORY
new file mode 100644
index 0000000..437b69f
--- /dev/null
+++ b/beryl/beryl-manager/HISTORY
@@ -0,0 +1,2 @@
+2006-10-27 Lalo Martins <lalo AT sourcemage.org>
+ DETAILS, DEPENDS, PRE_BUILD, HISTORY: created this spell
diff --git a/beryl/beryl-manager/PRE_BUILD b/beryl/beryl-manager/PRE_BUILD
new file mode 100755
index 0000000..2a4e7d0
--- /dev/null
+++ b/beryl/beryl-manager/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd ${SOURCE_DIRECTORY} &&
+NOCONFIGURE=Y ./autogen.sh
diff --git a/beryl/beryl/BUILD b/beryl/beryl/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/beryl/beryl/BUILD
@@ -0,0 +1 @@
+true
diff --git a/beryl/beryl/DEPENDS b/beryl/beryl/DEPENDS
new file mode 100755
index 0000000..4074156
--- /dev/null
+++ b/beryl/beryl/DEPENDS
@@ -0,0 +1,6 @@
+depends "beryl-core" &&
+depends "beryl-plugins" &&
+depends "emerald" &&
+depends "beryl-settings" &&
+depends "emerald-themes" &&
+depends "beryl-manager"
\ No newline at end of file
diff --git a/beryl/beryl/DETAILS b/beryl/beryl/DETAILS
new file mode 100755
index 0000000..4d19da2
--- /dev/null
+++ b/beryl/beryl/DETAILS
@@ -0,0 +1,10 @@
+ SPELL=beryl
+ VERSION=0.1.1
+ WEB_SITE=http://www.beryl-project.org/
+ ENTERED=20061027
+ LICENSE[0]=GPL
+ SHORT="Cast this to install everything you need to run Beryl"
+cat << EOF
+Profile to cast Beryl, its settings manager, window decorator, plugins,
+themes, launcher daemon...
+EOF
\ No newline at end of file
diff --git a/beryl/beryl/HISTORY b/beryl/beryl/HISTORY
new file mode 100644
index 0000000..4b6f7a9
--- /dev/null
+++ b/beryl/beryl/HISTORY
@@ -0,0 +1,3 @@
+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/beryl/INSTALL b/beryl/beryl/INSTALL
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/beryl/beryl/INSTALL
@@ -0,0 +1 @@
+true
diff --git a/beryl/beryl/PRE_BUILD b/beryl/beryl/PRE_BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/beryl/beryl/PRE_BUILD
@@ -0,0 +1 @@
+true
diff --git a/beryl/beryl/PRE_INSTALL b/beryl/beryl/PRE_INSTALL
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/beryl/beryl/PRE_INSTALL
@@ -0,0 +1 @@
+true



  • [SM-Commit] GIT changes to master xorg-modular grimoire by Lalo Martins (4408ed4ef953aed028d8f0da917680b1d5eeb94d), Lalo Martins, 10/27/2006

Archive powered by MHonArc 2.6.24.

Top of Page