summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Fridrich von Stauffenberg2014-11-28 00:50:28 +0100
committer Willy Sudiarto Raharjo2014-11-28 03:09:56 +0100
commit5d6a9c41e8f9fa666fc98c411eb92dbff3ebb130 (patch)
treed0d87be375094f659265bf844e0a2408a8dc80d0
parent832cfff34c0178b0272481fc845a51eaf88f22e6 (diff)
downloadslackbuilds-5d6a9c41e8f9fa666fc98c411eb92dbff3ebb130.tar.gz
academic/qucs: Updated for version 0.0.18.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--academic/qucs/doinst.sh1
-rw-r--r--academic/qucs/qucs.SlackBuild22
-rw-r--r--academic/qucs/qucs.desktop1
-rw-r--r--academic/qucs/qucs.info6
4 files changed, 20 insertions, 10 deletions
diff --git a/academic/qucs/doinst.sh b/academic/qucs/doinst.sh
index 4e8ba7071d..5fb28930db 100644
--- a/academic/qucs/doinst.sh
+++ b/academic/qucs/doinst.sh
@@ -1,4 +1,3 @@
if [ -x /usr/bin/update-desktop-database ]; then
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
fi
-
diff --git a/academic/qucs/qucs.SlackBuild b/academic/qucs/qucs.SlackBuild
index c0793a561d..d3a5520dca 100644
--- a/academic/qucs/qucs.SlackBuild
+++ b/academic/qucs/qucs.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for Qucs
-# Copyright 2011-2013 Fridrich von Stauffenberg <cancellor2@gmail.com>
+# Copyright 2011-2014 Fridrich von Stauffenberg <cancellor2@gmail.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=qucs
-VERSION=${VERSION:-0.0.17}
+VERSION=${VERSION:-0.0.18}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -64,18 +64,26 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
- \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
- -exec chmod 755 {} \; -o \
- \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
- -exec chmod 644 {} \;
+ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
+ -o -perm 511 \) -exec chmod 755 {} \; -o \
+ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
find . -type f -exec sed -i "s,QTDIR,QT4DIR,g" {} \;
+# in x86_64, qucs-doc and examples requires newer automake
+cd qucs-doc
+autoreconf -vi
+cd ../examples
+autoreconf -vi
+cd ..
+
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \
--mandir=/usr/man \
+ --libdir=/usr/lib${LIBDIRSUFFIX} \
--build=$ARCH-slackware-linux
make
@@ -89,6 +97,8 @@ cat $CWD/$PRGNAM.desktop > $PKG/usr/share/applications/$PRGNAM.desktop
cat $CWD/$PRGNAM.png > $PKG/usr/share/pixmaps/$PRGNAM.png
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a AUTHORS COPYING ChangeLog INSTALL NEWS* PLATFORMS README RELEASE THANKS TODO \
+ $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/academic/qucs/qucs.desktop b/academic/qucs/qucs.desktop
index 650b7f1073..61c61f41b3 100644
--- a/academic/qucs/qucs.desktop
+++ b/academic/qucs/qucs.desktop
@@ -1,6 +1,7 @@
[Desktop Entry]
Version=1.0
Type=Application
+Terminal=false
Name=Qucs
GenericName=Circuit simulator
Comment=
diff --git a/academic/qucs/qucs.info b/academic/qucs/qucs.info
index c4589e66c2..0ad1623f4c 100644
--- a/academic/qucs/qucs.info
+++ b/academic/qucs/qucs.info
@@ -1,8 +1,8 @@
PRGNAM="qucs"
-VERSION="0.0.17"
+VERSION="0.0.18"
HOMEPAGE="http://qucs.sourceforge.net"
-DOWNLOAD="http://downloads.sourceforge.net/qucs/qucs-0.0.17.tar.gz"
-MD5SUM="4b93ffcc2ef3dbbd6fa53a5743721532"
+DOWNLOAD="http://downloads.sourceforge.net/qucs/qucs-0.0.18.tar.gz"
+MD5SUM="4985d66565e8c29c9e6d7e7c98781e60"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""