new package:rkward

This commit is contained in:
2019-04-10 17:34:58 +03:00
parent ce2d009d3c
commit 720ee26352
3 changed files with 123 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
#!/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 shelltools
from pisi.actionsapi import get
from pisi.actionsapi import kde5
from pisi.actionsapi import pisitools
def setup():
kde5.configure("-DR_HOME=/usr/lib/R")
def build():
kde5.make()
def install():
#for installing rbackend mkdir needed directory(for R-2.5.0)
pisitools.dodir("/usr/lib/R/library")
kde5.install()
# TODO: this one seems better than the one in kdelibs
#pisitools.remove("/usr/share/kde4/apps/katepart/syntax/r.xml")
+87
View File
@@ -0,0 +1,87 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>rkward</Name>
<Homepage>http://rkward.sourceforge.net/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>app:gui</IsA>
<Summary>Veri analiz aracı</Summary>
<Description>RKWard aims to provide an easily extensible, easy to use IDE/GUI for the R-project. RKWard tries to combine the power of the R-language with the (relative) ease of use of commercial statistics tools.</Description>
<Archive sha1sum="9604b4cd77f50d514b6b7775e850c30b4f9e3e06" type="targz">https://download.kde.org/stable/rkward/0.7.0/src/rkward-0.7.0b.tar.gz</Archive>
<BuildDependencies>
<Dependency>extra-cmake-modules</Dependency>
<Dependency>R-devel</Dependency>
<Dependency>qt5-base-devel</Dependency>
<Dependency>qt5-webkit-devel</Dependency>
<Dependency>qt5-script-devel</Dependency>
<Dependency>kcoreaddons-devel</Dependency>
<Dependency>kdoctools-devel</Dependency>
<Dependency>ki18n-devel</Dependency>
<Dependency>kxmlgui-devel</Dependency>
<Dependency>ktexteditor-devel</Dependency>
<Dependency>kdewebkit-devel</Dependency>
</BuildDependencies>
<!--<Patches>
<Patch>x.patch</Patch>
</Patches>-->
</Source>
<Package>
<Name>rkward</Name>
<RuntimeDependencies>
<Dependency>R</Dependency>
<Dependency>kio</Dependency>
<Dependency>ki18n</Dependency>
<Dependency>kcrash</Dependency>
<Dependency>kparts</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>kconfig</Dependency>
<Dependency>kxmlgui</Dependency>
<Dependency>kservice</Dependency>
<Dependency>qt5-base</Dependency>
<Dependency>kdewebkit</Dependency>
<Dependency>qt5-script</Dependency>
<Dependency>qt5-webkit</Dependency>
<Dependency>kcompletion</Dependency>
<Dependency>kcoreaddons</Dependency>
<Dependency>kjobwidgets</Dependency>
<Dependency>ktexteditor</Dependency>
<Dependency>kwindowsystem</Dependency>
<Dependency>kconfigwidgets</Dependency>
<Dependency>kwidgetsaddons</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="localedata">/usr/share/locale</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/mime</Path>
<Path fileType="data">/usr/share/kxmlgui5</Path>
<Path fileType="data">/usr/share/rkward</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="data">/usr/share/kservices5</Path>
<Path fileType="data">/usr/share/org.kde.syntax-highlighting</Path>
</Files>
<AdditionalFiles>
<!--AdditionalFile owner="root" permission="0644" target="/usr/share/locale/tr/LC_MESSAGES/rkward.mo">rkward.mo</AdditionalFile-->
</AdditionalFiles>
</Package>
<History>
<Update release="1">
<Date>2019-04-10</Date>
<Version>0.7.0b</Version>
<Comment>First Release</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
</History>
</PISI>
+9
View File
@@ -0,0 +1,9 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>rkward</Name>
<Summary xml:lang="tr">Veri işleme aracı</Summary>
<Description xml:lang="tr">RKWard, R projesi için kolayca genişleyebilir, ve kolay kullanılabilir bir grafik arayüz (geliştirme ortamı) sağlamayı amaçlar. R dilinin gücüyle ticari programların kullanım kolaylığını birleştirmeye çalışır.</Description>
<Description xml:lang="fr">RKWard essaie de fournir une manière facile et extensible d'utiliser une EDI/IHM (IDE/GUI) pour le projet R. RKWar essaie de combiner la puissance du langage R avec la (relative) facilité d'utilisation des outils commerciaux de statistique.</Description>
</Source>
</PISI>