]> git.t-rg.ws Git - slackbuilds.git/commitdiff
mintstick: fixed library paths to make it actually work.
authorfsLeg <fsleg@t-rg.ws>
Fri, 5 Dec 2014 00:46:04 +0000 (03:46 +0300)
committerfsLeg <fsleg@t-rg.ws>
Fri, 5 Dec 2014 00:46:04 +0000 (03:46 +0300)
mintstick/mintstick.SlackBuild
mintstick/mintstick.info
opera/README

index de78021bcf1d7fbb80d9bd68601fcba9f83a4b63..dbaa66c274b6d846cc39e543479914e362da7de0 100755 (executable)
@@ -25,7 +25,7 @@
 PRGNAM=mintstick
 VERSION=${VERSION:-1.2.2}
 VERSION_HASH=${VERSION_HASH:-57a40ea66d4ad8394d4bebb502d8568a8ad13632}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
 TAG=${TAG:-fsleg}
 
 # Automatically determine the architecture we're building on:
@@ -92,6 +92,10 @@ for item in $DATAFILES; do
     cp share/mintstick/$item ${PKG}/usr/share/mintstick/
 done
 
+# Fix library dir for x86_64
+sed -i "s,/usr/lib/,/usr/lib${LIBDIRSUFFIX}/," ${PKG}/usr/bin/mintstick \
+                                               ${PKG}/usr/lib${LIBDIRSUFFIX}/mintstick/mintstick.py
+
 # Copy a parody to the man page
 mkdir -p ${PKG}/usr/man/man1
 cp debian/mintstick.1 ${PKG}/usr/man/man1/
index 7dcb305322a7519351d9db87b9f437eb7a589a5f..c1ba44482342c4738ae865383cc8b7cab448415e 100644 (file)
@@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/linuxmint/mintstick/archive/57a40ea66d4ad8394d4bebb
 MD5SUM="855569bf61860107fba35550b5b836fe"
 DOWNLOAD_x86_64=""
 MD5SUM_x86_64=""
-REQUIRES="pyparted"
+REQUIRES="pyparted pygobject3"
 MAINTAINER="Vladislav Borisov"
 EMAIL="fsleg@t-rg.ws"
index 5daf25ab63ded823ed013f0dea61b088e43b524d..87264d99b7b74544382cea40a724b3799ef1412e 100644 (file)
@@ -19,4 +19,6 @@ the flavor you chose doesn't support FFmpeg version in the SlackBuild, you
 can specify a different version using FFMPEG_VERSION variable, i. e.
 FFMPEG_VERSION=2.4.2
 
+For now there's only 64bit version available.
+
 WARNING: this package (stable flavor) conflicts with classic Opera from SBo.