[SM-Commit] GIT changes to devel-gnome-3.0.0 grimoire by Ladislav Hagara (8fc54031cad771b6ad6fb636b577ada7e8dd608e)

Ladislav Hagara scm at sourcemage.org
Sun Apr 24 10:11:22 EDT 2011


GIT changes to devel-gnome-3.0.0 grimoire by Ladislav Hagara <hgr at vabo.cz>:

 ChangeLog                                                  |    1 
 dev/null                                                   |binary
 gnome2-libs/gtksourceview/DETAILS                          |    2 -
 gnome2-libs/gtksourceview/HISTORY                          |    3 --
 gnome2-libs/gtksourceview/gtksourceview-2.10.5.tar.bz2.sig |binary
 gnome2-libs/gtksourceview/gtksourceview-3.0.0.tar.bz2.sig  |    0 
 gnome3-libs/gtksourceview3/DEPENDS                         |    8 +++++++
 gnome3-libs/gtksourceview3/DETAILS                         |   14 +++++++++++++
 gnome3-libs/gtksourceview3/HISTORY                         |    3 ++
 gnome3-libs/gtksourceview3/gtksourceview-3.0.0.tar.bz2.sig |binary
 10 files changed, 27 insertions(+), 4 deletions(-)

New commits:
commit 8fc54031cad771b6ad6fb636b577ada7e8dd608e
Author: Ladislav Hagara <hgr at vabo.cz>
Commit: Ladislav Hagara <hgr at vabo.cz>

    gnome3-libs/gtksourceview3: new spell, based on gtksourceview

commit 0568d3d6dcdbf9ad6ecff8da831d97704d59cc2d
Author: Ladislav Hagara <hgr at vabo.cz>
Commit: Ladislav Hagara <hgr at vabo.cz>

    Revert "gtksourceview 3.0.0"
    
    This reverts commit db027311896813e8296ebfdceb6987fda103c897.
    
    I have created gtksourceview3 spell for this version.

diff --git a/ChangeLog b/ChangeLog
index 09f967d..677fd2a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
 2011-04-24 Ladislav Hagara <hgr at vabo.cz>
 	* graphics-libs/libgxps: new spell, XPS Documents library
+	* gnome3-libs/gtksourceview3: new spell, based on gtksourceview
 
 2011-04-17 Ladislav Hagara <hgr at vabo.cz>
 	* gnome3-libs/gnome-themes-standard: new spell
diff --git a/gnome2-libs/gtksourceview/DETAILS b/gnome2-libs/gtksourceview/DETAILS
index e0aa129..a7ffa59 100755
--- a/gnome2-libs/gtksourceview/DETAILS
+++ b/gnome2-libs/gtksourceview/DETAILS
@@ -1,5 +1,5 @@
            SPELL=gtksourceview
-         VERSION=3.0.0
+         VERSION=2.10.5
 	  BRANCH=`echo $VERSION|cut -d . -f 1,2`
           SOURCE=$SPELL-$VERSION.tar.bz2
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/gnome2-libs/gtksourceview/HISTORY b/gnome2-libs/gtksourceview/HISTORY
index 3d5e33c..7c392a9 100644
--- a/gnome2-libs/gtksourceview/HISTORY
+++ b/gnome2-libs/gtksourceview/HISTORY
@@ -1,6 +1,3 @@
-2011-04-12 Ladislav Hagara <hgr at vabo.cz>
-	* DETAILS: 3.0.0
-
 2010-09-30 Vasil Yonkov <spirtbrat at sourcemage.org>
 	* DETAILS: updated spell to 2.10.5
 
diff --git a/gnome2-libs/gtksourceview/gtksourceview-2.10.5.tar.bz2.sig b/gnome2-libs/gtksourceview/gtksourceview-2.10.5.tar.bz2.sig
new file mode 100644
index 0000000..7868531
Binary files /dev/null and b/gnome2-libs/gtksourceview/gtksourceview-2.10.5.tar.bz2.sig differ
diff --git a/gnome2-libs/gtksourceview/gtksourceview-3.0.0.tar.bz2.sig b/gnome2-libs/gtksourceview/gtksourceview-3.0.0.tar.bz2.sig
deleted file mode 100644
index c748e83..0000000
Binary files a/gnome2-libs/gtksourceview/gtksourceview-3.0.0.tar.bz2.sig and /dev/null differ
diff --git a/gnome3-libs/gtksourceview3/DEPENDS b/gnome3-libs/gtksourceview3/DEPENDS
new file mode 100755
index 0000000..af51b29
--- /dev/null
+++ b/gnome3-libs/gtksourceview3/DEPENDS
@@ -0,0 +1,8 @@
+depends libxml2  &&
+depends glib2    &&
+depends gtk+3    &&
+
+optional_depends gtk-doc                            \
+                 "--enable-gtk-doc"                 \
+                 "--disable-gtk-doc"                \
+                 "Build documentation with gtk-doc"
diff --git a/gnome3-libs/gtksourceview3/DETAILS b/gnome3-libs/gtksourceview3/DETAILS
new file mode 100755
index 0000000..ebc1d3b
--- /dev/null
+++ b/gnome3-libs/gtksourceview3/DETAILS
@@ -0,0 +1,14 @@
+           SPELL=gtksourceview3
+         VERSION=3.0.0
+	  BRANCH=`echo $VERSION|cut -d . -f 1,2`
+          SOURCE=gtksourceview-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/gtksourceview-$VERSION
+   SOURCE_URL[0]=$GNOME_URL/sources/gtksourceview/$BRANCH/$SOURCE
+      SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+      LICENSE[0]=LGPL
+        WEB_SITE=http://projects.gnome.org/gtksourceview/
+         ENTERED=20110424
+           SHORT="Library needed by gedit3"
+cat << EOF
+Library needed by gedit3
+EOF
diff --git a/gnome3-libs/gtksourceview3/HISTORY b/gnome3-libs/gtksourceview3/HISTORY
new file mode 100644
index 0000000..8216296
--- /dev/null
+++ b/gnome3-libs/gtksourceview3/HISTORY
@@ -0,0 +1,3 @@
+2011-04-24 Ladislav Hagara <hgr at vabo.cz>
+	* *: spell created, based on gtksourceview
+
diff --git a/gnome3-libs/gtksourceview3/gtksourceview-3.0.0.tar.bz2.sig b/gnome3-libs/gtksourceview3/gtksourceview-3.0.0.tar.bz2.sig
new file mode 100644
index 0000000..c748e83
Binary files /dev/null and b/gnome3-libs/gtksourceview3/gtksourceview-3.0.0.tar.bz2.sig differ



More information about the SM-Commit mailing list