summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Cook2010-12-04 05:58:56 -0600
committerRobin Cook2010-12-04 05:58:56 -0600
commitb7501ec8fa29ed6fef8d307930bea3cdf762fe36 (patch)
tree1e103a6098e1f6be1cf682faddd165bc642448a0
parent660a4024505e2dd70c13be59b4e8dff853bd64b4 (diff)
gnote: updated to 0.7.3
-rwxr-xr-xgnome2-apps/gnote/DETAILS2
-rw-r--r--gnome2-apps/gnote/HISTORY4
-rwxr-xr-xgnome2-apps/gnote/PRE_BUILD5
-rw-r--r--gnome2-apps/gnote/deprecated-GTK.patch15
-rw-r--r--gnome2-apps/gnote/gnote-0.7.2.tar.bz2.sigbin543 -> 0 bytes
-rw-r--r--gnome2-apps/gnote/gnote-0.7.3.tar.bz2.sigbin0 -> 543 bytes
6 files changed, 5 insertions, 21 deletions
diff --git a/gnome2-apps/gnote/DETAILS b/gnome2-apps/gnote/DETAILS
index cafb052ae0..993d475e8e 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 aec11247b7..3487cd3809 100644
--- a/gnome2-apps/gnote/HISTORY
+++ b/gnome2-apps/gnote/HISTORY
@@ -1,3 +1,7 @@
+2010-12-04 Robin Cook <rcook@wyrms.net>
+ * DETAILS: updated VERSION to 0.7.3
+ * PRE_BUILD: remove patch as no longer applies
+
2010-07-02 Robin Cook <rcook@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 de0c1127fd..0000000000
--- 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 3a072c07ef..0000000000
--- 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 c9728c77de..0000000000
--- a/gnome2-apps/gnote/gnote-0.7.2.tar.bz2.sig
+++ /dev/null
Binary files 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 0000000000..d34106569b
--- /dev/null
+++ b/gnome2-apps/gnote/gnote-0.7.3.tar.bz2.sig
Binary files differ