[SM-Commit] GIT changes to master grimoire by Vasil Yonkov (5a08b37aedf788543aba1714a4d5bbfb8d035ae8)

Vasil Yonkov scm at sourcemage.org
Sat Jan 2 15:18:42 EST 2010


GIT changes to master grimoire by Vasil Yonkov <spirtbrat at sourcemage.org>:

 dev/null                                                         |binary
 gnome2-apps/gnote/DEPENDS                                        |   13 ++++++++--
 gnome2-apps/gnote/DETAILS                                        |    4 +--
 gnome2-apps/gnote/HISTORY                                        |    4 +++
 gnome2-apps/gnote/gnote-0.7.0.tar.bz2.sig                        |binary
 gnome2-libs/dasher/DETAILS                                       |    5 ++-
 gnome2-libs/dasher/HISTORY                                       |    3 ++
 gnome2-libs/dasher/dasher-4.10.0.tar.bz2.sig                     |    0 
 gnome2-libs/dasher/dasher-4.10.1.tar.bz2.sig                     |binary
 gnome2-libs/evolution-mapi/DETAILS                               |    2 -
 gnome2-libs/evolution-mapi/HISTORY                               |    3 ++
 gnome2-libs/evolution-mapi/evolution-mapi-0.28.0.tar.bz2.sig     |    0 
 gnome2-libs/evolution-mapi/evolution-mapi-0.28.2.tar.bz2.sig     |binary
 gnome2-libs/evolution-webcal/DETAILS                             |    2 -
 gnome2-libs/evolution-webcal/HISTORY                             |    3 ++
 gnome2-libs/evolution-webcal/evolution-webcal-2.26.0.tar.bz2.sig |    0 
 gnome2-libs/evolution-webcal/evolution-webcal-2.28.0.tar.bz2.sig |binary
 gnome2-libs/gnome-mag/DEPENDS                                    |    2 -
 gnome2-libs/gnome-mag/HISTORY                                    |    3 ++
 video/swfdec-gnome/BUILD                                         |    2 -
 video/swfdec-gnome/DETAILS                                       |    2 -
 video/swfdec-gnome/HISTORY                                       |    4 +++
 video/swfdec-gnome/swfdec-gnome-2.26.0.tar.gz.sig                |    0 
 video/swfdec-gnome/swfdec-gnome-2.28.0.tar.gz.sig                |binary
 24 files changed, 40 insertions(+), 12 deletions(-)

New commits:
commit 5a08b37aedf788543aba1714a4d5bbfb8d035ae8
Author: Vasil Yonkov <spirtbrat at sourcemage.org>
Commit: Vasil Yonkov <spirtbrat at sourcemage.org>

    swfdec-gnome: => 2.28.0, removed BUILD

commit 52768977261f29160c103a3807f4032ee9f68fd9
Author: Vasil Yonkov <spirtbrat at sourcemage.org>
Commit: Vasil Yonkov <spirtbrat at sourcemage.org>

    gnome-mag: fixed colorblind applet dependencies

commit 2216236edbda8929ec18bb9e8502889c2a21658b
Author: Vasil Yonkov <spirtbrat at sourcemage.org>
Commit: Vasil Yonkov <spirtbrat at sourcemage.org>

    evolution-webcal: => 2.28.0

commit 69a390de1ea9af14f4909ea9734d87682030bac5
Author: Vasil Yonkov <spirtbrat at sourcemage.org>
Commit: Vasil Yonkov <spirtbrat at sourcemage.org>

    evolution-mapi: => 0.28.2

commit 8fdd828c43317a98187a93f598fb031545c85b04
Author: Vasil Yonkov <spirtbrat at sourcemage.org>
Commit: Vasil Yonkov <spirtbrat at sourcemage.org>

    dasher: => 4.10.1

commit cd0fcdd7af9bfaecdd4ee4edc26d5504b21e7605
Author: Vasil Yonkov <spirtbrat at sourcemage.org>
Commit: Vasil Yonkov <spirtbrat at sourcemage.org>

    gnote: => 0.7.0, made dbus optional, added option for rarian

diff --git a/gnome2-apps/gnote/DEPENDS b/gnome2-apps/gnote/DEPENDS
index e00e972..6736d1b 100755
--- a/gnome2-apps/gnote/DEPENDS
+++ b/gnome2-apps/gnote/DEPENDS
@@ -1,5 +1,4 @@
 depends gtk+2 &&
