kcolorpicker, kimageannotator new package
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
#!/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("-DBUILD_SHARED_LIBS=ON")
|
||||
|
||||
def build():
|
||||
cmaketools.make()
|
||||
|
||||
def install():
|
||||
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("CHANGELOG*", "LICENSE", "README*")
|
||||
@@ -0,0 +1,69 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>kimageannotator</Name>
|
||||
<Homepage>https://github.com/ksnip/kImageAnnotator</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv3</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Tool for annotating images</Summary>
|
||||
<Icon>kimageannotator</Icon>
|
||||
<Description>Görüntülere açıklama eklemek için araç</Description>
|
||||
<Archive sha1sum="990a175275ff3acde96da55b652e0eb4b663ce10" type="targz">https://github.com/ksnip/kImageAnnotator/archive/refs/tags/v0.6.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>cmake</Dependency>
|
||||
<Dependency>libX11-devel</Dependency>
|
||||
<Dependency>kcolorpicker-devel</Dependency>
|
||||
<Dependency versionFrom="5.15.2">qt5-svg-devel</Dependency>
|
||||
<Dependency versionFrom="5.15.2">qt5-base-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<!--
|
||||
<Patches>
|
||||
<Patch>kimageannotator.patch</Patch>
|
||||
<Patch level="1">kimageannotator.patch</Patch>
|
||||
</Patches>
|
||||
-->
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>kimageannotator</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libX11</Dependency>
|
||||
<Dependency>kcolorpicker</Dependency>
|
||||
<Dependency versionFrom="5.15.2">qt5-svg</Dependency>
|
||||
<Dependency versionFrom="5.15.2">qt5-base</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="data">/usr/share/kImageAnnotator</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>kimageannotator-devel</Name>
|
||||
<Summary>Development files for kimageannotator</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">kimageannotator</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/lib/cmake</Path>
|
||||
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2022-09-24</Date>
|
||||
<Version>0.6.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>kimageannotator</Name>
|
||||
<Summary xml:lang="tr">Tool for annotating images</Summary>
|
||||
<Description xml:lang="tr">Görüntülere açıklama eklemek için araç</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user