Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Sukneet Basuta (de7836b0efa35d55afe8d3f6e5cdd7d72765f020)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Sukneet Basuta <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Sukneet Basuta (de7836b0efa35d55afe8d3f6e5cdd7d72765f020)
  • Date: Tue, 10 Jan 2012 22:33:30 -0600

GIT changes to master grimoire by Sukneet Basuta <sukneet AT sourcemage.org>:

dev/null |binary
gnome2-apps/gedit/DETAILS | 2
gnome2-apps/gedit/HISTORY | 3
gnome2-apps/gedit/gedit-3.2.5.tar.xz.sig | 0
gnome2-apps/gedit/gedit-3.2.6.tar.xz.sig |binary
gnome2-apps/planner/DEPENDS | 26 ++
gnome2-apps/planner/DETAILS | 4
gnome2-apps/planner/HISTORY | 12 +
gnome2-apps/planner/PRE_BUILD | 9 -
gnome2-apps/planner/planner-0.14.3.tar.gz.sig | 0
gnome2-apps/planner/planner-0.14.6.tar.xz.sig |binary
gnome2-apps/planner/planner-evolution-fix.diff | 115
-------------
gnome2-libs/gnome-nettool/DEPENDS | 2
gnome2-libs/gnome-nettool/DETAILS | 4
gnome2-libs/gnome-nettool/HISTORY | 6
gnome2-libs/gnome-nettool/PRE_BUILD | 5
gnome2-libs/gnome-nettool/gnome-nettool-2.32.0.tar.bz2.sig | 0
gnome2-libs/gnome-nettool/gnome-nettool-3.0.1.tar.xz.sig |binary
18 files changed, 57 insertions(+), 131 deletions(-)

New commits:
commit 04153902331c8ebfc24c4396ac493a36242421f8
Author: Sukneet Basuta <sukneet AT sourcemage.org>
Commit: Sukneet Basuta <sukneet AT sourcemage.org>

planner: => 0.14.6
gz -> xz
DEPENDS: Removed libgnomeprintui, libgsf, libgda3
Added libgnomecanvas, libgda3, libxml2, libxslt, glib2, gtk+2,
pygtk2
Added optional_depends on python and gtk-doc
Fixed configure flags for postgresql

PRE_BUILD: Removed planner-evolution-fix.diff patch since it no longer
compiles
Added handling of xz archive

commit c2e1013e955ad7f1eb2bfba8e280f31378bf8082
Author: Sukneet Basuta <sukneet AT sourcemage.org>
Commit: Sukneet Basuta <sukneet AT sourcemage.org>

gnome-nettool: => 3.0.1
bz2 -> xz

DEPENDS: gtk+2 -> gtk+3

PRE_BUILD: added to handle xz archive

commit 434a0e505d66ae0ba7ce6e44dff78ac2837bddaa
Author: Sukneet Basuta <sukneet AT sourcemage.org>
Commit: Sukneet Basuta <sukneet AT sourcemage.org>

gedit: => 3.2.6

