diff --git a/science/mathematics/rkward/actions.py b/science/mathematics/rkward/actions.py new file mode 100755 index 0000000000..af80460e1b --- /dev/null +++ b/science/mathematics/rkward/actions.py @@ -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") + diff --git a/science/mathematics/rkward/pspec.xml b/science/mathematics/rkward/pspec.xml new file mode 100755 index 0000000000..9631d0189a --- /dev/null +++ b/science/mathematics/rkward/pspec.xml @@ -0,0 +1,87 @@ + + + + + + rkward + http://rkward.sourceforge.net/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + app:gui + Veri analiz aracı + 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. + https://download.kde.org/stable/rkward/0.7.0/src/rkward-0.7.0b.tar.gz + + extra-cmake-modules + R-devel + qt5-base-devel + qt5-webkit-devel + qt5-script-devel + kcoreaddons-devel + kdoctools-devel + ki18n-devel + kxmlgui-devel + ktexteditor-devel + kdewebkit-devel + + + + + + rkward + + R + kio + ki18n + kcrash + kparts + libgcc + kconfig + kxmlgui + kservice + qt5-base + kdewebkit + qt5-script + qt5-webkit + kcompletion + kcoreaddons + kjobwidgets + ktexteditor + kwindowsystem + kconfigwidgets + kwidgetsaddons + + + /usr/bin + /usr/lib + /usr/share/locale + /usr/share/applications + /usr/share/doc + /usr/share/icons + /usr/share/mime + /usr/share/kxmlgui5 + /usr/share/rkward + /usr/share/man + /usr/share/kservices5 + /usr/share/org.kde.syntax-highlighting + + + + + + + + + 2019-04-10 + 0.7.0b + First Release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + diff --git a/science/mathematics/rkward/translations.xml b/science/mathematics/rkward/translations.xml new file mode 100755 index 0000000000..3cc3552183 --- /dev/null +++ b/science/mathematics/rkward/translations.xml @@ -0,0 +1,9 @@ + + + + rkward + Veri işleme aracı + 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. + 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. + +