added packages to the prereq list since we are not building them with the global...
[lxqt-slackware.git] / lxqt.SlackBuild
index 8275cf9..e7249ba 100755 (executable)
@@ -93,7 +93,7 @@ SOURCE=$PROGRAM
 if [[ $PROGRAM == 'libfm-extra' ]]; then
   SOURCE='libfm'
 fi
-VERSION=${VERSION:-0.15.0}
+VERSION=${VERSION:-0.16.0}
 PKG="$BUILD_DIR/package-${PROGRAM}"
 
 # Import the build configuration options for as far as they are not already set:
@@ -107,7 +107,7 @@ PKGARCH=$ARCH
 # Perhaps $PKGARCH should be something different:
 if grep -wq "^${PROGRAM}$" ${CWD}/noarch ; then
   PKGARCH=noarch
-fi 
+fi
 
 rm -rf "$PKG" "$TMP/${PROGRAM}-$VERSION"
 
@@ -119,7 +119,7 @@ fix_perms
 
 # If any patches are needed, call this script to apply them:
 if [ -r $CWD/patch/${PROGRAM}.patch ]; then
-  . $CWD/patch/${PROGRAM}.patch || exit 1
+  patch -p1 < $CWD/patch/${PROGRAM}.patch || exit 1
 fi
 
 # Check autotools builds before continuing with cmake programs
@@ -163,7 +163,7 @@ fi
 cd $PKG
 process_man_pages
 process_info_pages
-no_usr_share_doc          
+no_usr_share_doc
 mkdir -p $PKG/install
 if [ -r $CWD/slack-desc/${PROGRAM} ]; then
   cat $CWD/slack-desc/${PROGRAM} > $PKG/install/slack-desc