qterminal

This commit is contained in:
2018-04-26 01:38:05 +03:00
parent 062d84e7ef
commit a33a6ff39f
4 changed files with 86 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import autotools
from pisi.actionsapi import shelltools
from pisi.actionsapi import pisitools
from pisi.actionsapi import cmaketools
from pisi.actionsapi import get
from pisi.actionsapi import qt5
def setup():
shelltools.system("qmake-qt5 qterminal.pro")
cmaketools.configure("-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
-DPULL_TRANSLATIONS=no ")
def build():
qt5.make()
def install():
qt5.install()
pisitools.dodoc("AUTHORS")
Binary file not shown.
+54
View File
@@ -0,0 +1,54 @@
<PISI>
<Source>
<Name>qterminal</Name>
<Homepage>https://github.com/qterminal</Homepage>
<Packager>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>app:gui</IsA>
<Icon>lxqt</Icon>
<Summary>QT5-based multitab terminal emulator.</Summary>
<Description>QT5-based multitab terminal emulator.</Description>
<Archive sha1sum="77c6b307ae6aa55d1b86e81100dd5c33b4e27a17" type="tarxz">https://github.com/lxde/qterminal/releases/download/0.8.0/qterminal-0.8.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
<Dependency>qt5-base-devel</Dependency>
<Dependency>qt5-linguist</Dependency>
<Dependency>libxcb-devel</Dependency>
<Dependency>libX11-devel</Dependency>
<Dependency versionFrom="0.8.0">qtermwidget5-devel</Dependency>
<Dependency>qt5-x11extras-devel</Dependency>
<Dependency>lxqt-config</Dependency>
<Dependency>qt5-svg-devel</Dependency>
<Dependency>kwindowsystem-devel</Dependency>
<Dependency versionFrom="0.4.0">lxqt-build-tools</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>qterminal</Name>
<RuntimeDependencies>
<Dependency>qt5-base</Dependency>
<Dependency versionFrom="0.8.0">qtermwidget5</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/share</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="localedata">/usr/share/qterminal/translations</Path>
<Path fileType="executable">/usr/bin</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2018-04-23</Date>
<Version>0.8.0</Version>
<Comment>First release</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
</History>
</PISI>
+7
View File
@@ -0,0 +1,7 @@
<PISI>
<Source>
<Name>qterminal5</Name>
<Summary xml:lang="tr">QT5-based multitab terminal emulator.</Summary>
<Description xml:lang="tr">QT5-based multitab terminal emulator.</Description>
</Source>
</PISI>