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
+24
View File
@@ -0,0 +1,24 @@
#!/usr/bin/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 shelltools
from pisi.actionsapi import get
from pisi.actionsapi import pisitools
from pisi.actionsapi import autotools
Workdir="."
def install():
pisitools.dodir("/usr/bin")
pisitools.dodir("/usr/lib/zotero")
pisitools.insinto("/usr/lib/zotero/", "*")
pisitools.dosym("/usr/lib/zotero/zotero", "/usr/bin/zotero")
## Copy zotero icons to a standard location
pisitools.domove("/usr/lib/zotero/chrome/icons/default/default16.png", "/usr/share/icons/hicolor/16x16/apps", "zotero.png")
pisitools.domove("/usr/lib/zotero/chrome/icons/default/default32.png", "/usr/share/icons/hicolor/32x32/apps", "zotero.png")
pisitools.domove("/usr/lib/zotero/chrome/icons/default/default48.png", "/usr/share/icons/hicolor/48x48/apps", "zotero.png")
pisitools.domove("/usr/lib/zotero/chrome/icons/default/default256.png", "/usr/share/icons/hicolor/256x256/apps", "zotero.png")
+10
View File
@@ -0,0 +1,10 @@
#!/usr/bin/env xdg-open
[Desktop Entry]
Type=Application
Name=Zotero
GenericName=Zotero Standalone. Is a free, easy-to-use tool to help you collect, organize, cite, and share your research sources.
Icon=zotero
#Exec=/usr/bin/zotero
Exec=/usr/bin/zotero
Categories=Office
Terminal=false
+74
View File
@@ -0,0 +1,74 @@
<PISI>
<Source>
<Name>zotero</Name>
<Homepage>http://www.zotero.org</Homepage>
<Packager>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Packager>
<License>GPL3</License>
<Icon>zotero</Icon>
<IsA>app</IsA>
<Summary>Zotero Standalone. Is a free, easy-to-use tool to help you collect, organize, cite, and share your research sources.</Summary>
<Description>Zotero Standalone. Is a free, easy-to-use tool to help you collect, organize, cite, and share your research sources.</Description>
<Archive sha1sum="0d2ba3f6892e7736486e67d2a00e88cd65ab2ba2" type="tarbz2">https://download.zotero.org/client/release/5.0.96.3/Zotero-5.0.96.3_linux-x86_64.tar.bz2</Archive>
</Source>
<Package>
<Name>zotero</Name>
<RuntimeDependencies>
<Dependency>atk</Dependency>
<Dependency>dbus</Dependency>
<Dependency> gtk2</Dependency>
<Dependency> gtk3</Dependency>
<Dependency>cairo</Dependency>
<Dependency>glib2</Dependency>
<Dependency>pango</Dependency>
<Dependency>libX11</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>libXext</Dependency>
<Dependency>alsa-lib</Dependency>
<Dependency>freetype</Dependency>
<Dependency>dbus-glib</Dependency>
<Dependency>libXfixes</Dependency>
<Dependency>fontconfig</Dependency>
<Dependency>gdk-pixbuf</Dependency>
<Dependency>libXdamage</Dependency>
<Dependency>libXrender</Dependency>
<Dependency>libXcomposite</Dependency>
<Dependency>libXt</Dependency>
<Dependency>libxcb</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="library">/usr/lib</Path>
</Files>
<AdditionalFiles>
<AdditionalFile owner="root" permission="0644" target="/usr/share/applications/zotero.desktop">zotero.desktop</AdditionalFile>
</AdditionalFiles>
</Package>
<History>
<Update release="3">
<Date>2022-01-08</Date>
<Version>5.0.96.3</Version>
<Comment>Version bump</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update><Update release="2">
<Date>2020-01-29</Date>
<Version>5.0.72</Version>
<Comment>Version bump</Comment>
<Name>Erkan IŞIK</Name>
<Email>erkanisik@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2019-07-26</Date>
<Version>5.0.72</Version>
<Comment>Version bump</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
</History>
</PISI>
+7
View File
@@ -0,0 +1,7 @@
<PISI>
<Source>
<Name>zotero</Name>
<Summary xml:lang="tr">Zotero Standalone. Is a free, easy-to-use tool to help you collect, organize, cite, and share your research sources.</Summary>
<Description xml:lang="tr">Zotero Standalone. Is a free, easy-to-use tool to help you collect, organize, cite, and share your research sources.</Description>
</Source>
</PISI>