Added current pkgbuilds

This commit is contained in:
arcan1s
2013-09-11 01:27:20 +04:00
parent 6f7fb30c6e
commit 2560cb8c5b
23 changed files with 860 additions and 0 deletions

36
scidavis/qwt5.patch Normal file
View File

@ -0,0 +1,36 @@
*** scidavis.pro-old 2011-08-07 02:40:22.794577716 +0200
--- scidavis.pro 2011-08-07 02:40:50.047911224 +0200
***************
*** 102,108 ****
### Link everything dynamically
#############################################################################
! unix:INCLUDEPATH += /usr/include/qwt
unix:LIBS += -L/usr/lib$${libsuff}
## dynamically link against Qwt(3D) installed system-wide
## WARNING: make sure they are compiled against >= Qt4.2
--- 102,108 ----
### Link everything dynamically
#############################################################################
! unix:INCLUDEPATH += /usr/include/qwt5
unix:LIBS += -L/usr/lib$${libsuff}
## dynamically link against Qwt(3D) installed system-wide
## WARNING: make sure they are compiled against >= Qt4.2
***************
*** 110,116 ****
## cause problems.
unix:INCLUDEPATH += /usr/include/qwtplot3d
unix:LIBS += -lqwtplot3d
! unix:LIBS += -lqwt
##dynamically link against GSL and zlib installed system-wide
unix:LIBS += -lgsl -lgslcblas -lz -lmuparser
--- 110,116 ----
## cause problems.
unix:INCLUDEPATH += /usr/include/qwtplot3d
unix:LIBS += -lqwtplot3d
! unix:LIBS += -lqwt5
##dynamically link against GSL and zlib installed system-wide
unix:LIBS += -lgsl -lgslcblas -lz -lmuparser