[arch-commits] Commit in kdepim-runtime/repos (8 files)
Andrea Scarpino
andrea at archlinux.org
Thu Dec 22 22:33:04 UTC 2011
Date: Thursday, December 22, 2011 @ 17:33:03
Author: andrea
Revision: 145477
archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64
Added:
kdepim-runtime/repos/kde-unstable-i686/PKGBUILD
(from rev 145476, kdepim-runtime/trunk/PKGBUILD)
kdepim-runtime/repos/kde-unstable-i686/kdepim-runtime.install
(from rev 145476, kdepim-runtime/trunk/kdepim-runtime.install)
kdepim-runtime/repos/kde-unstable-x86_64/PKGBUILD
(from rev 145476, kdepim-runtime/trunk/PKGBUILD)
kdepim-runtime/repos/kde-unstable-x86_64/kdepim-runtime.install
(from rev 145476, kdepim-runtime/trunk/kdepim-runtime.install)
Deleted:
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 | 64 +++++++++++++--------------
kde-unstable-i686/kdepim-runtime.install | 24 +++++-----
kde-unstable-x86_64/PKGBUILD | 64 +++++++++++++--------------
kde-unstable-x86_64/kdepim-runtime.install | 24 +++++-----
4 files changed, 88 insertions(+), 88 deletions(-)
Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD 2011-12-22 22:32:28 UTC (rev 145476)
+++ kde-unstable-i686/PKGBUILD 2011-12-22 22:33:03 UTC (rev 145477)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Pierre Schmitz <pierre at archlinux.de>
-
-pkgname=kdepim-runtime
-pkgver=4.7.90
-pkgrel=1
-pkgdesc='KDE PIM Runtime Environment'
-arch=('i686' 'x86_64')
-url='http://www.kde.org'
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdepimlibs' 'kdebase-runtime')
-makedepends=('cmake' 'automoc4' 'boost')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
-sha1sums=('8833bb270f9dcd3f89abe84c0276a338df553fca')
-
-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: kdepim-runtime/repos/kde-unstable-i686/PKGBUILD (from rev 145476, kdepim-runtime/trunk/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD (rev 0)
+++ kde-unstable-i686/PKGBUILD 2011-12-22 22:33:03 UTC (rev 145477)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Pierre Schmitz <pierre at archlinux.de>
+
+pkgname=kdepim-runtime
+pkgver=4.7.95
+pkgrel=1
+pkgdesc='KDE PIM Runtime Environment'
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdepimlibs' 'kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'boost')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
+sha1sums=('4255adc5f2a4b98d7b13324a5f54598f3c27e9aa')
+
+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/kdepim-runtime.install
===================================================================
--- kde-unstable-i686/kdepim-runtime.install 2011-12-22 22:32:28 UTC (rev 145476)
+++ kde-unstable-i686/kdepim-runtime.install 2011-12-22 22:33:03 UTC (rev 145477)
@@ -1,12 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
- update-mime-database usr/share/mime &> /dev/null
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
\ No newline at end of file
Copied: kdepim-runtime/repos/kde-unstable-i686/kdepim-runtime.install (from rev 145476, kdepim-runtime/trunk/kdepim-runtime.install)
===================================================================
--- kde-unstable-i686/kdepim-runtime.install (rev 0)
+++ kde-unstable-i686/kdepim-runtime.install 2011-12-22 22:33:03 UTC (rev 145477)
@@ -0,0 +1,12 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+ 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 2011-12-22 22:32:28 UTC (rev 145476)
+++ kde-unstable-x86_64/PKGBUILD 2011-12-22 22:33:03 UTC (rev 145477)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Pierre Schmitz <pierre at archlinux.de>
-
-pkgname=kdepim-runtime
-pkgver=4.7.90
-pkgrel=1
-pkgdesc='KDE PIM Runtime Environment'
-arch=('i686' 'x86_64')
-url='http://www.kde.org'
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdepimlibs' 'kdebase-runtime')
-makedepends=('cmake' 'automoc4' 'boost')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
-sha1sums=('8833bb270f9dcd3f89abe84c0276a338df553fca')
-
-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: kdepim-runtime/repos/kde-unstable-x86_64/PKGBUILD (from rev 145476, kdepim-runtime/trunk/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD (rev 0)
+++ kde-unstable-x86_64/PKGBUILD 2011-12-22 22:33:03 UTC (rev 145477)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Pierre Schmitz <pierre at archlinux.de>
+
+pkgname=kdepim-runtime
+pkgver=4.7.95
+pkgrel=1
+pkgdesc='KDE PIM Runtime Environment'
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdepimlibs' 'kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'boost')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
+sha1sums=('4255adc5f2a4b98d7b13324a5f54598f3c27e9aa')
+
+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/kdepim-runtime.install
===================================================================
--- kde-unstable-x86_64/kdepim-runtime.install 2011-12-22 22:32:28 UTC (rev 145476)
+++ kde-unstable-x86_64/kdepim-runtime.install 2011-12-22 22:33:03 UTC (rev 145477)
@@ -1,12 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
- update-mime-database usr/share/mime &> /dev/null
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
\ No newline at end of file
Copied: kdepim-runtime/repos/kde-unstable-x86_64/kdepim-runtime.install (from rev 145476, kdepim-runtime/trunk/kdepim-runtime.install)
===================================================================
--- kde-unstable-x86_64/kdepim-runtime.install (rev 0)
+++ kde-unstable-x86_64/kdepim-runtime.install 2011-12-22 22:33:03 UTC (rev 145477)
@@ -0,0 +1,12 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+ 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