converseen new package

This commit is contained in:
Rmys
2025-05-26 17:10:32 +03:00
parent 5c25030d02
commit 1bf17470b4
7 changed files with 386 additions and 96 deletions
@@ -0,0 +1,21 @@
#!/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_PREFIX=/usr \
-DUSE_QT6=ON")
def build():
cmaketools.make()
def install():
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("COPYING*", "README*")
+53
View File
@@ -0,0 +1,53 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>converseen</Name>
<Homepage>https://github.com/Faster3ck/Converseen/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv3</License>
<IsA>library</IsA>
<Summary>Batch image converter and resizer</Summary>
<Description>Batch image converter and resizer</Description>
<Archive sha1sum="3e7a4f96191741c7dc1d97cf1fdf3898fc6fb932" type="targz">https://github.com/Faster3ck/Converseen/archive/refs/tags/v0.14.0.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
<Dependency>qt6-base-devel</Dependency>
<Dependency>imagemagick-devel</Dependency>
<Dependency>icon-theme-hicolor</Dependency>
</BuildDependencies>
<!--
<Patches>
<Patch>converseen.patch</Patch>
<Patch level="1">converseen.patch</Patch>
</Patches>
-->
</Source>
<Package>
<Name>converseen</Name>
<RuntimeDependencies>
<Dependency>qt6-base</Dependency>
<Dependency>imagemagick</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</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="1">
<Date>2025-05-26</Date>
<Version>0.14.0.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>converseen</Name>
<Summary xml:lang="tr">Batch image converter and resizer</Summary>
<Description xml:lang="tr">Batch image converter and resizer</Description>
</Source>
</PISI>