forked from Pisilinux/contrib
Proje Gitea'ya taşındı (Temiz başlangıç)
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
<PISI>
|
||||
<Name>multimedia.graphics</Name>
|
||||
</PISI>
|
||||
@@ -0,0 +1,16 @@
|
||||
#!/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 get, pisitools, shelltools
|
||||
|
||||
NoStrip = ["/opt", "/usr"]
|
||||
IgnoreAutodep = True
|
||||
|
||||
def install():
|
||||
pisitools.dodir ("/opt/FreeCAD")
|
||||
pisitools.doexe("FreeCAD_1.0.1-conda-Linux-x86_64-py311.AppImage", "/opt/FreeCAD")
|
||||
pisitools.dosym("/opt/FreeCAD/FreeCAD_1.0.1-conda-Linux-x86_64-py311.AppImage", "/usr/bin/FreeCAD")
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
[Desktop Entry]
|
||||
Name=FreeCAD
|
||||
Comment[en]=FreeCAD is an open-source parametric 3D modeler made primarily to design real-life objects of any size.
|
||||
Comment[tr]= FreeCAD, öncelikle her boyuttaki gerçek nesneleri tasarlamak için geliştirilmiş, açık kaynaklı, parametrik bir 3B modelleme aracıdır.
|
||||
Encoding=UTF-8
|
||||
Exec=FreeCAD
|
||||
Icon=FreeCAD
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=Development;
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 84 KiB |
@@ -0,0 +1,84 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>FreeCAD</Name>
|
||||
<Homepage>https://freecadweb.org/</Homepage>
|
||||
<Packager>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Packager>
|
||||
|
||||
<Summary xml:lang="en">
|
||||
FreeCAD is an open-source parametric 3D modeler made primarily to design real-life objects of any size.
|
||||
</Summary>
|
||||
|
||||
<Description xml:lang="en">
|
||||
FreeCAD is an open-source parametric 3D modeler made primarily to design real-life objects of any size. Parametric modeling allows you to easily modify your design by going back into your model history and changing its parameters.
|
||||
</Description>
|
||||
|
||||
<Summary xml:lang="tr">
|
||||
FreeCAD, öncelikle her boyuttaki gerçek nesneleri tasarlamak için geliştirilmiş, açık kaynaklı, parametrik bir 3B modelleme aracıdır.
|
||||
</Summary>
|
||||
<Description xml:lang="tr">
|
||||
FreeCAD, öncelikle her boyuttaki gerçek nesneleri tasarlamak için geliştirilmiş, açık kaynaklı, parametrik bir 3B modelleme aracıdır. Parametresel modelleme, model geçmişinize geri dönüp parametrelerini değiştirerek tasarımınızı kolayca değiştirmenize olanak tanır.
|
||||
</Description>
|
||||
|
||||
<License>LGPL</License>
|
||||
<PartOf>Development</PartOf>
|
||||
<Archive sha1sum="9ba74237aed8041cf0c731e426f08a66e8d25286" type="binary">
|
||||
https://github.com/FreeCAD/FreeCAD/releases/download/1.0.1/FreeCAD_1.0.1-conda-Linux-x86_64-py311.AppImage
|
||||
</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>FreeCAD</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>boost</Dependency>
|
||||
<Dependency>glew</Dependency>
|
||||
<Dependency>jsoncpp</Dependency>
|
||||
<Dependency>netcdf </Dependency>
|
||||
<Dependency>opencascade </Dependency>
|
||||
<Dependency>openmpi</Dependency>
|
||||
<Dependency>qt5-svg </Dependency>
|
||||
<Dependency>qt5-webkit </Dependency>
|
||||
<Dependency>qt5-x11extras</Dependency>
|
||||
<Dependency>qt5-xmlpatterns </Dependency>
|
||||
<Dependency>xerces-c</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/opt</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="data">/usr/share/applications</Path>
|
||||
<Path fileType="data">/usr/share/icons</Path>
|
||||
</Files>
|
||||
<AdditionalFiles>
|
||||
<AdditionalFile target="/usr/share/applications/FreeCAD.desktop">FreeCAD.desktop</AdditionalFile>
|
||||
<AdditionalFile target="/usr/share/icons/FreeCAD.png">FreeCAD.png</AdditionalFile>
|
||||
</AdditionalFiles>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2025-05-26</Date>
|
||||
<Version>1.0.1</Version>
|
||||
<Comment>Version Bump</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2022-01-21</Date>
|
||||
<Version>0.19.3</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2021-11-18</Date>
|
||||
<Version>0.19.2</Version>
|
||||
<Comment>First Release</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,16 @@
|
||||
#!/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 get, pisitools, shelltools
|
||||
|
||||
NoStrip = ["/opt", "/usr"]
|
||||
IgnoreAutodep = True
|
||||
|
||||
def install():
|
||||
pisitools.dodir ("/opt/Front-Panel-Design")
|
||||
pisitools.doexe("FrontDesign-US-6.3.6-amd64.AppImage", "/opt/Front-Panel-Design")
|
||||
pisitools.dosym("/opt/Front-Panel-Design/runfpd.sh", "/usr/bin/Front-Panel-Design")
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
[Desktop Entry]
|
||||
Categories=Development;
|
||||
Comment=specialized software for designing front panels
|
||||
Encoding=UTF-8
|
||||
Exec=Front-Panel-Design
|
||||
GenericName[tr_TR]=Ön panelleri tasarlamak için özel yazılım.
|
||||
GenericName=specialized software for designing front fpd
|
||||
Icon=Front-Panel-Design
|
||||
Name[tr_TR]=Front Panel Design
|
||||
Name=Front Panel Design
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Version=1.0
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 133 KiB |
@@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
LD_PRELOAD=/usr/lib/libgmodule-2.0.so /opt/Front-Panel-Design/FrontDesign-US-6.3.6-amd64.AppImage
|
||||
@@ -0,0 +1,45 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>Front-Panel-Design</Name>
|
||||
<Homepage>https://www.frontpanelexpress.com/front-panel-designer</Homepage>
|
||||
<Packager>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<Summary>Our free, specialized software for designing front panels, enclosures, and milled parts.</Summary>
|
||||
<Description>Our free, specialized software for designing front panels, enclosures, and milled parts.</Description>
|
||||
<License>LGPL</License>
|
||||
<PartOf>Development</PartOf>
|
||||
<Archive sha1sum="80142d6d8e5af41ecc8565dc77e2811e5c5619f9" type="binary">https://assets.frontpanelexpress.com/fpd/Version-6.3.6/FrontDesign-US-6.3.6-amd64.AppImage</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>Front-Panel-Design</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>gtk2</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/opt/Front-Panel-Design</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="data">/usr/share/applications</Path>
|
||||
<Path fileType="data">/usr/share/icons</Path>
|
||||
</Files>
|
||||
<AdditionalFiles>
|
||||
<AdditionalFile target="/usr/share/applications/Front-Panel-Design.desktop">Front-Panel-Design.desktop</AdditionalFile>
|
||||
<AdditionalFile target="/usr/share/icons/Front-Panel-Design.png">Front-Panel-Design.png</AdditionalFile>
|
||||
<AdditionalFile target="/opt/Front-Panel-Design/runfpd.sh">runfdp.sh</AdditionalFile>
|
||||
</AdditionalFiles>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2023-03-25</Date>
|
||||
<Version>6.3.6</Version>
|
||||
<Comment>First Release</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,13 @@
|
||||
#!/usr/bin/env 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 get, pisitools, shelltools
|
||||
|
||||
Version = get.srcVERSION()
|
||||
|
||||
|
||||
def install():
|
||||
pisitools.insinto("/opt/pencil/", "*")
|
||||
pisitools.dosym("/opt/pencil/pencil", "/usr/bin/pencil")
|
||||
@@ -0,0 +1,11 @@
|
||||
[Desktop Entry]
|
||||
Name=Pencil
|
||||
Comment[en]=Sketching and GUI prototyping tool
|
||||
Comment[tr]=Cizim ve GUI prototip aracı
|
||||
Type=Application
|
||||
Categories=Graphics;2DGraphics;Development
|
||||
MimeType=application/x-evolus-pencil;
|
||||
Exec=/opt/pencil/pencil %u
|
||||
Terminal=false
|
||||
StartupNotify=true
|
||||
Icon=pencil
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 11 KiB |
@@ -0,0 +1,55 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>Pencil</Name>
|
||||
<Homepage>https://github.com/evolus/pencil</Homepage>
|
||||
<Packager>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPL2</License>
|
||||
<IsA>app:gui</IsA>
|
||||
|
||||
<Summary xml:lang="en">Sketching and GUI prototyping/wireframing tool</Summary>
|
||||
<Description xml:lang="en">Sketching and GUI prototyping/wireframing tool</Description>
|
||||
|
||||
<Summary xml:lang="tr">Kullanıcı arayüzü çizim ve prototipleme aracı</Summary>
|
||||
<Description xml:lang="tr">Kullanıcı arayüzü çizim ve prototipleme aracı</Description>
|
||||
|
||||
<Archive sha1sum="2faf9ceaa33bdee0800fa05fa1c2da9244d169bb" type="targz">
|
||||
https://pencil.evolus.vn/dl/V3.1.1.ga/Pencil-3.1.1.ga.tar.gz
|
||||
</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>Pencil</Name>
|
||||
<Files>
|
||||
<Path fileType="executable">/opt/pencil</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="data">/usr/share/applications/</Path>
|
||||
<Path fileType="data">/usr/share/icons</Path>
|
||||
</Files>
|
||||
<AdditionalFiles>
|
||||
<AdditionalFile target="/usr/share/applications/pencil.desktop" owner="root">pencil.desktop</AdditionalFile>
|
||||
<AdditionalFile target="/usr/share/applications/pencil.png" owner="root">pencil.png</AdditionalFile>
|
||||
</AdditionalFiles>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2025-05-26</Date>
|
||||
<Version>3.1.1</Version>
|
||||
<Comment>Version Bump.</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2020-07-13</Date>
|
||||
<Version>3.1.0</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,16 @@
|
||||
#!/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 get, pisitools, shelltools
|
||||
|
||||
NoStrip = ["/opt", "/usr"]
|
||||
IgnoreAutodep = True
|
||||
|
||||
def install():
|
||||
pisitools.dodir ("/opt/pencil2d")
|
||||
pisitools.doexe("pencil2d-linux-amd64-0.6.6.AppImage", "/opt/pencil2d")
|
||||
pisitools.dosym("/opt/pencil2d/pencil2d-linux-amd64-0.6.6.AppImage", "/usr/bin/pencil2d")
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
[Desktop Entry]
|
||||
Categories=Graphics;
|
||||
Comment=Easy, intuitive tool to make 2D hand-drawn animations.
|
||||
Encoding=UTF-8
|
||||
Exec=pencil2d
|
||||
GenericName[tr_TR]=pencil2d
|
||||
GenericName=pencil2d
|
||||
Icon=pencil2d.png
|
||||
Name[tr_TR]=pencil2d
|
||||
Name=pencil2d
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Version=1.0
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 3.9 KiB |
@@ -0,0 +1,48 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>pencil2d</Name>
|
||||
<Homepage>https://mattermost.com/</Homepage>
|
||||
<Packager>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<Summary>Easy, intuitive tool to make 2D hand-drawn animations.</Summary>
|
||||
<Description>Easy, intuitive tool to make 2D hand-drawn animations.</Description>
|
||||
<License>GPL2</License>
|
||||
<PartOf>Graphics</PartOf>
|
||||
<Archive sha1sum="dbd85592528474b37137f2120af5894047fa7c1f" type="binary">https://github.com/pencil2d/pencil/releases/download/v0.6.6/pencil2d-linux-amd64-0.6.6.AppImage</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>pencil2d</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>ffmpeg</Dependency>
|
||||
<Dependency>icon-theme-hicolor</Dependency>
|
||||
<Dependency>qt5-multimedia</Dependency>
|
||||
<Dependency>qt5-svg</Dependency>
|
||||
<Dependency>qt5-xmlpatterns</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/opt</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="data">/usr/share/applications</Path>
|
||||
<Path fileType="data">/usr/share/icons</Path>
|
||||
</Files>
|
||||
<AdditionalFiles>
|
||||
<AdditionalFile target="/usr/share/applications/pencil2d.desktop">pencil2d.desktop</AdditionalFile>
|
||||
<AdditionalFile target="/usr/share/icons/pencil2d.png">pencil2d.png</AdditionalFile>
|
||||
</AdditionalFiles>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2022-02-04</Date>
|
||||
<Version>0.6.6</Version>
|
||||
<Comment>First Release</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,16 @@
|
||||
#!/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 get, pisitools, shelltools
|
||||
|
||||
NoStrip = ["/opt", "/usr"]
|
||||
IgnoreAutodep = True
|
||||
|
||||
def install():
|
||||
pisitools.dodir("/opt/SynfigStudio")
|
||||
pisitools.doexe("SynfigStudio-1.5.1-2021.10.21-linux64-2cb6c.appimage", "/opt/SynfigStudio")
|
||||
pisitools.dosym("/opt/SynfigStudio/SynfigStudio-1.5.1-2021.10.21-linux64-2cb6c.appimage", "/usr/bin/SynfigStudio")
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
[Desktop Entry]
|
||||
Categories=Graphics;
|
||||
Comment=Professional vector animation program (CLI renderer only)
|
||||
Encoding=UTF-8
|
||||
Exec=SynfigStudio
|
||||
GenericName[tr_TR]=SynfigStudio
|
||||
GenericName=SynfigStudio
|
||||
Icon=SynfigStudio.png
|
||||
Name[tr_TR]=SynfigStudio
|
||||
Name=SynfigStudio
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Version=1.0
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 152 KiB |
@@ -0,0 +1,52 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>SynfigStudio</Name>
|
||||
<Homepage>https://www.synfig.org/</Homepage>
|
||||
<Packager>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<Summary>Professional vector animation program</Summary>
|
||||
<Description>Professional vector animation program</Description>
|
||||
<License>GPL3</License>
|
||||
<PartOf>Graphics</PartOf>
|
||||
<Archive sha1sum="33267c1cb671c53c9c1df28585512d887ba8d0ed" type="binary">https://github.com/synfig/synfig/releases/download/v1.5.1/SynfigStudio-1.5.1-2021.10.21-linux64-2cb6c.appimage</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>SynfigStudio</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>boost</Dependency>
|
||||
<Dependency>fftw3</Dependency>
|
||||
<Dependency>imagemagick</Dependency>
|
||||
<Dependency>libjpeg-turbo</Dependency>
|
||||
<Dependency>libmng</Dependency>
|
||||
<Dependency>libxml++26</Dependency>
|
||||
<Dependency>mlt</Dependency>
|
||||
<Dependency>openexr</Dependency>
|
||||
<Dependency>pango</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/opt</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="data">/usr/share/applications</Path>
|
||||
<Path fileType="data">/usr/share/icons</Path>
|
||||
</Files>
|
||||
<AdditionalFiles>
|
||||
<AdditionalFile target="/usr/share/applications/SynfigStudio.desktop">SynfigStudio.desktop</AdditionalFile>
|
||||
<AdditionalFile target="/usr/share/icons/SynfigStudio.png">SynfigStudio.png</AdditionalFile>
|
||||
</AdditionalFiles>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2022-02-05</Date>
|
||||
<Version>1.5.1</Version>
|
||||
<Comment>First Release</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user