Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (4ab05e8bca8ff1a9d532f29b732b7e448cebb719)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (4ab05e8bca8ff1a9d532f29b732b7e448cebb719)
  • Date: Mon, 26 Jul 2010 16:38:00 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

python-pypi/mirage/HISTORY | 2 ++
python-pypi/mirage/PRE_BUILD | 4 ++++
python-pypi/mirage/screenshot.patch | 11 +++++++++++
3 files changed, 17 insertions(+)

New commits:
commit 4ab05e8bca8ff1a9d532f29b732b7e448cebb719
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

mirage: fix making of sshots

diff --git a/python-pypi/mirage/HISTORY b/python-pypi/mirage/HISTORY
index b994f79..979ac0a 100644
--- a/python-pypi/mirage/HISTORY
+++ b/python-pypi/mirage/HISTORY
@@ -1,6 +1,8 @@
2010-07-27 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 0.9.5.1; quoting paths; fixed desc
* DEPENDS: added missing python dep
+ * PRE_BUILD: added, to apply a patch
+ * screenshot.patch: added, to fix making of screenshots

2010-07-11 Peng Chang (Charles) <chp AT sourcemage.org>
* DETAILS: updated spell to 0.9.4
diff --git a/python-pypi/mirage/PRE_BUILD b/python-pypi/mirage/PRE_BUILD
new file mode 100755
index 0000000..ff4a02a
--- /dev/null
+++ b/python-pypi/mirage/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+
+patch -p0 < "$SPELL_DIRECTORY/screenshot.patch"
diff --git a/python-pypi/mirage/screenshot.patch
b/python-pypi/mirage/screenshot.patch
new file mode 100644
index 0000000..3294b7c
--- /dev/null
+++ b/python-pypi/mirage/screenshot.patch
@@ -0,0 +1,11 @@
+--- mirage.py.orig 2010-07-23 16:57:44.000000000 +0400
++++ mirage.py 2010-07-27 01:33:16.957210477 +0400
+@@ -2339,7 +2339,7 @@
+ dialog.destroy()
+ while gtk.events_pending():
+ gtk.main_iteration()
+- self.screenshot_delay = int(delay.get_text())
++ self.screenshot_delay = delay.get_value_as_int()
+ gobject.timeout_add(int(self.screenshot_delay*1000),
self._screenshot_grab, area1.get_active())
+ else:
+ dialog.destroy()



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (4ab05e8bca8ff1a9d532f29b732b7e448cebb719), Vlad Glagolev, 07/26/2010

Archive powered by MHonArc 2.6.24.

Top of Page