@@ -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 autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
#pisitools.dosed("configure.in", "uk ur", "uk tr ur")
|
||||
pisitools.dosed("configure", "uk ur", "uk tr ur")
|
||||
autotools.configure()
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README")
|
||||
@@ -0,0 +1,12 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Version=1.0
|
||||
Name=Klavaro
|
||||
Name[tr]=Klavaro
|
||||
GenericName=Touch Typing Tutor
|
||||
GenericName[tr]=Klavye Eğitimi
|
||||
Icon=klavaro
|
||||
Exec=klavaro
|
||||
Terminal=false
|
||||
StartupNotify=true
|
||||
Categories=Education;Science;ComputerScience;GTK;
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,71 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>klavaro</Name>
|
||||
<Homepage>http://klavaro.sourceforge.net/en/index.html</Homepage>
|
||||
<Packager>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<Icon>klavaro</Icon>
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>Free touch typing tutor program</Summary>
|
||||
<Description>Klavaro is just another free touch typing tutor program. Klavaro intends to be keyboard and language independent, saving memory and time (and money).</Description>
|
||||
<Archive sha1sum="67f16f0c4340acbe10ae2e888bd78706365bf3f1" type="tarbz2">mirrors://sourceforge/klavaro/klavaro-3.11.tar.bz2</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>intltool</Dependency>
|
||||
<Dependency>atk-devel</Dependency>
|
||||
<Dependency>curl-devel</Dependency>
|
||||
<Dependency>gtk3-devel</Dependency>
|
||||
<Dependency>cairo-devel</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>pango-devel</Dependency>
|
||||
<Dependency>harfbuzz-devel</Dependency>
|
||||
<Dependency>gdk-pixbuf-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<AdditionalFiles>
|
||||
<AdditionalFile target="po/tr.po">tr.po</AdditionalFile>
|
||||
</AdditionalFiles>
|
||||
<Patches>
|
||||
<!-- <Patch level="1"></Patch> -->
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>klavaro</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>atk</Dependency>
|
||||
<Dependency>curl</Dependency>
|
||||
<Dependency>gtk3</Dependency>
|
||||
<Dependency>cairo</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>pango</Dependency>
|
||||
<Dependency>harfbuzz</Dependency>
|
||||
<Dependency>intltool</Dependency>
|
||||
<Dependency>gdk-pixbuf</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
</Files>
|
||||
<AdditionalFiles>
|
||||
<AdditionalFile owner="root" permission="0644" target="/usr/share/applications/klavaro.desktop">klavaro.desktop</AdditionalFile>
|
||||
</AdditionalFiles>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2021-02-07</Date>
|
||||
<Version>3.11</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>klavaro</Name>
|
||||
<Summary xml:lang="tr">Klavye eğitimi programı</Summary>
|
||||
<Description xml:lang="tr">Klavaro, özgür bir klavye eğitimi programıdır. Bir çok dilde klavye ve arayüz desteği sağlar.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
+251914
-251846
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
||||
9f0377fadc503e4edf446b50dbd498f720172cc1
|
||||
7c71501c56c1c471b2721b67ff8e28ebdcf69d6a
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
50630157edfff26182e292d8f7b768351564415b
|
||||
2864c3503b75641c276712a46d84c8728e5105c2
|
||||
Reference in New Issue
Block a user