qscintilla change work dir in actions.py
This commit is contained in:
@@ -11,7 +11,7 @@ from pisi.actionsapi import pythonmodules
|
||||
from pisi.actionsapi import get
|
||||
from pisi.actionsapi import qt5
|
||||
|
||||
WorkDir = "QScintilla-gpl-%s" % get.srcVERSION()
|
||||
WorkDir = "QScintilla_gpl-%s" % get.srcVERSION()
|
||||
NoStrip = ["/usr/share/doc"]
|
||||
|
||||
def setup():
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Qt port of Scintilla</Summary>
|
||||
<Description>QScintilla2 is a port to Qt4 of Neil Hodgson's Scintilla C++ editor class.</Description>
|
||||
<Archive type="targz" sha1sum="922d1cb4378738fa5ecfc4c248fe19a5bb28b27b">https://sourceforge.net/projects/pyqt/files/QScintilla2/QScintilla-2.10/QScintilla_gpl-2.10.tar.gz</Archive>
|
||||
<Archive type="targz" sha1sum="922d1cb4378738fa5ecfc4c248fe19a5bb28b27b">mirrors://sourceforge/pyqt/QScintilla2/QScintilla-2.10/QScintilla-gpl-2.10.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python-qt5-devel</Dependency>
|
||||
<Dependency>python3-qt5-devel</Dependency>
|
||||
@@ -30,7 +30,7 @@
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch>configure.py.patch</Patch>
|
||||
<Patch>libname.patch</Patch>
|
||||
<!--<Patch>libname.patch</Patch>-->
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user