[arch-commits] Commit in (14 files)

Andrea Scarpino andrea at archlinux.org
Wed Aug 1 07:12:58 UTC 2012


    Date: Wednesday, August 1, 2012 @ 03:12:57
  Author: andrea
Revision: 164497

Cleanup

Added:
  akonadi/trunk/
  akonadi/trunk/PKGBUILD
    (from rev 164057, akonadi/kde-unstable/PKGBUILD)
  libkgapi/trunk/
  libkgapi/trunk/PKGBUILD
    (from rev 162020, libkgapi/kde-unstable/PKGBUILD)
  soprano/trunk/
Deleted:
  akonadi/kde-unstable/
  akonadi/trunk/
  akonadi/trunk/PKGBUILD
  libkgapi/kde-unstable/
  libkgapi/trunk/
  libkgapi/trunk/PKGBUILD
  libkgoogle/kde-unstable/
  soprano/kde-unstable/
  soprano/trunk/

-------------------------+
 PKGBUILD                |   63 ----------------------------------------------
 akonadi/trunk/PKGBUILD  |   32 +++++++++++++++++++++++
 libkgapi/trunk/PKGBUILD |   31 ++++++++++++++++++++++
 3 files changed, 63 insertions(+), 63 deletions(-)

Deleted: akonadi/trunk/PKGBUILD
===================================================================
--- akonadi/kde-unstable/PKGBUILD	2012-07-25 17:39:10 UTC (rev 164056)
+++ akonadi/trunk/PKGBUILD	2012-08-01 07:12:57 UTC (rev 164497)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Pierre Schmitz <pierre at archlinux.de>
-
-pkgname=akonadi
-pkgver=1.7.95
-pkgrel=1
-pkgdesc="PIM layer, which provides an asynchronous API to access all kind of PIM data"
-arch=('i686' 'x86_64')
-url='http://pim.kde.org/akonadi'
-license=('LGPL')
-depends=('shared-mime-info' 'boost-libs' 'mysql' 'soprano')
-makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost')
-install="${pkgname}.install"
-source=("http://download.kde.org/stable/${pkgname}/src/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('2fa3ad9facbe4f3c6a0f25794d5d1fe3')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DINSTALL_QSQLITE_IN_QT_PREFIX=TRUE
-  make
-}
-
-package() {
-  cd "${srcdir}/build"
-  make DESTDIR="${pkgdir}" install
-}

Copied: akonadi/trunk/PKGBUILD (from rev 164057, akonadi/kde-unstable/PKGBUILD)
===================================================================
--- akonadi/trunk/PKGBUILD	                        (rev 0)
+++ akonadi/trunk/PKGBUILD	2012-08-01 07:12:57 UTC (rev 164497)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Pierre Schmitz <pierre at archlinux.de>
+
+pkgname=akonadi
+pkgver=1.8.0
+pkgrel=1
+pkgdesc="PIM layer, which provides an asynchronous API to access all kind of PIM data"
+arch=('i686' 'x86_64')
+url='http://pim.kde.org/akonadi'
+license=('LGPL')
+depends=('shared-mime-info' 'boost-libs' 'mysql' 'soprano')
+makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost')
+install="${pkgname}.install"
+source=("http://download.kde.org/stable/${pkgname}/src/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('81156d883b40241cfc0ddb885f55bcfe')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DINSTALL_QSQLITE_IN_QT_PREFIX=TRUE
+  make
+}
+
+package() {
+  cd "${srcdir}/build"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: libkgapi/trunk/PKGBUILD
===================================================================
--- libkgapi/kde-unstable/PKGBUILD	2012-05-31 20:24:46 UTC (rev 160270)
+++ libkgapi/trunk/PKGBUILD	2012-08-01 07:12:57 UTC (rev 164497)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=libkgapi
-pkgver=0.4.0
-pkgrel=1
-pkgdesc="A KDE-based library for accessing various Google services via their public API"
-url='https://projects.kde.org/projects/kdereview/libkgoogle'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdepimlibs' 'qjson')
-makedepends=('cmake' 'automoc4' 'boost')
-replaces=('akonadi-google' 'libkgoogle')
-conflicts=('akonadi-google' 'libkgoogle')
-source=("http://www.progdan.cz/wp-content/uploads/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('90c44fd9456a6e34a8375f98250ad7cc')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: libkgapi/trunk/PKGBUILD (from rev 162020, libkgapi/kde-unstable/PKGBUILD)
===================================================================
--- libkgapi/trunk/PKGBUILD	                        (rev 0)
+++ libkgapi/trunk/PKGBUILD	2012-08-01 07:12:57 UTC (rev 164497)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=libkgapi
+pkgver=0.4.1
+pkgrel=1
+pkgdesc="A KDE-based library for accessing various Google services via their public API"
+url='https://projects.kde.org/projects/kdereview/libkgoogle'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdepimlibs' 'qjson')
+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")
+md5sums=('b4cefa643e95f5670997b5001547988f')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list