Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master xorg-modular grimoire by Bearcat M. Sandor (e3dff71b4c26760cc69984ac73b51b6135e5122f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: "Bearcat M. Sandor" <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master xorg-modular grimoire by Bearcat M. Sandor (e3dff71b4c26760cc69984ac73b51b6135e5122f)
  • Date: Wed, 14 Mar 2007 21:15:28 -0500

GIT changes to master xorg-modular grimoire by Bearcat M. Sandor
<sourcemage AT feline-soul.com>:

beryl/aquamarine/DEPENDS | 1 +
beryl/aquamarine/DETAILS | 30 ++++++++++++++++++++++++++++++
beryl/aquamarine/HISTORY | 2 ++
beryl/beryl-core/DETAILS | 5 +++--
beryl/beryl-core/HISTORY | 3 +++
beryl/beryl-manager/DETAILS | 4 ++--
beryl/beryl-manager/HISTORY | 3 +++
beryl/beryl-plugins/DETAILS | 4 ++--
beryl/beryl-plugins/HISTORY | 3 +++
beryl/beryl-settings-bindings/DEPENDS | 2 ++
beryl/beryl-settings-bindings/DETAILS | 13 +++++++++++++
beryl/beryl-settings-bindings/HISTORY | 2 ++
beryl/beryl-settings/DETAILS | 6 ++++--
beryl/beryl-settings/HISTORY | 3 +++
beryl/beryl/DETAILS | 2 +-
beryl/beryl/HISTORY | 3 +++
beryl/emerald-themes/DETAILS | 6 ++++--
beryl/emerald-themes/HISTORY | 3 +++
beryl/emerald/DETAILS | 6 ++++--
beryl/emerald/HISTORY | 3 +++
20 files changed, 91 insertions(+), 13 deletions(-)

New commits:
commit e3dff71b4c26760cc69984ac73b51b6135e5122f
Author: Bearcat M. Sandor <sourcemage AT feline-soul.com>
Commit: Bearcat M. Sandor <sourcemage AT feline-soul.com>

Updated emerald-themes to version 0.1.9999.2

commit 28170ab10509b568f8591197a999a66e6ac1b26d
Author: Bearcat M. Sandor <sourcemage AT feline-soul.com>
Commit: Bearcat M. Sandor <sourcemage AT feline-soul.com>

Updated emerald to version 0.1.9999.2

commit 38464c656fcd65ab120ef0bda9cae6e986670f8d
Author: Bearcat M. Sandor <sourcemage AT feline-soul.com>
Commit: Bearcat M. Sandor <sourcemage AT feline-soul.com>

Updated beryl-settings-bindings to version 0.1.9999.2

commit 5eaee7673114fb23df288d0f73e4a89c8c80d72f
Author: Bearcat M. Sandor <sourcemage AT feline-soul.com>
Commit: Bearcat M. Sandor <sourcemage AT feline-soul.com>

Updated beryl-setings to version 0.1.9999.2

commit 03cd418fde206eace5f52d68254b58bfc50dde84
Author: Bearcat M. Sandor <sourcemage AT feline-soul.com>
Commit: Bearcat M. Sandor <sourcemage AT feline-soul.com>

Updated beryl-plugins to version 0.1.9999.2

commit ba44653f10073dc4cb00530bfed7ae088b7bf060
Author: Bearcat M. Sandor <sourcemage AT feline-soul.com>
Commit: Bearcat M. Sandor <sourcemage AT feline-soul.com>

Updated beryl-manager to version 0.1.9999.2

commit 60a8fbb5c0a31c75ba608406ab54445ef2a4fd24
Author: Bearcat M. Sandor <sourcemage AT feline-soul.com>
Commit: Bearcat M. Sandor <sourcemage AT feline-soul.com>

Updated beryl-core to 0.1.9999.2

commit 71c6505cfb1d77f177f9771ad5333fd6a29f7f16
Author: Bearcat M. Sandor <sourcemage AT feline-soul.com>
Commit: Bearcat M. Sandor <sourcemage AT feline-soul.com>

Updated beryl to version 0.1.9999.2

commit 92a234e2f791be484fa583b530a28f104bd23f27
Author: Bearcat M. Sandor <sourcemage AT feline-soul.com>
Commit: Bearcat M. Sandor <sourcemage AT feline-soul.com>

Added new spell aquamarine

diff --git a/beryl/aquamarine/DEPENDS b/beryl/aquamarine/DEPENDS
new file mode 100755
index 0000000..6547e0e
--- /dev/null
+++ b/beryl/aquamarine/DEPENDS
@@ -0,0 +1 @@
+depends beryl-core
diff --git a/beryl/aquamarine/DETAILS b/beryl/aquamarine/DETAILS
new file mode 100755
index 0000000..85afcc3
--- /dev/null
+++ b/beryl/aquamarine/DETAILS
@@ -0,0 +1,30 @@
+SPELL=aquamarine
+if [ "$BERYL_CORE_TRUNK" == "y" ]; then
+ if [ "$BERYL_CORE_TRUNK_AUTOUPDATE" = "y" ]; then
+ VERSION=svn-$(date +%Y%m%d)
+ else
+ 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
+ FORCE_DOWNLOAD=1
+ SOURCE_IGNORE=volatile
+else
+ VERSION=0.1.9999.2
+ SOURCE=$SPELL-$VERSION.tar.bz2
+ SOURCE_URL[0]=http://releases.beryl-project.org/$VERSION/$SOURCE
+
SOURCE_HASH=sha512:8c7537c1fc672d2fee2119f37d54b67f722facaa638ed017c89311c5795723d27e708670ca90aa407e9192af50abc7aeffb9061b47a171f59748cb15d7128fe6
+
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+fi
+ WEB_SITE=http://www.beryl-project.org/
+ ENTERED=20070314
+ PATCHLEVEL=1
+ LICENSE[0]=GPL
+ SHORT="A kwin theme manager for beryl"
+cat << EOF
+Aquamarine is a theme manager for beryl that allows the use of kwin (KDE)
+themes.
+EOF
+
diff --git a/beryl/aquamarine/HISTORY b/beryl/aquamarine/HISTORY
new file mode 100644
index 0000000..60e3cb8
--- /dev/null
+++ b/beryl/aquamarine/HISTORY
@@ -0,0 +1,2 @@
+2007-03-13 Bearcat M. Sandor <sorcerer AT feline-soul.com>
+ * DETAILS, DEPENDS, HISTORY: created spell
diff --git a/beryl/beryl-core/DETAILS b/beryl/beryl-core/DETAILS
index 2d3b7d9..6069366 100755
--- a/beryl/beryl-core/DETAILS
+++ b/beryl/beryl-core/DETAILS
@@ -11,10 +11,11 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
FORCE_DOWNLOAD=1
SOURCE_IGNORE=volatile
else
- VERSION=0.1.4
+ VERSION=0.1.9999.2
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_URL[0]=http://releases.beryl-project.org/$VERSION/$SOURCE
-
SOURCE_HASH=sha512:872a83ca1f859eaebc2d1095468be428fd90726dc5910a4b4a7ed64e5a614ecafcb1b60dedfdb7526d77c555d030e90116833dd58778e413b80fc5d702b19bd4
+
SOURCE_HASH=sha512:69fd5ba259f4987c9456ad352553e578e4cd2f726b99e0e8a455cfadb96f78d36fbc5cfbea165f21a461067221eee5a382f35036aadef2ba3f0ac5ab19580028
+
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
fi
WEB_SITE=http://www.beryl-project.org/
diff --git a/beryl/beryl-core/HISTORY b/beryl/beryl-core/HISTORY
index a2aab11..6258a0a 100644
--- a/beryl/beryl-core/HISTORY
+++ b/beryl/beryl-core/HISTORY
@@ -1,3 +1,6 @@
+2007-03-14 Bearcat M. Sandor <sourcemage AT feline-soul.com>
+ * DEPENDS: updated 0.1.9999.2
+
2007-03-10 Lalo Martins <lalo AT sourcemage.org>
* DEPENDS: making subversion dependency optional

diff --git a/beryl/beryl-manager/DETAILS b/beryl/beryl-manager/DETAILS
index 09768a2..3354630 100755
--- a/beryl/beryl-manager/DETAILS
+++ b/beryl/beryl-manager/DETAILS
@@ -11,10 +11,10 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
FORCE_DOWNLOAD=1
SOURCE_IGNORE=volatile
else
- VERSION=0.1.4
+ VERSION=0.1.9999.2
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_URL[0]=http://releases.beryl-project.org/$VERSION/$SOURCE
-
SOURCE_HASH=sha512:888957e8102bc7091a1de8696d63a7f11b4b16598c540069d0e184e5fec97479bcfdcf980bb64655b7fcd7e60d5252c47fe81fbdb58c10a31a491936444e4a44
+
SOURCE_HASH=sha512:50d3ce9fb41a7ac1f55e21907bb4644f7d6c92eb759577a22062bf1a42edf5f1326b846660a4a991891b76b689e49d365bccdf756278f722ed8a86f2d74018c5
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
fi
WEB_SITE=http://www.beryl-project.org/
diff --git a/beryl/beryl-manager/HISTORY b/beryl/beryl-manager/HISTORY
index 8d3bdb3..9796eaf 100644
--- a/beryl/beryl-manager/HISTORY
+++ b/beryl/beryl-manager/HISTORY
@@ -1,3 +1,6 @@
+2007-03-14 Bearcat M. Sandor <sourcemage AT feline-soul.com>
+ * DEPENDS: updated 0.1.9999.2
+
2007-03-10 Lalo Martins <lalo AT sourcemage.org>
* DEPENDS: making subversion dependency optional

diff --git a/beryl/beryl-plugins/DETAILS b/beryl/beryl-plugins/DETAILS
index ecb28d1..8c8f5c7 100755
--- a/beryl/beryl-plugins/DETAILS
+++ b/beryl/beryl-plugins/DETAILS
@@ -11,10 +11,10 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
FORCE_DOWNLOAD=1
SOURCE_IGNORE=volatile
else
- VERSION=0.1.4
+ VERSION=0.1.9999.2
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_URL[0]=http://releases.beryl-project.org/$VERSION/$SOURCE
-
SOURCE_HASH=sha512:abed07a9e67c3bf6a4273029467881f8defba0c08950c5b57e697c1e7f5ce3abb5d7b4bfc1bc470a33fc9b0a4c524e935c7365de30d528574e1e2a6f23f9a449
+
SOURCE_HASH=sha512:9b2b4d1a82ca379ad9ca7ea8e17948308a40f595e1af5679746d2538fa68940d325d3e7ee6dbfa1a00b1c1d5ee0a74cc020f76341b93012474c5f618bc8b0905
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
fi
WEB_SITE=http://www.beryl-project.org/
diff --git a/beryl/beryl-plugins/HISTORY b/beryl/beryl-plugins/HISTORY
index d373b65..22be464 100644
--- a/beryl/beryl-plugins/HISTORY
+++ b/beryl/beryl-plugins/HISTORY
@@ -1,3 +1,6 @@
+2007-03-14 Bearcat M. Sandor <sourcemage AT feline-soul.com>
+ * DEPENDS: updated 0.1.9999.2
+
2007-03-10 Pol Vinogradov <vin.public AT gmail.com>
* DEPENDS: making librsvg2 dependency required

diff --git a/beryl/beryl-settings-bindings/DEPENDS
b/beryl/beryl-settings-bindings/DEPENDS
new file mode 100755
index 0000000..5341ecc
--- /dev/null
+++ b/beryl/beryl-settings-bindings/DEPENDS
@@ -0,0 +1,2 @@
+depends beryl-core
+
diff --git a/beryl/beryl-settings-bindings/DETAILS
b/beryl/beryl-settings-bindings/DETAILS
new file mode 100755
index 0000000..e231d02
--- /dev/null
+++ b/beryl/beryl-settings-bindings/DETAILS
@@ -0,0 +1,13 @@
+ SPELL=beryl-settings-bindings
+ VERSION=0.1.9999.2
+ SOURCE="${SPELL}-${VERSION}.tar.bz2"
+ SOURCE_URL[0]=http://releases.beryl-project.org/${VERSION}/${SOURCE}
+
SOURCE_HASH=sha512:0796932762fc5f881e593568fc5a8a1975e393cadd8a129c0bd66b98912c90efa38229598842e73b5d390963fd936e96217d0f16f383569332ed74663246ff41
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://www.beryl-project.org";
+ LICENSE[0]=GPL
+ ENTERED=20070314
+ SHORT="bindings for the beryl-settings module"
+cat << EOF
+Bindings for the Beryl settings module.
+EOF
diff --git a/beryl/beryl-settings-bindings/HISTORY
b/beryl/beryl-settings-bindings/HISTORY
new file mode 100644
index 0000000..eb66da4
--- /dev/null
+++ b/beryl/beryl-settings-bindings/HISTORY
@@ -0,0 +1,2 @@
+2007-03-14 Bearcat M. Sandor <sorcerer AT feline-soul.net>
+ * DETAILS, DEPENDS, HISTORY: created spell
diff --git a/beryl/beryl-settings/DETAILS b/beryl/beryl-settings/DETAILS
index b0a9b9d..a9fb786 100755
--- a/beryl/beryl-settings/DETAILS
+++ b/beryl/beryl-settings/DETAILS
@@ -11,10 +11,11 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
FORCE_DOWNLOAD=1
SOURCE_IGNORE=volatile
else
- VERSION=0.1.4
+ VERSION=0.1.9999.2
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_URL[0]=http://releases.beryl-project.org/$VERSION/$SOURCE
-
SOURCE_HASH=sha512:270dcded6b38c1162347bd50b7a5532b88e1602e6c2159f8621755d1c6061067e33c3d291b6e8b197b39e35f48fe6fd31b980a62608de544e307e05870a6d85a
+
SOURCE_HASH=sha512:832695e5932c3cec810f176649c4d939aabbe462657c0b329c23524bd0e63c8fd1bdbf88b1af0bd02b376e43b9ee755a25e81f45b103df4a099e359dc542deb2
+
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
fi
WEB_SITE=http://www.beryl-project.org/
@@ -24,3 +25,4 @@ fi
cat << EOF
Beryl Settings Manager maintains and edits your Beryl settings
EOF
+
diff --git a/beryl/beryl-settings/HISTORY b/beryl/beryl-settings/HISTORY
index 6e767c1..d106a5a 100644
--- a/beryl/beryl-settings/HISTORY
+++ b/beryl/beryl-settings/HISTORY
@@ -1,3 +1,6 @@
+2007-03-14 Bearcat M. Sandor <sourcemage AT feline-soul.com>
+ * DEPENDS: updated 0.1.9999.2
+
2007-03-10 Lalo Martins <lalo AT sourcemage.org>
* DEPENDS: making subversion dependency optional

diff --git a/beryl/beryl/DETAILS b/beryl/beryl/DETAILS
index 56cbcbf..acc02ff 100755
--- a/beryl/beryl/DETAILS
+++ b/beryl/beryl/DETAILS
@@ -1,5 +1,5 @@
SPELL=beryl
- VERSION=0.1.4
+ VERSION=0.1.9999.2
WEB_SITE=http://www.beryl-project.org/
ENTERED=20061027
PATCHLEVEL=1
diff --git a/beryl/beryl/HISTORY b/beryl/beryl/HISTORY
index 119fde1..82f7b5f 100644
--- a/beryl/beryl/HISTORY
+++ b/beryl/beryl/HISTORY
@@ -1,3 +1,6 @@
+2007-03-14 Bearcat M. Sandor <sourcemage AT feline-soul.com>
+ * DEPENDS: updated 0.1.9999.2
+
2007-03-10 Lalo Martins <lalo AT sourcemage.org>
* DEPENDS: making subversion dependency optional

diff --git a/beryl/emerald-themes/DETAILS b/beryl/emerald-themes/DETAILS
index f7fdb61..748a4c0 100755
--- a/beryl/emerald-themes/DETAILS
+++ b/beryl/emerald-themes/DETAILS
@@ -11,10 +11,11 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
FORCE_DOWNLOAD=1
SOURCE_IGNORE=volatile
else
- VERSION=0.1.4
+ VERSION=0.1.9999.2
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_URL[0]=http://releases.beryl-project.org/$VERSION/$SOURCE
-
SOURCE_HASH=sha512:572971a0a099c758b0c2e34593c0fa67c973771f879425403265a3132c7ca56d1bac2cf0b001f7fcfce6676436a5d92a7549034226d935621ad22b6e0a158426
+
SOURCE_HASH=sha512:bbd3fb1ae236deba7d543480f4c15bfc6be7caebf416d56b92d58bda53b4efe70bd587f427d2e3b0056e5f6081d35108ce5033f503afac089ecd2bfa1aba2532
+
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
fi
WEB_SITE=http://www.beryl-project.org/
@@ -25,3 +26,4 @@ fi
cat << EOF
A set of community-written themes for Beryl's window decorator
EOF
+
diff --git a/beryl/emerald-themes/HISTORY b/beryl/emerald-themes/HISTORY
index 0a9f0f1..e43ddd6 100644
--- a/beryl/emerald-themes/HISTORY
+++ b/beryl/emerald-themes/HISTORY
@@ -1,3 +1,6 @@
+2007-03-14 Bearcat M. Sandor <sourcemage AT feline-soul.com>
+ * DEPENDS: updated 0.1.9999.2
+
2007-03-10 Lalo Martins <lalo AT sourcemage.org>
* DEPENDS: making subversion dependency optional

diff --git a/beryl/emerald/DETAILS b/beryl/emerald/DETAILS
index 8acd797..2d535ab 100755
--- a/beryl/emerald/DETAILS
+++ b/beryl/emerald/DETAILS
@@ -13,10 +13,11 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
FORCE_DOWNLOAD=1
SOURCE_IGNORE=volatile
else
- VERSION=0.1.4
+ VERSION=0.1.9999.2
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_URL[0]=http://releases.beryl-project.org/$VERSION/$SOURCE
-
SOURCE_HASH=sha512:5bd89411a437cf60659ee231cec4082ec7f2e307e5ad77fc57c3924805c615c8a58dc9c726905776c2620360424d6de5c2734c9fd12e90fb0f0dcfde5ab53af4
+
SOURCE_HASH=sha512:c502f339763e85101e23dc3e791ba87d25c3f5a5d77716c6bfee06a0bca68f228db803df0dbb49775b9198c3a0283bc44e12ca2a75f603a9e7efc05880ff7b6f
+
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
fi
WEB_SITE=http://www.beryl-project.org/
@@ -27,3 +28,4 @@ fi
cat << EOF
A themeable window decorator for Beryl, compatible with any desktop
environment
EOF
+
diff --git a/beryl/emerald/HISTORY b/beryl/emerald/HISTORY
index e9b4dff..d7f51ab 100644
--- a/beryl/emerald/HISTORY
+++ b/beryl/emerald/HISTORY
@@ -1,3 +1,6 @@
+2007-03-14 Bearcat M. Sandor <sourcemage AT feline-soul.com>
+ * DEPENDS: updated 0.1.9999.2
+
2007-03-10 Lalo Martins <lalo AT sourcemage.org>
* DEPENDS: making subversion dependency optional




  • [SM-Commit] GIT changes to master xorg-modular grimoire by Bearcat M. Sandor (e3dff71b4c26760cc69984ac73b51b6135e5122f), Bearcat M. Sandor, 03/14/2007

Archive powered by MHonArc 2.6.24.

Top of Page