pisido:moved into main
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/copyleft/gpl.txt
|
||||
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import qt5
|
||||
|
||||
def setup():
|
||||
qt5.configure()
|
||||
|
||||
def build():
|
||||
qt5.make()
|
||||
|
||||
def install():
|
||||
qt5.install()
|
||||
|
||||
pisitools.dodoc("LICENSE", "LISANS", "OKUBUNU", "README")
|
||||
|
||||
|
||||
|
||||
# By PiSiDo 2.2.1
|
||||
|
||||
# By PiSiDo 2.3.0
|
||||
@@ -0,0 +1,94 @@
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>pisido</Name>
|
||||
<Homepage>http://www.pisilinux.org</Homepage>
|
||||
<Packager>
|
||||
<Name>Harun Gültekin</Name>
|
||||
<Email>hrngultekin@gmail.com</Email>
|
||||
</Packager>
|
||||
<License>GPLv3+</License>
|
||||
<PartOf>util.admin</PartOf>
|
||||
<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>
|
||||
<BuildDependencies>
|
||||
<Dependency>qscintilla2-devel</Dependency>
|
||||
<Dependency>qtermwidget5-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Archive type="targz" sha1sum="6f1a2dec2086e41883d69f3c4552bf95dc0e4f37">https://github.com/hrngultekin/PisiDo/raw/master/pisido-2.3.0.tar.gz</Archive>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>pisido</Name>
|
||||
<Summary>A pisi packager from GUI</Summary>
|
||||
<Files>
|
||||
<Path fileType="all">/</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="9">
|
||||
<Date>2015-08-30</Date>
|
||||
<Version>2.2.1</Version>
|
||||
<Comment>Qt5 rebuild</Comment>
|
||||
<Name>Harun Gültekin</Name>
|
||||
<Email>hrngultekin@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="8">
|
||||
<Date>2015-08-26</Date>
|
||||
<Version>2.2.1</Version>
|
||||
<Comment>rebuild</Comment>
|
||||
<Name>Harun Gültekin</Name>
|
||||
<Email>hrngultekin@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="7">
|
||||
<Date>2015-08-01</Date>
|
||||
<Version>2.2.0</Version>
|
||||
<Comment>Rebuild </Comment>
|
||||
<Name>Harun Gültekin</Name>
|
||||
<Email>hrngultekin@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2015-07-27</Date>
|
||||
<Version>2.2.0</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>Harun Gültekin</Name>
|
||||
<Email>hrngultekin@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2015-07-24</Date>
|
||||
<Version>2.1.0</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>Harun Gültekin</Name>
|
||||
<Email>hrngultekin@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2015-07-09</Date>
|
||||
<Version>2.0.1</Version>
|
||||
<Comment>added multipackage support</Comment>
|
||||
<Name>Harun Gültekin</Name>
|
||||
<Email>hrngultekin@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2014-07-05</Date>
|
||||
<Version>2.0b</Version>
|
||||
<Comment>Rebuild</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2014-02-04</Date>
|
||||
<Version>2.0b</Version>
|
||||
<Comment>Rebuild</Comment>
|
||||
<Name>Alihan Öztürk</Name>
|
||||
<Email>alihan@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2013-03-10</Date>
|
||||
<Version>2.0b</Version>
|
||||
<Comment>Inıtial import.</Comment>
|
||||
<Name>Serdar Soytetir</Name>
|
||||
<Email>kaptan@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
|
||||
<!-- By PiSiDo 2.3.0 -->
|
||||
@@ -0,0 +1,9 @@
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>pisido</Name>
|
||||
<Summary xml:lang="tr">Grafik arayüzde çalışan pisi paketçisi. </Summary>
|
||||
<Description xml:lang="tr">Grafik arayüzde pisi paketleri yapabilirsiniz. Ayrıca var olan inşa dosyalarınızı içe aktarıp inşa edebilirsiniz.Çoklu paket yapısı eklenmiştir. Hala geliştirilme aşamasındasır. Alfa sürümdür. Qt5 ile hazırlanmıştır.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
|
||||
<!-- By PiSiDo 2.3.0 -->
|
||||
Reference in New Issue
Block a user