Proje Gitea'ya taşındı (Temiz başlangıç)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
from pisi.actionsapi import get
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
def install():
|
||||
pisitools.insinto("/usr", "./*")
|
||||
@@ -0,0 +1,14 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Version=1.0
|
||||
Encoding=UTF-8
|
||||
Name=Bitcoin
|
||||
GenericName=Bitcoin
|
||||
GenericName[tr]=Bitcoin
|
||||
Comment=Bitcoin E-Cüzdan
|
||||
Comment[tr]=Bitcoin E-Cüzdan
|
||||
Icon=bitcoin
|
||||
Exec=bitcoin-qt
|
||||
Terminal=false
|
||||
StartupNotify=false
|
||||
Categories=Network;
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 67 KiB |
@@ -0,0 +1,47 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>bitcoin</Name>
|
||||
<Homepage>https://bitcoin.org/</Homepage>
|
||||
<Packager>
|
||||
<Name>Sami Babat</Name>
|
||||
<Email>sami.babat@gmail.com</Email>
|
||||
</Packager>
|
||||
<License>MIT</License>
|
||||
<PartOf>network</PartOf>
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>Bitcoin, yaratıcı bir ödeme ağı ve yeni bir para birimidir.</Summary>
|
||||
<Description>Bitcoin eşler arası teknolojiyi kullanarak merkez otorite veya banka olmadan çalışır. İşlemlerin yönetimi ve bitcoinlerin dağıtımı toplu olarak ağ tarafından idare edilir. Bitcoin açık kaynaklıdır; tasarımı halka açıktır, kimse Bitcoin'e sahip değildir ve onu kontrol edemez, herkes katılabilir. Bitcoin kendine has birçok özelliği sayesinde diğer ödeme yollarıyla yapılamayacak çok farklı ödemelerin üstesinden gelebilir.</Description>
|
||||
<Icon>bitcoin</Icon>
|
||||
<Archive sha1sum="82245008a243950dd2cb87afb798264d9830fcc3" type="targz">https://bitcoin.org/bin/bitcoin-core-25.0/bitcoin-25.0-x86_64-linux-gnu.tar.gz</Archive>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>bitcoin</Name>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/</Path>
|
||||
<Path fileType="icon">/usr/share/pixmaps</Path>
|
||||
<Path fileType="application">/usr/share/applications</Path>
|
||||
</Files>
|
||||
<AdditionalFiles>
|
||||
<AdditionalFile target="/usr/share/applications/bitcoin.desktop" group="root" owner="root" permission="0744">bitcoin.desktop</AdditionalFile>
|
||||
<AdditionalFile target="/usr/share/pixmaps/bitcoin.ico" group="root" owner="root" permission="0744">bitcoin.ico</AdditionalFile>
|
||||
</AdditionalFiles>
|
||||
<Summary>Bitcoin, yaratıcı bir ödeme ağı ve yeni bir para birimidir.</Summary>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2024-01-30</Date>
|
||||
<Version>25.0</Version>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2016-07-18</Date>
|
||||
<Version>0.12.1</Version>
|
||||
<Comment>Bitcoin, yaratıcı bir ödeme ağı ve yeni bir para birimidir.</Comment>
|
||||
<Name>Sami Babat</Name>
|
||||
<Email>sami.babat@gmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,7 @@
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>bitcoin</Name>
|
||||
<Summary xml:lang="tr">Bitcoin, yaratıcı bir ödeme ağı ve yeni bir para birimidir.</Summary>
|
||||
<Description xml:lang="tr">Bitcoin eşler arası teknolojiyi kullanarak merkez otorite veya banka olmadan çalışır. İşlemlerin yönetimi ve bitcoinlerin dağıtımı toplu olarak ağ tarafından idare edilir. Bitcoin açık kaynaklıdır; tasarımı halka açıktır, kimse Bitcoin'e sahip değildir ve onu kontrol edemez, herkes katılabilir. Bitcoin kendine has birçok özelliği sayesinde diğer ödeme yollarıyla yapılamayacak çok farklı ödemelerin üstesinden gelebilir.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
@@ -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
|
||||
@@ -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")
|
||||
@@ -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 |
@@ -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>
|
||||
@@ -0,0 +1,16 @@
|
||||
#!/usr/bin/env 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 pythonmodules
|
||||
from pisi.actionsapi import pisitools
|
||||
|
||||
def build():
|
||||
pythonmodules.compile()
|
||||
|
||||
def install():
|
||||
pythonmodules.install()
|
||||
|
||||
pisitools.dodoc("COPYING.txt", "NEWS", "README")
|
||||
@@ -0,0 +1,40 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>bzr</Name>
|
||||
<Homepage>http://bazaar.canonical.com/en/</Homepage>
|
||||
<Packager>
|
||||
<Name>Sami Babat</Name>
|
||||
<Email>sami.babat@gmail.com</Email>
|
||||
</Packager>
|
||||
<License>GPLv3</License>
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Bazaar is a version control system that helps you track project history over time and to collaborate easily with others</Summary>
|
||||
<Description>Whether you're a single developer, a co-located team or a community of developers scattered across the world, Bazaar scales and adapts to meet your needs.</Description>
|
||||
<Archive sha1sum="872f6088f8b07558519dbbc88fffa05e37602f52" type="targz">https://launchpad.net/bzr/2.7/2.7.0/+download/bzr-2.7.0.tar.gz</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>bzr</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>python</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="man">/usr/man</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2016-08-03</Date>
|
||||
<Version>2.7.0</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Sami Babat</Name>
|
||||
<Email>sami.babat@gmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>bzr</Name>
|
||||
<Summary xml:lang="tr">Dağıtık ve İstemci-sunucu revizyon kontrol sistemi</Summary>
|
||||
<Description xml:lang="tr">Dağıtık ve İstemci-sunucu revizyon kontrol sistemi Projelerinizi yönetebileceğiniz bir havuz sistemi.</Description>
|
||||
<Summary xml:lang="en">Distributed and Client–server revision control system</Summary>
|
||||
<Description xml:lang="en">Bazaar can be used by a single developer working on multiple branches of local content, or by teams collaborating across a network</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
@@ -0,0 +1,22 @@
|
||||
#!/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 cmaketools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
from pisi.actionsapi import shelltools
|
||||
|
||||
def setup():
|
||||
pisitools.flags.add("-fPIC")
|
||||
cmaketools.configure("-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DCMAKE_INSTALL_LIBDIR=/usr/lib \
|
||||
-DBUILD_EXTRAS=ON")
|
||||
|
||||
def build():
|
||||
cmaketools.make()
|
||||
|
||||
def install():
|
||||
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
@@ -0,0 +1,69 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>bullet</Name>
|
||||
<Homepage>http://bulletphysics.org/wordpress/</Homepage>
|
||||
<Packager>
|
||||
<Name>Erdinç Gültekin</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>Zlib</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Professional 3D collision detection library</Summary>
|
||||
<Description>Bullet is a professional open source multi-threaded 3D Collision Detection and Rigid Body Dynamics Library for games and animation.</Description>
|
||||
<Archive sha1sum="c69710a1f756b9c5bc3f0580e6e67ab0313d6c03" type="targz">https://github.com/bulletphysics/bullet3/archive/3.08.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>mesa-devel</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
<Dependency>doxygen</Dependency>
|
||||
<Dependency>mesa</Dependency>
|
||||
<Dependency>ninja</Dependency>
|
||||
<Dependency>mesa</Dependency>
|
||||
<Dependency>python-numpy</Dependency>
|
||||
<Dependency>python-setuptools</Dependency>
|
||||
<Dependency>dejavu-fonts</Dependency>
|
||||
<Dependency>freeglut-devel</Dependency>
|
||||
<!-- Dependency>graphviz-devel</Dependency -->
|
||||
<Dependency>perl-template-toolkit</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>bullet</Name>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>bullet-devel</Name>
|
||||
<Summary>Development files for bullet</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">bullet</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="library">/usr/lib/pkgconfig/bullet.pc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2020-01-08</Date>
|
||||
<Version>3.08</Version>
|
||||
<Comment>First Release</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2018-12-31</Date>
|
||||
<Version>2.82_2704</Version>
|
||||
<Comment>First Release</Comment>
|
||||
<Name>Ali Cengiz Kurt</Name>
|
||||
<Email>alicengizkurt@gmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>bullet</Name>
|
||||
<Summary xml:lang="tr">Profesyonel 3D çarpma tespiti kütüphane</Summary>
|
||||
<Description xml:lang="tr">Bullet, oyun ve animasyon için profesyonel bir açık kaynak kodlu çoklu iş parçacıklı 3D çarpma tespiti ve Katı Cisim Dinamiği Kütüphanesidir.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
@@ -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 pythonmodules
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
shelltools.export("XDG_DATA_HOME", get.workDIR())
|
||||
shelltools.export("XDG_CONFIG_HOME", get.workDIR())
|
||||
shelltools.export("XDG_DATA_DIRS", get.workDIR())
|
||||
|
||||
def build():
|
||||
pythonmodules.compile()
|
||||
|
||||
def install():
|
||||
pythonmodules.install()
|
||||
|
||||
|
||||
@@ -0,0 +1,21 @@
|
||||
[Desktop Entry]
|
||||
Name=CherryTree
|
||||
Comment=Hierarchical Note Taking
|
||||
Comment[cs]=Hierarchická tvorba poznámek
|
||||
Comment[de]=Hierarchische Notizfunktion
|
||||
Comment[es]=Gestor de notas jerárquico
|
||||
Comment[fr]=Prise de Notes Hiérarchisées
|
||||
Comment[gl]=Xestor de notas xerárquico
|
||||
Comment[it]=Gestore di Appunti Gerarchico
|
||||
Comment[pl]=Strukturalny Notes
|
||||
Comment[ru]=Записная книжка с иерархической структурой
|
||||
Comment[uk]=Записник з ієрархічною структурою
|
||||
Comment[zh_CN]=分层笔记
|
||||
Exec=cherrytree %f
|
||||
Icon=cherrytree
|
||||
MimeType=application/cherrytree-ctd;application/cherrytree-ctz;application/cherrytree-ctb;application/cherrytree-ctx;
|
||||
Terminal=false
|
||||
Type=Application
|
||||
StartupNotify=true
|
||||
Categories=GNOME;GTK;Utility;
|
||||
Keywords=editor;notes;note-taking;
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 9.2 KiB |
@@ -0,0 +1,95 @@
|
||||
diff -r 7c0c3c912f80 modules/pgsc_spellcheck.py
|
||||
--- a/modules/pgsc_spellcheck.py Mon May 26 23:18:46 2014 +0200
|
||||
+++ b/modules/pgsc_spellcheck.py Tue May 27 12:03:10 2014 -0400
|
||||
@@ -42,6 +42,40 @@
|
||||
# public objects
|
||||
__all__ = ['SpellChecker', 'NoDictionariesFound', 'NoGtkBindingFound']
|
||||
|
||||
+# apostrophe workaround from gtkspell3
|
||||
+def gtk_spell_forward_word_end(i):
|
||||
+
|
||||
+ # heuristic:
|
||||
+ # if we're on an singlequote/apostrophe and
|
||||
+ # if the next letter is alphanumeric,
|
||||
+ # this is an apostrophe (either single quote, or U+2019 = 8217.
|
||||
+
|
||||
+ if not i.forward_word_end():
|
||||
+ return False
|
||||
+
|
||||
+ if i.get_char() != '\'' and \
|
||||
+ i.get_char() != 8217:
|
||||
+ return True
|
||||
+
|
||||
+ it = i.copy()
|
||||
+ if it.forward_char() and \
|
||||
+ it.get_char().isalpha():
|
||||
+ return i.forward_word_end()
|
||||
+
|
||||
+ return True
|
||||
+
|
||||
+def gtk_spell_backward_word_start(i):
|
||||
+ if not i.backward_word_start():
|
||||
+ return False
|
||||
+
|
||||
+ it = i.copy()
|
||||
+ if it.get_char().isalpha() and \
|
||||
+ it.backward_char() and \
|
||||
+ (it.get_char() == '\'' or \
|
||||
+ it.get_char() == 8217):
|
||||
+ return i.backward_word_start()
|
||||
+
|
||||
+ return True
|
||||
|
||||
class NoDictionariesFound(Exception):
|
||||
"""
|
||||
@@ -132,10 +166,10 @@
|
||||
def word(self):
|
||||
start = self.iter
|
||||
if not start.starts_word():
|
||||
- start.backward_word_start()
|
||||
+ gtk_spell_backward_word_start(start)
|
||||
end = self.iter
|
||||
if end.inside_word():
|
||||
- end.forward_word_end()
|
||||
+ gtk_spell_forward_word_end(end)
|
||||
return start, end
|
||||
|
||||
def move(self, location):
|
||||
@@ -361,21 +395,21 @@
|
||||
return
|
||||
if start.equal(end):
|
||||
return
|
||||
- if end.inside_word(): end.forward_word_end()
|
||||
+ if end.inside_word(): gtk_spell_forward_word_end(end)
|
||||
if not start.starts_word() and (start.inside_word() or start.ends_word()):
|
||||
- start.backward_word_start()
|
||||
+ gtk_spell_backward_word_start(start)
|
||||
self._buffer.remove_tag(self._misspelled, start, end)
|
||||
cursor = self._buffer.get_iter_at_mark(self._buffer.get_insert())
|
||||
precursor = cursor.copy()
|
||||
precursor.backward_char()
|
||||
highlight = (cursor.has_tag(self._misspelled) or precursor.has_tag(self._misspelled))
|
||||
if not start.get_offset():
|
||||
- start.forward_word_end()
|
||||
- start.backward_word_start()
|
||||
+ gtk_spell_forward_word_end(start)
|
||||
+ gtk_spell_backward_word_start(start)
|
||||
word_start = start.copy()
|
||||
while word_start.compare(end) < 0:
|
||||
word_end = word_start.copy()
|
||||
- word_end.forward_word_end()
|
||||
+ gtk_spell_forward_word_end(word_end)
|
||||
in_word = ((word_start.compare(cursor) < 0) and
|
||||
(cursor.compare(word_end) <= 0))
|
||||
if in_word and not force_all:
|
||||
@@ -386,8 +420,8 @@
|
||||
else:
|
||||
self._check_word(word_start, word_end)
|
||||
self._deferred_check = False
|
||||
- word_end.forward_word_end()
|
||||
- word_end.backward_word_start()
|
||||
+ gtk_spell_forward_word_end(word_end)
|
||||
+ gtk_spell_backward_word_start(word_end)
|
||||
if word_start.equal(word_end):
|
||||
break
|
||||
word_start = word_end.copy()
|
||||
@@ -0,0 +1,68 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>cherrytree</Name>
|
||||
<Homepage>https://www.giuspen.com/cherrytree/</Homepage>
|
||||
<Packager>
|
||||
<Name>Stefan Gronewold</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv3+</License>
|
||||
<PartOf>office</PartOf>
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>Cherrytree A hierarchical note taking application</Summary>
|
||||
<Description>A hierarchical note taking application, featuring rich text and syntax highlighting, storing data in a single xml or sqlite file.</Description>
|
||||
<Archive sha1sum="bc81ae2f6c6566639c5906b3754bf97c6c16b4d4" type="tarxz">http://www.giuspen.com/software/cherrytree-0.38.4.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>desktop-file-utils</Dependency>
|
||||
</BuildDependencies>
|
||||
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>cherrytree</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>desktop-file-utils</Dependency>
|
||||
<Dependency>p7zip</Dependency>
|
||||
<Dependency>python-enchant</Dependency>
|
||||
<Dependency>python-gtk</Dependency>
|
||||
<Dependency>python-gtksourceview</Dependency>
|
||||
<Dependency>python-pygobject</Dependency>
|
||||
<Dependency>python3</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib/python2.7</Path>
|
||||
<Path fileType="data">/usr/share/cherrytree</Path>
|
||||
<Path fileType="data">/usr/share/mime</Path>
|
||||
<Path fileType="data">/usr/share/mime-info</Path>
|
||||
<Path fileType="data">/usr/share/appdata</Path>
|
||||
<Path fileType="data">/usr/share/application-registry</Path>
|
||||
<Path fileType="icons">/usr/share/icons/hicolor/scalable/apps</Path>
|
||||
<Path fileType="application">/usr/share/applications</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
</Files>
|
||||
<AdditionalFiles>
|
||||
<AdditionalFile target="/usr/share/cherrytree/cherrytree.desktop" permission="0644" group="root" owner="root">cherrytree.desktop</AdditionalFile>
|
||||
<AdditionalFile target="/usr/share/cherrytree/cherrytree.sclipgrab.provg" permission="0644" group="root" owner="root">cherrytree.png</AdditionalFile>
|
||||
</AdditionalFiles>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2018-02-21</Date>
|
||||
<Version>0.38.4</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2016-06-11</Date>
|
||||
<Version>0.37.6</Version>
|
||||
<Comment>First Release.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,33 @@
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>cherrytree</Name>
|
||||
<Summary xml:lang="tr">Uygulama alarak hiyerarşik not</Summary>
|
||||
<Description xml:lang="tr">Özellikler :
|
||||
|
||||
- Zengin metin ( ön plan rengi , arka plan rengi , kalın , italik , üstü çizili , altı çizili , küçük , h1 , h2 , h3, simge , üst simge , monospace )
|
||||
- Sözdizimi (zengin metingeçerli düğüm devre dışı olduğunda ) vurgulama
|
||||
- Taşıma görüntüler : eklememetin , edit ( döndürmek / yeniden boyutlandırma ) , png dosyayı kaydedin
|
||||
- Taşıma listeleri ( madde işaretli , numaralı , yapılacaklar aralarında ve anahtarı , vardiya ile çok satırlı + enter )
|
||||
- (Düz metin olan hücreler ) işleme basit tablolar , kes / kopyala / yapıştır sıra , ithalat / ihracat csv dosyası olarak
|
||||
- Taşıma codeboxes : otomatik kutuları normal bir zengin metin metin vurgulanır
|
||||
- Metin, resim , tablo ve codeboxes hizalama ( sol / merkez / sağ)
|
||||
- Köprüler ( web sayfalarına bağlantılar , bağlantılar düğümler / düğümleri + çapalar , dosyalara bağlantılar , klasörlere bağlantılar )
|
||||
- Yazım denetimi ( pygtkspellcheck ve pyenchant kullanarak)
|
||||
- Içi uygulama copy / paste : Tek görüntü , tek codeboxes , tek tablolar ve zengin metin , görüntü , codeboxes ve tablolar bir bileşik seçim desteklenen
|
||||
- Çapraz başvuru copy / paste ( OpenOffice ve gmail ile test ) : Tek görüntü, tek codeboxes , tek tablolar ve zengin metin , görüntü , codeboxes ve tablolar bir bileşik seçim desteklenen
|
||||
-Dosya yöneticisi ve cherrytree yapıştırarak dosyaların bir listesini kopyalama dosyaların bağlantıları bir liste oluşturmak , görüntülerimetin tanınan ve eklenen
|
||||
- Seçim / düğüm / düğüm ve alt düğümler pdf dosyası olarak baskı ve kaydetmek /tüm ağaç
|
||||
- Seçim / düğüm / düğüm ve alt düğümler html ihracat /tüm ağaç
|
||||
- Seçim / düğüm / düğüm ve alt düğümler düz metin ihracat /tüm ağaç
|
||||
- Başlıkları H1, H2 ve H3 dayalı bir düğüm / düğüm ve alt düğümler / bütün ağaç için TOC üretimi
|
||||
- Tüm düğümler bulmak , geçerli düğüm bulmak , bir düğümü bulmak
|
||||
- , Düğüm adları yerine geçerli düğüm yerine , tüm düğümleri değiştirin
|
||||
- En sonen son bulmak , yineleme yineleme , yerineson uygulamalı metin biçimlendirme yineleme
|
||||
- Sepet ithalat , Cherrytree , gnote , KeepNote , açış , biliyordun , MemPad , notecase , fatma treepad lite , TuxCards , Zim
|
||||
- Seçim / düğüm / düğüm ve alt düğümler /bütün ağacın dosyayı Cherrytree ihracat
|
||||
- ( Http://www.7-zip.org/ kullanarak) şifre koruması
|
||||
- Ağaç düğümleri sürükle ve bırak</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
|
||||
<!-- By PiSiDo 2.0.0 -->
|
||||
@@ -0,0 +1,23 @@
|
||||
#!/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 get
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
|
||||
NoStrip = ["/usr"]
|
||||
IgnoreAutodep = True
|
||||
|
||||
Version = get.srcVERSION()
|
||||
|
||||
def setup():
|
||||
shelltools.system("pwd")
|
||||
shelltools.system("ar xf discount_2.2.3b8-2_amd64.deb")
|
||||
shelltools.system("tar -xf data.tar.xz")
|
||||
|
||||
def install():
|
||||
pisitools.insinto("/", "usr")
|
||||
pisitools.remove("/usr/share/doc/discount/changelog.Debian.gz")
|
||||
@@ -0,0 +1,44 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pardus.org.tr/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>discount</Name>
|
||||
<Homepage>https://github.com/Orc/discount</Homepage>
|
||||
<Packager>
|
||||
<Name>Stefan Gronewold (groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>BSD</License>
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>A Markdown implementation written in C</Summary>
|
||||
<Description>implementation of the Markdown markup language in C</Description>
|
||||
<Archive sha1sum="3b32a196e7f192955715865be4e998b195a9092d" type="binary">https://launchpad.net/ubuntu/+archive/primary/+files/discount_2.2.3b8-2_amd64.deb</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>discount</Name>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2018-03-12</Date>
|
||||
<Version>2.2.3</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>Stefan Gronewold (groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2016-07-19</Date>
|
||||
<Version>2.1.7</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Stefan Gronewold (groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>discount</Name>
|
||||
<Summary xml:lang="tr">A Markdown implementation written in C</Summary>
|
||||
<Description xml:lang="tr">implementation of the Markdown markup language in C</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
@@ -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
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
|
||||
WorkDir = "."
|
||||
|
||||
def setup():
|
||||
shelltools.system("rpm2targz -v %s/download-linux-fedora" %get.workDIR())
|
||||
shelltools.system("tar xfvz %s/download-linux-fedora.tar.gz" %get.workDIR())
|
||||
|
||||
def install():
|
||||
pisitools.insinto("/opt/", "./opt/*")
|
||||
pisitools.insinto("/var/", "./var/*")
|
||||
|
||||
pisitools.dohtml("%s/opt/dassault-systemes/DraftSight/Eula/english/*.htm" %get.workDIR())
|
||||
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
cd /opt/dassault-systemes/DraftSight/Linux/
|
||||
|
||||
./DraftSight &
|
||||
|
||||
|
||||
|
||||
@@ -0,0 +1,14 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Name=DraftSight
|
||||
Comment=Editing CAD images
|
||||
Comment[tr]=CAD dosyaları düzenleyicisi
|
||||
GenericName=DraftSight
|
||||
Exec=draftsight
|
||||
Type=Application
|
||||
Terminal=false
|
||||
Icon=draftsight.png
|
||||
StartupNotify=false
|
||||
|
||||
MimeType=image/vnd.dwg;application/vnd.dassault-systemes.draftsight-dwg;image/vnd.dxf;application/vnd.dassault-systemes.draftsight-dxf;image/vnd.dwt;application/vnd.dassault-systemes.draftsight-dwt;
|
||||
Categories=Application;Graphics;2DGraphics;RasterGraphics;
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 1.6 KiB |
Binary file not shown.
@@ -0,0 +1,107 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>draftsight</Name>
|
||||
<Homepage>http://www.3ds.com/products-services/draftsight</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>AS IS</License>
|
||||
<License>EULA</License>
|
||||
<Icon>draftsight</Icon>
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>DraftSight® - Free CAD software for your DWG files</Summary>
|
||||
<Description>DraftSight lets professional CAD users, students and educators create, edit and view DWG files.</Description>
|
||||
<Archive sha1sum="fda51c49fccad809a2407e8e376d814444e2be62" type="binary">http://www.draftsight.com/download-linux-fedora</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>rpm2targz</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>draftsight</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>orc</Dependency>
|
||||
<Dependency>mesa</Dependency>
|
||||
<Dependency>libmng</Dependency>
|
||||
<Dependency>sqlite</Dependency>
|
||||
<Dependency>libxslt</Dependency>
|
||||
<Dependency>alsa-lib</Dependency>
|
||||
<Dependency>libXt-32bit</Dependency>
|
||||
<Dependency>cups</Dependency>
|
||||
<Dependency>gtk2</Dependency>
|
||||
<Dependency>zlib</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>libSM</Dependency>
|
||||
<Dependency>libXi</Dependency>
|
||||
<Dependency>pango</Dependency>
|
||||
<Dependency>jasper</Dependency>
|
||||
<Dependency>libICE</Dependency>
|
||||
<Dependency>libX11</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>libxcb</Dependency>
|
||||
<Dependency>calibre</Dependency>
|
||||
<Dependency>libxml2</Dependency>
|
||||
<Dependency>gstreamer</Dependency>
|
||||
<Dependency>fontconfig</Dependency>
|
||||
<Dependency>libXrender</Dependency>
|
||||
<Dependency>glibc-32bit</Dependency>
|
||||
<Dependency>mariadb-lib</Dependency>
|
||||
<Dependency>libXau-32bit</Dependency>
|
||||
<Dependency>libXcomposite</Dependency>
|
||||
<Dependency>libutil-linux</Dependency>
|
||||
<Dependency>postgresql-lib</Dependency>
|
||||
<Dependency>gst-plugins-base</Dependency>
|
||||
</RuntimeDependencies>
|
||||
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin/draftsight.bin</Path>
|
||||
<Path fileType="executable">/usr/bin/draftsight</Path>
|
||||
<Path fileType="doc">/usr/share/doc/</Path>
|
||||
<Path fileType="data">/usr/share/pixmaps/</Path>
|
||||
<Path fileType="data">/usr/share/applications/</Path>
|
||||
<Path fileType="data">/opt/dassault-systemes/</Path>
|
||||
<Path fileType="data">/var/opt/dassault-systemes/</Path>
|
||||
</Files>
|
||||
|
||||
<AdditionalFiles>
|
||||
<AdditionalFile owner="root" permission="0644" target="/usr/share/applications/draftsight.desktop">draftsight.desktop</AdditionalFile>
|
||||
<AdditionalFile owner="root" permission="0755" target="/usr/bin/draftsight">draftsight</AdditionalFile>
|
||||
<AdditionalFile owner="root" permission="0644" target="/opt/dassault-systemes/DraftSight/Libraries/libaudio.so.2">libaudio.so.2</AdditionalFile>
|
||||
<AdditionalFile owner="root" permission="0644" target="/usr/share/pixmaps/draftsight.png">draftsight.png</AdditionalFile>
|
||||
</AdditionalFiles>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2016-12-13</Date>
|
||||
<Version>7.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2016-03-31</Date>
|
||||
<Version>6.5</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2014-10-17</Date>
|
||||
<Version>6.0</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2014-04-01</Date>
|
||||
<Version>5.1</Version>
|
||||
<Comment>First Release</Comment>
|
||||
<Name>Erdinç Gültekin</Name>
|
||||
<Email>erdincgultekin@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>draftsight</Name>
|
||||
<Summary xml:lang="tr">DraftSight ® - DWG dosyaları için CAD yazılımı.</Summary>
|
||||
<Description xml:lang="tr">DraftSight profesyonel CAD kullanıcılarının, öğrencilerin ve eğitimcilerin DWG dosyalarını oluşturmasını, düzenlemesini ve görüntülemesini sağlar.</Description>
|
||||
<Summary xml:lang="es">DraftSight®: Programa CAD gratuito* de nivel profesional.</Summary>
|
||||
<Description xml:lang="es">Con DraftSight, los usuarios CAD profesionales, estudiantes y educadores pueden crear, editar y visualizar ficheros DWG.</Description>
|
||||
<Summary xml:lang="de">DraftSight®: Kostenlose Profi-CAD-Software.</Summary>
|
||||
<Description xml:lang="de">Mit DraftSight können professionelle CAD-Anwender, Studenten und Ausbilder DWG-Dateien erstellen, bearbeiten und ansehen.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
@@ -0,0 +1,25 @@
|
||||
#!/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 pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import qt5
|
||||
|
||||
WorkDir = "EasyPaint-0.1.1/sources"
|
||||
|
||||
def setup():
|
||||
#shelltools.cd("EasyPaint-0.1.1/sources")
|
||||
#shelltools.system("lupdate easypaint.pro")
|
||||
#shelltools.system("lrelease easypaint.pro")
|
||||
qt5.configure("easypaint.pro")
|
||||
|
||||
def build():
|
||||
qt5.make()
|
||||
|
||||
def install():
|
||||
qt5.install()
|
||||
|
||||
#pisitools.dodoc("AUTHORS", "THANKS", "COPYING", "README.md")
|
||||
@@ -0,0 +1,45 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>easypaint</Name>
|
||||
<Homepage>http://qt-apps.org/content/show.php/EasyPaint?content=140877</Homepage>
|
||||
<Packager>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>MIT</License>
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>EasyPaint is a simple graphics painting program</Summary>
|
||||
<Description>EasyPaint is a part of Razor-qt</Description>
|
||||
<Archive sha1sum="e59aeaf3c9776071c0750b130eafe196d2bee555" type="targz">https://github.com/Gr1N/EasyPaint/archive/v0.1.1.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>easypaint</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="application">/usr/share/applications</Path>
|
||||
<Path fileType="data">/usr/share/pixmaps</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2016-04-01</Date>
|
||||
<Version>0.1.1</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>easypaint</Name>
|
||||
<Summary xml:lang="tr">EasyPaint is a simple graphics painting program</Summary>
|
||||
<Description xml:lang="tr">EasyPaint is a part of Razor-qt</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
@@ -0,0 +1,18 @@
|
||||
#!/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"]
|
||||
|
||||
|
||||
def setup():
|
||||
shelltools.system("ar xf skypeforlinux_%s_amd64.deb" % get.srcVERSION())
|
||||
shelltools.system("tar xf data.tar.gz")
|
||||
|
||||
|
||||
def install():
|
||||
pisitools.insinto("/", "usr")
|
||||
@@ -0,0 +1,3 @@
|
||||
|
||||
https://search.apps.ubuntu.com/api/v1/package/skype ile gelen xml içinden linki alıp unsquefs ile açıp ayıklamak gerek
|
||||
|
||||
@@ -0,0 +1,221 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>skypeforlinux</Name>
|
||||
<Packager>
|
||||
<Name>Stefan Gronewold</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<Summary>Skype keeps the world talking, for free.</Summary>
|
||||
<Description>Skype keeps you together. Call, message and share with others.</Description>
|
||||
<License>Copyright (c) 2016 Skype and/or Microsoft</License>
|
||||
<Archive sha1sum="7c9eb254fe30ba627cb7f8e57667b5d31c740c9b" type="binary">https://repo.skype.com/deb/pool/main/s/skypeforlinux/skypeforlinux_8.110.76.107_amd64.deb</Archive>
|
||||
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>skypeforlinux</Name>
|
||||
<Icon>skypeforlinux</Icon>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>gconf</Dependency>
|
||||
<Dependency>atk</Dependency>
|
||||
<Dependency>nss</Dependency>
|
||||
<Dependency>cups</Dependency>
|
||||
<Dependency>dbus</Dependency>
|
||||
<Dependency>gtk2</Dependency>
|
||||
<Dependency>nspr</Dependency>
|
||||
<Dependency>cairo</Dependency>
|
||||
<Dependency>expat</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>libXi</Dependency>
|
||||
<Dependency>pango</Dependency>
|
||||
<Dependency>libX11</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>libXext</Dependency>
|
||||
<Dependency>libXtst</Dependency>
|
||||
<Dependency>alsa-lib</Dependency>
|
||||
<Dependency>freetype</Dependency>
|
||||
<Dependency>libXfixes</Dependency>
|
||||
<Dependency>libXrandr</Dependency>
|
||||
<Dependency>fontconfig</Dependency>
|
||||
<Dependency>gdk-pixbuf</Dependency>
|
||||
<Dependency>libXcursor</Dependency>
|
||||
<Dependency>libXdamage</Dependency>
|
||||
<Dependency>libXrender</Dependency>
|
||||
<Dependency>libXScrnSaver</Dependency>
|
||||
<Dependency>libXcomposite</Dependency>
|
||||
<Dependency>libgnome-keyring</Dependency>
|
||||
<Dependency>libxkbfile</Dependency>
|
||||
<Dependency>gtk3</Dependency>
|
||||
<Dependency>libxcb</Dependency>
|
||||
<Dependency>libsecret</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="data">/usr/share/applications</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="data">/usr/share/icons</Path>
|
||||
<Path fileType="data">/usr/share/pixmaps</Path>
|
||||
<Path fileType="data">/usr/share/skypeforlinux</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="20">
|
||||
<Date>2023-12-15</Date>
|
||||
<Version>8.110.76.107</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Erkan Işık</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="19">
|
||||
<Date>2022-12-12</Date>
|
||||
<Version>8.92.76.301</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Erkan Işık</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="18">
|
||||
<Date>2021-08-28</Date>
|
||||
<Version>8.76.76.70</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Erkan Işık</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="17">
|
||||
<Date>2020-09-07</Date>
|
||||
<Version>8.64.76.47</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Safa Arıman</Name>
|
||||
<Email>safaariman@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="16">
|
||||
<Date>2020-07-06</Date>
|
||||
<Version>8.62.76.62</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Safa Arıman</Name>
|
||||
<Email>safaariman@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="15">
|
||||
<Date>2020-04-10</Date>
|
||||
<Version>8.59.76.47</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Safa Arıman</Name>
|
||||
<Email>safa@ariman.gen.tr</Email>
|
||||
</Update>
|
||||
<Update release="14">
|
||||
<Date>2020-01-23</Date>
|
||||
<Version>8.56.76.101</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Safa Arıman</Name>
|
||||
<Email>safa@ariman.gen.tr</Email>
|
||||
</Update>
|
||||
<Update release="13">
|
||||
<Date>2019-12-31</Date>
|
||||
<Version>8.56.76.35</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Safa Arıman</Name>
|
||||
<Email>safa@ariman.gen.tr</Email>
|
||||
</Update>
|
||||
<Update release="12">
|
||||
<Date>2019-10-14</Date>
|
||||
<Version>8.53.76.83</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Safa Arıman</Name>
|
||||
<Email>safa@ariman.gen.tr</Email>
|
||||
</Update>
|
||||
<Update release="11">
|
||||
<Date>2019-09-29</Date>
|
||||
<Version>8.53.76.74</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="11">
|
||||
<Date>2018-12-03</Date>
|
||||
<Version>8.34.0.78</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ali Cengiz Kurt(alick01)</Name>
|
||||
<Email>alicengizkurt@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="10">
|
||||
<Date>2018-08-02</Date>
|
||||
<Version>8.33.76.26</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Stefan Gronewold</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="9">
|
||||
<Date>2018-08-02</Date>
|
||||
<Version>8.27.76</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Stefan Gronewold</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="8">
|
||||
<Date>2018-05-22</Date>
|
||||
<Version>8.22.0.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Stefan Gronewold</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="7">
|
||||
<Date>2018-02-15</Date>
|
||||
<Version>8.16.76</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Stefan Gronewold</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2018-01-06</Date>
|
||||
<Version>8.13.76.8</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ali Cengiz Kurt(alick01)</Name>
|
||||
<Email>alicengizkurt@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2017-07-25</Date>
|
||||
<Version>5.4.0.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2017-01-17</Date>
|
||||
<Version>1.16.0.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2017-01-15</Date>
|
||||
<Version>1.15.0.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2016-12-13</Date>
|
||||
<Version>1.13.0.3</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2016-11-10</Date>
|
||||
<Version>1.12.0.4</Version>
|
||||
<Comment>First Release</Comment>
|
||||
<Name>Stefan Gronewold (groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2016-09-11</Date>
|
||||
<Version>1.6.0.3</Version>
|
||||
<Comment>First Release</Comment>
|
||||
<Name>Stefan Gronewold (groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,19 @@
|
||||
#!/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", ]
|
||||
|
||||
|
||||
def setup():
|
||||
shelltools.system("ar xf slack-desktop-%s-amd64.deb" % get.srcVERSION())
|
||||
shelltools.system("tar xf data.tar.xz")
|
||||
|
||||
|
||||
def install():
|
||||
pisitools.insinto("/", "usr")
|
||||
pisitools.removeDir("/usr/share/lintian")
|
||||
@@ -0,0 +1,142 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>slack-desktop</Name>
|
||||
<Packager>
|
||||
<Name>Stefan Gronewold</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<Summary>Slack Desktop</Summary>
|
||||
<Description>Slack Client for Linux</Description>
|
||||
<License>Proprietary</License>
|
||||
<Archive sha1sum="633a1fbe9b0a8bcfb675c59f06751a57fa85b037" type="binary">https://downloads.slack-edge.com/releases/linux/4.36.140/prod/x64/slack-desktop-4.36.140-amd64.deb</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>tar</Dependency>
|
||||
<Dependency>binutils</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>slack-desktop</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>atk</Dependency>
|
||||
<Dependency>nss</Dependency>
|
||||
<Dependency>cups</Dependency>
|
||||
<Dependency>curl</Dependency>
|
||||
<Dependency>dbus</Dependency>
|
||||
<Dependency>gtk2</Dependency>
|
||||
<Dependency>nspr</Dependency>
|
||||
<Dependency>cairo</Dependency>
|
||||
<Dependency>expat</Dependency>
|
||||
<Dependency>gconf</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>libXi</Dependency>
|
||||
<Dependency>pango</Dependency>
|
||||
<Dependency>libX11</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>libxcb</Dependency>
|
||||
<Dependency>libXext</Dependency>
|
||||
<Dependency>libXtst</Dependency>
|
||||
<Dependency>alsa-lib</Dependency>
|
||||
<Dependency>freetype</Dependency>
|
||||
<Dependency>libXfixes</Dependency>
|
||||
<Dependency>libXrandr</Dependency>
|
||||
<Dependency>libsecret</Dependency>
|
||||
<Dependency>fontconfig</Dependency>
|
||||
<Dependency>gdk-pixbuf</Dependency>
|
||||
<Dependency>libXcursor</Dependency>
|
||||
<Dependency>libXdamage</Dependency>
|
||||
<Dependency>libXrender</Dependency>
|
||||
<Dependency>libxkbfile</Dependency>
|
||||
<Dependency>libXScrnSaver</Dependency>
|
||||
<Dependency>libXcomposite</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="data">/usr/share/applications</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="data">/usr/share/pixmaps</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="11">
|
||||
<Date>2024-02-08</Date>
|
||||
<Version>4.36.140</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="10">
|
||||
<Date>2023-12-15</Date>
|
||||
<Version>4.35.131</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="9">
|
||||
<Date>2022-12-12</Date>
|
||||
<Version>4.29.149</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="8">
|
||||
<Date>2021-09-23</Date>
|
||||
<Version>4.19.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="7">
|
||||
<Date>2021-05-09</Date>
|
||||
<Version>4.15.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Safa Arıman</Name>
|
||||
<Email>safaariman@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2020-09-07</Date>
|
||||
<Version>4.8.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Safa Arıman</Name>
|
||||
<Email>safaariman@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2020-07-06</Date>
|
||||
<Version>4.7.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Safa Arıman</Name>
|
||||
<Email>safaariman@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2020-04-10</Date>
|
||||
<Version>4.4.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Safa Arıman</Name>
|
||||
<Email>safa@ariman.gen.tr</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2019-12-31</Date>
|
||||
<Version>4.2.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Safa Arıman</Name>
|
||||
<Email>safa@ariman.gen.tr</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2019-10-14</Date>
|
||||
<Version>4.1.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Safa Arıman</Name>
|
||||
<Email>safa@ariman.gen.tr</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2018-05-24</Date>
|
||||
<Version>3.0.5</Version>
|
||||
<Comment>First Release</Comment>
|
||||
<Name>Stefan Gronewold</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,17 @@
|
||||
#!/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 get, pisitools, shelltools
|
||||
|
||||
NoStrip = '/'
|
||||
|
||||
|
||||
def setup():
|
||||
shelltools.system("ar xf teams_%s_amd64.deb" % get.srcVERSION())
|
||||
shelltools.system("tar xf data.tar.xz")
|
||||
|
||||
|
||||
def install():
|
||||
pisitools.insinto("/", "usr")
|
||||
@@ -0,0 +1,73 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>Microsoft Teams</Name>
|
||||
<Homepage>https://teams.microsoft.com</Homepage>
|
||||
<Packager>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>custom</License>
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>Microsoft Teams for Linux is your chat-centered workspace in Office 365</Summary>
|
||||
<Description>Microsoft Teams for Linux is your chat-centered workspace in Office 365</Description>
|
||||
<Archive sha1sum="59a144d8ffab0badc79f8b82d3544a2c9fd900d1" type="binary">https://packages.microsoft.com/repos/ms-teams/pool/main/t/teams/teams_1.5.00.23861_amd64.deb</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>Microsoft Teams</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>alsa-lib</Dependency>
|
||||
<Dependency>gtk3</Dependency>
|
||||
<Dependency>libsecret</Dependency>
|
||||
<Dependency>libXScrnSaver</Dependency>
|
||||
<Dependency>libXtst</Dependency>
|
||||
<Dependency>nss</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="data">/usr/share/applications</Path>
|
||||
<Path fileType="data">/usr/share/pixmaps</Path>
|
||||
<Path fileType="data">/usr/share/teams</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2022-12-12</Date>
|
||||
<Version>1.5.00.23861</Version>
|
||||
<Comment>Version Bump</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2021-09-23</Date>
|
||||
<Version>1.4.00.7556</Version>
|
||||
<Comment>Version Bump</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2021-08-28</Date>
|
||||
<Version>1.4.00.13653</Version>
|
||||
<Comment>Version Bump</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2021-05-09</Date>
|
||||
<Version>1.4.00.7556</Version>
|
||||
<Comment>Version Bump</Comment>
|
||||
<Name>Erkan IŞIK</Name>
|
||||
<Email>erkanisik@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2020-10-08</Date>
|
||||
<Version>1.3.00.25560</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