[arch-commits] Commit in kdepimlibs (3 files)

Andrea Scarpino andrea at archlinux.org
Thu Nov 25 09:30:11 UTC 2010


    Date: Thursday, November 25, 2010 @ 04:30:11
  Author: andrea
Revision: 100671

KDE 4.6beta1

Added:
  kdepimlibs/kde-unstable/
  kdepimlibs/kde-unstable/PKGBUILD
    (from rev 97465, kdepimlibs/trunk/PKGBUILD)
Deleted:
  kdepimlibs/kde-unstable/PKGBUILD

-----------------------+
 PKGBUILD              |   32 --------------------------------
 kde-unstable/PKGBUILD |   33 +++++++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+), 32 deletions(-)

Deleted: kde-unstable/PKGBUILD
===================================================================
--- trunk/PKGBUILD	2010-10-23 11:31:35 UTC (rev 96660)
+++ kde-unstable/PKGBUILD	2010-11-25 09:30:11 UTC (rev 100671)
@@ -1,32 +0,0 @@
-# $Id: $
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Pierre Schmitz <pierre at archlinux.de>
-
-pkgname=kdepimlibs
-pkgver=4.5.2
-pkgrel=1
-pkgdesc="KDE PIM Libraries"
-arch=('i686' 'x86_64')
-url='http://www.kde.org'
-license=('GPL' 'LGPL')
-depends=('kdelibs' 'akonadi' 'libical' 'gpgme')
-makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost' 'cyrus-sasl' 'openldap' 'docbook-xsl')
-install='kdepimlibs.install'
-source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
-sha1sums=('5b611f75165201f49a9f6dfb42b75c5e73db0ff9')
-
-build() {
-	cd ${srcdir}
-	mkdir build
-	cd build
-	cmake ../${pkgname}-${pkgver} \
-		-DCMAKE_BUILD_TYPE=Release \
-		-DCMAKE_SKIP_RPATH=ON \
-		-DCMAKE_INSTALL_PREFIX=/usr
-	make
-}
-
-package() {
-	cd $srcdir/build
-	make DESTDIR=$pkgdir install
-}

Copied: kdepimlibs/kde-unstable/PKGBUILD (from rev 97465, kdepimlibs/trunk/PKGBUILD)
===================================================================
--- kde-unstable/PKGBUILD	                        (rev 0)
+++ kde-unstable/PKGBUILD	2010-11-25 09:30:11 UTC (rev 100671)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Pierre Schmitz <pierre at archlinux.de>
+
+pkgname=kdepimlibs
+pkgver=4.5.80
+pkgrel=1
+pkgdesc="KDE PIM Libraries"
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL')
+depends=('kdelibs' 'gpgme' 'akonadi' 'libical' )
+makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost' 'cyrus-sasl' 'openldap'
+        'docbook-xsl')
+install='kdepimlibs.install'
+source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
+sha1sums=('13a98e520f579bc9da64e939b3055e86d218d9ab')
+
+build() {
+	cd ${srcdir}
+	mkdir build
+	cd build
+	cmake ../${pkgname}-${pkgver} \
+		-DCMAKE_BUILD_TYPE=Release \
+		-DCMAKE_SKIP_RPATH=ON \
+		-DCMAKE_INSTALL_PREFIX=/usr
+	make
+}
+
+package() {
+	cd $srcdir/build
+	make DESTDIR=$pkgdir install
+}


Property changes on: kdepimlibs/kde-unstable/PKGBUILD
___________________________________________________________________
Added: svn:keywords
   + Id




More information about the arch-commits mailing list