kde5-framework
This commit is contained in:
+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/copyleft/gpl.txt
|
||||
|
||||
from pisi.actionsapi import kde5
|
||||
from pisi.actionsapi import pisitools
|
||||
|
||||
# if pisi can't find source directory, see /var/pisi/syntax-highlighting5/work/ and:
|
||||
# WorkDir="syntax-highlighting5-"+ get.srcVERSION() +"/sub_project_dir/"
|
||||
|
||||
def setup():
|
||||
kde5.configure()
|
||||
|
||||
def build():
|
||||
kde5.make()
|
||||
|
||||
def install():
|
||||
kde5.install()
|
||||
|
||||
pisitools.dodoc("README.md")
|
||||
|
||||
+63
@@ -0,0 +1,63 @@
|
||||
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>syntax-highlighting5</Name>
|
||||
<Homepage>https://community.kde.org/Frameworks</Homepage>
|
||||
<Packager>
|
||||
<Name>Stefan Gronewold</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPL2</License>
|
||||
<Summary>Syntax highlighting engine for structured text and code</Summary>
|
||||
<Description>Syntax highlighting engine for structured text and code</Description>
|
||||
<BuildDependencies>
|
||||
<Dependency versionFrom="5.116.0">extra-cmake-modules</Dependency>
|
||||
<Dependency versionFrom="5.15.2">qt5-base-devel</Dependency>
|
||||
<Dependency versionFrom="5.15.2">qt5-declarative-devel</Dependency>
|
||||
<Dependency versionFrom="5.15.2">qt5-xmlpatterns-devel</Dependency>
|
||||
<Dependency versionFrom="5.15.2">qt5-linguist</Dependency>
|
||||
<Dependency>perl</Dependency>
|
||||
<Dependency>glibc-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Archive type="tarxz" sha1sum="e88256ac1bf2eef6829cfe79aff646cfcee00bb5">mirrors://kde/stable/frameworks/5.116/syntax-highlighting-5.116.0.tar.xz</Archive>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>syntax-highlighting5</Name>
|
||||
<Summary>Syntax highlighting engine for structured text and code</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency versionFrom="5.15.2">qt5-base</Dependency>
|
||||
<Dependency versionFrom="5.15.2">qt5-declarative</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="config">/etc/xdg</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="library">/usr/lib/qt5</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="data">/usr/share/qlogging-categories5</Path>
|
||||
<Path fileType="local">/usr/share/locale/</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>syntax-highlighting5-devel</Name>
|
||||
<Summary>Development files for syntax-highlighting5</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">syntax-highlighting5</Dependency>
|
||||
<Dependency versionFrom="5.15.1">qt5-base-devel</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2024-05-19</Date>
|
||||
<Version>5.116.0</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user