Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (92f974249ff3966081a38285677b3d98fc10a519)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (92f974249ff3966081a38285677b3d98fc10a519)
  • Date: Mon, 2 Oct 2006 15:04:19 -0500

GIT changes to master grimoire by Pol Vinogradov <vin.public AT gmail.com>:

ChangeLog | 3 +++
x11-toolkits/qwt5/BUILD | 7 +++++++
x11-toolkits/qwt5/DEPENDS | 1 +
x11-toolkits/qwt5/DETAILS | 20 ++++++++++++++++++++
x11-toolkits/qwt5/HISTORY | 2 ++
x11-toolkits/qwt5/INSTALL | 13 +++++++++++++
6 files changed, 46 insertions(+)

New commits:
commit 2ad347bfde4427c554ca1bbd837921b324afc945
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

x11-toolkits/qwt5: new spell, qwt 5.x branch

diff --git a/ChangeLog b/ChangeLog
index 32bd900..38e66d0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2006-10-03 Pol Vinogradov <vin.public AT gmail.com>
+ * x11-toolkits/qwt5: new spell, qwt 5.x branch
+
2006-10-02 Ladislav Hagara <hgr AT vabo.cz>
* collab/luma: new spell, LDAP browser, utility and more
* python-devel/py-smbpasswd: new spell, SMB Password Hash Generator
diff --git a/x11-toolkits/qwt5/BUILD b/x11-toolkits/qwt5/BUILD
new file mode 100755
index 0000000..00f2e3b
--- /dev/null
+++ b/x11-toolkits/qwt5/BUILD
@@ -0,0 +1,7 @@
+export QTDIR=${INSTALL_ROOT}/usr &&
+${TRACK_ROOT}/usr/bin/qt4/qmake qwt.pro &&
+make &&
+cd designer &&
+${TRACK_ROOT}/usr/bin/qt4/qmake qwtplugin.pro &&
+make &&
+cd ..
diff --git a/x11-toolkits/qwt5/DEPENDS b/x11-toolkits/qwt5/DEPENDS
new file mode 100755
index 0000000..028837c
--- /dev/null
+++ b/x11-toolkits/qwt5/DEPENDS
@@ -0,0 +1 @@
+depends qt4
diff --git a/x11-toolkits/qwt5/DETAILS b/x11-toolkits/qwt5/DETAILS
new file mode 100755
index 0000000..5e1757e
--- /dev/null
+++ b/x11-toolkits/qwt5/DETAILS
@@ -0,0 +1,20 @@
+ SPELL=qwt5
+ VERSION=5.0.0rc0
+ SOURCE=qwt-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/qwt-$VERSION
+ SOURCE_URL[0]=${SOURCEFORGE_URL}/qwt/${SOURCE}
+
SOURCE_HASH=sha512:e02224ea18804dc6e88172a17d653f42e7640c97b81b94552310002ba2de01b7be76e9dfe944b49e1b3a81708a42f264c2bdcfc7a16cb47d0b92ad6e4b49b3c8
+ WEB_SITE=http://qwt.sourceforge.net
+ ENTERED=20061003
+ LICENSE[0]=http://qwt.sourceforge.net/qwtlicense.html
+ KEYWORDS="qt x11 libs"
+ SHORT="Qt Widgets for Technical Applications"
+cat << EOF
+The Qwt library contains GUI Components and
+utility classes which are primarily useful
+for programs with a technical background.
+Beside a 2D plot widget it provides scales,
+sliders, dials, compasses, thermometers,
+wheels and knobs to control or display values,
+arrays, or ranges of type double.
+EOF
diff --git a/x11-toolkits/qwt5/HISTORY b/x11-toolkits/qwt5/HISTORY
new file mode 100644
index 0000000..789d766
--- /dev/null
+++ b/x11-toolkits/qwt5/HISTORY
@@ -0,0 +1,2 @@
+2006-10-03 Pol Vinogradov <vin.public AT gmail.com>
+ * BUILD, DETAILS, DEPENDS, INSTALL: spell created
diff --git a/x11-toolkits/qwt5/INSTALL b/x11-toolkits/qwt5/INSTALL
new file mode 100755
index 0000000..cad8138
--- /dev/null
+++ b/x11-toolkits/qwt5/INSTALL
@@ -0,0 +1,13 @@
+cp ${SOURCE_DIRECTORY}/lib/libqwt.so.${QWTVER} ${INSTALL_ROOT}/usr/lib
&&
+ln -s ${INSTALL_ROOT}/usr/lib/libqwt.so.${QWTVER} \
+ ${INSTALL_ROOT}/usr/lib/libqwt.so.`echo ${QWTVER}|cut -d '.' -f
1,2` &&
+ln -s ${INSTALL_ROOT}/usr/lib/libqwt.so.`echo ${QWTVER}|cut -d '.' -f 1,2` \
+ ${INSTALL_ROOT}/usr/lib/libqwt.so.`echo ${QWTVER}|cut -d '.' -f 1`
&&
+ln -s ${INSTALL_ROOT}/usr/lib/libqwt.so.`echo ${QWTVER}|cut -d '.' -f 1` \
+ ${INSTALL_ROOT}/usr/lib/libqwt.so &&
+mkdir -p ${INSTALL_ROOT}/usr/share/doc/${SPELL}
&&
+cp -a ${SOURCE_DIRECTORY}/examples ${INSTALL_ROOT}/usr/share/doc/${SPELL}
&&
+mkdir -p ${INSTALL_ROOT}/usr/include/qwt
&&
+cp include/* ${INSTALL_ROOT}/usr/include/qwt
&&
+cd ${SOURCE_DIRECTORY}/designer
&&
+make install



  • [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (92f974249ff3966081a38285677b3d98fc10a519), Pol Vinogradov, 10/02/2006

Archive powered by MHonArc 2.6.24.

Top of Page