Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Robin Cook (f9dfe0986c3e578a0a8bb6a05dd216d30d2f2088)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Robin Cook <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Robin Cook (f9dfe0986c3e578a0a8bb6a05dd216d30d2f2088)
  • Date: Fri, 2 Jul 2010 09:03:25 -0500

GIT changes to master grimoire by Robin Cook <rcook AT wyrms.net>:

dev/null |binary
gnome2-apps/gnote/DETAILS | 2 +-
gnome2-apps/gnote/HISTORY | 5 +++++
gnome2-apps/gnote/PRE_BUILD | 5 +++++
gnome2-apps/gnote/deprecated-GTK.patch | 15 +++++++++++++++
gnome2-apps/gnote/gnote-0.7.0.tar.bz2.sig | 0
gnome2-apps/gnote/gnote-0.7.2.tar.bz2.sig |binary
7 files changed, 26 insertions(+), 1 deletion(-)

New commits:
commit 7be0ebe3adc481dde40b0b07fa5d800d7a64b7d3
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

gnote: updated to 0.7.2 added patch to build with new GTK+2

diff --git a/gnome2-apps/gnote/DETAILS b/gnome2-apps/gnote/DETAILS
index d5e26cb..cafb052 100755
--- a/gnome2-apps/gnote/DETAILS
+++ b/gnome2-apps/gnote/DETAILS
@@ -1,5 +1,5 @@
SPELL=gnote
- VERSION=0.7.0
+ VERSION=0.7.2
SOURCE="${SPELL}-${VERSION}.tar.bz2"
BRANCH=`echo $VERSION|cut -d . -f 1,2`
SOURCE_URL[0]=$GNOME_URL/sources/$SPELL/$BRANCH/$SOURCE
diff --git a/gnome2-apps/gnote/HISTORY b/gnome2-apps/gnote/HISTORY
index 5c34559..12c081c 100644
--- a/gnome2-apps/gnote/HISTORY
+++ b/gnome2-apps/gnote/HISTORY
@@ -1,3 +1,8 @@
+2010-07-02 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 0.7.2
+ * PRE_BUILD: added to apply deprecate-GTK.patch
+ http://patch-tracker.debian.org/package/gnote/0.7.1-1.1
+
2010-01-02 Vasil Yonkov <spirtbrat AT sourcemage.org>
* DETAILS: updated spell to 0.7.0
* DEPENDS: made dbus optional, added rarian
diff --git a/gnome2-apps/gnote/PRE_BUILD b/gnome2-apps/gnote/PRE_BUILD
new file mode 100755
index 0000000..de0c112
--- /dev/null
+++ b/gnome2-apps/gnote/PRE_BUILD
@@ -0,0 +1,5 @@
+default_pre_build &&
+
+cd $SOURCE_DIRECTORY &&
+
+patch -p1 < $SCRIPT_DIRECTORY/deprecated-GTK.patch
diff --git a/gnome2-apps/gnote/deprecated-GTK.patch
b/gnome2-apps/gnote/deprecated-GTK.patch
new file mode 100644
index 0000000..3a072c0
--- /dev/null
+++ b/gnome2-apps/gnote/deprecated-GTK.patch
@@ -0,0 +1,15 @@
+diff -r -N -u gnote-0.7.2.orig/libtomboy/tomboyutil.c
gnote-0.7.2/libtomboy/tomboyutil.c
+--- gnote-0.7.2.orig/libtomboy/tomboyutil.c 2010-07-02 08:43:17.748133704
-0500
++++ gnote-0.7.2/libtomboy/tomboyutil.c 2010-07-02 08:45:23.418853833 -0500
+@@ -153,9 +153,9 @@
+ void
+ tomboy_window_present_hardcore (GtkWindow *window)
+ {
+- if (!GTK_WIDGET_REALIZED (window))
++ if (!gtk_widget_get_realized (window))
+ gtk_widget_realize (GTK_WIDGET (window));
+- else if (GTK_WIDGET_VISIBLE (window))
++ else if (gtk_widget_get_visible (window))
+ tomboy_window_move_to_current_workspace (window);
+
+ tomboy_window_override_user_time (window);
diff --git a/gnome2-apps/gnote/gnote-0.7.0.tar.bz2.sig
b/gnome2-apps/gnote/gnote-0.7.0.tar.bz2.sig
deleted file mode 100644
index 1db07d5..0000000
Binary files a/gnome2-apps/gnote/gnote-0.7.0.tar.bz2.sig and /dev/null differ
diff --git a/gnome2-apps/gnote/gnote-0.7.2.tar.bz2.sig
b/gnome2-apps/gnote/gnote-0.7.2.tar.bz2.sig
new file mode 100644
index 0000000..c9728c7
Binary files /dev/null and b/gnome2-apps/gnote/gnote-0.7.2.tar.bz2.sig differ



  • [SM-Commit] GIT changes to master grimoire by Robin Cook (f9dfe0986c3e578a0a8bb6a05dd216d30d2f2088), Robin Cook, 07/02/2010

Archive powered by MHonArc 2.6.24.

Top of Page