[arch-commits] Commit in kdepimlibs4/repos (8 files)

Antonio Rojas arojas at archlinux.org
Wed Aug 19 09:14:15 UTC 2015


    Date: Wednesday, August 19, 2015 @ 11:14:14
  Author: arojas
Revision: 244165

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  kdepimlibs4/repos/testing-i686/PKGBUILD
    (from rev 244164, kdepimlibs4/trunk/PKGBUILD)
  kdepimlibs4/repos/testing-i686/kdepimlibs4.install
    (from rev 244164, kdepimlibs4/trunk/kdepimlibs4.install)
  kdepimlibs4/repos/testing-x86_64/PKGBUILD
    (from rev 244164, kdepimlibs4/trunk/PKGBUILD)
  kdepimlibs4/repos/testing-x86_64/kdepimlibs4.install
    (from rev 244164, kdepimlibs4/trunk/kdepimlibs4.install)
Deleted:
  kdepimlibs4/repos/testing-i686/PKGBUILD
  kdepimlibs4/repos/testing-i686/kdepimlibs4.install
  kdepimlibs4/repos/testing-x86_64/PKGBUILD
  kdepimlibs4/repos/testing-x86_64/kdepimlibs4.install

------------------------------------+
 /PKGBUILD                          |   86 +++++++++++++++++++++++++++++++++++
 /kdepimlibs4.install               |   22 ++++++++
 testing-i686/PKGBUILD              |   43 -----------------
 testing-i686/kdepimlibs4.install   |   11 ----
 testing-x86_64/PKGBUILD            |   43 -----------------
 testing-x86_64/kdepimlibs4.install |   11 ----
 6 files changed, 108 insertions(+), 108 deletions(-)

Deleted: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2015-08-19 09:05:42 UTC (rev 244164)
+++ testing-i686/PKGBUILD	2015-08-19 09:14:14 UTC (rev 244165)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Pierre Schmitz <pierre at archlinux.de>
-
-pkgname=kdepimlibs4
-pkgver=4.14.10
-_kdeappver=15.04.3
-pkgrel=2
-pkgdesc="KDE4 PIM Libraries"
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/kdepimlibs'
-license=('GPL' 'LGPL')
-depends=('kdelibs' 'gpgme' 'libakonadi-qt4' 'libical' 'prison' 'qjson')
-makedepends=('cmake' 'automoc4' 'boost' 'cyrus-sasl' 'akonadi-qt4')
-conflicts=('kdepimlibs')
-provides=('kdepimlibs')
-replaces=('kdepimlibs')
-install='kdepimlibs4.install'
-source=("http://download.kde.org/stable/applications/${_kdeappver}/src/kdepimlibs-${pkgver}.tar.xz")
-sha1sums=('8db2f59b8a33f4d1bbebfdff8b772d30669c9932')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../kdepimlibs-${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
-
-# Conflicts with KF5 libs
-  rm -r "$pkgdir"/usr/{bin,share/{config.kcfg,mime}}
-}

