frameworks-6.0.0
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
<PISI>
|
||||
<Name>desktop.kde6</Name>
|
||||
</PISI>
|
||||
@@ -0,0 +1,3 @@
|
||||
<PISI>
|
||||
<Name>desktop.kde6.framework</Name>
|
||||
</PISI>
|
||||
+22
@@ -0,0 +1,22 @@
|
||||
#!/usr/bin/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 kde6
|
||||
from pisi.actionsapi import get
|
||||
from pisi.actionsapi import pisitools
|
||||
|
||||
def setup():
|
||||
pisitools.dosed('kde-modules/KDEInstallDirs.cmake', '"lib64"', '"lib"')
|
||||
kde6.configure("-DBUILD_HTML_DOCS=OFF \
|
||||
-DBUILD_MAN_DOCS=OFF")
|
||||
|
||||
def build():
|
||||
kde6.make()
|
||||
|
||||
def install():
|
||||
kde6.install()
|
||||
|
||||
pisitools.dodoc("README.rst", "COPYING-CMAKE-SCRIPTS")
|
||||
+46
@@ -0,0 +1,46 @@
|
||||
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>extra-cmake-modules-kf6</Name>
|
||||
<Homepage>https://www.kde.org</Homepage>
|
||||
<Packager>
|
||||
<Name>Pisi Linux Admins</Name>
|
||||
<Email>admin@gmail.com</Email>
|
||||
</Packager>
|
||||
<License>LGPLv2</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Extra cmake modules for kde6</Summary>
|
||||
<Description>Extra cmake modules kde6</Description>
|
||||
<Archive sha1sum="90fab98674e5fd3edf70f6dd475ed09923e23928" type="tarxz">mirrors://kde/stable/frameworks/6.0/extra-cmake-modules-6.0.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>cmake</Dependency>
|
||||
<Dependency>flex</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>extra-cmake-modules-kf6</Name>
|
||||
<PartOf>programming.build</PartOf>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>cmake</Dependency>
|
||||
<Dependency>flex</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="man">/usr/share/man/man7</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2024-02-28</Date>
|
||||
<Version>6.0.0</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
+424760
-424382
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
||||
399a6117e7f98c7c0f5321ad69bebed8fb5bec60
|
||||
dd15d0ea28e6b0c25db909392dc11e083b03e481
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
d6b1ee9a53c8c77fc42f5d2720c8cf3d6494ccd5
|
||||
a87fdcff7a7ed3fef01f4c754e7874f405182e81
|
||||
Reference in New Issue
Block a user