Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (e8551ddc4a196b7059bfd4e89cccb01bcc312cc8)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (e8551ddc4a196b7059bfd4e89cccb01bcc312cc8)
  • Date: Mon, 27 Oct 2008 18:57:43 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

xfce/orage/DETAILS | 26 ++++++++++++++------------
xfce/orage/HISTORY | 4 ++++
2 files changed, 18 insertions(+), 12 deletions(-)

New commits:
commit e8551ddc4a196b7059bfd4e89cccb01bcc312cc8
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

orage: => 4.4.3, 4.5.91.1

diff --git a/xfce/orage/DETAILS b/xfce/orage/DETAILS
index 4ebd72e..0f59e70 100755
--- a/xfce/orage/DETAILS
+++ b/xfce/orage/DETAILS
@@ -1,19 +1,21 @@
SPELL=orage
-if [ "$ORAGE_STABLE" = 'y' ]; then
- VERSION=$(cat $GRIMOIRE/xfce/xfce.version)
+if [[ $ORAGE_STABLE == y ]]; then
+ VERSION=4.4.3
+ RELEASE_VERSION=$(cat $GRIMOIRE/xfce/xfce.version)
SOURCE=orage-$VERSION.tar.bz2
- SOURCE2=orage-$VERSION.tar.bz2.asc
- SOURCE_URL[0]=http://www.xfce.org/archive/xfce-$VERSION/src/$SOURCE
- SOURCE2_URL[0]=http://www.xfce.org/archive/xfce-$VERSION/src/$SOURCE2
+ SOURCE2=$SOURCE.asc
+
SOURCE_URL[0]=http://www.xfce.org/archive/xfce-$RELEASE_VERSION/src/$SOURCE
+ SOURCE2_URL[0]=$SOURCE_URL.asc
SOURCE_GPG=xfce.gpg:$SOURCE2:UPSTREAM_KEY
-SOURCE2_IGNORE=signature
+ SOURCE2_IGNORE=signature
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
else
- VERSION=4.5.14.0
+ VERSION=4.5.91.1
SOURCE=orage-$VERSION.tar.bz2
SOURCE_URL[0]=http://www.kolumbus.fi/~w408237/$SPELL/$SOURCE
-
SOURCE_HASH=sha512:9b76335a8aa52fc7bb77a41a2b93ef71390b7f7096a6ed8df7477046f5973ce1dfc51a9d132edc717f55b7068b51054043e775686d9425a3689e1984bb5648df
+
SOURCE_HASH=sha512:ca63365e4b4f30b92e715beab51fc12a8ec85dd51a5d05e5bee6dd4ed2fc70b2e8af89c039fa9ebbc528d67054ea2a9db9f94333a6b411380d4721477ceda8f9
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION-svn"
fi
-SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE=http://www.kolumbus.fi/~w408237/orage/
LICENSE[0]=GPL
ENTERED=20070123
@@ -21,7 +23,7 @@ SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SHORT="calendar for the XFce Desktop Environment"
cat << EOF
Orage provides a calendar which integrates nicely into the Xfce desktop
-environment. It is highly configurable and supports alerts based on dates.
-It warns you with popup or audio alarm. As it is an application kind-of every
-day use it launches itself in the background as a daemon.
+environment. It is highly configurable and supports alerts based on dates. It
+warns you with popup or audio alarm. As it is an application kind-of every
day
+use it launches itself in the background as a daemon.
EOF
diff --git a/xfce/orage/HISTORY b/xfce/orage/HISTORY
index 87aa678..99abee9 100644
--- a/xfce/orage/HISTORY
+++ b/xfce/orage/HISTORY
@@ -1,3 +1,7 @@
+2008-10-28 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated versions to 4.4.3 (stable) and 4.5.91.1 (devel);
+ corrected VERSION; fixed desc; cleaned up; added -svn for build dir
+
2008-09-17 Arjan Bouter <abouter AT sourcemage.org>
* DETAILS: added _stable_ release, using grimoire wide version
and kept the development version.



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (e8551ddc4a196b7059bfd4e89cccb01bcc312cc8), Vlad Glagolev, 10/27/2008

Archive powered by MHonArc 2.6.24.

Top of Page