diff --git a/gnome2-apps/gedit/DETAILS b/gnome2-apps/gedit/DETAILS
index 8e0eb5b..04c3e02 100755
--- a/gnome2-apps/gedit/DETAILS
+++ b/gnome2-apps/gedit/DETAILS
@@ -1,5 +1,5 @@
SPELL=gedit
- VERSION=3.2.5
+ VERSION=3.2.6
BRANCH=`echo $VERSION|cut -d . -f 1,2`
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/gnome2-apps/gedit/HISTORY b/gnome2-apps/gedit/HISTORY
index 6345e05..29dcb93 100644
--- a/gnome2-apps/gedit/HISTORY
+++ b/gnome2-apps/gedit/HISTORY
@@ -1,3 +1,6 @@
+2012-01-10 Sukneet Basuta <sukneet AT sourcemage.org>
+ * DETAILS: updated spell to 3.2.6
+
2011-12-10 Sukneet Basuta <sukneet AT sourcemage.org>
* DETAILS: updated spell to 3.2.5
bz2 -> xz
diff --git a/gnome2-apps/gedit/gedit-3.2.5.tar.xz.sig
b/gnome2-apps/gedit/gedit-3.2.5.tar.xz.sig
deleted file mode 100644
index 0c28e42..0000000
Binary files a/gnome2-apps/gedit/gedit-3.2.5.tar.xz.sig and /dev/null differ
diff --git a/gnome2-apps/gedit/gedit-3.2.6.tar.xz.sig
b/gnome2-apps/gedit/gedit-3.2.6.tar.xz.sig
new file mode 100644
index 0000000..8062786
Binary files /dev/null and b/gnome2-apps/gedit/gedit-3.2.6.tar.xz.sig differ
diff --git a/gnome2-apps/planner/DEPENDS b/gnome2-apps/planner/DEPENDS
index 6de119e..cafdc0b 100755
--- a/gnome2-apps/planner/DEPENDS
+++ b/gnome2-apps/planner/DEPENDS
@@ -1,17 +1,31 @@
depends libgnomeui &&
-depends libgnomeprintui &&
+depends libgnomecanvas &&
depends libglade2 &&
depends gconf2 &&
-depends libgsf &&
-depends libgda2 &&
+depends libgda3 &&
depends rarian &&
+depends libxml2 &&
+depends libxslt &&
+depends glib2 &&
+depends gtk+2 &&
+depends pygtk2 &&

optional_depends postgresql \
- "--enable-database=yes" \
- "--enable-database=no" \
+ "--with-database" \
+ "--without-database" \
"For database support" &&

optional_depends evolution-data-server \
"--enable-eds --enable-eds-backend" \
"--disable-eds --disable-eds-backend" \
- "For evolution-data-server support"
+ "For evolution-data-server support" &&
+
+optional_depends python \
+ "--enable-python --enable-python-plugin" \
+ "--disable-python --disable-python-plugin" \
+ "To build python plugin and bindings" &&
+
+optional_depends gtk-doc \
+ "--enable-gtk-doc" \
+ "--disable-gtk-doc" \
+ "To build documentation"
diff --git a/gnome2-apps/planner/DETAILS b/gnome2-apps/planner/DETAILS
index 53dfd29..885bc3f 100755
--- a/gnome2-apps/planner/DETAILS
+++ b/gnome2-apps/planner/DETAILS
@@ -1,7 +1,7 @@
SPELL=planner
- VERSION=0.14.3
+ VERSION=0.14.6
BRANCH=`echo $VERSION|cut -d . -f 1,2`
- SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$GNOME_URL/sources/$SPELL/$BRANCH/$SOURCE
SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
diff --git a/gnome2-apps/planner/HISTORY b/gnome2-apps/planner/HISTORY
index 0a8fe7b..c7ec687 100644
--- a/gnome2-apps/planner/HISTORY
+++ b/gnome2-apps/planner/HISTORY
@@ -1,3 +1,15 @@
+2012-01-10 Sukneet Basuta <sukneet AT sourcemage.org>
+ * DETAILS: updated spell to 0.14.6
+ gz -> xz
+ * DEPENDS: removed libgnomeprintui, libgsf, libgda3
+ Added libgnomecanvas, libgda3, libxml2, libxslt,
+ glib2, gtk+2, pygtk2
+ Added optional_depends on python and gtk-doc
+ Fixed configure flags for postgresql
+ * PRE_BUILD: removed patch
+ changed to handle xz archive
+ * planner-evolution-fix.diff: removed, no longer compiles
+
2010-07-11 Ismael Luceno <ismael AT sourcemage.org>
* DEPENDS: added rarian