-depends dbus &&
 depends glibmm &&
 depends gtkmm2 &&
 depends libxslt &&
@@ -14,4 +13,14 @@ optional_depends gtkspell \
 optional_depends libpanelappletmm \
                  "" \
                  "" \
-                 "For GNOME panel applet" 
+                 "For GNOME panel applet"     &&
+
+optional_depends dbus                           \
+                 "--enable-dbus"                \
+                 "--disable-dbus"               \
+                 "to compile with dbus support" &&
+
+optional_depends rarian                         \
+                 "--enable-scrollkeeper"        \
+                 "--disable-scrollkeeper"       \
+                 "to register with rarian"
diff --git a/gnome2-apps/gnote/DETAILS b/gnome2-apps/gnote/DETAILS
index 3090131..d5e26cb 100755
--- a/gnome2-apps/gnote/DETAILS
+++ b/gnome2-apps/gnote/DETAILS
@@ -1,9 +1,9 @@
            SPELL=gnote
-         VERSION=0.6.3
+         VERSION=0.7.0
           SOURCE="${SPELL}-${VERSION}.tar.bz2"
           BRANCH=`echo $VERSION|cut -d . -f 1,2`
    SOURCE_URL[0]=$GNOME_URL/sources/$SPELL/$BRANCH/$SOURCE
-     SOURCE_HASH=sha512:c7837687f08215b27dacb39bbad4bc121ccc9fd671bc59f71d22d8f8c272d1ae54cb3d420e3e9861c6ea0c9c7f386315bc2296e1051926fe3ba24703a7d0fa75
+      SOURCE_GPG="gurus.gpg:${SOURCE}.sig:UPSTREAM_HASH"
 SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
         WEB_SITE="http://live.gnome.org/Gnote"
       LICENSE[0]=GPLv3
diff --git a/gnome2-apps/gnote/HISTORY b/gnome2-apps/gnote/HISTORY
index 12af099..5c34559 100644
--- a/gnome2-apps/gnote/HISTORY
+++ b/gnome2-apps/gnote/HISTORY
@@ -1,3 +1,7 @@
+2010-01-02 Vasil Yonkov <spirtbrat at sourcemage.org>
+	* DETAILS: updated spell to 0.7.0
+	* DEPENDS: made dbus optional, added rarian
+
 2009-11-30 Ladislav Hagara <hgr at vabo.cz>
 	* DETAILS: 0.6.3
 
diff --git a/gnome2-apps/gnote/gnote-0.7.0.tar.bz2.sig b/gnome2-apps/gnote/gnote-0.7.0.tar.bz2.sig
new file mode 100644
index 0000000..1db07d5
Binary files /dev/null and b/gnome2-apps/gnote/gnote-0.7.0.tar.bz2.sig differ
diff --git a/gnome2-libs/dasher/DETAILS b/gnome2-libs/dasher/DETAILS
index df558d6..62a8e9e 100755
--- a/gnome2-libs/dasher/DETAILS
+++ b/gnome2-libs/dasher/DETAILS
@@ -1,10 +1,11 @@
            SPELL=dasher
-         VERSION=4.10.0
+         VERSION=4.10.1
 	  BRANCH=`echo $VERSION|cut -d . -f 1,2`
           SOURCE=$SPELL-$VERSION.tar.bz2
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
    SOURCE_URL[0]=$GNOME_URL/sources/$SPELL/$BRANCH/$SOURCE
-      SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+      SOURCE_GPG="gurus.gpg:${SOURCE}.sig:UPSTREAM_HASH"
+        WEB_SITE=""
       LICENSE[0]=LGPL
          ENTERED=20040312
         KEYWORDS="gnome2 libs"
diff --git a/gnome2-libs/dasher/HISTORY b/gnome2-libs/dasher/HISTORY
index 902590a..5343454 100644
--- a/gnome2-libs/dasher/HISTORY
+++ b/gnome2-libs/dasher/HISTORY
@@ -1,3 +1,6 @@
+2010-01-02 Vasil Yonkov <spirtbrat at sourcemage.org>
+	* DETAILS: updated spell to 4.10.1
+
 2009-03-22 Robin Cook <rcook at wyrms.net>
 	* DETAILS: updated VERSION to 4.10.0
 
