pisido:version bump and fixed
This commit is contained in:
+79961
-79679
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
||||
530834766775697bf0a1dbbc93b7a0751c82e53e
|
||||
30570bfeb9ca483b46bd85b27a67c23f97eef40d
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
70de3a18a8080be0513196ed91872d25d8646ff1
|
||||
a9d90b03e84694a01627c5adf360c1e83b2d553d
|
||||
@@ -6,22 +6,14 @@
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import qt5
|
||||
|
||||
WorkDir="PisiDo-2.3.1/pisido"
|
||||
def setup():
|
||||
def setup():
|
||||
qt5.configure()
|
||||
|
||||
def build():
|
||||
pisitools.dosed("pisido.pro", "-lqscintilla2", "-lqt5scintilla2")
|
||||
qt5.make()
|
||||
|
||||
def install():
|
||||
qt5.install()
|
||||
|
||||
pisitools.dodoc("LICENSE", "LISANS", "OKUBUNU", "README")
|
||||
|
||||
|
||||
|
||||
# By PiSiDo 2.2.1
|
||||
|
||||
# By PiSiDo 2.3.0
|
||||
|
||||
# By PiSiDo 2.3.1
|
||||
|
||||
@@ -11,20 +11,33 @@
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>A pisi packager from GUI</Summary>
|
||||
<Description>You can make pisi packages with a GUI. Also, you can import your existing build files.Warning:Alfa version. Ported Qt5.</Description>
|
||||
<Archive type="targz" sha1sum="5a2c01f9ae2e9c0a838cf16b841af5e64040a0f9">https://github.com/hrngultekin/pisido/archive/pisido-v2.3.3.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qscintilla2-devel</Dependency>
|
||||
<Dependency>qtermwidget5-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Archive type="targz" sha1sum="7e30688168a1c228f01e9ee90cb8b24ac90edbc3">https://github.com/hrngultekin/PisiDo/archive/2.3.1.tar.gz</Archive>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>pisido</Name>
|
||||
<Summary>A pisi packager from GUI</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>qscintilla2</Dependency>
|
||||
<Dependency>qtermwidget5</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="all">/</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="10">
|
||||
<Date>2015-10-26</Date>
|
||||
<Version>2.3.3</Version>
|
||||
<Comment>version bump</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="9">
|
||||
<Date>2015-08-30</Date>
|
||||
<Version>2.3.1</Version>
|
||||
@@ -89,6 +102,4 @@
|
||||
<Email>kaptan@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
|
||||
<!-- By PiSiDo 2.3.1 -->
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user