[arch-commits] Commit in rkward/repos/community-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Tue May 26 09:53:27 UTC 2020


    Date: Tuesday, May 26, 2020 @ 09:53:27
  Author: arojas
Revision: 635019

archrelease: copy trunk to community-x86_64

Added:
  rkward/repos/community-x86_64/PKGBUILD
    (from rev 635018, rkward/trunk/PKGBUILD)
Deleted:
  rkward/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   57 ++++++++++++++++++++++++++-------------------------------
 1 file changed, 26 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-26 09:48:25 UTC (rev 635018)
+++ PKGBUILD	2020-05-26 09:53:27 UTC (rev 635019)
@@ -1,31 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor : Vassilis Palassopoulos <palasso [at] gmail [dot] com>
-
-pkgname=rkward
-pkgver=0.7.1
-pkgrel=1
-pkgdesc="An easy to use and easily extensible IDE/GUI for R"
-url="https://rkward.kde.org/"
-arch=(x86_64)
-license=(GPL)
-depends=(kdewebkit ktexteditor qt5-script r)
-makedepends=(extra-cmake-modules kdoctools)
-source=("https://download.kde.org/stable/rkward/$pkgver/src/$pkgname-$pkgver.tar.gz")
-sha256sums=('02a96450ef4275d38b9ff6fd13d98bcf353c5388399a813a111b640d7c61c834')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  rm "$pkgdir"/usr/share/org.kde.syntax-highlighting/syntax/r.xml # provided by syntax-highlighting
-}

Copied: rkward/repos/community-x86_64/PKGBUILD (from rev 635018, rkward/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-26 09:53:27 UTC (rev 635019)
@@ -0,0 +1,26 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor : Vassilis Palassopoulos <palasso [at] gmail [dot] com>
+
+pkgname=rkward
+pkgver=0.7.1.b
+_pkgver=0.7.1b
+pkgrel=1
+pkgdesc="An easy to use and easily extensible IDE/GUI for R"
+url="https://rkward.kde.org/"
+arch=(x86_64)
+license=(GPL)
+depends=(kdewebkit ktexteditor qt5-script r)
+makedepends=(extra-cmake-modules kdoctools)
+source=("https://download.kde.org/stable/rkward/$_pkgver/src/$pkgname-$_pkgver.tar.gz")
+sha256sums=('0cca23b106f569549a005110eeecb2557805049e6659c3a2ebd5eb18e392ac76')
+
+build() {
+  cmake -B build -S $pkgname-$_pkgver
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+
+  rm "$pkgdir"/usr/share/org.kde.syntax-highlighting/syntax/r.xml # provided by syntax-highlighting
+}



More information about the arch-commits mailing list