[arch-commits] Commit in qwtplot3d/trunk (PKGBUILD)

2019-04-12 Thread Antonio Rojas via arch-commits
Date: Friday, April 12, 2019 @ 17:56:53
  Author: arojas
Revision: 350640

https

Modified:
  qwtplot3d/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-04-12 17:50:43 UTC (rev 350639)
+++ PKGBUILD2019-04-12 17:56:53 UTC (rev 350640)
@@ -10,7 +10,7 @@
 url="http://qwtplot3d.sourceforge.net/;
 depends=('qt4')
 makedepends=('mesa' 'glu')
-source=("http://downloads.sourceforge.net/sourceforge/qwtplot3d/qwtplot3d-$pkgver.tgz;
+source=("https://downloads.sourceforge.net/sourceforge/qwtplot3d/qwtplot3d-$pkgver.tgz;
 qwtplot3d-gcc44.patch qwtplot3d-qt-4.8.0.patch)
 sha1sums=('4463fafb8420a91825e165da7a296aaabd70abea'
   '52fa169b651a98550f8a8391ddf52e0eaeb2c215'


[arch-commits] Commit in qwtplot3d/trunk (PKGBUILD)

2018-11-09 Thread Felix Yan via arch-commits
Date: Friday, November 9, 2018 @ 22:29:29
  Author: felixonmars
Revision: 338679

PIE/BUILDINFO rebuild

Modified:
  qwtplot3d/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-09 22:29:27 UTC (rev 338678)
+++ PKGBUILD2018-11-09 22:29:29 UTC (rev 338679)
@@ -3,7 +3,7 @@
 
 pkgname=qwtplot3d
 pkgver=0.2.7
-pkgrel=9
+pkgrel=10
 pkgdesc="Qt/OpenGL-based C++ programming library containing 3d-widgets"
 arch=("x86_64")
 license=('custom:zlib')


[arch-commits] Commit in qwtplot3d/trunk (PKGBUILD)

2017-02-20 Thread Antonio Rojas
Date: Monday, February 20, 2017 @ 20:19:23
  Author: arojas
Revision: 289327

Drop unused dependency

Modified:
  qwtplot3d/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-20 19:31:38 UTC (rev 289326)
+++ PKGBUILD2017-02-20 20:19:23 UTC (rev 289327)
@@ -4,12 +4,12 @@
 
 pkgname=qwtplot3d
 pkgver=0.2.7
-pkgrel=8
+pkgrel=9
 pkgdesc="Qt/OpenGL-based C++ programming library containing 3d-widgets"
 arch=("i686" "x86_64")
 license=('custom:zlib')
 url="http://qwtplot3d.sourceforge.net/;
-depends=('qt4' 'qwt')
+depends=('qt4')
 makedepends=('mesa' 'glu')
 
source=("http://downloads.sourceforge.net/sourceforge/qwtplot3d/qwtplot3d-$pkgver.tgz;
 qwtplot3d-gcc44.patch qwtplot3d-qt-4.8.0.patch)


[arch-commits] Commit in qwtplot3d/trunk (PKGBUILD)

2015-12-06 Thread Bartłomiej Piotrowski
Date: Monday, December 7, 2015 @ 06:11:29
  Author: bpiotrowski
Revision: 253182

C++11 ABI rebuild

Modified:
  qwtplot3d/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-07 05:08:19 UTC (rev 253181)
+++ PKGBUILD2015-12-07 05:11:29 UTC (rev 253182)
@@ -4,7 +4,7 @@
 
 pkgname=qwtplot3d
 pkgver=0.2.7
-pkgrel=7
+pkgrel=8
 pkgdesc="Qt/OpenGL-based C++ programming library containing 3d-widgets"
 arch=("i686" "x86_64")
 license=('custom:zlib')


[arch-commits] Commit in qwtplot3d/trunk (PKGBUILD)

2014-07-03 Thread Felix Yan
Date: Thursday, July 3, 2014 @ 09:31:35
  Author: fyan
Revision: 216387

upgpkg: qwtplot3d 0.2.7-7

mtree rebuild

Modified:
  qwtplot3d/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-03 07:05:49 UTC (rev 216386)
+++ PKGBUILD2014-07-03 07:31:35 UTC (rev 216387)
@@ -4,7 +4,7 @@
 
 pkgname=qwtplot3d
 pkgver=0.2.7
-pkgrel=6
+pkgrel=7
 pkgdesc=Qt/OpenGL-based C++ programming library containing 3d-widgets
 arch=(i686 x86_64)
 license=('custom:zlib')
@@ -26,7 +26,7 @@
 build() {
 cd ${pkgname}
 # build qwt:
-qmake qwtplot3d.pro
+qmake-qt4 qwtplot3d.pro
 make
 }
 



[arch-commits] Commit in qwtplot3d/trunk (PKGBUILD)

2014-03-01 Thread Andrea Scarpino
Date: Saturday, March 1, 2014 @ 09:18:29
  Author: andrea
Revision: 206539

Fix build

Modified:
  qwtplot3d/trunk/PKGBUILD

--+
 PKGBUILD |   23 ---
 1 file changed, 12 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-01 08:16:33 UTC (rev 206538)
+++ PKGBUILD2014-03-01 08:18:29 UTC (rev 206539)
@@ -17,13 +17,14 @@
   '52fa169b651a98550f8a8391ddf52e0eaeb2c215'
   '8dcafdc9753b0f2eeea2f1e96efa6e8d3d956005')
 
+prepare() {
+cd ${pkgname}
+patch -p1 -i ${srcdir}/qwtplot3d-gcc44.patch
+patch -p1 -i ${srcdir}/qwtplot3d-qt-4.8.0.patch
+}
+
 build() {
-. /etc/profile.d/qt4.sh
-
-cd ${srcdir}/${pkgname}
-patch -p1  ../qwtplot3d-gcc44.patch
-patch -p1  ../qwtplot3d-qt-4.8.0.patch
-
+cd ${pkgname}
 # build qwt:
 qmake qwtplot3d.pro
 make
@@ -30,20 +31,20 @@
 }
 
 package() {
-cd ${srcdir}/${pkgname}
+cd ${pkgname}
 
 # install qwtplot3d: (by hand, because the Makefile do not provide a 
install:)
-install -d ${pkgdir}/usr/{include/qwtplot3d,lib}
+install -d ${pkgdir}/usr/{include/qwtplot3d,lib}
 
 for n in include/* ; do
- cp -d $n ${pkgdir}/usr/include/qwtplot3d
+ cp -d $n ${pkgdir}/usr/include/qwtplot3d
 done
 
 for n in lib/libqwtplot3d.so* ; do
- cp -d $n ${pkgdir}/usr/lib
+ cp -d $n ${pkgdir}/usr/lib
 done
 
 # install custom license
-install -Dm644 ${srcdir}/${pkgname}/COPYING 
${pkgdir}/usr/share/licenses/qwtplot3d/LICENSE
+install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }
 



[arch-commits] Commit in qwtplot3d/trunk (PKGBUILD)

2013-02-26 Thread Andrea Scarpino
Date: Tuesday, February 26, 2013 @ 12:48:56
  Author: andrea
Revision: 178714

upgpkg: qwtplot3d 0.2.7-6

qt4 rebuild

Modified:
  qwtplot3d/trunk/PKGBUILD

--+
 PKGBUILD |6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-26 11:41:09 UTC (rev 178713)
+++ PKGBUILD2013-02-26 11:48:56 UTC (rev 178714)
@@ -4,12 +4,12 @@
 
 pkgname=qwtplot3d
 pkgver=0.2.7
-pkgrel=5
+pkgrel=6
 pkgdesc=Qt/OpenGL-based C++ programming library containing 3d-widgets
 arch=(i686 x86_64)
 license=('custom:zlib')
 url=http://qwtplot3d.sourceforge.net/;
-depends=('qt' 'qwt')
+depends=('qt4' 'qwt')
 makedepends=('mesa' 'glu')
 
source=(http://downloads.sourceforge.net/sourceforge/qwtplot3d/qwtplot3d-$pkgver.tgz;
 qwtplot3d-gcc44.patch qwtplot3d-qt-4.8.0.patch)
@@ -18,6 +18,8 @@
   '8dcafdc9753b0f2eeea2f1e96efa6e8d3d956005')
 
 build() {
+. /etc/profile.d/qt4.sh
+
 cd ${srcdir}/${pkgname}
 patch -p1  ../qwtplot3d-gcc44.patch
 patch -p1  ../qwtplot3d-qt-4.8.0.patch



[arch-commits] Commit in qwtplot3d/trunk (PKGBUILD)

2012-11-16 Thread Allan McRae
Date: Friday, November 16, 2012 @ 18:34:33
  Author: allan
Revision: 171260

upgpkg: qwtplot3d 0.2.7-5

remove unneeded mesa dep (FS#31991)

Modified:
  qwtplot3d/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-11-16 23:10:14 UTC (rev 171259)
+++ PKGBUILD2012-11-16 23:34:33 UTC (rev 171260)
@@ -4,12 +4,13 @@
 
 pkgname=qwtplot3d
 pkgver=0.2.7
-pkgrel=4
+pkgrel=5
 pkgdesc=Qt/OpenGL-based C++ programming library containing 3d-widgets
 arch=(i686 x86_64)
 license=('custom:zlib')
 url=http://qwtplot3d.sourceforge.net/;
-depends=('qt' 'qwt' 'mesa')
+depends=('qt' 'qwt')
+makedepends=('mesa' 'glu')
 
source=(http://downloads.sourceforge.net/sourceforge/qwtplot3d/qwtplot3d-$pkgver.tgz;
 qwtplot3d-gcc44.patch qwtplot3d-qt-4.8.0.patch)
 sha1sums=('4463fafb8420a91825e165da7a296aaabd70abea'



[arch-commits] Commit in qwtplot3d/trunk (PKGBUILD qwtplot3d-qt-4.8.0.patch)

2012-01-24 Thread Ronald van Haren
Date: Tuesday, January 24, 2012 @ 13:37:09
  Author: ronald
Revision: 147207

upgpkg: qwtplot3d 0.2.7-4

qt 4.8.0 fix

Added:
  qwtplot3d/trunk/qwtplot3d-qt-4.8.0.patch
Modified:
  qwtplot3d/trunk/PKGBUILD

--+
 PKGBUILD |   12 
 qwtplot3d-qt-4.8.0.patch |   34 ++
 2 files changed, 42 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-01-24 17:51:49 UTC (rev 147206)
+++ PKGBUILD2012-01-24 18:37:09 UTC (rev 147207)
@@ -1,21 +1,25 @@
 # $Id$
-# Maintainer: damir da...@archlinux.org
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: damir da...@archlinux.org
 
 pkgname=qwtplot3d
 pkgver=0.2.7
-pkgrel=3
+pkgrel=4
 pkgdesc=Qt/OpenGL-based C++ programming library containing 3d-widgets
 arch=(i686 x86_64)
 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')
+qwtplot3d-gcc44.patch qwtplot3d-qt-4.8.0.patch)
+sha1sums=('4463fafb8420a91825e165da7a296aaabd70abea'
+  '52fa169b651a98550f8a8391ddf52e0eaeb2c215'
+  '8dcafdc9753b0f2eeea2f1e96efa6e8d3d956005')
 
 build() {
 cd ${srcdir}/${pkgname}
 patch -p1  ../qwtplot3d-gcc44.patch
+patch -p1  ../qwtplot3d-qt-4.8.0.patch
 
 # build qwt:
 qmake qwtplot3d.pro

Added: qwtplot3d-qt-4.8.0.patch
===
--- qwtplot3d-qt-4.8.0.patch(rev 0)
+++ qwtplot3d-qt-4.8.0.patch2012-01-24 18:37:09 UTC (rev 147207)
@@ -0,0 +1,34 @@
+diff -urbN qwtplot3d/include/qwt3d_io_gl2ps.h 
qwtplot3d.patched/include/qwt3d_io_gl2ps.h
+--- qwtplot3d/include/qwt3d_io_gl2ps.h 2005-07-10 16:54:52.0 +0300
 qwtplot3d.patched/include/qwt3d_io_gl2ps.h 2012-01-21 22:15:20.0 
+0200
+@@ -2,12 +2,7 @@
+ #define qwt3d_io_gl2ps_h__2004_05_07_01_16_begin_guarded_code
+ 
+ #include time.h
+-
+-#if QT_VERSION  0x04
+-#include qgl.h
+-#else
+-#include QtOpenGL/qgl.h
+-#endif
++#include QtOpenGL
+ 
+ #include qwt3d_types.h
+ #include qwt3d_io.h
+diff -urbN qwtplot3d/include/qwt3d_openglhelper.h 
qwtplot3d.patched/include/qwt3d_openglhelper.h
+--- qwtplot3d/include/qwt3d_openglhelper.h 2005-07-19 17:40:28.0 
+0300
 qwtplot3d.patched/include/qwt3d_openglhelper.h 2012-01-21 
22:29:56.0 +0200
+@@ -2,11 +2,8 @@
+ #define __openglhelper_2003_06_06_15_49__
+ 
+ #include qglobal.h
+-#if QT_VERSION  0x04
+-#include qgl.h
+-#else
+-#include QtOpenGL/qgl.h
+-#endif
++#include QtOpenGL
++#include GL/glu.h
+ 
+ namespace Qwt3D
+ {



[arch-commits] Commit in qwtplot3d/trunk (PKGBUILD)

2011-07-15 Thread Ronald van Haren
Date: Friday, July 15, 2011 @ 05:10:59
  Author: ronald
Revision: 131787

upgpkg: qwtplot3d 0.2.7-2
qwt rebuild; cleanup PKGBUILD; install custom license

Modified:
  qwtplot3d/trunk/PKGBUILD

--+
 PKGBUILD |   30 +++---
 1 file changed, 15 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-07-15 06:47:13 UTC (rev 131786)
+++ PKGBUILD2011-07-15 09:10:59 UTC (rev 131787)
@@ -3,40 +3,40 @@
 
 pkgname=qwtplot3d
 pkgver=0.2.7
-origver=0.2.7
 pkgrel=2
 pkgdesc=Qt/OpenGL-based C++ programming library containing 3d-widgets
 arch=(i686 x86_64)
 license=('custom:zlib')
 url=http://qwtplot3d.sourceforge.net/;
-depends=('qt=4.3' 'qwt=5.0.2')
-source=(http://downloads.sourceforge.net/sourceforge/qwtplot3d/qwtplot3d-$origver.tgz;
+depends=('qt' 'qwt' 'mesa')
+source=(http://downloads.sourceforge.net/sourceforge/qwtplot3d/qwtplot3d-$pkgver.tgz;
 qwtplot3d-gcc44.patch)
-md5sums=('2f14660152e2e26bfeaaeec479ed9f2b' '92ad261ed5344bc773cba05b324cfe74')
 sha1sums=('4463fafb8420a91825e165da7a296aaabd70abea' 
'52fa169b651a98550f8a8391ddf52e0eaeb2c215')
 
 build() {
-cd $startdir/src/$pkgname
-patch -p1  ../qwtplot3d-gcc44.patch || return 1
-  #  . /etc/profile.d/qt3.sh
+cd ${srcdir}/${pkgname}
+patch -p1  ../qwtplot3d-gcc44.patch
+
 # build qwt:
 qmake qwtplot3d.pro
-make || return 1
+make
+}
 
+package() {
+cd ${srcdir}/${pkgname}
+
 # install qwtplot3d: (by hand, because the Makefile do not provide a 
install:)
-mkdir -p $startdir/pkg/usr/{include/qwtplot3d,lib}
-# mkdir -p $startdir/pkg/usr/man/man3 .. no manpages yet
+install -d ${pkgdir}/usr/{include/qwtplot3d,lib}
 
 for n in include/* ; do
- cp -d $n $startdir/pkg/usr/include/qwtplot3d || return 1
+ cp -d $n ${pkgdir}/usr/include/qwtplot3d
 done
 
 for n in lib/libqwtplot3d.so* ; do
- cp -d $n $startdir/pkg/usr/lib || return 1
+ cp -d $n ${pkgdir}/usr/lib
 done
 
-# for n in doc/man/man3/*.3 ; do
-#  install -m 644 $n $startdir/pkg/usr/man/man3
-# done
+# install custom license
+install -Dm644 ${srcdir}/${pkgname}/COPYING 
${pkgdir}/usr/share/licenses/qwtplot3d/LICENSE
 }
 



[arch-commits] Commit in qwtplot3d/trunk (PKGBUILD)

2011-07-15 Thread Ronald van Haren
Date: Friday, July 15, 2011 @ 05:16:14
  Author: ronald
Revision: 131790

upgpkg: qwtplot3d 0.2.7-3
bump pkgrel

Modified:
  qwtplot3d/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-07-15 09:12:16 UTC (rev 131789)
+++ PKGBUILD2011-07-15 09:16:14 UTC (rev 131790)
@@ -3,7 +3,7 @@
 
 pkgname=qwtplot3d
 pkgver=0.2.7
-pkgrel=2
+pkgrel=3
 pkgdesc=Qt/OpenGL-based C++ programming library containing 3d-widgets
 arch=(i686 x86_64)
 license=('custom:zlib')



[arch-commits] Commit in qwtplot3d/trunk (PKGBUILD qwtplot3d-gcc44.patch)

2010-01-21 Thread Eric Bélanger
Date: Thursday, January 21, 2010 @ 16:29:39
  Author: eric
Revision: 64675

upgpkg: qwtplot3d 0.2.7-2
Rebuilt for libpng 1.4 and libjpeg 8

Added:
  qwtplot3d/trunk/qwtplot3d-gcc44.patch
Modified:
  qwtplot3d/trunk/PKGBUILD

---+
 PKGBUILD  |   10 ++
 qwtplot3d-gcc44.patch |   12 
 2 files changed, 18 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-01-21 21:28:44 UTC (rev 64674)
+++ PKGBUILD2010-01-21 21:29:39 UTC (rev 64675)
@@ -4,18 +4,20 @@
 pkgname=qwtplot3d
 pkgver=0.2.7
 origver=0.2.7
-pkgrel=1
+pkgrel=2
 pkgdesc=Qt/OpenGL-based C++ programming library containing 3d-widgets
 arch=(i686 x86_64)
 license=('custom:zlib')
 url=http://qwtplot3d.sourceforge.net/;
 depends=('qt=4.3' 'qwt=5.0.2')
+source=(http://downloads.sourceforge.net/sourceforge/qwtplot3d/qwtplot3d-$origver.tgz;
+qwtplot3d-gcc44.patch)
+md5sums=('2f14660152e2e26bfeaaeec479ed9f2b' '92ad261ed5344bc773cba05b324cfe74')
+sha1sums=('4463fafb8420a91825e165da7a296aaabd70abea' 
'52fa169b651a98550f8a8391ddf52e0eaeb2c215')
 
-source=(http://downloads.sourceforge.net/sourceforge/qwtplot3d/qwtplot3d-$origver.tgz;)
-md5sums=('2f14660152e2e26bfeaaeec479ed9f2b')
-
 build() {
 cd $startdir/src/$pkgname
+patch -p1  ../qwtplot3d-gcc44.patch || return 1
   #  . /etc/profile.d/qt3.sh
 # build qwt:
 qmake qwtplot3d.pro

Added: qwtplot3d-gcc44.patch
===
--- qwtplot3d-gcc44.patch   (rev 0)
+++ qwtplot3d-gcc44.patch   2010-01-21 21:29:39 UTC (rev 64675)
@@ -0,0 +1,12 @@
+diff -ur qwtplot3d-orig/include/qwt3d_function.h 
qwtplot3d/include/qwt3d_function.h
+--- qwtplot3d-orig/include/qwt3d_function.h2009-07-25 18:18:58.0 
-0400
 qwtplot3d/include/qwt3d_function.h 2009-07-25 18:19:19.0 -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