@@ -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 \
|
||||||
|
-DCMAKE_BUILD_TYPE=Release", 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")
|
||||||
@@ -0,0 +1,50 @@
|
|||||||
|
|
||||||
|
<PISI>
|
||||||
|
<Source>
|
||||||
|
<Name>lxqt-l10n</Name>
|
||||||
|
<Homepage>http://www.lxde.org</Homepage>
|
||||||
|
<Packager>
|
||||||
|
<Name>Ayhan Yalçınsoy</Name>
|
||||||
|
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||||
|
</Packager>
|
||||||
|
<License>GPL2</License>
|
||||||
|
<IsA>app:gui</IsA>
|
||||||
|
<Icon>lxqt</Icon>
|
||||||
|
<Summary>The lxqt-l10n package provides translations for all components of the LXQt desktop.</Summary>
|
||||||
|
<Description>The lxqt-l10n package provides translations for all components of the LXQt desktop.</Description>
|
||||||
|
<Archive sha1sum="980cf156fa1239be767aa6beabe3dbff5ed2212d" type="tarxz">https://github.com/lxde/lxqt-l10n/releases/download/0.12.0/lxqt-l10n-0.12.0.tar.xz</Archive>
|
||||||
|
<BuildDependencies>
|
||||||
|
<Dependency>cmake</Dependency>
|
||||||
|
<Dependency versionFrom="0.12.0">liblxqt-devel</Dependency>
|
||||||
|
<Dependency>qt5-linguist</Dependency>
|
||||||
|
<Dependency>qt5-base-devel</Dependency>
|
||||||
|
<Dependency>kwindowsystem-devel</Dependency>
|
||||||
|
<Dependency versionFrom="0.4.0">lxqt-build-tools</Dependency>
|
||||||
|
</BuildDependencies>
|
||||||
|
</Source>
|
||||||
|
<Package>
|
||||||
|
<Name>lxqt-l10n</Name>
|
||||||
|
<Files>
|
||||||
|
<Path fileType="localdata">/usr/share/lxqt</Path>
|
||||||
|
<Path fileType="localdata">/usr/share/obconf-qt</Path>
|
||||||
|
<Path fileType="localdata">/usr/share/pcmanfm-qt</Path>
|
||||||
|
<Path fileType="localdata">/usr/share/qterminal</Path>
|
||||||
|
<Path fileType="localdata">/usr/share/lximage-qt</Path>
|
||||||
|
<Path fileType="localdata">/usr/share/compton-conf</Path>
|
||||||
|
<Path fileType="localdata">/usr/share/libfm-qt</Path>
|
||||||
|
<Path fileType="localdata">/usr/share/pavucontrol-qt</Path>
|
||||||
|
<Path fileType="localdata">/usr/share/qtermwidget</Path>
|
||||||
|
<Path fileType="doc">/usr/share/doc</Path>
|
||||||
|
</Files>
|
||||||
|
</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>
|
||||||
@@ -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>
|
||||||
Reference in New Issue
Block a user