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

Antonio Rojas arojas at archlinux.org
Sat Aug 15 09:54:44 UTC 2015


    Date: Saturday, August 15, 2015 @ 11:54:44
  Author: arojas
Revision: 243740

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

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

---------------------------------------------+
 /PKGBUILD                                   |   74 ++++++++++++++++++++++++++
 /kdepim4-runtime.install                    |   26 +++++++++
 kde-unstable-i686/PKGBUILD                  |   37 -------------
 kde-unstable-i686/kdepim4-runtime.install   |   13 ----
 kde-unstable-x86_64/PKGBUILD                |   37 -------------
 kde-unstable-x86_64/kdepim4-runtime.install |   13 ----
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD	2015-08-15 09:54:21 UTC (rev 243739)
+++ kde-unstable-i686/PKGBUILD	2015-08-15 09:54:44 UTC (rev 243740)
@@ -1,37 +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=kdepim4-runtime
-pkgver=4.14.10
-_kdeappver=15.04.3
-pkgrel=1
-pkgdesc='Extends the functionality of kdepim4'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/kdepim-runtime'
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime' 'libkgapi4' 'libkolab4' 'libaccounts-qt4' 'libsignon-qt4')
-makedepends=('cmake' 'automoc4' 'boost')
-conflicts=('kdepim-runtime')
-install="${pkgname}.install"
-source=("http://download.kde.org/stable/applications/${_kdeappver}/src/kdepim-runtime-${pkgver}.tar.xz")
-sha1sums=('f5b1e44f1d10d29bad308b3fd90a48b34da7493c')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../kdepim-runtime-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DKDE4_BUILD_TESTS=OFF \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdepim4-runtime/repos/kde-unstable-i686/PKGBUILD (from rev 243739, kdepim4-runtime/trunk/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2015-08-15 09:54:44 UTC (rev 243740)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Pierre Schmitz <pierre at archlinux.de>
+
+pkgname=kdepim4-runtime
+pkgver=4.14.10
+_kdeappver=15.04.3
+pkgrel=2
+pkgdesc='Extends the functionality of kdepim4'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdepim-runtime'
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime' 'libkgapi4' 'libkolab4' 'libaccounts-qt4' 'libsignon-qt4' 'akonadi-qt4')
+makedepends=('cmake' 'automoc4' 'boost')
+conflicts=('kdepim-runtime')
+install="${pkgname}.install"
+source=("http://download.kde.org/stable/applications/${_kdeappver}/src/kdepim-runtime-${pkgver}.tar.xz")
+sha1sums=('f5b1e44f1d10d29bad308b3fd90a48b34da7493c')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kdepim-runtime-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kdepim4-runtime.install
===================================================================
--- kde-unstable-i686/kdepim4-runtime.install	2015-08-15 09:54:21 UTC (rev 243739)
+++ kde-unstable-i686/kdepim4-runtime.install	2015-08-15 09:54:44 UTC (rev 243740)
@@ -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: kdepim4-runtime/repos/kde-unstable-i686/kdepim4-runtime.install (from rev 243739, kdepim4-runtime/trunk/kdepim4-runtime.install)
===================================================================
--- kde-unstable-i686/kdepim4-runtime.install	                        (rev 0)
+++ kde-unstable-i686/kdepim4-runtime.install	2015-08-15 09:54:44 UTC (rev 243740)
@@ -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: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD	2015-08-15 09:54:21 UTC (rev 243739)
+++ kde-unstable-x86_64/PKGBUILD	2015-08-15 09:54:44 UTC (rev 243740)
@@ -1,37 +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=kdepim4-runtime
-pkgver=4.14.10
-_kdeappver=15.04.3
-pkgrel=1
-pkgdesc='Extends the functionality of kdepim4'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/kdepim-runtime'
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime' 'libkgapi4' 'libkolab4' 'libaccounts-qt4' 'libsignon-qt4')
-makedepends=('cmake' 'automoc4' 'boost')
-conflicts=('kdepim-runtime')
-install="${pkgname}.install"
-source=("http://download.kde.org/stable/applications/${_kdeappver}/src/kdepim-runtime-${pkgver}.tar.xz")
-sha1sums=('f5b1e44f1d10d29bad308b3fd90a48b34da7493c')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../kdepim-runtime-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DKDE4_BUILD_TESTS=OFF \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdepim4-runtime/repos/kde-unstable-x86_64/PKGBUILD (from rev 243739, kdepim4-runtime/trunk/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2015-08-15 09:54:44 UTC (rev 243740)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Pierre Schmitz <pierre at archlinux.de>
+
+pkgname=kdepim4-runtime
+pkgver=4.14.10
+_kdeappver=15.04.3
+pkgrel=2
+pkgdesc='Extends the functionality of kdepim4'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdepim-runtime'
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime' 'libkgapi4' 'libkolab4' 'libaccounts-qt4' 'libsignon-qt4' 'akonadi-qt4')
+makedepends=('cmake' 'automoc4' 'boost')
+conflicts=('kdepim-runtime')
+install="${pkgname}.install"
+source=("http://download.kde.org/stable/applications/${_kdeappver}/src/kdepim-runtime-${pkgver}.tar.xz")
+sha1sums=('f5b1e44f1d10d29bad308b3fd90a48b34da7493c')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kdepim-runtime-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-x86_64/kdepim4-runtime.install
===================================================================
--- kde-unstable-x86_64/kdepim4-runtime.install	2015-08-15 09:54:21 UTC (rev 243739)
+++ kde-unstable-x86_64/kdepim4-runtime.install	2015-08-15 09:54:44 UTC (rev 243740)
@@ -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: kdepim4-runtime/repos/kde-unstable-x86_64/kdepim4-runtime.install (from rev 243739, kdepim4-runtime/trunk/kdepim4-runtime.install)
===================================================================
--- kde-unstable-x86_64/kdepim4-runtime.install	                        (rev 0)
+++ kde-unstable-x86_64/kdepim4-runtime.install	2015-08-15 09:54:44 UTC (rev 243740)
@@ -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
+}



More information about the arch-commits mailing list