[arch-commits] Commit in kdepimlibs/repos (8 files)
Andrea Scarpino
andrea at nymeria.archlinux.org
Sat Mar 15 07:42:33 UTC 2014
Date: Saturday, March 15, 2014 @ 08:42:32
Author: andrea
Revision: 207777
archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64
Added:
kdepimlibs/repos/kde-unstable-i686/PKGBUILD
(from rev 207776, kdepimlibs/kde-unstable/PKGBUILD)
kdepimlibs/repos/kde-unstable-i686/kdepimlibs.install
(from rev 207776, kdepimlibs/kde-unstable/kdepimlibs.install)
kdepimlibs/repos/kde-unstable-x86_64/PKGBUILD
(from rev 207776, kdepimlibs/kde-unstable/PKGBUILD)
kdepimlibs/repos/kde-unstable-x86_64/kdepimlibs.install
(from rev 207776, kdepimlibs/kde-unstable/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
----------------------------------------+
/PKGBUILD | 70 +++++++++++++++++++++++++++++++
/kdepimlibs.install | 22 +++++++++
kde-unstable-i686/PKGBUILD | 35 ---------------
kde-unstable-i686/kdepimlibs.install | 11 ----
kde-unstable-x86_64/PKGBUILD | 35 ---------------
kde-unstable-x86_64/kdepimlibs.install | 11 ----
6 files changed, 92 insertions(+), 92 deletions(-)
Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD 2014-03-15 07:42:23 UTC (rev 207776)
+++ kde-unstable-i686/PKGBUILD 2014-03-15 07:42:32 UTC (rev 207777)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Pierre Schmitz <pierre at archlinux.de>
-
-pkgname=kdepimlibs
-pkgver=4.12.80
-pkgrel=1
-pkgdesc="KDE PIM Libraries"
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/kdepimlibs'
-license=('GPL' 'LGPL')
-depends=('kdelibs' 'gpgme' 'akonadi' 'libical' 'prison' 'qjson')
-makedepends=('cmake' 'automoc4' 'boost' 'cyrus-sasl')
-install='kdepimlibs.install'
-source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('b855a6943fb8ef39b23366a433168c8c72a4226d')
-
-prepare() {
- mkdir build
-}
-
-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/kde-unstable-i686/PKGBUILD (from rev 207776, kdepimlibs/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD (rev 0)
+++ kde-unstable-i686/PKGBUILD 2014-03-15 07:42:32 UTC (rev 207777)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Pierre Schmitz <pierre at archlinux.de>
+
+pkgname=kdepimlibs
+pkgver=4.12.90
+pkgrel=1
+pkgdesc="KDE PIM Libraries"
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdepimlibs'
+license=('GPL' 'LGPL')
+depends=('kdelibs' 'gpgme' 'akonadi' 'libical' 'prison' 'qjson')
+makedepends=('cmake' 'automoc4' 'boost' 'cyrus-sasl')
+install='kdepimlibs.install'
+source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('bea5880908c81da97454d107e58db778d366b0fb')
+
+prepare() {
+ mkdir build
+}
+
+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
+}
Deleted: kde-unstable-i686/kdepimlibs.install
===================================================================
--- kde-unstable-i686/kdepimlibs.install 2014-03-15 07:42:23 UTC (rev 207776)
+++ kde-unstable-i686/kdepimlibs.install 2014-03-15 07:42:32 UTC (rev 207777)
@@ -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 207776, kdepimlibs/kde-unstable/kdepimlibs.install)
===================================================================
--- kde-unstable-i686/kdepimlibs.install (rev 0)
+++ kde-unstable-i686/kdepimlibs.install 2014-03-15 07:42:32 UTC (rev 207777)
@@ -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 2014-03-15 07:42:23 UTC (rev 207776)
+++ kde-unstable-x86_64/PKGBUILD 2014-03-15 07:42:32 UTC (rev 207777)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Pierre Schmitz <pierre at archlinux.de>
-
-pkgname=kdepimlibs
-pkgver=4.12.80
-pkgrel=1
-pkgdesc="KDE PIM Libraries"
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/kdepimlibs'
-license=('GPL' 'LGPL')
-depends=('kdelibs' 'gpgme' 'akonadi' 'libical' 'prison' 'qjson')
-makedepends=('cmake' 'automoc4' 'boost' 'cyrus-sasl')
-install='kdepimlibs.install'
-source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('b855a6943fb8ef39b23366a433168c8c72a4226d')
-
-prepare() {
- mkdir build
-}
-
-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/kde-unstable-x86_64/PKGBUILD (from rev 207776, kdepimlibs/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD (rev 0)
+++ kde-unstable-x86_64/PKGBUILD 2014-03-15 07:42:32 UTC (rev 207777)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Pierre Schmitz <pierre at archlinux.de>
+
+pkgname=kdepimlibs
+pkgver=4.12.90
+pkgrel=1
+pkgdesc="KDE PIM Libraries"
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdepimlibs'
+license=('GPL' 'LGPL')
+depends=('kdelibs' 'gpgme' 'akonadi' 'libical' 'prison' 'qjson')
+makedepends=('cmake' 'automoc4' 'boost' 'cyrus-sasl')
+install='kdepimlibs.install'
+source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('bea5880908c81da97454d107e58db778d366b0fb')
+
+prepare() {
+ mkdir build
+}
+
+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
+}
Deleted: kde-unstable-x86_64/kdepimlibs.install
===================================================================
--- kde-unstable-x86_64/kdepimlibs.install 2014-03-15 07:42:23 UTC (rev 207776)
+++ kde-unstable-x86_64/kdepimlibs.install 2014-03-15 07:42:32 UTC (rev 207777)
@@ -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 207776, kdepimlibs/kde-unstable/kdepimlibs.install)
===================================================================
--- kde-unstable-x86_64/kdepimlibs.install (rev 0)
+++ kde-unstable-x86_64/kdepimlibs.install 2014-03-15 07:42:32 UTC (rev 207777)
@@ -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