summaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authorPavel Vinogradov2019-01-21 16:54:42 -0500
committerPavel Vinogradov2019-01-21 16:54:42 -0500
commit6c71e5fd5931b8100ce2d5d228ffe21ec92faa99 (patch)
tree0ba2377e3143f1cbdadf37fe4b088ba74596d6f2 /x11-toolkits
parent910e246db22315a08ed2483e04d0fc3d4e67ec2f (diff)
x11-toolkits/gtk+3: dropped obsolete patch for 3.24.2
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/gtk+3/HISTORY3
-rwxr-xr-xx11-toolkits/gtk+3/PRE_BUILD3
-rw-r--r--x11-toolkits/gtk+3/patches-3.24.2/shooter.patch12
3 files changed, 3 insertions, 15 deletions
diff --git a/x11-toolkits/gtk+3/HISTORY b/x11-toolkits/gtk+3/HISTORY
index 4f63d8a18c..7ece8d0197 100644
--- a/x11-toolkits/gtk+3/HISTORY
+++ b/x11-toolkits/gtk+3/HISTORY
@@ -1,3 +1,6 @@
+2019-01-21 Pavel Vinogradov <public@sourcemage.org>
+ * PRE_BUILD, patches-3.24.2/shooter.patch: dropped, fixed by upstream
+
2019-01-16 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* DETAILS: version 3.24.3
diff --git a/x11-toolkits/gtk+3/PRE_BUILD b/x11-toolkits/gtk+3/PRE_BUILD
deleted file mode 100755
index 0d1d6016f3..0000000000
--- a/x11-toolkits/gtk+3/PRE_BUILD
+++ /dev/null
@@ -1,3 +0,0 @@
-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
deleted file mode 100644
index 765bb25489..0000000000
--- a/x11-toolkits/gtk+3/patches-3.24.2/shooter.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-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 ()))