diff --git a/science/mathematics/rkward/actions.py b/science/mathematics/rkward/actions.py index af80460e1b..662388f59c 100755 --- a/science/mathematics/rkward/actions.py +++ b/science/mathematics/rkward/actions.py @@ -6,21 +6,22 @@ from pisi.actionsapi import shelltools from pisi.actionsapi import get -from pisi.actionsapi import kde5 +from pisi.actionsapi import kde6 from pisi.actionsapi import pisitools def setup(): - kde5.configure("-DR_HOME=/usr/lib/R") + kde6.configure("-DR_HOME=/usr/lib/R") def build(): - kde5.make() + kde6.make() def install(): #for installing rbackend mkdir needed directory(for R-2.5.0) pisitools.dodir("/usr/lib/R/library") - kde5.install() + kde6.install() + pisitools.dodoc("README.md", "LICENSES/*") # 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 index e91cd9cb60..cb2b248fb2 100755 --- a/science/mathematics/rkward/pspec.xml +++ b/science/mathematics/rkward/pspec.xml @@ -12,19 +12,23 @@ 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 + https://download.kde.org/stable/rkward/0.8.0/rkward-0.8.0.tar.gz extra-cmake-modules R-devel - qt5-base-devel - qt5-webkit-devel - qt5-script-devel + qt6-base-devel + qt6-webengine-devel + qt6-base-devel + qt6-5compat-devel + qt6-declarative-devel kcoreaddons-devel kdoctools-devel ki18n-devel kxmlgui-devel + knotifications-devel + karchive-devel ktexteditor-devel - kdewebkit-devel + breeze-icons-devel @@ -75,6 +85,13 @@ + + 2025-01-26 + 0.8.0 + Version bump. + Pisi Linux Community + admin@pisilinux.org + 2019-04-10 0.7.0b