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

Antonio Rojas arojas at archlinux.org
Sat Aug 15 08:26:09 UTC 2015


    Date: Saturday, August 15, 2015 @ 10:26:08
  Author: arojas
Revision: 243730

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

Added:
  kdepimlibs4/repos/kde-unstable-i686/PKGBUILD
    (from rev 243729, kdepimlibs4/trunk/PKGBUILD)
  kdepimlibs4/repos/kde-unstable-i686/kdepimlibs4.install
    (from rev 243729, kdepimlibs4/trunk/kdepimlibs4.install)
  kdepimlibs4/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 243729, kdepimlibs4/trunk/PKGBUILD)
  kdepimlibs4/repos/kde-unstable-x86_64/kdepimlibs4.install
    (from rev 243729, kdepimlibs4/trunk/kdepimlibs4.install)
Deleted:
  kdepimlibs4/repos/kde-unstable-i686/PKGBUILD
  kdepimlibs4/repos/kde-unstable-i686/kdepimlibs4.install
  kdepimlibs4/repos/kde-unstable-x86_64/PKGBUILD
  kdepimlibs4/repos/kde-unstable-x86_64/kdepimlibs4.install

-----------------------------------------+
 /PKGBUILD                               |   86 ++++++++++++++++++++++++++++++
 /kdepimlibs4.install                    |   22 +++++++
 kde-unstable-i686/PKGBUILD              |   44 ---------------
 kde-unstable-i686/kdepimlibs4.install   |   11 ---
 kde-unstable-x86_64/PKGBUILD            |   44 ---------------
 kde-unstable-x86_64/kdepimlibs4.install |   11 ---
 6 files changed, 108 insertions(+), 110 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD	2015-08-15 08:25:25 UTC (rev 243729)
+++ kde-unstable-i686/PKGBUILD	2015-08-15 08:26:08 UTC (rev 243730)
@@ -1,44 +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=1
-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-dbus')
-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/kde-unstable-i686/PKGBUILD (from rev 243729, kdepimlibs4/trunk/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2015-08-15 08:26:08 UTC (rev 243730)
@@ -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=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}}
+}

Deleted: kde-unstable-i686/kdepimlibs4.install
===================================================================
--- kde-unstable-i686/kdepimlibs4.install	2015-08-15 08:25:25 UTC (rev 243729)
+++ kde-unstable-i686/kdepimlibs4.install	2015-08-15 08:26:08 UTC (rev 243730)
@@ -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/kde-unstable-i686/kdepimlibs4.install (from rev 243729, kdepimlibs4/trunk/kdepimlibs4.install)
===================================================================
--- kde-unstable-i686/kdepimlibs4.install	                        (rev 0)
+++ kde-unstable-i686/kdepimlibs4.install	2015-08-15 08:26:08 UTC (rev 243730)
@@ -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	2015-08-15 08:25:25 UTC (rev 243729)
+++ kde-unstable-x86_64/PKGBUILD	2015-08-15 08:26:08 UTC (rev 243730)
@@ -1,44 +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=1
-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-dbus')
-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/kde-unstable-x86_64/PKGBUILD (from rev 243729, kdepimlibs4/trunk/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2015-08-15 08:26:08 UTC (rev 243730)
@@ -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=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}}
+}

Deleted: kde-unstable-x86_64/kdepimlibs4.install
===================================================================
--- kde-unstable-x86_64/kdepimlibs4.install	2015-08-15 08:25:25 UTC (rev 243729)
+++ kde-unstable-x86_64/kdepimlibs4.install	2015-08-15 08:26:08 UTC (rev 243730)
@@ -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/kde-unstable-x86_64/kdepimlibs4.install (from rev 243729, kdepimlibs4/trunk/kdepimlibs4.install)
===================================================================
--- kde-unstable-x86_64/kdepimlibs4.install	                        (rev 0)
+++ kde-unstable-x86_64/kdepimlibs4.install	2015-08-15 08:26:08 UTC (rev 243730)
@@ -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