Skip to Content.
Sympa Menu

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

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 (b7501ec8fa29ed6fef8d307930bea3cdf762fe36)
  • Date: Sat, 4 Dec 2010 05:59:23 -0600

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

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

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

gnote: updated to 0.7.3

diff --git a/gnome2-apps/gnote/DETAILS b/gnome2-apps/gnote/DETAILS
index cafb052..993d475 100755
--- a/gnome2-apps/gnote/DETAILS
+++ b/gnome2-apps/gnote/DETAILS
@@ -1,5 +1,5 @@
SPELL=gnote
- VERSION=0.7.2
+ VERSION=0.7.3
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 aec1124..3487cd3 100644
--- a/gnome2-apps/gnote/HISTORY
+++ b/gnome2-apps/gnote/HISTORY
@@ -1,3 +1,7 @@
+2010-12-04 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 0.7.3
+ * PRE_BUILD: remove patch as no longer applies
+
2010-07-02 Robin Cook <rcook AT wyrms.net>
* DETAILS: updated VERSION to 0.7.2
* DEPENDS: changed dbus to dbus-c++
diff --git a/gnome2-apps/gnote/PRE_BUILD b/gnome2-apps/gnote/PRE_BUILD
deleted file mode 100755
index de0c112..0000000
--- a/gnome2-apps/gnote/PRE_BUILD
+++ /dev/null
@@ -1,5 +0,0 @@
-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
deleted file mode 100644
index 3a072c0..0000000
--- a/gnome2-apps/gnote/deprecated-GTK.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-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.2.tar.bz2.sig
b/gnome2-apps/gnote/gnote-0.7.2.tar.bz2.sig
deleted file mode 100644
index c9728c7..0000000
Binary files a/gnome2-apps/gnote/gnote-0.7.2.tar.bz2.sig and /dev/null differ
diff --git a/gnome2-apps/gnote/gnote-0.7.3.tar.bz2.sig
b/gnome2-apps/gnote/gnote-0.7.3.tar.bz2.sig
new file mode 100644
index 0000000..d341065
Binary files /dev/null and b/gnome2-apps/gnote/gnote-0.7.3.tar.bz2.sig differ



  • [SM-Commit] GIT changes to master grimoire by Robin Cook (b7501ec8fa29ed6fef8d307930bea3cdf762fe36), Robin Cook, 12/04/2010

Archive powered by MHonArc 2.6.24.

Top of Page