Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to devel-gnome-3.0.0 grimoire by Ladislav Hagara (8fc54031cad771b6ad6fb636b577ada7e8dd608e)
  • Date: Sun, 24 Apr 2011 09:11:22 -0500

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



  • [SM-Commit] GIT changes to devel-gnome-3.0.0 grimoire by Ladislav Hagara (8fc54031cad771b6ad6fb636b577ada7e8dd608e), Ladislav Hagara, 04/24/2011

Archive powered by MHonArc 2.6.24.

Top of Page