diff --git a/gnome2-apps/planner/PRE_BUILD b/gnome2-apps/planner/PRE_BUILD
index 327e79c..8240c01 100755
--- a/gnome2-apps/planner/PRE_BUILD
+++ b/gnome2-apps/planner/PRE_BUILD
@@ -1,4 +1,5 @@
-default_pre_build &&
-cd ${SOURCE_DIRECTORY} &&
-
-patch -p1 < ${SCRIPT_DIRECTORY}/planner-evolution-fix.diff
+mk_source_dir $SOURCE_DIRECTORY &&
+cd $BUILD_DIRECTORY &&
+verify_file '' &&
+xz -dc $SOURCE_CACHE/$SOURCE | tar -xf - &&
+cd $SOURCE_DIRECTORY
diff --git a/gnome2-apps/planner/planner-0.14.3.tar.gz.sig
b/gnome2-apps/planner/planner-0.14.3.tar.gz.sig
deleted file mode 100644
index 8028afc..0000000
Binary files a/gnome2-apps/planner/planner-0.14.3.tar.gz.sig and /dev/null
differ
diff --git a/gnome2-apps/planner/planner-0.14.6.tar.xz.sig
b/gnome2-apps/planner/planner-0.14.6.tar.xz.sig
new file mode 100644
index 0000000..df64df6
Binary files /dev/null and b/gnome2-apps/planner/planner-0.14.6.tar.xz.sig
differ
diff --git a/gnome2-apps/planner/planner-evolution-fix.diff
b/gnome2-apps/planner/planner-evolution-fix.diff
deleted file mode 100644
index 2ad6e0f..0000000
--- a/gnome2-apps/planner/planner-evolution-fix.diff
+++ /dev/null
@@ -1,115 +0,0 @@
-Only in planner.mod: config.log
-diff -u -r planner-0.14.3/configure planner.mod/configure
---- planner-0.14.3/configure 2008-04-12 11:14:43.000000000 -0500
-+++ planner.mod/configure 2008-04-19 18:41:45.000000000 -0500
-@@ -25655,13 +25655,13 @@
- libecal-\$EDS_PACKAGE >= \$EDS_REQUIRED
- libedata-cal-\$EDS_PACKAGE >= \$EDS_REQUIRED
- libedataserver-\$EDS_PACKAGE >= \$EDS_REQUIRED
-- evolution-plugin-\$EVOLUTION_PACKAGE >= \$EVOLUTION_REQUIRED
-+ evolution-plugin >= \$EVOLUTION_REQUIRED
- \"") >&5
- ($PKG_CONFIG --exists --print-errors "
- libecal-$EDS_PACKAGE >= $EDS_REQUIRED
- libedata-cal-$EDS_PACKAGE >= $EDS_REQUIRED
- libedataserver-$EDS_PACKAGE >= $EDS_REQUIRED
-- evolution-plugin-$EVOLUTION_PACKAGE >= $EVOLUTION_REQUIRED
-+ evolution-plugin >= $EVOLUTION_REQUIRED
- ") 2>&5
- ac_status=$?
- echo "$as_me:$LINENO: \$? = $ac_status" >&5
-@@ -25670,7 +25670,7 @@
- libecal-$EDS_PACKAGE >= $EDS_REQUIRED
- libedata-cal-$EDS_PACKAGE >= $EDS_REQUIRED
- libedataserver-$EDS_PACKAGE >= $EDS_REQUIRED
-- evolution-plugin-$EVOLUTION_PACKAGE >= $EVOLUTION_REQUIRED
-+ evolution-plugin >= $EVOLUTION_REQUIRED
- " 2>/dev/null`
- else
- pkg_failed=yes
-@@ -25688,13 +25688,13 @@
- libecal-\$EDS_PACKAGE >= \$EDS_REQUIRED
- libedata-cal-\$EDS_PACKAGE >= \$EDS_REQUIRED
- libedataserver-\$EDS_PACKAGE >= \$EDS_REQUIRED
-- evolution-plugin-\$EVOLUTION_PACKAGE >= \$EVOLUTION_REQUIRED
-+ evolution-plugin >= \$EVOLUTION_REQUIRED
- \"") >&5
- ($PKG_CONFIG --exists --print-errors "
- libecal-$EDS_PACKAGE >= $EDS_REQUIRED
- libedata-cal-$EDS_PACKAGE >= $EDS_REQUIRED
- libedataserver-$EDS_PACKAGE >= $EDS_REQUIRED
-- evolution-plugin-$EVOLUTION_PACKAGE >= $EVOLUTION_REQUIRED
-+ evolution-plugin >= $EVOLUTION_REQUIRED
- ") 2>&5
- ac_status=$?
- echo "$as_me:$LINENO: \$? = $ac_status" >&5
-@@ -25703,7 +25703,7 @@
- libecal-$EDS_PACKAGE >= $EDS_REQUIRED
- libedata-cal-$EDS_PACKAGE >= $EDS_REQUIRED
- libedataserver-$EDS_PACKAGE >= $EDS_REQUIRED
-- evolution-plugin-$EVOLUTION_PACKAGE >= $EVOLUTION_REQUIRED
-+ evolution-plugin >= $EVOLUTION_REQUIRED
- " 2>/dev/null`
- else
- pkg_failed=yes
-@@ -25727,14 +25727,14 @@
- libecal-$EDS_PACKAGE >= $EDS_REQUIRED
- libedata-cal-$EDS_PACKAGE >= $EDS_REQUIRED
- libedataserver-$EDS_PACKAGE >= $EDS_REQUIRED
-- evolution-plugin-$EVOLUTION_PACKAGE >= $EVOLUTION_REQUIRED
-+ evolution-plugin >= $EVOLUTION_REQUIRED
- "`
- else
- EDS_BACKEND_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout
--print-errors "
- libecal-$EDS_PACKAGE >= $EDS_REQUIRED
- libedata-cal-$EDS_PACKAGE >= $EDS_REQUIRED
- libedataserver-$EDS_PACKAGE >= $EDS_REQUIRED
-- evolution-plugin-$EVOLUTION_PACKAGE >= $EVOLUTION_REQUIRED
-+ evolution-plugin >= $EVOLUTION_REQUIRED
- "`
- fi
- # Put the nasty error message in config.log where it belongs
-@@ -25744,7 +25744,7 @@
- libecal-$EDS_PACKAGE >= $EDS_REQUIRED
- libedata-cal-$EDS_PACKAGE >= $EDS_REQUIRED
- libedataserver-$EDS_PACKAGE >= $EDS_REQUIRED
-- evolution-plugin-$EVOLUTION_PACKAGE >= $EVOLUTION_REQUIRED
-+ evolution-plugin >= $EVOLUTION_REQUIRED
- ) were not met:
-
- $EDS_BACKEND_PKG_ERRORS
-@@ -25760,7 +25760,7 @@
- libecal-$EDS_PACKAGE >= $EDS_REQUIRED
- libedata-cal-$EDS_PACKAGE >= $EDS_REQUIRED
- libedataserver-$EDS_PACKAGE >= $EDS_REQUIRED
-- evolution-plugin-$EVOLUTION_PACKAGE >= $EVOLUTION_REQUIRED
-+ evolution-plugin >= $EVOLUTION_REQUIRED
- ) were not met:
-
- $EDS_BACKEND_PKG_ERRORS
-@@ -25804,7 +25804,7 @@
- fi
- extensiondir=`$PKG_CONFIG --variable=extensiondir
evolution-data-server-$EDS_PACKAGE`
-
-- plugindir=`$PKG_CONFIG --variable=plugindir
evolution-plugin-$EVOLUTION_PACKAGE`
-+ plugindir=`$PKG_CONFIG --variable=plugindir evolution-plugin`
-
- use_eds_backend=yes
- else
-diff -u -r planner-0.14.3/configure.in planner.mod/configure.in
---- planner-0.14.3/configure.in 2008-04-12 07:49:23.000000000 -0500
-+++ planner.mod/configure.in 2008-04-19 18:38:27.000000000 -0500
-@@ -289,11 +289,11 @@
- libecal-$EDS_PACKAGE >= $EDS_REQUIRED
- libedata-cal-$EDS_PACKAGE >= $EDS_REQUIRED
- libedataserver-$EDS_PACKAGE >= $EDS_REQUIRED
-- evolution-plugin-$EVOLUTION_PACKAGE >= $EVOLUTION_REQUIRED
-+ evolution-plugin >= $EVOLUTION_REQUIRED
- ])
- extensiondir=`$PKG_CONFIG --variable=extensiondir
evolution-data-server-$EDS_PACKAGE`
- AC_SUBST(extensiondir)
-- plugindir=`$PKG_CONFIG --variable=plugindir
evolution-plugin-$EVOLUTION_PACKAGE`
-+ plugindir=`$PKG_CONFIG --variable=plugindir evolution-plugin`
- AC_SUBST(plugindir)
- use_eds_backend=yes
- else
diff --git a/gnome2-libs/gnome-nettool/DEPENDS
b/gnome2-libs/gnome-nettool/DEPENDS
index 08b9c49..4e3eed9 100755
--- a/gnome2-libs/gnome-nettool/DEPENDS
+++ b/gnome2-libs/gnome-nettool/DEPENDS
@@ -1,4 +1,4 @@
-depends gtk+2 &&
+depends gtk+3 &&
depends gconf2 &&
depends gnome-doc-utils &&

