Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (6445dd8556638cf6e55119d1deaf1664f577261d)

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 master grimoire by Ladislav Hagara (6445dd8556638cf6e55119d1deaf1664f577261d)
  • Date: Tue, 22 Sep 2009 01:54:53 -0500

GIT changes to master grimoire by Ladislav Hagara <hgr AT vabo.cz>:

dev/null |binary
gnome2-apps/epiphany/DETAILS | 4 +--
gnome2-apps/epiphany/HISTORY | 4 +++
gnome2-apps/epiphany/PRE_BUILD | 6 -----
gnome2-apps/epiphany/epiphany-2.26.3.tar.bz2.sig | 0
gnome2-apps/epiphany/epiphany-2.27.92.tar.bz2.sig | 0
gnome2-apps/epiphany/epiphany-2.28.0.tar.bz2.sig |binary
gnome2-apps/epiphany/epiphany.patch | 24
----------------------
8 files changed, 6 insertions(+), 32 deletions(-)

New commits:
commit 6445dd8556638cf6e55119d1deaf1664f577261d
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>

epiphany 2.28.0

diff --git a/gnome2-apps/epiphany/DETAILS b/gnome2-apps/epiphany/DETAILS
index 9d167f1..9b4886e 100755
--- a/gnome2-apps/epiphany/DETAILS
+++ b/gnome2-apps/epiphany/DETAILS
@@ -1,8 +1,8 @@
SPELL=epiphany
if [[ "$EPIPHANY_WEBKIT" == "y" ]]; then
- VERSION=2.27.92
+ VERSION=2.28.0
else
- VERSION=2.26.3
+ VERSION=2.28.0
fi
BRANCH=$(echo $VERSION|cut -d . -f 1,2)
SOURCE=$SPELL-$VERSION.tar.bz2
diff --git a/gnome2-apps/epiphany/HISTORY b/gnome2-apps/epiphany/HISTORY
index f8c8772..eed1160 100644
--- a/gnome2-apps/epiphany/HISTORY
+++ b/gnome2-apps/epiphany/HISTORY
@@ -1,3 +1,7 @@
+2009-09-22 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 2.28.0
+ * PRE_BUILD, epiphany.patch: removed
+
2009-09-12 George Sherwood <gsherwood AT sourcemage.org>
* DETAILS: Updated devel to 2.27.92
* PRE_BUILD: Added to apply upstream patch
diff --git a/gnome2-apps/epiphany/PRE_BUILD b/gnome2-apps/epiphany/PRE_BUILD
deleted file mode 100755
index 21c02c1..0000000
--- a/gnome2-apps/epiphany/PRE_BUILD
+++ /dev/null
@@ -1,6 +0,0 @@
-default_pre_build &&
-
-if [[ "$EPIPHANY_WEBKIT" == "y" ]]; then
- cd $SOURCE_DIRECTORY &&
- patch -p0 < $SCRIPT_DIRECTORY/epiphany.patch
-fi
diff --git a/gnome2-apps/epiphany/epiphany-2.26.3.tar.bz2.sig
b/gnome2-apps/epiphany/epiphany-2.26.3.tar.bz2.sig
deleted file mode 100644
index e2c6560..0000000
Binary files a/gnome2-apps/epiphany/epiphany-2.26.3.tar.bz2.sig and /dev/null
differ
diff --git a/gnome2-apps/epiphany/epiphany-2.27.92.tar.bz2.sig
b/gnome2-apps/epiphany/epiphany-2.27.92.tar.bz2.sig
deleted file mode 100644
index e469f71..0000000
Binary files a/gnome2-apps/epiphany/epiphany-2.27.92.tar.bz2.sig and
/dev/null differ
diff --git a/gnome2-apps/epiphany/epiphany-2.28.0.tar.bz2.sig
b/gnome2-apps/epiphany/epiphany-2.28.0.tar.bz2.sig
new file mode 100644
index 0000000..b22128f
Binary files /dev/null and b/gnome2-apps/epiphany/epiphany-2.28.0.tar.bz2.sig
differ
diff --git a/gnome2-apps/epiphany/epiphany.patch
b/gnome2-apps/epiphany/epiphany.patch
deleted file mode 100644
index 3feffcc..0000000
--- a/gnome2-apps/epiphany/epiphany.patch
+++ /dev/null
@@ -1,24 +0,0 @@
---- lib/ephy-dialog.c.orig 2009-09-12 16:23:31.000000000 -0500
-+++ lib/ephy-dialog.c 2009-09-12 16:25:20.000000000 -0500
-@@ -146,18 +146,18 @@
-
- for (l = list; l != NULL; l = l->next)
- {
-- sensitive = gtk_widget_is_sensitive (GTK_WIDGET
(l->data)) && sensitive;
-+ sensitive = GTK_WIDGET_IS_SENSITIVE (GTK_WIDGET
(l->data)) && sensitive;
- gtk_widget_set_sensitive (GTK_WIDGET (l->data),
sensitive);
- }
- }
- else if (info->widget_type == PT_EDITABLE)
- {
-- sensitive = gtk_widget_is_sensitive (info->widget) &&
sensitive;
-+ sensitive = GTK_WIDGET_IS_SENSITIVE (info->widget) &&
sensitive;
- gtk_editable_set_editable (GTK_EDITABLE (info->widget),
sensitive);
- }
- else
- {
-- sensitive = gtk_widget_is_sensitive (info->widget) &&
sensitive;
-+ sensitive = GTK_WIDGET_IS_SENSITIVE (info->widget) &&
sensitive;
- gtk_widget_set_sensitive (info->widget, sensitive);
- }
- }




Archive powered by MHonArc 2.6.24.

Top of Page