Package Details: rkward-git v0.7.3.r614.g006263f89-1

Git Clone URL: https://aur.archlinux.org/rkward-git.git (read-only, click to copy)
Package Base: rkward-git
Description: An Easy to use, transparent frontend to the R-language
Upstream URL: https://rkward.kde.org/
Licenses: GPL
Conflicts: rkward, rkward-git
Provides: rkward
Submitter: SolarAquarion
Maintainer: SolarAquarion
Last Packager: SolarAquarion
Votes: 6
Popularity: 0.000000
First Submitted: 2019-08-20 19:05 (UTC)
Last Updated: 2023-11-24 15:46 (UTC)

Latest Comments

MarsSeed commented on 2023-05-30 00:16 (UTC) (edited on 2023-06-30 16:58 (UTC) by MarsSeed)

Current git URL is:

https://invent.kde.org/education/rkward.git

Also the latest version might need different dependencies.

Most importantly, it prefers the modern qt5-webengine instead of the very old kdewebkit.

keiichiiownsu12 commented on 2022-08-31 21:14 (UTC)

Unfortunately, the patch from @JonnyRobbie is currently causing the build to fail, due to a missing rm $pkgdir/usr/share/org.kde.syntax-highlighting/syntax/r.xml. Please remove

diff --git a/PKGBUILD b/PKGBUILD
index 02a42c5..9f8b863 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -29,7 +29,5 @@ make
 package(){
        cd $srcdir/rkward
        make DESTDIR="$pkgdir" install
-
-        rm $pkgdir/usr/share/org.kde.syntax-highlighting/syntax/r.xml
 }
 md5sums=('SKIP')

JonnyRobbie commented on 2018-09-09 11:21 (UTC) (edited on 2018-09-09 12:14 (UTC) by JonnyRobbie)

Update to suntax-highlighting causes

error: failed to commit transaction (conflicting files) rkward-frameworks-git: /usr/share/org.kde.syntax-highlighting/syntax/r.xml exists in filesystem (owned by syntax-highlighting).

I suggest this patch:

diff --git a/PKGBUILD b/PKGBUILD
index 52dee00..87d46b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Contributer: SolarAquarion (Shlomo Choina  at gmail dot com)

 pkgname=rkward-frameworks-git
-pkgver=v0.7.0b.r291.g2b96b459
+pkgver=v0.7.0b.r335.g7801fec6
 pkgrel=1
 pkgdesc="An Easy to use, transparent frontend to the R-language (kf5 frameworks-edition)"
 arch=('i686' 'x86_64')
@@ -30,6 +30,7 @@ package(){
        cd $srcdir/rkward
        make DESTDIR="$pkgdir" install

+    rm $pkgdir/usr/share/org.kde.syntax-highlighting/syntax/r.xml
        # Some cleanup
 }
 md5sums=('SKIP')

JonnyRobbie commented on 2018-04-28 13:38 (UTC) (edited on 2018-04-28 13:45 (UTC) by JonnyRobbie)

#frameworks branch got merged to #master and no longer exists. makepkg's git throws an error (but still builds)

I suggest simply:

-source=(git+<https://anongit.kde.org/rkward.git#branch=frameworks>)
+source=(git+<https://anongit.kde.org/rkward.git#branch=master>)

caylin commented on 2018-02-12 06:44 (UTC)

ktexteditor should be a dependency

Labello commented on 2017-05-31 08:38 (UTC)

Unfortunately I get the error when running rkward after the installation: The KDE installation could not be found (qtpaths). When moving / copying RKWard, make sure to copy the whole application folder, or create a shorcut / link, instead. How can I fix this? Thanks in advance!

JonnyRobbie commented on 2017-01-30 16:43 (UTC)

There are some missing makedeps. At least `extra-cmake-modules` and `kdoctools`.