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

2013-06-05 Thread Andrea Scarpino
Date: Wednesday, June 5, 2013 @ 21:59:26
  Author: andrea
Revision: 187591

archrelease: copy trunk to staging-x86_64

Added:
  kdepimlibs/repos/staging-x86_64/
  kdepimlibs/repos/staging-x86_64/PKGBUILD
(from rev 187590, kdepimlibs/trunk/PKGBUILD)
  kdepimlibs/repos/staging-x86_64/kdepimlibs.install
(from rev 187590, kdepimlibs/trunk/kdepimlibs.install)

+
 PKGBUILD   |   32 
 kdepimlibs.install |   11 +++
 2 files changed, 43 insertions(+)

Copied: kdepimlibs/repos/staging-x86_64/PKGBUILD (from rev 187590, 
kdepimlibs/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-06-05 19:59:26 UTC (rev 187591)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=kdepimlibs
+pkgver=4.10.4
+pkgrel=1
+pkgdesc=KDE PIM Libraries
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdepimlibs'
+license=('GPL' 'LGPL')
+depends=('nepomuk-core' 'gpgme' 'akonadi' 'libical' 'prison' 'qjson')
+makedepends=('cmake' 'automoc4' 'boost' 'cyrus-sasl')
+install='kdepimlibs.install'
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('58f785dbc07932aad01bd7beeeceacc8fefac0bd')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdepimlibs/repos/staging-x86_64/kdepimlibs.install (from rev 187590, 
kdepimlibs/trunk/kdepimlibs.install)
===
--- staging-x86_64/kdepimlibs.install   (rev 0)
+++ staging-x86_64/kdepimlibs.install   2013-06-05 19:59:26 UTC (rev 187591)
@@ -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



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

2013-06-05 Thread Andrea Scarpino
Date: Wednesday, June 5, 2013 @ 21:59:29
  Author: andrea
Revision: 187592

archrelease: copy trunk to staging-i686

Added:
  kdepimlibs/repos/staging-i686/
  kdepimlibs/repos/staging-i686/PKGBUILD
(from rev 187591, kdepimlibs/trunk/PKGBUILD)
  kdepimlibs/repos/staging-i686/kdepimlibs.install
(from rev 187591, kdepimlibs/trunk/kdepimlibs.install)

+
 PKGBUILD   |   32 
 kdepimlibs.install |   11 +++
 2 files changed, 43 insertions(+)

Copied: kdepimlibs/repos/staging-i686/PKGBUILD (from rev 187591, 
kdepimlibs/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-06-05 19:59:29 UTC (rev 187592)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=kdepimlibs
+pkgver=4.10.4
+pkgrel=1
+pkgdesc=KDE PIM Libraries
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdepimlibs'
+license=('GPL' 'LGPL')
+depends=('nepomuk-core' 'gpgme' 'akonadi' 'libical' 'prison' 'qjson')
+makedepends=('cmake' 'automoc4' 'boost' 'cyrus-sasl')
+install='kdepimlibs.install'
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('58f785dbc07932aad01bd7beeeceacc8fefac0bd')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdepimlibs/repos/staging-i686/kdepimlibs.install (from rev 187591, 
kdepimlibs/trunk/kdepimlibs.install)
===
--- staging-i686/kdepimlibs.install (rev 0)
+++ staging-i686/kdepimlibs.install 2013-06-05 19:59:29 UTC (rev 187592)
@@ -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



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

2013-05-13 Thread Andrea Scarpino
Date: Monday, May 13, 2013 @ 20:11:36
  Author: andrea
Revision: 185380

archrelease: copy trunk to staging-x86_64

Added:
  kdepimlibs/repos/staging-x86_64/
  kdepimlibs/repos/staging-x86_64/PKGBUILD
(from rev 185379, kdepimlibs/trunk/PKGBUILD)
  kdepimlibs/repos/staging-x86_64/kdepimlibs.install
(from rev 185379, kdepimlibs/trunk/kdepimlibs.install)

+
 PKGBUILD   |   32 
 kdepimlibs.install |   11 +++
 2 files changed, 43 insertions(+)

Copied: kdepimlibs/repos/staging-x86_64/PKGBUILD (from rev 185379, 
kdepimlibs/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-05-13 18:11:36 UTC (rev 185380)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=kdepimlibs
+pkgver=4.10.3
+pkgrel=3
+pkgdesc=KDE PIM Libraries
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdepimlibs'
+license=('GPL' 'LGPL')
+depends=('nepomuk-core' 'gpgme' 'akonadi' 'libical' 'prison' 'qjson')
+makedepends=('cmake' 'automoc4' 'boost' 'cyrus-sasl')
+install='kdepimlibs.install'
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('7ede01b2f169c066c98f553606e99817d83f252b')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdepimlibs/repos/staging-x86_64/kdepimlibs.install (from rev 185379, 
kdepimlibs/trunk/kdepimlibs.install)
===
--- staging-x86_64/kdepimlibs.install   (rev 0)
+++ staging-x86_64/kdepimlibs.install   2013-05-13 18:11:36 UTC (rev 185380)
@@ -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



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

2013-05-13 Thread Andrea Scarpino
Date: Monday, May 13, 2013 @ 20:11:42
  Author: andrea
Revision: 185381

archrelease: copy trunk to staging-i686

Added:
  kdepimlibs/repos/staging-i686/
  kdepimlibs/repos/staging-i686/PKGBUILD
(from rev 185380, kdepimlibs/trunk/PKGBUILD)
  kdepimlibs/repos/staging-i686/kdepimlibs.install
(from rev 185380, kdepimlibs/trunk/kdepimlibs.install)

+
 PKGBUILD   |   32 
 kdepimlibs.install |   11 +++
 2 files changed, 43 insertions(+)

Copied: kdepimlibs/repos/staging-i686/PKGBUILD (from rev 185380, 
kdepimlibs/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-05-13 18:11:42 UTC (rev 185381)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=kdepimlibs
+pkgver=4.10.3
+pkgrel=3
+pkgdesc=KDE PIM Libraries
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdepimlibs'
+license=('GPL' 'LGPL')
+depends=('nepomuk-core' 'gpgme' 'akonadi' 'libical' 'prison' 'qjson')
+makedepends=('cmake' 'automoc4' 'boost' 'cyrus-sasl')
+install='kdepimlibs.install'
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('7ede01b2f169c066c98f553606e99817d83f252b')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdepimlibs/repos/staging-i686/kdepimlibs.install (from rev 185380, 
kdepimlibs/trunk/kdepimlibs.install)
===
--- staging-i686/kdepimlibs.install (rev 0)
+++ staging-i686/kdepimlibs.install 2013-05-13 18:11:42 UTC (rev 185381)
@@ -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



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

2011-06-06 Thread Andrea Scarpino
Date: Monday, June 6, 2011 @ 09:00:13
  Author: andrea
Revision: 126594

archrelease: copy trunk to staging-i686

Added:
  kdepimlibs/repos/staging-i686/
Deleted:
  kdepimlibs/repos/kde-unstable-i686/
  kdepimlibs/repos/kde-unstable-x86_64/