Proje Gitea'ya taşındı (Temiz başlangıç)
This commit is contained in:
@@ -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/copyleft/gpl.txt
|
||||
|
||||
from pisi.actionsapi import pisitools, shelltools, get
|
||||
|
||||
#WorkDir = "."
|
||||
#NoStrip = ["/"]
|
||||
|
||||
def setup():
|
||||
shelltools.system("pwd")
|
||||
shelltools.system("unzip figma-linux_%s_linux_amd64.zip" % get.srcVERSION())
|
||||
|
||||
def install():
|
||||
#pisitools.dodir ("/opt/figma-linux")
|
||||
pisitools.insinto("/opt/figma-linux", "*")
|
||||
pisitools.dosym("/opt/figma-linux/figma-linux", "/usr/bin/figma-linux")
|
||||
#pisitools.insinto("/usr/share/polkit-1/actions", "anydesk-6.1.1/polkit-1/com.anydesk.anydesk.policy")
|
||||
#pisitools.insinto("/etc/init.d", "anydesk-6.1.1/init/anydesk")
|
||||
@@ -0,0 +1 @@
|
||||
<svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 300" width="1667" height="2500"><style type="text/css">.st0{fill:#0acf83}.st1{fill:#a259ff}.st2{fill:#f24e1e}.st3{fill:#ff7262}.st4{fill:#1abcfe}</style><title>Figma.logo</title><desc>Created using Figma</desc><path id="path0_fill" class="st0" d="M50 300c27.6 0 50-22.4 50-50v-50H50c-27.6 0-50 22.4-50 50s22.4 50 50 50z"/><path id="path1_fill" class="st1" d="M0 150c0-27.6 22.4-50 50-50h50v100H50c-27.6 0-50-22.4-50-50z"/><path id="path1_fill_1_" class="st2" d="M0 50C0 22.4 22.4 0 50 0h50v100H50C22.4 100 0 77.6 0 50z"/><path id="path2_fill" class="st3" d="M100 0h50c27.6 0 50 22.4 50 50s-22.4 50-50 50h-50V0z"/><path id="path3_fill" class="st4" d="M200 150c0 27.6-22.4 50-50 50s-50-22.4-50-50 22.4-50 50-50 50 22.4 50 50z"/></svg>
|
||||
|
After Width: | Height: | Size: 802 B |
@@ -0,0 +1,9 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=Figma-linux
|
||||
GenericName=Figma-linux
|
||||
Exec=figma-linux %u
|
||||
Icon=Figma-logo.svg
|
||||
Terminal=false
|
||||
TryExec=figma-linux
|
||||
Categories=Development;
|
||||
@@ -0,0 +1,57 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>figma-linux</Name>
|
||||
<Homepage>https://github.com/Figma-Linux/figma-linux</Homepage>
|
||||
<Packager>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<Summary xml:lang="en">The collaborative interface design tool. Unofficial Figma desktop client for Linux</Summary>
|
||||
<Summary xml:lang="tr">İşbirliğine dayalı arayüz tasarım aracı. Linux için resmi olmayan Figma masaüstü istemcisi</Summary>
|
||||
<Description xml:lang="en" >The collaborative interface design tool. Unofficial Figma desktop client for Linux</Description>
|
||||
<Description xml:lang="tr" >İşbirliğine dayalı arayüz tasarım aracı. Linux için resmi olmayan Figma masaüstü istemcisi</Description>
|
||||
<License>GPL2</License>
|
||||
<PartOf>programming.tools</PartOf>
|
||||
<Archive sha1sum="8c2f373cec0725cf0ff69b9afe8af576fd74b20b" type="binary">
|
||||
https://github.com/Figma-Linux/figma-linux/releases/download/v0.11.5/figma-linux_0.11.5_linux_amd64.zip
|
||||
</Archive>
|
||||
<!-- https://github.com/Figma-Linux/figma-linux/ -->
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>figma-linux</Name>
|
||||
<RuntimeDependencies>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/opt</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="data">/usr/share/applications</Path>
|
||||
<Path fileType="data">/usr/share/icons</Path>
|
||||
<Path fileType="data">/usr/share/pixmaps/</Path>
|
||||
</Files>
|
||||
<AdditionalFiles>
|
||||
<AdditionalFile target="/usr/share/applications/figma-linux.desktop" owner="root">figma-linux.desktop</AdditionalFile>
|
||||
<AdditionalFile target="/usr/share/icons/Figma-logo.svg">Figma-logo.svg</AdditionalFile>
|
||||
<AdditionalFile target="/usr/share/pixmaps/Figma-logo.svg">Figma-logo.svg</AdditionalFile>
|
||||
</AdditionalFiles>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2025-08-07</Date>
|
||||
<Version>0.11.5</Version>
|
||||
<Comment>Version Bump</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2022-04-11</Date>
|
||||
<Version>0.9.6</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