[arch-commits] Commit in (3 files)

Antonio Rojas arojas at archlinux.org
Sat Mar 14 09:36:17 UTC 2015


    Date: Saturday, March 14, 2015 @ 10:36:17
  Author: arojas
Revision: 233616

KDE Applications 15.04 beta 2

Modified:
  kcalc/kde-unstable/PKGBUILD
  kstars/kde-unstable/PKGBUILD
  lokalize/kde-unstable/PKGBUILD

--------------------------------+
 kcalc/kde-unstable/PKGBUILD    |    5 +++--
 kstars/kde-unstable/PKGBUILD   |    2 +-
 lokalize/kde-unstable/PKGBUILD |    3 +--
 3 files changed, 5 insertions(+), 5 deletions(-)

Modified: kcalc/kde-unstable/PKGBUILD
===================================================================
--- kcalc/kde-unstable/PKGBUILD	2015-03-14 08:59:16 UTC (rev 233615)
+++ kcalc/kde-unstable/PKGBUILD	2015-03-14 09:36:17 UTC (rev 233616)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
-pkgname=kdeutils-kcalc
+pkgname=kcalc
 pkgver=15.03.90
 pkgrel=1
 pkgdesc='Scientific Calculator'
@@ -9,7 +9,7 @@
 url='http://kde.org/applications/utilities/kcalc/'
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
-depends=('knotifications' 'kxmlgui')
+depends=('kinit')
 makedepends=('extra-cmake-modules' 'python' 'kdoctools')
 conflicts=('kdeutils-kcalc')
 replaces=('kdeutils-kcalc')
@@ -28,6 +28,7 @@
     -DCMAKE_BUILD_TYPE=Release \
     -DBUILD_TESTING=OFF \
     -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib \
     -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
   make
 }

Modified: kstars/kde-unstable/PKGBUILD
===================================================================
--- kstars/kde-unstable/PKGBUILD	2015-03-14 08:59:16 UTC (rev 233615)
+++ kstars/kde-unstable/PKGBUILD	2015-03-14 09:36:17 UTC (rev 233616)
@@ -10,7 +10,7 @@
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde' 'kdeedu')
-depends=('wcslib' 'libindi' 'kplotting' 'knewstuff')
+depends=('wcslib' 'libindi' 'kplotting' 'knewstuff' 'qt5-multimedia' 'kinit' 'ktexteditor')
 makedepends=('extra-cmake-modules' 'python' 'kdoctools' 'eigen')
 install=${pkgname}.install
 replaces=('kdeedu-kstars')

Modified: lokalize/kde-unstable/PKGBUILD
===================================================================
--- lokalize/kde-unstable/PKGBUILD	2015-03-14 08:59:16 UTC (rev 233615)
+++ lokalize/kde-unstable/PKGBUILD	2015-03-14 09:36:17 UTC (rev 233616)
@@ -16,8 +16,7 @@
 conflicts=('kdesdk-lokalize')
 replaces=('kdesdk-lokalize')
 source=("http://download.kde.org/unstable/applications/${pkgver}/src/lokalize-${pkgver}.tar.xz")
-sha1sums=('718fda9f0a73cc515eb08ab7694ee96ac4b541c0'
-          '07db42bbcae402c292eebf002e549b04162621c5')
+sha1sums=('718fda9f0a73cc515eb08ab7694ee96ac4b541c0')
 
 prepare() {
   mkdir build



More information about the arch-commits mailing list