Date: Wednesday, August 1, 2012 @ 00:49:59
  Author: andrea
Revision: 164397

archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdepim-runtime/repos/kde-unstable-i686/PKGBUILD
    (from rev 164396, kdepim-runtime/trunk/PKGBUILD)
  kdepim-runtime/repos/kde-unstable-i686/kdepim-runtime.install
    (from rev 164396, kdepim-runtime/trunk/kdepim-runtime.install)
  kdepim-runtime/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 164396, kdepim-runtime/trunk/PKGBUILD)
  kdepim-runtime/repos/kde-unstable-x86_64/kdepim-runtime.install
    (from rev 164396, kdepim-runtime/trunk/kdepim-runtime.install)
Deleted:
  kdepim-runtime/kde-unstable/
  kdepim-runtime/repos/kde-unstable-i686/PKGBUILD
  kdepim-runtime/repos/kde-unstable-i686/kdepim-runtime.install
  kdepim-runtime/repos/kde-unstable-x86_64/PKGBUILD
  kdepim-runtime/repos/kde-unstable-x86_64/kdepim-runtime.install

--------------------------------------------+
 kde-unstable-i686/PKGBUILD                 |   62 +++++++++++++--------------
 kde-unstable-i686/kdepim-runtime.install   |   26 +++++------
 kde-unstable-x86_64/PKGBUILD               |   62 +++++++++++++--------------
 kde-unstable-x86_64/kdepim-runtime.install |   26 +++++------
 4 files changed, 88 insertions(+), 88 deletions(-)

Deleted: repos/kde-unstable-i686/PKGBUILD
===================================================================
--- repos/kde-unstable-i686/PKGBUILD    2012-08-01 04:49:02 UTC (rev 164396)
+++ repos/kde-unstable-i686/PKGBUILD    2012-08-01 04:49:59 UTC (rev 164397)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <[email protected]>
-# Contributor: Pierre Schmitz <[email protected]>
-
-pkgname=kdepim-runtime
-pkgver=4.8.97
-pkgrel=1
-pkgdesc='Extends the functionality of kdepim'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/kdepim-runtime'
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime' 'libkgapi')
-makedepends=('cmake' 'automoc4' 'boost')
-install="${pkgname}.install"
-source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('c31f09b734e558f0c8e279270058ec0cc62fed3c')
-
-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: kdepim-runtime/repos/kde-unstable-i686/PKGBUILD (from rev 164396, 
kdepim-runtime/trunk/PKGBUILD)
===================================================================
--- repos/kde-unstable-i686/PKGBUILD                            (rev 0)
+++ repos/kde-unstable-i686/PKGBUILD    2012-08-01 04:49:59 UTC (rev 164397)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino <[email protected]>
+# Contributor: Pierre Schmitz <[email protected]>
+
+pkgname=kdepim-runtime
+pkgver=4.9.0
+pkgrel=1
+pkgdesc='Extends the functionality of kdepim'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdepim-runtime'
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime' 'libkgapi')
+makedepends=('cmake' 'automoc4' 'boost')
+install="${pkgname}.install"
+source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('4358e9f39e22040d617a112c8a66a7fee93a62db')
+
+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
+}

Deleted: repos/kde-unstable-i686/kdepim-runtime.install
===================================================================
--- repos/kde-unstable-i686/kdepim-runtime.install      2012-08-01 04:49:02 UTC 
(rev 164396)
+++ repos/kde-unstable-i686/kdepim-runtime.install      2012-08-01 04:49:59 UTC 
(rev 164397)
@@ -1,13 +0,0 @@
-post_install() {
-       xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-       update-mime-database usr/share/mime &> /dev/null
-    update-desktop-database -q
-}
-
-post_upgrade() {
-       post_install
-}
-
-post_remove() {
-       post_install
-}

Copied: kdepim-runtime/repos/kde-unstable-i686/kdepim-runtime.install (from rev 
164396, kdepim-runtime/trunk/kdepim-runtime.install)
===================================================================
--- repos/kde-unstable-i686/kdepim-runtime.install                              
(rev 0)
+++ repos/kde-unstable-i686/kdepim-runtime.install      2012-08-01 04:49:59 UTC 
(rev 164397)
@@ -0,0 +1,13 @@
+post_install() {
+       xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+       update-mime-database usr/share/mime &> /dev/null
+    update-desktop-database -q
+}
+
+post_upgrade() {
+       post_install
+}
+
+post_remove() {
+       post_install
+}

Deleted: repos/kde-unstable-x86_64/PKGBUILD
===================================================================
--- repos/kde-unstable-x86_64/PKGBUILD  2012-08-01 04:49:02 UTC (rev 164396)
+++ repos/kde-unstable-x86_64/PKGBUILD  2012-08-01 04:49:59 UTC (rev 164397)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <[email protected]>
-# Contributor: Pierre Schmitz <[email protected]>
-
-pkgname=kdepim-runtime
-pkgver=4.8.97
-pkgrel=1
-pkgdesc='Extends the functionality of kdepim'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/kdepim-runtime'
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime' 'libkgapi')
-makedepends=('cmake' 'automoc4' 'boost')
-install="${pkgname}.install"
-source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('c31f09b734e558f0c8e279270058ec0cc62fed3c')
-
-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: kdepim-runtime/repos/kde-unstable-x86_64/PKGBUILD (from rev 164396, 
kdepim-runtime/trunk/PKGBUILD)
===================================================================
--- repos/kde-unstable-x86_64/PKGBUILD                          (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD  2012-08-01 04:49:59 UTC (rev 164397)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino <[email protected]>
+# Contributor: Pierre Schmitz <[email protected]>
+
+pkgname=kdepim-runtime
+pkgver=4.9.0
+pkgrel=1
+pkgdesc='Extends the functionality of kdepim'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdepim-runtime'
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime' 'libkgapi')
+makedepends=('cmake' 'automoc4' 'boost')
+install="${pkgname}.install"
+source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('4358e9f39e22040d617a112c8a66a7fee93a62db')
+
+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
+}

Deleted: repos/kde-unstable-x86_64/kdepim-runtime.install
===================================================================
--- repos/kde-unstable-x86_64/kdepim-runtime.install    2012-08-01 04:49:02 UTC 
(rev 164396)
+++ repos/kde-unstable-x86_64/kdepim-runtime.install    2012-08-01 04:49:59 UTC 
(rev 164397)
@@ -1,13 +0,0 @@
-post_install() {
-       xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-       update-mime-database usr/share/mime &> /dev/null
-    update-desktop-database -q
-}
-
-post_upgrade() {
-       post_install
-}
-
-post_remove() {
-       post_install
-}

Copied: kdepim-runtime/repos/kde-unstable-x86_64/kdepim-runtime.install (from 
rev 164396, kdepim-runtime/trunk/kdepim-runtime.install)
===================================================================
--- repos/kde-unstable-x86_64/kdepim-runtime.install                            
(rev 0)
+++ repos/kde-unstable-x86_64/kdepim-runtime.install    2012-08-01 04:49:59 UTC 
(rev 164397)
@@ -0,0 +1,13 @@
+post_install() {
+       xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+       update-mime-database usr/share/mime &> /dev/null
+    update-desktop-database -q
+}
+
+post_upgrade() {
+       post_install
+}
+
+post_remove() {
+       post_install
+}

Reply via email to