diff --git a/gnome2-libs/dasher/dasher-4.10.0.tar.bz2.sig b/gnome2-libs/dasher/dasher-4.10.0.tar.bz2.sig
deleted file mode 100644
index 1b8b95b..0000000
Binary files a/gnome2-libs/dasher/dasher-4.10.0.tar.bz2.sig and /dev/null differ
diff --git a/gnome2-libs/dasher/dasher-4.10.1.tar.bz2.sig b/gnome2-libs/dasher/dasher-4.10.1.tar.bz2.sig
new file mode 100644
index 0000000..97f2817
Binary files /dev/null and b/gnome2-libs/dasher/dasher-4.10.1.tar.bz2.sig differ
diff --git a/gnome2-libs/evolution-mapi/DETAILS b/gnome2-libs/evolution-mapi/DETAILS
index 3612d09..fcc3c2c 100755
--- a/gnome2-libs/evolution-mapi/DETAILS
+++ b/gnome2-libs/evolution-mapi/DETAILS
@@ -1,5 +1,5 @@
            SPELL=evolution-mapi
-         VERSION=0.28.0
+         VERSION=0.28.2
           BRANCH=`echo $VERSION | cut -d . -f 1,2`
           SOURCE=$SPELL-$VERSION.tar.bz2
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/gnome2-libs/evolution-mapi/HISTORY b/gnome2-libs/evolution-mapi/HISTORY
index cd216a6..19344df 100644
--- a/gnome2-libs/evolution-mapi/HISTORY
+++ b/gnome2-libs/evolution-mapi/HISTORY
@@ -1,3 +1,6 @@
+2010-01-02 Vasil Yonkov <spirtbrat at sourcemage.org>
+	* DETAILS: updated spell to 0.28.2
+
 2009-10-02 Eric Sandall <sandalle at sourcemage.org>
 	* DETAILS: Updated to 0.28.0
 	  SOURCE matches upstream posted SHA256
diff --git a/gnome2-libs/evolution-mapi/evolution-mapi-0.28.0.tar.bz2.sig b/gnome2-libs/evolution-mapi/evolution-mapi-0.28.0.tar.bz2.sig
deleted file mode 100644
index 56a277e..0000000
Binary files a/gnome2-libs/evolution-mapi/evolution-mapi-0.28.0.tar.bz2.sig and /dev/null differ
diff --git a/gnome2-libs/evolution-mapi/evolution-mapi-0.28.2.tar.bz2.sig b/gnome2-libs/evolution-mapi/evolution-mapi-0.28.2.tar.bz2.sig
new file mode 100644
index 0000000..9b0e72e
Binary files /dev/null and b/gnome2-libs/evolution-mapi/evolution-mapi-0.28.2.tar.bz2.sig differ
diff --git a/gnome2-libs/evolution-webcal/DETAILS b/gnome2-libs/evolution-webcal/DETAILS
index 33c0aaf..da28ade 100755
--- a/gnome2-libs/evolution-webcal/DETAILS
+++ b/gnome2-libs/evolution-webcal/DETAILS
@@ -1,5 +1,5 @@
 	   SPELL=evolution-webcal
-         VERSION=2.26.0
+         VERSION=2.28.0
           BRANCH=`echo $VERSION | cut -d . -f 1,2`
           SOURCE=$SPELL-$VERSION.tar.bz2
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/gnome2-libs/evolution-webcal/HISTORY b/gnome2-libs/evolution-webcal/HISTORY
index 73f25b0..7285ffe 100644
--- a/gnome2-libs/evolution-webcal/HISTORY
+++ b/gnome2-libs/evolution-webcal/HISTORY
@@ -1,3 +1,6 @@
+2010-01-02 Vasil Yonkov <spirtbrat at sourcemage.org>
+	* DETAILS: updated spell to 2.28.0
+
 2009-03-22 Robin Cook <rcook at wyrms.net>
 	* DETAILS: updated VERSION to 2.26.0
 
