[arch-commits] Commit in (4 files)

Antonio Rojas arojas at archlinux.org
Sat Aug 15 08:53:25 UTC 2015


    Date: Saturday, August 15, 2015 @ 10:53:25
  Author: arojas
Revision: 243731

Rename KDE4 libkgapi package

Added:
  libkgapi4/
Modified:
  libkgapi4/trunk/PKGBUILD
Deleted:
  libkgapi4/kde-unstable/
  libkgapi4/repos/

----------+
 PKGBUILD |   13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

Modified: libkgapi4/trunk/PKGBUILD
===================================================================
--- libkgapi/trunk/PKGBUILD	2015-08-15 02:17:14 UTC (rev 243721)
+++ libkgapi4/trunk/PKGBUILD	2015-08-15 08:53:25 UTC (rev 243731)
@@ -1,7 +1,8 @@
 # $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Maintainer:
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
 
-pkgname=libkgapi
+pkgname=libkgapi4
 pkgver=2.2.0
 pkgrel=1
 pkgdesc="A KDE-based library for accessing various Google services via their public API"
@@ -8,11 +9,9 @@
 url='https://projects.kde.org/projects/extragear/libs/libkgapi'
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
-depends=('kdepimlibs')
+depends=('kdepimlibs4')
 makedepends=('cmake' 'automoc4' 'boost')
-replaces=('akonadi-google' 'libkgoogle')
-conflicts=('akonadi-google' 'libkgoogle')
-source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
+source=("http://download.kde.org/stable/libkgapi/${pkgver}/src/libkgapi-${pkgver}.tar.bz2")
 md5sums=('f3f2e4e68bb8baf849935f2f2eecf781')
 
 prepare() {
@@ -21,7 +20,7 @@
 
 build() {
   cd build
-  cmake ../${pkgname}-${pkgver} \
+  cmake ../libkgapi-${pkgver} \
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DKDE4_BUILD_TESTS=OFF



More information about the arch-commits mailing list