mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
graphics/librecad: Updated for version 2.1.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
7cc16c0fd4
commit
a308cea61b
2 changed files with 7 additions and 7 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=librecad
|
||||
VERSION=${VERSION:-2.0.7}
|
||||
VERSION=${VERSION:-2.1.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -48,11 +48,11 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $ORIG_PRGNAM-$VERSION
|
||||
tar xvf $CWD/$VERSION.tar.?z* || tar xvf $CWD/$ORIG_PRGNAM-$VERSION.tar.?z*
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
cd $ORIG_PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
|
||||
qmake $PRGNAM.pro
|
||||
qmake-qt5 $PRGNAM.pro
|
||||
make
|
||||
|
||||
mkdir -p $PKG/opt/$PRGNAM
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="librecad"
|
||||
VERSION="2.0.7"
|
||||
VERSION="2.1.0"
|
||||
HOMEPAGE="http://librecad.org"
|
||||
DOWNLOAD="https://github.com/LibreCAD/LibreCAD/archive/2.0.7.tar.gz"
|
||||
MD5SUM="f92fa414423d98b20c37f3163ef75663"
|
||||
DOWNLOAD="https://github.com/LibreCAD/LibreCAD/archive/2.1.0/librecad-2.1.0.tar.gz"
|
||||
MD5SUM="d876aa6e16f72081f1d92c07153e0f1b"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="muParser"
|
||||
REQUIRES="muParser qt5"
|
||||
MAINTAINER="Fridrich von Stauffenberg"
|
||||
EMAIL="cancellor2@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue