Proje Gitea'ya taşındı (Temiz başlangıç)

This commit is contained in:
Erkan IŞIK
2026-06-27 23:27:13 +03:00
commit c077995f65
683 changed files with 315285 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
For the Atom Package you need as Dependency:
gconf and google-chrome
you found gconf package at the main Repo you can and here in pisilife-2 google-chrome package
+15
View File
@@ -0,0 +1,15 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
from pisi.actionsapi import get, pisitools, shelltools
NoStrip = ["/usr"]
IgnoreAutodep = True
def setup():
shelltools.system("pwd")
shelltools.system("ar xf atom-amd64.deb")
shelltools.system("tar xf data.tar.xz")
def install():
pisitools.insinto("/", "usr")
+10
View File
@@ -0,0 +1,10 @@
[Desktop Entry]
Name=Atom
Comment=A hackable text editor for the 21st Century.
GenericName=Text Editor
Exec=/opt/atom/atom %U
Icon=atom
Type=Application
StartupNotify=true
Categories=TextEditor;Development;
MimeType=text/plain;
Binary file not shown.

After

Width:  |  Height:  |  Size: 629 KiB

+95
View File
@@ -0,0 +1,95 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>atom</Name>
<Homepage>https://atom.io/</Homepage>
<Packager>
<Name>Pisi Linux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>as-is</License>
<IsA>app:gui</IsA>
<PartOf>applications.development</PartOf>
<Summary>A hackable text editor.</Summary>
<Description>Atom is a text editor that's modern, approachable, yet hackable to the core—a tool you can customize to do anything but also use productively without ever touching a config file.</Description>
<Archive sha1sum="5c79f3615a9cab68b232618a5ed753c9efbe5426" type="binary">https://github.com/atom/atom/releases/download/v1.60.0/atom-amd64.deb</Archive>
</Source>
<Package>
<Name>atom</Name>
<RuntimeDependencies>
<Dependency>git</Dependency>
<Dependency>libgcrypt</Dependency>
<Dependency>gtk4</Dependency>
<Dependency>libnotify</Dependency>
<Dependency>nss</Dependency>
<Dependency>glib2</Dependency>
<Dependency>kde-cli-tools</Dependency>
<Dependency>xdg-utils</Dependency>
<Dependency>alsa-lib</Dependency>
<Dependency>mesa</Dependency>
<Dependency>libX11</Dependency>
<Dependency>libxcb</Dependency>
<Dependency>libXScrnSaver</Dependency>
<Dependency>libXtst</Dependency>
<Dependency>libxkbfile</Dependency>
<Dependency>curl</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="all">/usr</Path>
</Files>
</Package>
<History>
<Update release="7">
<Date>2024-01-16</Date>
<Version>1.60.0</Version>
<Comment>Version bump.</Comment>
<Name>Erkan IŞIK</Name>
<Email>erkanisik@pisilinux.org</Email>
</Update>
<Update release="6">
<Date>2021-07-16</Date>
<Version>1.57.0</Version>
<Comment>Version bump.</Comment>
<Name>Erkan IŞIK</Name>
<Email>erkanisik@pisilinux.org</Email>
</Update>
<Update release="5">
<Date>2021-04-01</Date>
<Version>1.55.0</Version>
<Comment>Version bump.</Comment>
<Name>Erkan IŞIK</Name>
<Email>erkanisik@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2019-07-12</Date>
<Version>1.38.2</Version>
<Comment>Version bump.</Comment>
<Name>Erkan IŞIK</Name>
<Email>erkanisik@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2018-02-19</Date>
<Version>1.24.0</Version>
<Comment>Version bump.</Comment>
<Name>Stefan Gronewold (groni)</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2017-02-20</Date>
<Version>1.14.3</Version>
<Comment>Version bump.</Comment>
<Name>Stefan Gronewold (groni)</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2016-05-06</Date>
<Version>1.8.0_beta3</Version>
<Comment>First release.</Comment>
<Name>Stefan Gronewold (groni)</Name>
<Email>groni@pisilinux.org</Email>
</Update>
</History>
</PISI>