diff --git a/gnome2-libs/evolution-webcal/evolution-webcal-2.26.0.tar.bz2.sig b/gnome2-libs/evolution-webcal/evolution-webcal-2.26.0.tar.bz2.sig
deleted file mode 100644
index 35f04f9..0000000
Binary files a/gnome2-libs/evolution-webcal/evolution-webcal-2.26.0.tar.bz2.sig and /dev/null differ
diff --git a/gnome2-libs/evolution-webcal/evolution-webcal-2.28.0.tar.bz2.sig b/gnome2-libs/evolution-webcal/evolution-webcal-2.28.0.tar.bz2.sig
new file mode 100644
index 0000000..f99dc88
Binary files /dev/null and b/gnome2-libs/evolution-webcal/evolution-webcal-2.28.0.tar.bz2.sig differ
diff --git a/gnome2-libs/gnome-mag/DEPENDS b/gnome2-libs/gnome-mag/DEPENDS
index cfd0694..fdaf4af 100755
--- a/gnome2-libs/gnome-mag/DEPENDS
+++ b/gnome2-libs/gnome-mag/DEPENDS
@@ -12,7 +12,7 @@ depends gconf2         &&
 depends at-spi         &&
 depends expat          &&
 
-if [[ "$GMAG_COLORBLIND" == "y" ]]; then
+if [[ $GMAG_COLORBLIND == --enable-colorblind-applet=yes ]]; then
    depends gnome-python-desktop &&
    depends gnome-desktop        &&
    depends colorblind
diff --git a/gnome2-libs/gnome-mag/HISTORY b/gnome2-libs/gnome-mag/HISTORY
index 8499c79..bea1881 100644
--- a/gnome2-libs/gnome-mag/HISTORY
+++ b/gnome2-libs/gnome-mag/HISTORY
@@ -1,3 +1,6 @@
+2010-01-02 Vasil Yonkov <spirtbrat at sourcemage.org>
+	* DEPENDS: fixed colorblind applet dependencies
+
 2009-12-28 Vasil Yonkov <spirtbrat at sourcemage.org>
 	* DETAILS: updated spell to 0.15.9
 	* BUILD, CONFIGURE, DEPENDS: fixed colorblind applet option
diff --git a/video/swfdec-gnome/BUILD b/video/swfdec-gnome/BUILD
deleted file mode 100755
index 4cf571e..0000000
--- a/video/swfdec-gnome/BUILD
+++ /dev/null
@@ -1,2 +0,0 @@
-OPTS="$OPTS --with-plugin-dir=$INSTALL_ROOT/usr/lib/$(get_spell_provider $SPELL GECKO)/plugins"  &&
-default_build
diff --git a/video/swfdec-gnome/DETAILS b/video/swfdec-gnome/DETAILS
index fee45f9..d5e5840 100755
--- a/video/swfdec-gnome/DETAILS
+++ b/video/swfdec-gnome/DETAILS
@@ -1,5 +1,5 @@
            SPELL=swfdec-gnome
-         VERSION=2.26.0
+         VERSION=2.28.0
           SOURCE=$SPELL-$VERSION.tar.gz
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
    SOURCE_URL[0]=http://ftp.acc.umu.se/pub/GNOME/sources/${SPELL}/${VERSION%.*}/${SOURCE}
diff --git a/video/swfdec-gnome/HISTORY b/video/swfdec-gnome/HISTORY
index fcb7379..81d4d70 100644
--- a/video/swfdec-gnome/HISTORY
+++ b/video/swfdec-gnome/HISTORY
@@ -1,3 +1,7 @@
+2010-01-02 Vasil Yonkov <spirtbrat at sourcemage.org>
+	* DETAILS: updated spell to 2.28.0
+	* BUILD: removed
+
 2009-04-21 Julien "_kaze_" ROZO <julien at rozo.org>
 	* DETAILS: updated version to 2.26.0, SOURCE_URL has moved
 
diff --git a/video/swfdec-gnome/swfdec-gnome-2.26.0.tar.gz.sig b/video/swfdec-gnome/swfdec-gnome-2.26.0.tar.gz.sig
deleted file mode 100644
index fb73ea2..0000000
Binary files a/video/swfdec-gnome/swfdec-gnome-2.26.0.tar.gz.sig and /dev/null differ
diff --git a/video/swfdec-gnome/swfdec-gnome-2.28.0.tar.gz.sig b/video/swfdec-gnome/swfdec-gnome-2.28.0.tar.gz.sig
new file mode 100644
index 0000000..2da2192
Binary files /dev/null and b/video/swfdec-gnome/swfdec-gnome-2.28.0.tar.gz.sig differ



More information about the SM-Commit mailing list