applications-24.02.0

This commit is contained in:
Rmys
2024-03-04 20:52:54 +03:00
parent 0e847346fa
commit 9f241e305c
11 changed files with 315 additions and 2 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("-DBUILD_SHARED_LIBS=ON \
-DBUILD_WITH_QT6=ON")
def build():
cmaketools.make()
def install():
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("LICENSE", "README*")
@@ -0,0 +1,12 @@
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1d15048..a96250d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -65,6 +65,7 @@ set_target_properties(kColorPicker
RUNTIME_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/bin
VERSION ${PROJECT_VERSION}
SOVERSION 0
+ OUTPUT_NAME kColorPicker-Qt5
)
install(TARGETS kColorPicker
@@ -0,0 +1,59 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>kcolorpicker-qt6</Name>
<Homepage>https://github.com/ksnip/kColorPicker</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv3</License>
<IsA>library</IsA>
<Summary>Qt based Color Picker with popup menu</Summary>
<Icon>kcolorpicker</Icon>
<Description>Açılır menü ile Qt tabanlı Renk Seçici</Description>
<Archive sha1sum="d1d256beed25d8e913ff706c4d0efc9b01a9bf4e" type="targz">https://github.com/ksnip/kColorPicker/archive/refs/tags/v0.3.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
<Dependency versionFrom="6.6.2">qt6-base-devel</Dependency>
</BuildDependencies>
<Patches>
<!-- <Patch level="1">rename-qt5-version.patch</Patch> -->
</Patches>
</Source>
<Package>
<Name>kcolorpicker-qt6</Name>
<RuntimeDependencies>
<Dependency>qt6-base</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>kcolorpicker-qt6-devel</Name>
<Summary>Development files for kcolorpicker</Summary>
<RuntimeDependencies>
<Dependency release="current">kcolorpicker-qt6</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>2024-03-04</Date>
<Version>0.3.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>kcolorpicker</Name>
<Summary xml:lang="tr">Qt based Color Picker with popup menu</Summary>
<Description xml:lang="tr">Açılır menü ile Qt tabanlı Renk Seçici</Description>
</Source>
</PISI>
@@ -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("-DBUILD_SHARED_LIBS=ON \
-DBUILD_WITH_QT6=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-qt6</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="7ef267811074579b269c43a7502a207690698c2e" type="targz">https://github.com/ksnip/kImageAnnotator/archive/refs/tags/v0.7.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
<Dependency>qt6-linguist</Dependency>
<Dependency>libX11-devel</Dependency>
<Dependency>kcolorpicker-qt6-devel</Dependency>
<Dependency versionFrom="6.6.2">qt6-svg-devel</Dependency>
<Dependency versionFrom="6.6.2">qt6-base-devel</Dependency>
</BuildDependencies>
<!--
<Patches>
<Patch>kimageannotator.patch</Patch>
<Patch level="1">kimageannotator.patch</Patch>
</Patches>
-->
</Source>
<Package>
<Name>kimageannotator-qt6</Name>
<RuntimeDependencies>
<Dependency>libX11</Dependency>
<Dependency>kcolorpicker-qt6</Dependency>
<Dependency versionFrom="6.6.2">qt6-svg</Dependency>
<Dependency versionFrom="6.6.2">qt6-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-qt6-devel</Name>
<Summary>Development files for kimageannotator</Summary>
<RuntimeDependencies>
<Dependency release="current">kimageannotator-qt6</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>2024-03-04</Date>
<Version>0.7.0</Version>
<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>