@@ -0,0 +1,28 @@
|
|||||||
|
#!/usr/bin/env 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 cmaketools
|
||||||
|
from pisi.actionsapi import pisitools
|
||||||
|
from pisi.actionsapi import shelltools
|
||||||
|
from pisi.actionsapi import get
|
||||||
|
|
||||||
|
def setup():
|
||||||
|
shelltools.makedirs("build")
|
||||||
|
shelltools.cd("build")
|
||||||
|
cmaketools.configure("-DCMAKE_INSTALL_PREFIX=/usr \
|
||||||
|
-DQTXDG_DEFAPPS_CONF_INSTALL_DIR:PATH=/etc/xdg \
|
||||||
|
-DCMAKE_INSTALL_LIBDIR=/usr/lib", sourceDir="..")
|
||||||
|
|
||||||
|
def build():
|
||||||
|
shelltools.cd("build")
|
||||||
|
cmaketools.make()
|
||||||
|
|
||||||
|
def install():
|
||||||
|
shelltools.cd("build")
|
||||||
|
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||||
|
|
||||||
|
shelltools.cd("..")
|
||||||
|
pisitools.dodoc("CHANGELOG", "LICENSE", "README*")
|
||||||
@@ -0,0 +1,52 @@
|
|||||||
|
<?xml version="1.0" ?>
|
||||||
|
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||||
|
<PISI>
|
||||||
|
<Source>
|
||||||
|
<Name>libqtxdg-tools</Name>
|
||||||
|
<Homepage>https://github.com/lxqt/qtxdg-tools</Homepage>
|
||||||
|
<Packager>
|
||||||
|
<Name>PisiLinux Community</Name>
|
||||||
|
<Email>admins@pisilinux.org</Email>
|
||||||
|
</Packager>
|
||||||
|
<License>LGPLv2.1</License>
|
||||||
|
<IsA>library</IsA>
|
||||||
|
<Summary>User tools for libqtxdg.</Summary>
|
||||||
|
<Icon>libqtxdg-tools</Icon>
|
||||||
|
<Description>libqtxdg için kullanıcı araçları.</Description>
|
||||||
|
<Archive sha1sum="c9f074f4e486d513b8d82b70f8619493da121e43" type="targz">https://github.com/lxqt/qtxdg-tools/archive/refs/tags/3.10.0.tar.gz</Archive>
|
||||||
|
<BuildDependencies>
|
||||||
|
<Dependency>cmake</Dependency>
|
||||||
|
<Dependency versionFrom="3.10.0">libqtxdg-devel</Dependency>
|
||||||
|
<Dependency versionFrom="0.12.0">lxqt-build-tools</Dependency>
|
||||||
|
</BuildDependencies>
|
||||||
|
<!--
|
||||||
|
<Patches>
|
||||||
|
<Patch>libqtxdg-tools.patch</Patch>
|
||||||
|
<Patch level="1">libqtxdg-tools.patch</Patch>
|
||||||
|
</Patches>
|
||||||
|
-->
|
||||||
|
</Source>
|
||||||
|
|
||||||
|
<Package>
|
||||||
|
<Name>libqtxdg-tools</Name>
|
||||||
|
<RuntimeDependencies>
|
||||||
|
<Dependency>libqtxdg</Dependency>
|
||||||
|
<Dependency>qt5-base</Dependency>
|
||||||
|
</RuntimeDependencies>
|
||||||
|
<Files>
|
||||||
|
<Path fileType="executable">/usr/bin</Path>
|
||||||
|
<Path fileType="data">/usr/share</Path>
|
||||||
|
<Path fileType="doc">/usr/share/doc</Path>
|
||||||
|
</Files>
|
||||||
|
</Package>
|
||||||
|
|
||||||
|
<History>
|
||||||
|
<Update release="1">
|
||||||
|
<Date>2022-11-15</Date>
|
||||||
|
<Version>3.10.0</Version>
|
||||||
|
<Comment>First release</Comment>
|
||||||
|
<Name>PisiLinux Community</Name>
|
||||||
|
<Email>admins@pisilinux.org</Email>
|
||||||
|
</Update>
|
||||||
|
</History>
|
||||||
|
</PISI>
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" ?>
|
||||||
|
<PISI>
|
||||||
|
<Source>
|
||||||
|
<Name>libqtxdg-tools</Name>
|
||||||
|
<Summary xml:lang="tr">User tools for libqtxdg.</Summary>
|
||||||
|
<Description xml:lang="tr">libqtxdg için kullanıcı araçları.</Description>
|
||||||
|
</Source>
|
||||||
|
</PISI>
|
||||||
@@ -106781,6 +106781,52 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
|
|||||||
</Update>
|
</Update>
|
||||||
</History>
|
</History>
|
||||||
</SpecFile>
|
</SpecFile>
|
||||||
|
<SpecFile>
|
||||||
|
<Source>
|
||||||
|
<Name>libqtxdg-tools</Name>
|
||||||
|
<Homepage>https://github.com/lxqt/qtxdg-tools</Homepage>
|
||||||
|
<Packager>
|
||||||
|
<Name>PisiLinux Community</Name>
|
||||||
|
<Email>admins@pisilinux.org</Email>
|
||||||
|
</Packager>
|
||||||
|
<License>LGPLv2.1</License>
|
||||||
|
<IsA>library</IsA>
|
||||||
|
<PartOf>desktop.lxqt</PartOf>
|
||||||
|
<Summary xml:lang="en">User tools for libqtxdg.</Summary>
|
||||||
|
<Summary xml:lang="tr">User tools for libqtxdg.</Summary>
|
||||||
|
<Description xml:lang="en">libqtxdg için kullanıcı araçları.</Description>
|
||||||
|
<Description xml:lang="tr">libqtxdg için kullanıcı araçları.</Description>
|
||||||
|
<Icon>libqtxdg-tools</Icon>
|
||||||
|
<Archive type="targz" sha1sum="c9f074f4e486d513b8d82b70f8619493da121e43" name="3.10.0.tar.gz">https://github.com/lxqt/qtxdg-tools/archive/refs/tags/3.10.0.tar.gz</Archive>
|
||||||
|
<BuildDependencies>
|
||||||
|
<Dependency>cmake</Dependency>
|
||||||
|
<Dependency versionFrom="3.10.0">libqtxdg-devel</Dependency>
|
||||||
|
<Dependency versionFrom="0.12.0">lxqt-build-tools</Dependency>
|
||||||
|
</BuildDependencies>
|
||||||
|
<SourceURI>desktop/lxqt/libqtxdg-tools/pspec.xml</SourceURI>
|
||||||
|
</Source>
|
||||||
|
<Package>
|
||||||
|
<Name>libqtxdg-tools</Name>
|
||||||
|
<RuntimeDependencies>
|
||||||
|
<Dependency>libqtxdg</Dependency>
|
||||||
|
<Dependency>qt5-base</Dependency>
|
||||||
|
</RuntimeDependencies>
|
||||||
|
<Files>
|
||||||
|
<Path fileType="executable">/usr/bin</Path>
|
||||||
|
<Path fileType="data">/usr/share</Path>
|
||||||
|
<Path fileType="doc">/usr/share/doc</Path>
|
||||||
|
</Files>
|
||||||
|
</Package>
|
||||||
|
<History>
|
||||||
|
<Update release="1">
|
||||||
|
<Date>2022-11-15</Date>
|
||||||
|
<Version>3.10.0</Version>
|
||||||
|
<Comment>First release</Comment>
|
||||||
|
<Name>PisiLinux Community</Name>
|
||||||
|
<Email>admins@pisilinux.org</Email>
|
||||||
|
</Update>
|
||||||
|
</History>
|
||||||
|
</SpecFile>
|
||||||
<SpecFile>
|
<SpecFile>
|
||||||
<Source>
|
<Source>
|
||||||
<Name>lxmenu-data</Name>
|
<Name>lxmenu-data</Name>
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
aa77975d0401d9df3293446edcfb10e14f5a2b4d
|
6c0c38268484c1426f7795edde55a7fbcb03667a
|
||||||
Binary file not shown.
@@ -1 +1 @@
|
|||||||
2c5079ad6cf1d75188db81e4a965ed201d0db449
|
c105ceeecb1ccb4a39cc640f2c31de01b501b814
|
||||||
Reference in New Issue
Block a user