From 79180da6e21b8faf789b168586e830a0f196320b Mon Sep 17 00:00:00 2001 From: Hunter Sezen Date: Sat, 20 Jul 2019 08:08:58 +0700 Subject: python/python-xlib: Updated for version 0.25. Signed-off-by: Willy Sudiarto Raharjo --- python/python-xlib/python-xlib.SlackBuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'python/python-xlib/python-xlib.SlackBuild') diff --git a/python/python-xlib/python-xlib.SlackBuild b/python/python-xlib/python-xlib.SlackBuild index 83295fe261..0ea9263b3a 100644 --- a/python/python-xlib/python-xlib.SlackBuild +++ b/python/python-xlib/python-xlib.SlackBuild @@ -3,10 +3,10 @@ # Slackware build script for python-xlib # Written by Vasilis Papavasileiou -# Copyright 2018 Hunter Sezen California, USA +# Copyright 2018-2019 Hunter Sezen California, USA PRGNAM=python-xlib -VERSION=${VERSION:-0.23} +VERSION=${VERSION:-0.25} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -43,7 +43,8 @@ find -L . \ # https://github.com/python-xlib/python-xlib/commit/22a8e1929ad58b8168bcf5d931e8f6067ebdec0a # https://github.com/python-xlib/python-xlib/commit/376b4739cedc4eee32e60e7b158d20ed18dfddc1 # https://github.com/python-xlib/python-xlib/issues/106 -zcat $CWD/setup.patch.gz | patch -p1 +sed -i 's/\r$//g' setup.py +patch -p1 < $CWD/setup.patch python setup.py install --root $PKG -- cgit v1.2.3