Summary: | [science overlay] sci-mathematics/kayali-0.3.2 (New package) | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Colin Kiegel <kiegel> |
Component: | New packages | Assignee: | Default Assignee for New Packages <maintainer-wanted> |
Status: | RESOLVED OBSOLETE | ||
Severity: | enhancement | CC: | sci-mathematics |
Priority: | High | Keywords: | EBUILD, InOverlay |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | http://kayali.sourceforge.net/ | ||
Whiteboard: | Science overlay | ||
Package list: | Runtime testing required: | --- | |
Attachments: |
sci-mathematics/kayali/files/kayali.desktop
sci-mathematics/kayali/kayali-0.2.ebuild kayali-0.2.ebuild sci-mathematics/kayali/files/kayali-0.2-calcwindow.patch sci-mathematics/kayali/kayali-0.2.ebuild sci-mathematics/kayali-0.2.ebuild |
Description
Colin Kiegel
2006-05-25 04:48:00 UTC
Created attachment 87467 [details]
sci-mathematics/kayali/files/kayali.desktop
Created attachment 87468 [details]
sci-mathematics/kayali/kayali-0.2.ebuild
Created attachment 88002 [details]
kayali-0.2.ebuild
Modified dependencies
Hi! I've changed the dependencies and added the "plotting" use flag. However, while the ebuild works ok, I can't use kayali: tulku@Ofelia ~ $ kayali /usr/share/kayali/yapps.py:32: DeprecationWarning: the regex module is deprecate d; please use the re module import regex, sys start maxima maxima started jfa: starting server on port 4058 connect received sending DISPLAY2D:FALSE waiting waiting waiting detritus loop detritus loop detritus loop detritus loop sending inchar:%I detritus loop sending outchar:%O detritus loop Traceback (most recent call last): File "/usr/bin/kayali", line 24, in ? cont = control.control("QT") File "/usr/share/kayali/control.py", line 14, in __init__ self.mainwin = self.factory.makeMainWindow() File "/usr/share/kayali/qtfactory.py", line 14, in makeMainWindow self.mainwin = calcWindowImpl(None, self.control) File "/usr/share/kayali/calcwindowimpl.py", line 32, in __init__ calcWindow.__init__(self, parent) File "/usr/share/kayali/calcwindow.py", line 664, in __init__ self.frmInputEdit.setSizePolicy(QSizePolicy(7,5,0,0,self.frmInputEdit.sizePo licy().hasHeightForWidth())) TypeError: argument 1 of QSizePolicy() has an invalid type Is this a code error? Or a problem with the installed Qt version? Thanks, Lucas Chiesa Created attachment 88535 [details, diff]
sci-mathematics/kayali/files/kayali-0.2-calcwindow.patch
This patch is actually a hack.
It just outcomments one line:
-self.frmInputEdit.setSizePolicy(QSizePolicy(7,5,0,0,self.frmInputEdit.sizePolicy().hasHeightForWidth()))
+#self.frmInputEdit.setSizePolicy(...)
Created attachment 88537 [details]
sci-mathematics/kayali/kayali-0.2.ebuild
Applies the patch now
Created attachment 89592 [details] sci-mathematics/kayali-0.2.ebuild Adding a fixed ebuild. The patch works ok here. I have also added this ebuild in the Gentoo Science Overlay. Please go to http://gentooscience.org/ for more information. Lucas Chiesa It has been for a while in the new science overlay: layman -a science. Anyone know if kayali has future? (In reply to comment #8) > It has been for a while in the new science overlay: layman -a science. > Anyone know if kayali has future? > No new stuff since 2007, wxmaxima works nice and is active and as far as I am concerned the kayali ebuild produce a non working application on my system. I have a window and can put stuff in it but no results if I remember correctly. package has been dropped from ::science, upstream has not updated in 13 years. |