[arch-commits] Commit in kdepimlibs/repos (8 files)
Andrea Scarpino
andrea at archlinux.org
Thu Jan 5 12:20:15 UTC 2012
Date: Thursday, January 5, 2012 @ 07:20:14
Author: andrea
Revision: 146080
archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64
Added:
kdepimlibs/repos/kde-unstable-i686/PKGBUILD
(from rev 146078, kdepimlibs/trunk/PKGBUILD)
kdepimlibs/repos/kde-unstable-i686/kdepimlibs.install
(from rev 146078, kdepimlibs/trunk/kdepimlibs.install)
kdepimlibs/repos/kde-unstable-x86_64/PKGBUILD
(from rev 146078, kdepimlibs/trunk/PKGBUILD)
kdepimlibs/repos/kde-unstable-x86_64/kdepimlibs.install
(from rev 146078, kdepimlibs/trunk/kdepimlibs.install)
Deleted:
kdepimlibs/repos/kde-unstable-i686/PKGBUILD
kdepimlibs/repos/kde-unstable-i686/kdepimlibs.install
kdepimlibs/repos/kde-unstable-x86_64/PKGBUILD
kdepimlibs/repos/kde-unstable-x86_64/kdepimlibs.install
----------------------------------------+
kde-unstable-i686/PKGBUILD | 64 +++++++++++++++----------------
kde-unstable-i686/kdepimlibs.install | 22 +++++-----
kde-unstable-x86_64/PKGBUILD | 64 +++++++++++++++----------------
kde-unstable-x86_64/kdepimlibs.install | 22 +++++-----
4 files changed, 86 insertions(+), 86 deletions(-)
Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD 2012-01-05 12:20:14 UTC (rev 146079)
+++ kde-unstable-i686/PKGBUILD 2012-01-05 12:20:14 UTC (rev 146080)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Pierre Schmitz <pierre at archlinux.de>
-
-pkgname=kdepimlibs
-pkgver=4.7.95
-pkgrel=1
-pkgdesc="KDE PIM Libraries"
-arch=('i686' 'x86_64')
-url='http://www.kde.org'
-license=('GPL' 'LGPL')
-depends=('kdelibs' 'gpgme' 'akonadi' 'libical' 'prison')
-makedepends=('cmake' 'automoc4' 'boost' 'cyrus-sasl' 'openldap')
-install='kdepimlibs.install'
-source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
-sha1sums=('2a1d685b7e15aaa019f440df62b47f401303bf46')
-
-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/repos/kde-unstable-i686/PKGBUILD (from rev 146078, kdepimlibs/trunk/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD (rev 0)
+++ kde-unstable-i686/PKGBUILD 2012-01-05 12:20:14 UTC (rev 146080)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Pierre Schmitz <pierre at archlinux.de>
+
+pkgname=kdepimlibs
+pkgver=4.7.97
+pkgrel=1
+pkgdesc="KDE PIM Libraries"
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL')
+depends=('kdelibs' 'gpgme' 'akonadi' 'libical' 'prison')
+makedepends=('cmake' 'automoc4' 'boost' 'cyrus-sasl' 'openldap')
+install='kdepimlibs.install'
+source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
+sha1sums=('034ca6486dcef06cfa9ef4f8059b897be9069ebe')
+
+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
+}
Deleted: kde-unstable-i686/kdepimlibs.install
===================================================================
--- kde-unstable-i686/kdepimlibs.install 2012-01-05 12:20:14 UTC (rev 146079)
+++ kde-unstable-i686/kdepimlibs.install 2012-01-05 12:20:14 UTC (rev 146080)
@@ -1,11 +0,0 @@
-post_install() {
- update-mime-database usr/share/mime &> /dev/null
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
\ No newline at end of file
Copied: kdepimlibs/repos/kde-unstable-i686/kdepimlibs.install (from rev 146078, kdepimlibs/trunk/kdepimlibs.install)
===================================================================
--- kde-unstable-i686/kdepimlibs.install (rev 0)
+++ kde-unstable-i686/kdepimlibs.install 2012-01-05 12:20:14 UTC (rev 146080)
@@ -0,0 +1,11 @@
+post_install() {
+ update-mime-database usr/share/mime &> /dev/null
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
\ No newline at end of file
Deleted: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD 2012-01-05 12:20:14 UTC (rev 146079)
+++ kde-unstable-x86_64/PKGBUILD 2012-01-05 12:20:14 UTC (rev 146080)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Pierre Schmitz <pierre at archlinux.de>
-
-pkgname=kdepimlibs
-pkgver=4.7.95
-pkgrel=1
-pkgdesc="KDE PIM Libraries"
-arch=('i686' 'x86_64')
-url='http://www.kde.org'
-license=('GPL' 'LGPL')
-depends=('kdelibs' 'gpgme' 'akonadi' 'libical' 'prison')
-makedepends=('cmake' 'automoc4' 'boost' 'cyrus-sasl' 'openldap')
-install='kdepimlibs.install'
-source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
-sha1sums=('2a1d685b7e15aaa019f440df62b47f401303bf46')
-
-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/repos/kde-unstable-x86_64/PKGBUILD (from rev 146078, kdepimlibs/trunk/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD (rev 0)
+++ kde-unstable-x86_64/PKGBUILD 2012-01-05 12:20:14 UTC (rev 146080)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Pierre Schmitz <pierre at archlinux.de>
+
+pkgname=kdepimlibs
+pkgver=4.7.97
+pkgrel=1
+pkgdesc="KDE PIM Libraries"
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL')
+depends=('kdelibs' 'gpgme' 'akonadi' 'libical' 'prison')
+makedepends=('cmake' 'automoc4' 'boost' 'cyrus-sasl' 'openldap')
+install='kdepimlibs.install'
+source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
+sha1sums=('034ca6486dcef06cfa9ef4f8059b897be9069ebe')
+
+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
+}
Deleted: kde-unstable-x86_64/kdepimlibs.install
===================================================================
--- kde-unstable-x86_64/kdepimlibs.install 2012-01-05 12:20:14 UTC (rev 146079)
+++ kde-unstable-x86_64/kdepimlibs.install 2012-01-05 12:20:14 UTC (rev 146080)
@@ -1,11 +0,0 @@
-post_install() {
- update-mime-database usr/share/mime &> /dev/null
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
\ No newline at end of file
Copied: kdepimlibs/repos/kde-unstable-x86_64/kdepimlibs.install (from rev 146078, kdepimlibs/trunk/kdepimlibs.install)
===================================================================
--- kde-unstable-x86_64/kdepimlibs.install (rev 0)
+++ kde-unstable-x86_64/kdepimlibs.install 2012-01-05 12:20:14 UTC (rev 146080)
@@ -0,0 +1,11 @@
+post_install() {
+ update-mime-database usr/share/mime &> /dev/null
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
\ No newline at end of file
More information about the arch-commits
mailing list