[arch-commits] Commit in kdeedu-cantor/kde-unstable (PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Fri Jul 22 08:49:08 UTC 2011


    Date: Friday, July 22, 2011 @ 04:49:07
  Author: andrea
Revision: 132248

Move R to optdepends; add maxima and octave to optdpends

Modified:
  kdeedu-cantor/kde-unstable/PKGBUILD

----------+
 PKGBUILD |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-07-22 03:45:16 UTC (rev 132247)
+++ PKGBUILD	2011-07-22 08:49:07 UTC (rev 132248)
@@ -9,8 +9,11 @@
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde' 'kdeedu')
-depends=('kdebase-runtime' 'r' 'libspectre')
-makedepends=('cmake' 'automoc4')
+depends=('kdebase-runtime' 'libspectre')
+makedepends=('cmake' 'automoc4' 'r')
+optdepends=('maxima: Maxima backend'
+            'octave: Octave backend'
+            'r: R backend')
 install=${pkgname}.install
 source=("http://download.kde.org/unstable/${pkgver}/src/cantor-${pkgver}.tar.bz2")
 sha1sums=('7d2acb663acc03a096d3d4df84607c2cc9300e80')




More information about the arch-commits mailing list