summaryrefslogtreecommitdiff
path: root/staging
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-09-07 09:18:36 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-09-07 09:18:36 -0300
commit1158033ee283adff4b4497e4f5f38bfd0cd30bc6 (patch)
tree0be9e9a4370fd2aefc6b0b2e38fd165beb121877 /staging
parentf5e3722a8eb73a1d34f74d29e19eb4b8cc7f251d (diff)
Removed testing and multilib stuff
Diffstat (limited to 'staging')
-rw-r--r--staging/qwtplot3d/PKGBUILD42
-rw-r--r--staging/qwtplot3d/qwtplot3d-gcc44.patch12
2 files changed, 0 insertions, 54 deletions
diff --git a/staging/qwtplot3d/PKGBUILD b/staging/qwtplot3d/PKGBUILD
deleted file mode 100644
index e38dc5ff2..000000000
--- a/staging/qwtplot3d/PKGBUILD
+++ /dev/null
@@ -1,42 +0,0 @@
-# $Id: PKGBUILD 131787 2011-07-15 09:10:59Z ronald $
-# Maintainer: damir <damir@archlinux.org>
-
-pkgname=qwtplot3d
-pkgver=0.2.7
-pkgrel=2
-pkgdesc="Qt/OpenGL-based C++ programming library containing 3d-widgets"
-arch=("i686" "x86_64" 'mips64el')
-license=('custom:zlib')
-url="http://qwtplot3d.sourceforge.net/"
-depends=('qt' 'qwt' 'mesa')
-source=("http://downloads.sourceforge.net/sourceforge/qwtplot3d/qwtplot3d-$pkgver.tgz"
- qwtplot3d-gcc44.patch)
-sha1sums=('4463fafb8420a91825e165da7a296aaabd70abea' '52fa169b651a98550f8a8391ddf52e0eaeb2c215')
-
-build() {
- cd ${srcdir}/${pkgname}
- patch -p1 < ../qwtplot3d-gcc44.patch
-
- # build qwt:
- qmake qwtplot3d.pro
- make
-}
-
-package() {
- cd ${srcdir}/${pkgname}
-
- # install qwtplot3d: (by hand, because the Makefile do not provide a "install:")
- install -d ${pkgdir}/usr/{include/qwtplot3d,lib}
-
- for n in include/* ; do
- cp -d $n ${pkgdir}/usr/include/qwtplot3d
- done
-
- for n in lib/libqwtplot3d.so* ; do
- cp -d $n ${pkgdir}/usr/lib
- done
-
- # install custom license
- install -Dm644 ${srcdir}/${pkgname}/COPYING ${pkgdir}/usr/share/licenses/qwtplot3d/LICENSE
-}
-
diff --git a/staging/qwtplot3d/qwtplot3d-gcc44.patch b/staging/qwtplot3d/qwtplot3d-gcc44.patch
deleted file mode 100644
index a76fe831a..000000000
--- a/staging/qwtplot3d/qwtplot3d-gcc44.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -ur qwtplot3d-orig/include/qwt3d_function.h qwtplot3d/include/qwt3d_function.h
---- qwtplot3d-orig/include/qwt3d_function.h 2009-07-25 18:18:58.000000000 -0400
-+++ qwtplot3d/include/qwt3d_function.h 2009-07-25 18:19:19.000000000 -0400
-@@ -2,6 +2,7 @@
- #define qwt3d_function_h__2004_03_05_13_51_begin_guarded_code
-
- #include "qwt3d_gridmapping.h"
-+#include <cstdio>
-
- namespace Qwt3D
- {
-Only in qwtplot3d/tmp: qwt3d_function.o