Merge pull request #4423 from Rmys/master
lxqt-build-tools:First Release
This commit is contained in:
@@ -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")
|
||||
@@ -0,0 +1,39 @@
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>lxqt-build-tools</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>Various packaging tools and scripts for LXQt applications.</Summary>
|
||||
<Description>Various packaging tools and scripts for LXQt applications</Description>
|
||||
<Archive sha1sum="651db404313e25d768cb28bbfa76aa7d51261275" type="tarxz">https://github.com/lxde/lxqt-build-tools/releases/download/0.4.0/lxqt-build-tools-0.4.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>cmake</Dependency>
|
||||
<Dependency versionFrom="5.7.1">qt5-base-devel</Dependency>
|
||||
<Dependency versionFrom="5.7.1">qt5-linguist</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>lxqt-build-tools</Name>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/share/cmake</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2018-01-31</Date>
|
||||
<Version>0.4.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>
|
||||
+130656
-130549
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
||||
db7625d7e378b72f0ece19dbb3f8cd42ca6a09d9
|
||||
ce1acf96d7c10139c25b2b46e7e21cea37d6bf0b
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
fca466e20d50fea0f0a4515b58942c581c365b39
|
||||
b5514dddb5164fd18850695348c9de4432bf9824
|
||||
Reference in New Issue
Block a user