[Slackbuilds-users] My Slackbuilds test on 14.1

Qun-Ying zhu.qunying at gmail.com
Fri Nov 15 21:02:38 UTC 2013


For the motif package, actually the git source has more compile
warning fixed, it is better than my simple fix.

Attached is one to use the git snapshot.

On Fri, Nov 15, 2013 at 12:40 PM, Qun-Ying <zhu.qunying at gmail.com> wrote:
> Hi,
>
> Tested some of my slackbuilds.
>
> lout, global, ahven works fine on 14.1
>
> I hope the attached patch fixed the motif build problem.
>
> --
> Qun-Ying



-- 
Qun-Ying
-------------- next part --------------
diff --git a/libraries/motif/motif.SlackBuild b/libraries/motif/motif.SlackBuild
old mode 100644
new mode 100755
index 9831628..6e01a68
--- a/libraries/motif/motif.SlackBuild
+++ b/libraries/motif/motif.SlackBuild
@@ -6,9 +6,10 @@
 # Modified by SlackBuilds.org
 
 PRGNAM=motif
-VERSION=2.3.4
+VERSION=2.3.4_9f0120a
 BUILD=${BUILD:-1}
 TAG=${TAG:-_SBo}
+LONG_VER=9f0120a4452380af91fe205434849b8a1ae884dc
 
 # Automatically determine the architecture we're building on:
 if [ -z "$ARCH" ]; then
@@ -44,9 +45,9 @@ set -e
 rm -rf $PKG
 mkdir -p $TMP $PKG $OUTPUT
 cd $TMP
-rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION-src.tgz
-cd $PRGNAM-$VERSION
+rm -rf $PRGNAM-code-$LONG_VER
+unzip $CWD/$PRGNAM-code-$LONG_VER.zip
+cd $PRGNAM-code-$LONG_VER
 chown -R root:root .
 find . \
  \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
diff --git a/libraries/motif/motif.info b/libraries/motif/motif.info
index 1a03d89..f7cc90c 100644
--- a/libraries/motif/motif.info
+++ b/libraries/motif/motif.info
@@ -1,8 +1,8 @@
 PRGNAM="motif"
-VERSION="2.3.4"
+VERSION="2.3.4_9f0120a"
 HOMEPAGE="http://motif.ics.com/motif"
-DOWNLOAD="http://download.sourceforge.net/motif/motif-2.3.4-src.tgz"
-MD5SUM="612bb8127d0d31da6e5474edf8a5c247"
+DOWNLOAD="http://sourceforge.net/code-snapshots/git/m/mo/motif/code.git/motif-code-9f0120a4452380af91fe205434849b8a1ae884dc.zip"
+MD5SUM="40e012fb19d7052a765086ca946bd4fe"
 DOWNLOAD_x86_64=""
 MD5SUM_x86_64=""
 REQUIRES=""


More information about the SlackBuilds-users mailing list