[arch-commits] Commit in kdepim-runtime/repos/extra-x86_64 (4 files)

Andrea Scarpino andrea at archlinux.org
Sun Dec 9 07:46:00 UTC 2012


    Date: Sunday, December 9, 2012 @ 02:45:59
  Author: andrea
Revision: 173031

archrelease: copy trunk to extra-x86_64

Added:
  kdepim-runtime/repos/extra-x86_64/PKGBUILD
    (from rev 173030, kdepim-runtime/trunk/PKGBUILD)
  kdepim-runtime/repos/extra-x86_64/kdepim-runtime.install
    (from rev 173030, kdepim-runtime/trunk/kdepim-runtime.install)
Deleted:
  kdepim-runtime/repos/extra-x86_64/PKGBUILD
  kdepim-runtime/repos/extra-x86_64/kdepim-runtime.install

------------------------+
 PKGBUILD               |   62 +++++++++++++++++++++++------------------------
 kdepim-runtime.install |   26 +++++++++----------
 2 files changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2012-12-09 07:44:06 UTC (rev 173030)
+++ PKGBUILD	2012-12-09 07:45:59 UTC (rev 173031)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Pierre Schmitz <pierre at archlinux.de>
-
-pkgname=kdepim-runtime
-pkgver=4.9.4
-pkgrel=1
-pkgdesc='Extends the functionality of kdepim'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/kdepim-runtime'
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime' 'kdepimlibs' 'libkgapi')
-makedepends=('cmake' 'automoc4' 'boost')
-install="${pkgname}.install"
-source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('5d6466761e890b2ee0ce66b274553c10f2827ca0')
-
-build() {
-    cd "${srcdir}"
-	mkdir build
-	cd build
-	cmake ../${pkgname}-${pkgver} \
-		-DCMAKE_BUILD_TYPE=Release \
-		-DCMAKE_INSTALL_PREFIX=/usr
-	make
-}
-
-package() {
-	cd "${srcdir}"/build
-	make DESTDIR="${pkgdir}" install
-}

Copied: kdepim-runtime/repos/extra-x86_64/PKGBUILD (from rev 173030, kdepim-runtime/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2012-12-09 07:45:59 UTC (rev 173031)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Pierre Schmitz <pierre at archlinux.de>
+
+pkgname=kdepim-runtime
+pkgver=4.9.4
+pkgrel=2
+pkgdesc='Extends the functionality of kdepim'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdepim-runtime'
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime' 'libkgapi' 'libkolab')
+makedepends=('cmake' 'automoc4' 'boost')
+install="${pkgname}.install"
+source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('5d6466761e890b2ee0ce66b274553c10f2827ca0')
+
+build() {
+    cd "${srcdir}"
+	mkdir build
+	cd build
+	cmake ../${pkgname}-${pkgver} \
+		-DCMAKE_BUILD_TYPE=Release \
+		-DCMAKE_INSTALL_PREFIX=/usr
+	make
+}
+
+package() {
+	cd "${srcdir}"/build
+	make DESTDIR="${pkgdir}" install
+}

Deleted: kdepim-runtime.install
===================================================================
--- kdepim-runtime.install	2012-12-09 07:44:06 UTC (rev 173030)
+++ kdepim-runtime.install	2012-12-09 07:45:59 UTC (rev 173031)
@@ -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: kdepim-runtime/repos/extra-x86_64/kdepim-runtime.install (from rev 173030, kdepim-runtime/trunk/kdepim-runtime.install)
===================================================================
--- kdepim-runtime.install	                        (rev 0)
+++ kdepim-runtime.install	2012-12-09 07:45:59 UTC (rev 173031)
@@ -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