lxqt-2.0.0

This commit is contained in:
Rmys
2024-04-22 12:13:31 +03:00
parent 83bc8d8fab
commit cfdd1c2318
7 changed files with 1088 additions and 320 deletions
@@ -0,0 +1,32 @@
# -*- 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 cmaketools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
from pisi.actionsapi import shelltools
def setup():
# pisitools.dosed("CMakeLists.txt", "0.13.0", "2.0.0")
# pisitools.dosed("CMakeLists.txt", "lxqt-build-toolsConfig.cmake", "lxqt2-build-tools-config.cmake")
# pisitools.dosed("CMakeLists.txt", "lxqt-build-tools-config.cmake", "lxqt2-build-tools-config-version.cmake")
shelltools.makedirs("build")
shelltools.cd("build")
cmaketools.configure("-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_PREFIX_PATH=/usr \
-DCMAKE_BUILD_TYPE=Release \
-DUSE_QT6=ON \
-DCMAKE_INSTALL_LIBDIR=lib", sourceDir="..")
def build():
shelltools.cd("build")
cmaketools.make()
def install():
shelltools.cd("build")
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
shelltools.cd("..")
pisitools.dodoc("LICENSE", "AUTHORS", "README.md", "CHANGELOG")
+61
View File
@@ -0,0 +1,61 @@
<PISI>
<Source>
<Name>qtermwidget6</Name>
<Homepage>https://github.com/lxqt/qtermwidget</Homepage>
<Packager>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>library</IsA>
<IsA>app:gui</IsA>
<Summary>Terminal widget for Qt5</Summary>
<Description>A simple terminal widget for using with Qt5 based applications</Description>
<Archive sha1sum="d45ccbb0c48fb2ef40e109ccab29dabf3d126107" type="zip">https://github.com/lxqt/qtermwidget/archive/7a25783c101f45a8ba1713f98c968b848103f5e3.zip</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
<Dependency>libgcc</Dependency>
<Dependency versionFrom="2.0.0">lxqt-build-tools</Dependency>
<Dependency versionFrom="6.6.3">qt6-base-devel</Dependency>
<Dependency versionFrom="6.6.3">qt6-linguist</Dependency>
<Dependency versionFrom="6.6.3">qt6-5compat-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>qtermwidget6</Name>
<Summary>Development files for qtermwidget6</Summary>
<RuntimeDependencies>
<Dependency>libgcc</Dependency>
<Dependency>qt6-base</Dependency>
<Dependency>qt6-5compat</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin/consoleq</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>qtermwidget6-devel</Name>
<Summary>Development files for qtermwidget6</Summary>
<RuntimeDependencies>
<Dependency versionFrom="6.6.3">qt6-base-devel</Dependency>
<Dependency release="current">qtermwidget6</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/share/cmake/qtermwidget6</Path>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2024-04-18</Date>
<Version>2.0.0</Version>
<Comment>First release</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,12 @@
<PISI>
<Source>
<Name>qtermwidget5</Name>
<Summary xml:lang="tr">Qt tabanlı uygulamalar için basit bir terminal modulü</Summary>
</Source>
<Package>
<Name>qtermwidget5-devel</Name>
<Summary xml:lang="tr">qtermwidget5 için geliştirme dosyaları</Summary>
</Package>
</PISI>
<!-- By PiSiDo 2.3.1 -->
+981 -318
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1 +1 @@
2724914e956edc397a22ab98204b06c8c76a1e83
aac768a9825b5e992b58fcb48f8b91252919e599
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
e77132505ee2eb495a5a399c61dd326b4b5122f3
4578c5813eb838cde6023e82bd6bdf91984ce4ca