diff --git a/gnome2-libs/gnome-nettool/DETAILS
b/gnome2-libs/gnome-nettool/DETAILS
index a79337a..6482016 100755
--- a/gnome2-libs/gnome-nettool/DETAILS
+++ b/gnome2-libs/gnome-nettool/DETAILS
@@ -1,7 +1,7 @@
SPELL=gnome-nettool
- VERSION=2.32.0
+ VERSION=3.0.1
BRANCH=`echo $VERSION|cut -d . -f 1,2`
- SOURCE=$SPELL-$VERSION.tar.bz2
+ SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_URL[0]=$GNOME_URL/sources/$SPELL/$BRANCH/$SOURCE
SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/gnome2-libs/gnome-nettool/HISTORY
b/gnome2-libs/gnome-nettool/HISTORY
index bd93b05..aead5fb 100644
--- a/gnome2-libs/gnome-nettool/HISTORY
+++ b/gnome2-libs/gnome-nettool/HISTORY
@@ -1,3 +1,9 @@
+2012-01-10 Sukneet Basuta <sukneet AT sourcemage.org>
+ * DETAILS: updated spell to 3.0.1
+ bz2 -> xz
+ * DEPENDS: gtk+2 -> gtk+3
+ * PRE_BUILD: added to handle xz archive
+
2010-09-30 Vasil Yonkov <spirtbrat AT sourcemage.org>
* DETAILS: updated spell to 2.32.0

