From 8fd8685c067f4b56a4f3062cdbe57a87eb14c43e Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Wed, 25 May 2016 08:24:12 +0700 Subject: [PATCH] nemo: Upgraded to 3.0.3. This will require Python3. Signed-off-by: Willy Sudiarto Raharjo --- nemo/nemo.SlackBuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/nemo/nemo.SlackBuild b/nemo/nemo.SlackBuild index 9a44aa6..074c861 100644 --- a/nemo/nemo.SlackBuild +++ b/nemo/nemo.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=nemo -VERSION=${VERSION:-3.0.1} +VERSION=${VERSION:-3.0.3} BUILD=${BUILD:-1} TAG=${TAG:-_csb} @@ -71,9 +71,6 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -# We prefer to keep everything under python 2 -sed -i "s|python3|python2|g" data/extract_action_strings data/merge_action_strings files/usr/share/nemo/actions/myaction.py - CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./autogen.sh \