kirigami-addons

This commit is contained in:
Rmys
2025-01-22 13:37:10 +03:00
parent 8c7dc8f92a
commit 681b5e34e4
7 changed files with 4 additions and 194 deletions
@@ -1,20 +0,0 @@
#!/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 get
def setup():
cmaketools.configure("-DCMAKE_INSTALL_LIBDIR=lib")
def build():
cmaketools.make()
def install():
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("LICENSES/*", "README*")
@@ -1,84 +0,0 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>kirigami-addons</Name>
<Homepage>https://github.com/KDE/kirigami-addons</Homepage>
<Packager>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Packager>
<License>GPL, LGPL</License>
<IsA>library</IsA>
<Summary>Add-ons for the Kirigami framework</Summary>
<Description>Add-ons for the Kirigami framework</Description>
<Archive sha1sum="ca9cedea98bd61098d86885454c35db309d51f4c" type="targz">https://github.com/KDE/kirigami-addons/archive/refs/tags/v0.11.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>ki18n-devel</Dependency>
<Dependency>kirigami-devel</Dependency>
<Dependency>qt5-base-devel</Dependency>
<Dependency>qt5-declarative-devel</Dependency>
<Dependency>qt5-quickcontrols2-devel</Dependency>
<Dependency>extra-cmake-modules</Dependency>
</BuildDependencies>
<!--
<Patches>
<Patch>kirigami-addons.patch</Patch>
<Patch level="1">kirigami-addons.patch</Patch>
</Patches>
-->
</Source>
<Package>
<Name>kirigami-addons</Name>
<RuntimeDependencies>
<Dependency>qt5-base</Dependency>
<Dependency>qt5-declarative</Dependency>
<Dependency>qt5-quickcontrols2</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="5">
<Date>2023-11-12</Date>
<Version>0.11.0</Version>
<Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="4">
<Date>2023-08-19</Date>
<Version>0.11.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="3">
<Date>2023-07-25</Date>
<Version>0.10.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="2">
<Date>2023-06-30</Date>
<Version>0.9.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="1">
<Date>2023-04-21</Date>
<Version>0.8.0</Version>
<Comment>First release</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
</History>
</PISI>
@@ -1,8 +0,0 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>kirigami-addons</Name>
<Summary xml:lang="tr">Add-ons for the Kirigami framework</Summary>
<Description xml:lang="tr">Add-ons for the Kirigami framework</Description>
</Source>
</PISI>