diff --git a/gnome2-libs/gnome-nettool/PRE_BUILD
b/gnome2-libs/gnome-nettool/PRE_BUILD
new file mode 100755
index 0000000..8240c01
--- /dev/null
+++ b/gnome2-libs/gnome-nettool/PRE_BUILD
@@ -0,0 +1,5 @@
+mk_source_dir $SOURCE_DIRECTORY &&
+cd $BUILD_DIRECTORY &&
+verify_file '' &&
+xz -dc $SOURCE_CACHE/$SOURCE | tar -xf - &&
+cd $SOURCE_DIRECTORY
diff --git a/gnome2-libs/gnome-nettool/gnome-nettool-2.32.0.tar.bz2.sig
b/gnome2-libs/gnome-nettool/gnome-nettool-2.32.0.tar.bz2.sig
deleted file mode 100644
index cc87bb2..0000000
Binary files a/gnome2-libs/gnome-nettool/gnome-nettool-2.32.0.tar.bz2.sig and
/dev/null differ
diff --git a/gnome2-libs/gnome-nettool/gnome-nettool-3.0.1.tar.xz.sig
b/gnome2-libs/gnome-nettool/gnome-nettool-3.0.1.tar.xz.sig
new file mode 100644
index 0000000..2336e60
Binary files /dev/null and
b/gnome2-libs/gnome-nettool/gnome-nettool-3.0.1.tar.xz.sig differ



  • [SM-Commit] GIT changes to master grimoire by Sukneet Basuta (de7836b0efa35d55afe8d3f6e5cdd7d72765f020), Sukneet Basuta, 01/10/2012

Archive powered by MHonArc 2.6.24.

Top of Page