Proje Gitea'ya taşındı (Temiz başlangıç)
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#!/usr/bin/python
|
||||
|
||||
from pisi.actionsapi import get, pisitools, shelltools
|
||||
|
||||
WorkDir = "."
|
||||
NoStrip = ["/"]
|
||||
|
||||
def install():
|
||||
pisitools.insinto("/opt/phpstorm", "PhpStorm-252.23892.419/*")
|
||||
pisitools.dosym("/opt/phpstorm/bin/phpstorm.sh", "/usr/bin/phpstorm")
|
||||
@@ -0,0 +1,10 @@
|
||||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Type=Application
|
||||
Name=PhpStorm
|
||||
Icon=/opt/phpstorm/bin/webide.png
|
||||
Exec=phpstorm %f
|
||||
Comment=The Drive to Develop
|
||||
Categories=Development;IDE;
|
||||
Terminal=false
|
||||
StartupWMClass=jetbrains-phpstorm
|
||||
@@ -0,0 +1,69 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>phpstorm</Name>
|
||||
<Homepage>https://www.jetbrains.com/phpstorm/</Homepage>
|
||||
<Packager>
|
||||
<Name>Stefan Gronewold</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPL-2.0</License>
|
||||
<License>Proprietary</License>
|
||||
<Summary>PHPStorm - an IDE for the PHP Language</Summary>
|
||||
<Description>PHPStorm - an IDE for the PHP Language</Description>
|
||||
<Archive sha1sum="185c84f7cb1fd112a2729abe52cfe77b6ecbe578" type="targz">
|
||||
https://download-cdn.jetbrains.com/webide/PhpStorm-2025.2.tar.gz
|
||||
</Archive>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>phpstorm</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>atk</Dependency>
|
||||
<Dependency>gtk2</Dependency>
|
||||
<Dependency>mesa</Dependency>
|
||||
<Dependency>cairo</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>libXi</Dependency>
|
||||
<Dependency>pango</Dependency>
|
||||
<Dependency>libX11</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>libXext</Dependency>
|
||||
<Dependency>libXtst</Dependency>
|
||||
<Dependency>libxml2</Dependency>
|
||||
<Dependency>libxslt</Dependency>
|
||||
<Dependency>alsa-lib</Dependency>
|
||||
<Dependency>freetype</Dependency>
|
||||
<Dependency>fontconfig</Dependency>
|
||||
<Dependency>gdk-pixbuf</Dependency>
|
||||
<Dependency>libXrender</Dependency>
|
||||
<Dependency>libXxf86vm</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/opt/phpstorm</Path>
|
||||
<Path fileType="data">/usr/bin/phpstorm</Path>
|
||||
<Path fileType="data">/usr/share/applications/phpstorm.desktop</Path>
|
||||
</Files>
|
||||
<AdditionalFiles>
|
||||
<AdditionalFile owner="root" permission="0644" target="/usr/share/applications/phpstorm.desktop">phpstorm.desktop</AdditionalFile>
|
||||
</AdditionalFiles>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2025-08-07</Date>
|
||||
<Version>2025.2</Version>
|
||||
<Comment>Version Bump</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2021-11-08</Date>
|
||||
<Version>2021.2.3</Version>
|
||||
<Comment>Version Bump</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
|
||||
</History>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user