libraries/qt4-postgresql: Renamed from libqsqlpsql
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
f4d7136da4
commit
4a47a80cde
|
@ -5,7 +5,7 @@ in two dimensions (2D). With QCAD you can create technical drawings such
|
|||
as plans for buildings, interiors, mechanical parts or schematics and
|
||||
diagrams. QCAD works on Windows, Mac OS X and Linux.
|
||||
|
||||
Optional dependencies: libqsqlpsql
|
||||
Optional dependencies: qt4-postgresql
|
||||
|
||||
To build qt4 version of qcad (requires a qt4 version library installed)
|
||||
run the SlackBuild with QT5=no:
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Slackware build script for libqsqlpsql
|
||||
# Slackware build script for qt4-postgresql
|
||||
|
||||
# Copyright 2008-2013 Heinz Wiesinger, Amsterdam, The Netherlands
|
||||
# Copyright 2008-2022 Heinz Wiesinger, Amsterdam, The Netherlands
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -24,7 +24,7 @@
|
|||
|
||||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=libqsqlpsql
|
||||
PRGNAM=qt4-postgresql
|
||||
VERSION=${VERSION:-4.8.5}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
@ -80,7 +80,7 @@ find -L . \
|
|||
-exec chmod 644 {} \;
|
||||
|
||||
cd src/plugins/sqldrivers/psql
|
||||
qmake \
|
||||
qmake-qt4 \
|
||||
QMAKE_CFLAGS+="$SLKCFLAGS" \
|
||||
QMAKE_CXXFLAGS+="$SLKCFLAGS" \
|
||||
"INCLUDEPATH+=/usr/include/pgsql" \
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="libqsqlpsql"
|
||||
PRGNAM="qt4-postgresql"
|
||||
VERSION="4.8.5"
|
||||
HOMEPAGE="http://qt-project.org/"
|
||||
DOWNLOAD="http://download.qt-project.org/archive/qt/4.8/4.8.5/qt-everywhere-opensource-src-4.8.5.tar.gz"
|
||||
MD5SUM="1864987bdbb2f58f8ae8b350dfdbe133"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="postgresql"
|
||||
REQUIRES="postgresql qt4"
|
||||
MAINTAINER="Heinz Wiesinger"
|
||||
EMAIL="pprkut@slackbuilds.org"
|
|
@ -6,14 +6,14 @@
|
|||
# customary to leave one space after the ':' except on otherwise blank lines.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
libqsqlpsql: libqsqlpsql (Postgresql plugin for Qt4)
|
||||
libqsqlpsql:
|
||||
libqsqlpsql: This is the postgresql plugin for Qt4.
|
||||
libqsqlpsql:
|
||||
libqsqlpsql:
|
||||
libqsqlpsql:
|
||||
libqsqlpsql:
|
||||
libqsqlpsql:
|
||||
libqsqlpsql:
|
||||
libqsqlpsql:
|
||||
libqsqlpsql:
|
||||
qt4-postgresql: qt4-postgresql (Postgresql plugin for Qt4)
|
||||
qt4-postgresql:
|
||||
qt4-postgresql: This is the postgresql plugin for Qt4.
|
||||
qt4-postgresql:
|
||||
qt4-postgresql:
|
||||
qt4-postgresql:
|
||||
qt4-postgresql:
|
||||
qt4-postgresql:
|
||||
qt4-postgresql:
|
||||
qt4-postgresql:
|
||||
qt4-postgresql:
|
Loading…
Reference in New Issue