[arch-commits] Commit in kdepim4-runtime/repos (8 files)
Antonio Rojas
arojas at archlinux.org
Mon Aug 17 08:22:41 UTC 2015
Date: Monday, August 17, 2015 @ 10:22:41
Author: arojas
Revision: 243816
archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64
Added:
kdepim4-runtime/repos/kde-unstable-i686/PKGBUILD
(from rev 243815, kdepim4-runtime/trunk/PKGBUILD)
kdepim4-runtime/repos/kde-unstable-i686/kdepim4-runtime.install
(from rev 243815, kdepim4-runtime/trunk/kdepim4-runtime.install)
kdepim4-runtime/repos/kde-unstable-x86_64/PKGBUILD
(from rev 243815, kdepim4-runtime/trunk/PKGBUILD)
kdepim4-runtime/repos/kde-unstable-x86_64/kdepim4-runtime.install
(from rev 243815, 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 | 76 ++++++++++++++++++++++++++
/kdepim4-runtime.install | 26 ++++++++
kde-unstable-i686/PKGBUILD | 38 -------------
kde-unstable-i686/kdepim4-runtime.install | 13 ----
kde-unstable-x86_64/PKGBUILD | 38 -------------
kde-unstable-x86_64/kdepim4-runtime.install | 13 ----
6 files changed, 102 insertions(+), 102 deletions(-)
Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD 2015-08-17 08:21:28 UTC (rev 243815)
+++ kde-unstable-i686/PKGBUILD 2015-08-17 08:22:41 UTC (rev 243816)
@@ -1,38 +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=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')
-replaces=('kdepim-runtime<15')
-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 243815, kdepim4-runtime/trunk/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD (rev 0)
+++ kde-unstable-i686/PKGBUILD 2015-08-17 08:22:41 UTC (rev 243816)
@@ -0,0 +1,38 @@
+# $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=3
+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')
+replaces=('kdepim-runtime<15')
+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-17 08:21:28 UTC (rev 243815)
+++ kde-unstable-i686/kdepim4-runtime.install 2015-08-17 08:22:41 UTC (rev 243816)
@@ -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 243815, kdepim4-runtime/trunk/kdepim4-runtime.install)
===================================================================
--- kde-unstable-i686/kdepim4-runtime.install (rev 0)
+++ kde-unstable-i686/kdepim4-runtime.install 2015-08-17 08:22:41 UTC (rev 243816)
@@ -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-17 08:21:28 UTC (rev 243815)
+++ kde-unstable-x86_64/PKGBUILD 2015-08-17 08:22:41 UTC (rev 243816)
@@ -1,38 +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=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')
-replaces=('kdepim-runtime<15')
-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 243815, kdepim4-runtime/trunk/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD (rev 0)
+++ kde-unstable-x86_64/PKGBUILD 2015-08-17 08:22:41 UTC (rev 243816)
@@ -0,0 +1,38 @@
+# $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=3
+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')
+replaces=('kdepim-runtime<15')
+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-17 08:21:28 UTC (rev 243815)
+++ kde-unstable-x86_64/kdepim4-runtime.install 2015-08-17 08:22:41 UTC (rev 243816)
@@ -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 243815, kdepim4-runtime/trunk/kdepim4-runtime.install)
===================================================================
--- kde-unstable-x86_64/kdepim4-runtime.install (rev 0)
+++ kde-unstable-x86_64/kdepim4-runtime.install 2015-08-17 08:22:41 UTC (rev 243816)
@@ -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