Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (a492722125f21b2edb5d85a3a33f2236ef32be09)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (a492722125f21b2edb5d85a3a33f2236ef32be09)
  • Date: Thu, 13 Dec 2018 22:29:49 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

x11-toolkits/gtk+3/HISTORY | 1 +
x11-toolkits/gtk+3/PRE_BUILD | 3 +++
x11-toolkits/gtk+3/patches-3.24.2/shooter.patch | 12 ++++++++++++
3 files changed, 16 insertions(+)

New commits:
commit a492722125f21b2edb5d85a3a33f2236ef32be09
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

x11-toolkits/gtk+3: added a quick patch for small typo in 3.24.2 release

diff --git a/x11-toolkits/gtk+3/HISTORY b/x11-toolkits/gtk+3/HISTORY
index 41892a4..4dd4b34 100644
--- a/x11-toolkits/gtk+3/HISTORY
+++ b/x11-toolkits/gtk+3/HISTORY
@@ -1,5 +1,6 @@
2018-12-13 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 3.24.2
+ * PRE_BUILD, patches-3.24.2/shooter.patch: patched a typo

2018-09-21 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 3.24.1
diff --git a/x11-toolkits/gtk+3/PRE_BUILD b/x11-toolkits/gtk+3/PRE_BUILD
new file mode 100755
index 0000000..0d1d601
--- /dev/null
+++ b/x11-toolkits/gtk+3/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd "${SOURCE_DIRECTORY}" &&
+apply_patch_dir "patches-${VERSION}"
diff --git a/x11-toolkits/gtk+3/patches-3.24.2/shooter.patch
b/x11-toolkits/gtk+3/patches-3.24.2/shooter.patch
new file mode 100644
index 0000000..765bb25
--- /dev/null
+++ b/x11-toolkits/gtk+3/patches-3.24.2/shooter.patch
@@ -0,0 +1,12 @@
+diff --git a/docs/tools/shooter.c b/docs/tools/shooter.c
+--- a/docs/tools/shooter.c
++++ b/docs/tools/shooter.c
+@@ -170,7 +170,7 @@
+ y_orig = 0;
+ }
+
+- if (x_orig + width > gdk_screen_get_width (gdk_screen_get_dfeault ()))
++ if (x_orig + width > gdk_screen_get_width (gdk_screen_get_default ()))
+ width = gdk_screen_width () - x_orig;
+
+ if (y_orig + height > gdk_screen_get_height (gdk_screen_get_default ()))



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (a492722125f21b2edb5d85a3a33f2236ef32be09), Pavel Vinogradov, 12/13/2018

Archive powered by MHonArc 2.6.24.

Top of Page