kde-framework
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
#!/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 pisitools
|
||||
from pisi.actionsapi import kde6
|
||||
|
||||
def setup():
|
||||
kde6.configure()
|
||||
|
||||
def build():
|
||||
kde6.make()
|
||||
|
||||
def install():
|
||||
kde6.install()
|
||||
|
||||
pisitools.dodoc("LICENSES/*", "README*")
|
||||
@@ -0,0 +1,72 @@
|
||||
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>ktexttemplate</Name>
|
||||
<Homepage>https://kontact.kde.org</Homepage>
|
||||
<Packager>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Packager>
|
||||
<License>LGPLv3</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Library for Grantlee theming support</Summary>
|
||||
<Description>Grantlee tema desteği için Kütüphane</Description>
|
||||
<Archive sha1sum="f0267003d27e7c6ae63bfe2903e8284eb1a0fcb5" type="tarxz">https://download.kde.org/stable/frameworks/6.10/ktexttemplate-6.10.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt6-base-devel</Dependency>
|
||||
<Dependency>qt6-declarative-devel</Dependency>
|
||||
<Dependency versionFrom="6.10.0">extra-cmake-modules</Dependency>
|
||||
</BuildDependencies>
|
||||
-->
|
||||
<!--
|
||||
<Patches>
|
||||
<Patch>ktexttemplate.patch</Patch>
|
||||
<Patch level="1">ktexttemplate.patch</Patch>
|
||||
</Patches>
|
||||
-->
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>ktexttemplate</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>qt6-base</Dependency>
|
||||
<Dependency>qt6-declarative</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
<Replaces>
|
||||
<Package>ktexttemplate-kf6</Package>
|
||||
</Replaces>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>ktexttemplate-devel</Name>
|
||||
<Summary>Development files for ktexttemplate</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">ktexttemplate</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/lib/cmake</Path>
|
||||
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
<Replaces>
|
||||
<Package>ktexttemplate-kf6-devel</Package>
|
||||
</Replaces>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2025-01-09</Date>
|
||||
<Version>6.10.0</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>ktexttemplate</Name>
|
||||
<Summary xml:lang="tr">Library for Grantlee theming support</Summary>
|
||||
<Description xml:lang="tr">Grantlee tema desteği için Kütüphane</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user