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
+21
View File
@@ -0,0 +1,21 @@
#!/usr/bin/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 = ["/usr"]
IgnoreAutodep = True
Version = get.srcVERSION()
def setup():
shelltools.system("pwd")
shelltools.system("ar xf obsidian_%s_amd64.deb" % get.srcVERSION())
shelltools.system("tar xf data.tar.xz")
def install():
pisitools.insinto("/", "usr")
pisitools.insinto("/", "opt")
+48
View File
@@ -0,0 +1,48 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>obsidian</Name>
<Homepage>https://obsidian.md</Homepage>
<Packager>
<Name>Erkan IŞIK</Name>
<Email>erkanisik@pisilinux.org</Email>
</Packager>
<Summary >A powerful knowledge base that works on top of a local folder of plain text Markdown files
</Summary>
<Description>A powerful knowledge base that works on top of a local folder of plain text Markdown files
</Description>
<License>custom</License>
<Archive sha1sum="645acf9f9cba333ed89e72653ea930c4ae5b6c7f" type="binary">https://github.com/obsidianmd/obsidian-releases/releases/download/v1.5.3/obsidian_1.5.3_amd64.deb</Archive>
</Source>
<Package>
<RuntimeDependencies>
<Dependency>gtk3</Dependency>
<Dependency>libnotify</Dependency>
<Dependency>nss</Dependency>
<Dependency>libXScrnSaver</Dependency>
<Dependency>xdg-utils</Dependency>
<Dependency>at-spi2-core</Dependency>
<Dependency>libutil-linux </Dependency>
<Dependency>libsecret</Dependency>
</RuntimeDependencies>
<Name>obsidian</Name>
<Icon>obsidian</Icon>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="data">/opt</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2023-01-15</Date>
<Version>1.5.3</Version>
<Comment>First release</Comment>
<Name>Erkan IŞIK</Name>
<Email>erkanisik@pisilinux.org</Email>
</Update>
</History>
</PISI>
+8
View File
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>obsidian</Name>
<Summary xml:lang="tr">Obsidian, düşünme şeklinize uyum sağlayan özel ve esnek bir yazma uygulamasıdır.</Summary>
<Description xml:lang="tr">Obsidian, düşünme şeklinize uyum sağlayan özel ve esnek bir yazma uygulamasıdır.</Description>
</Source>
</PISI>