lxqt-about

This commit is contained in:
2018-04-26 01:13:11 +03:00
parent b6414a83e2
commit 6259b0b154
3 changed files with 82 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/copyleft/gpl.txt
from pisi.actionsapi import cmaketools
from pisi.actionsapi import get
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
def setup():
shelltools.makedirs("build")
shelltools.cd("build")
cmaketools.configure("-DCMAKE_INSTALL_PREFIX=/usr \
-DPULL_TRANSLATIONS=no", sourceDir="..")
def build():
shelltools.cd("build")
cmaketools.make()
def install():
shelltools.cd("build")
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
shelltools.cd("..")
pisitools.dodoc("AUTHORS", "COPYING")
+50
View File
@@ -0,0 +1,50 @@
<PISI>
<Source>
<Name>lxqt-about</Name>
<Homepage>http://www.lxde.org</Homepage>
<Packager>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Packager>
<License>GPL2</License>
<Icon>lxqt</Icon>
<IsA>app:gui</IsA>
<Summary>LXQt about dialog.</Summary>
<Description>About dialog of LXDE-Qt</Description>
<Archive sha1sum="a7f5975f5c964928241f3cc46d73a4012eae118b" type="tarxz">https://github.com/lxde/lxqt-about/releases/download/0.12.0/lxqt-about-0.12.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
<Dependency>kwindowsystem-devel</Dependency>
<Dependency>libgcc</Dependency>
<Dependency versionFrom="0.12.0">liblxqt-devel</Dependency>
<Dependency>qt5-linguist</Dependency>
<Dependency versionFrom="3.1.0">libqtxdg-devel</Dependency>
<Dependency versionFrom="0.4.0">lxqt-build-tools</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>lxqt-about</Name>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share/applications</Path>
<Path fileType="localdata">/usr/share/lxqt/translations</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
<RuntimeDependencies>
<Dependency>libgcc</Dependency>
<Dependency>liblxqt</Dependency>
<Dependency>libqtxdg</Dependency>
<Dependency>qt5-base</Dependency>
</RuntimeDependencies>
</Package>
<History>
<Update release="1">
<Date>2018-04-23</Date>
<Version>0.12.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>lxqt-about</Name>
<Summary xml:lang="tr">LXQt hakkında bilgi.</Summary>
<Description xml:lang="tr">LXDE-Qt hakkında bilgi içerir.</Description>
</Source>
</PISI>