summaryrefslogtreecommitdiffstats
path: root/source/l
diff options
context:
space:
mode:
Diffstat (limited to 'source/l')
-rwxr-xr-xsource/l/gtk+3/gtk+3.SlackBuild2
-rw-r--r--source/l/gtk+3/gtk.typo.fix.diff11
-rwxr-xr-xsource/l/python-six/python-six.SlackBuild4
3 files changed, 15 insertions, 2 deletions
diff --git a/source/l/gtk+3/gtk+3.SlackBuild b/source/l/gtk+3/gtk+3.SlackBuild
index 8e9207371..9b5460922 100755
--- a/source/l/gtk+3/gtk+3.SlackBuild
+++ b/source/l/gtk+3/gtk+3.SlackBuild
@@ -77,6 +77,8 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
+zcat $CWD/gtk.typo.fix.diff.gz | patch -p1 --verbose || exit 1
+
# Regenerate ./configure:
libtoolize --copy --force
autoreconf -vif
diff --git a/source/l/gtk+3/gtk.typo.fix.diff b/source/l/gtk+3/gtk.typo.fix.diff
new file mode 100644
index 000000000..b966dca50
--- /dev/null
+++ b/source/l/gtk+3/gtk.typo.fix.diff
@@ -0,0 +1,11 @@
+--- ./docs/tools/shooter.c.orig 2018-12-12 11:46:09.000000000 -0600
++++ ./docs/tools/shooter.c 2018-12-13 18:28:54.613869535 -0600
+@@ -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 ()))
diff --git a/source/l/python-six/python-six.SlackBuild b/source/l/python-six/python-six.SlackBuild
index 6f492f7bf..6042e451f 100755
--- a/source/l/python-six/python-six.SlackBuild
+++ b/source/l/python-six/python-six.SlackBuild
@@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=python-six
-VERSION=${VERSION:-$(echo six-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
+VERSION=${VERSION:-$(echo six-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
BUILD=${BUILD:-2}
# Automatically determine the architecture we're building on:
@@ -69,7 +69,7 @@ mkdir -p $TMP $PKG
cd $TMP
rm -rf six-$VERSION
-tar xvf $CWD/six-$VERSION.tar.*z* || exit 1
+tar xvf $CWD/six-$VERSION.tar.*z || exit 1
cd six-$VERSION
chown -R root:root .
find . \