Copied: kdepimlibs4/repos/testing-i686/PKGBUILD (from rev 244164, kdepimlibs4/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2015-08-19 09:14:14 UTC (rev 244165)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Pierre Schmitz <pierre at archlinux.de>
+
+pkgname=kdepimlibs4
+pkgver=4.14.10
+_kdeappver=15.04.3
+pkgrel=3
+pkgdesc="KDE4 PIM Libraries"
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdepimlibs'
+license=('GPL' 'LGPL')
+depends=('kdelibs' 'gpgme' 'libakonadi-qt4' 'libical' 'prison' 'qjson')
+makedepends=('cmake' 'automoc4' 'boost' 'cyrus-sasl' 'akonadi-qt4')
+conflicts=('kdepimlibs')
+provides=('kdepimlibs')
+replaces=('kdepimlibs')
+install='kdepimlibs4.install'
+source=("http://download.kde.org/stable/applications/${_kdeappver}/src/kdepimlibs-${pkgver}.tar.xz")
+sha1sums=('8db2f59b8a33f4d1bbebfdff8b772d30669c9932')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kdepimlibs-${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
+
+# Conflicts with KF5
+  rm -r "$pkgdir"/usr/{bin,share/config.kcfg}
+}

Deleted: testing-i686/kdepimlibs4.install
===================================================================
--- testing-i686/kdepimlibs4.install	2015-08-19 09:05:42 UTC (rev 244164)
+++ testing-i686/kdepimlibs4.install	2015-08-19 09:14:14 UTC (rev 244165)
@@ -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: kdepimlibs4/repos/testing-i686/kdepimlibs4.install (from rev 244164, kdepimlibs4/trunk/kdepimlibs4.install)
===================================================================
--- testing-i686/kdepimlibs4.install	                        (rev 0)
+++ testing-i686/kdepimlibs4.install	2015-08-19 09:14:14 UTC (rev 244165)
@@ -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: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD	2015-08-19 09:05:42 UTC (rev 244164)
+++ testing-x86_64/PKGBUILD	2015-08-19 09:14:14 UTC (rev 244165)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Pierre Schmitz <pierre at archlinux.de>
-
-pkgname=kdepimlibs4
-pkgver=4.14.10
-_kdeappver=15.04.3
-pkgrel=2
-pkgdesc="KDE4 PIM Libraries"
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/kdepimlibs'
-license=('GPL' 'LGPL')
-depends=('kdelibs' 'gpgme' 'libakonadi-qt4' 'libical' 'prison' 'qjson')
-makedepends=('cmake' 'automoc4' 'boost' 'cyrus-sasl' 'akonadi-qt4')
-conflicts=('kdepimlibs')
-provides=('kdepimlibs')
-replaces=('kdepimlibs')
-install='kdepimlibs4.install'
-source=("http://download.kde.org/stable/applications/${_kdeappver}/src/kdepimlibs-${pkgver}.tar.xz")
-sha1sums=('8db2f59b8a33f4d1bbebfdff8b772d30669c9932')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../kdepimlibs-${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
-
-# Conflicts with KF5 libs
-  rm -r "$pkgdir"/usr/{bin,share/{config.kcfg,mime}}
-}

Copied: kdepimlibs4/repos/testing-x86_64/PKGBUILD (from rev 244164, kdepimlibs4/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2015-08-19 09:14:14 UTC (rev 244165)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Pierre Schmitz <pierre at archlinux.de>
+
+pkgname=kdepimlibs4
+pkgver=4.14.10
+_kdeappver=15.04.3
+pkgrel=3
+pkgdesc="KDE4 PIM Libraries"
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdepimlibs'
+license=('GPL' 'LGPL')
+depends=('kdelibs' 'gpgme' 'libakonadi-qt4' 'libical' 'prison' 'qjson')
+makedepends=('cmake' 'automoc4' 'boost' 'cyrus-sasl' 'akonadi-qt4')
+conflicts=('kdepimlibs')
+provides=('kdepimlibs')
+replaces=('kdepimlibs')
+install='kdepimlibs4.install'
+source=("http://download.kde.org/stable/applications/${_kdeappver}/src/kdepimlibs-${pkgver}.tar.xz")
+sha1sums=('8db2f59b8a33f4d1bbebfdff8b772d30669c9932')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kdepimlibs-${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
+
+# Conflicts with KF5
+  rm -r "$pkgdir"/usr/{bin,share/config.kcfg}
+}

Deleted: testing-x86_64/kdepimlibs4.install
===================================================================
--- testing-x86_64/kdepimlibs4.install	2015-08-19 09:05:42 UTC (rev 244164)
+++ testing-x86_64/kdepimlibs4.install	2015-08-19 09:14:14 UTC (rev 244165)
@@ -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: kdepimlibs4/repos/testing-x86_64/kdepimlibs4.install (from rev 244164, kdepimlibs4/trunk/kdepimlibs4.install)
===================================================================
--- testing-x86_64/kdepimlibs4.install	                        (rev 0)
+++ testing-x86_64/kdepimlibs4.install	2015-08-19 09:14:14 UTC (rev 244165)
@@ -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