[arch-commits] Commit in kdepim-runtime/repos (10 files)

Andrea Scarpino andrea at archlinux.org
Tue Dec 4 18:09:05 UTC 2012


    Date: Tuesday, December 4, 2012 @ 13:09:05
  Author: andrea
Revision: 172620

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

Added:
  kdepim-runtime/repos/kde-unstable-i686/PKGBUILD
    (from rev 172619, kdepim-runtime/kde-unstable/PKGBUILD)
  kdepim-runtime/repos/kde-unstable-i686/kdepim-runtime.install
    (from rev 172619, kdepim-runtime/kde-unstable/kdepim-runtime.install)
  kdepim-runtime/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 172619, kdepim-runtime/kde-unstable/PKGBUILD)
  kdepim-runtime/repos/kde-unstable-x86_64/kdepim-runtime.install
    (from rev 172619, kdepim-runtime/kde-unstable/kdepim-runtime.install)
Deleted:
  kdepim-runtime/repos/kde-unstable-i686/PKGBUILD
  kdepim-runtime/repos/kde-unstable-i686/kdepim-runtime.install
  kdepim-runtime/repos/kde-unstable-i686/qjson080.patch
  kdepim-runtime/repos/kde-unstable-x86_64/PKGBUILD
  kdepim-runtime/repos/kde-unstable-x86_64/kdepim-runtime.install
  kdepim-runtime/repos/kde-unstable-x86_64/qjson080.patch

--------------------------------------------+
 kde-unstable-i686/PKGBUILD                 |   66 ++++++++++++---------------
 kde-unstable-i686/kdepim-runtime.install   |   26 +++++-----
 kde-unstable-i686/qjson080.patch           |   37 ---------------
 kde-unstable-x86_64/PKGBUILD               |   66 ++++++++++++---------------
 kde-unstable-x86_64/kdepim-runtime.install |   26 +++++-----
 kde-unstable-x86_64/qjson080.patch         |   37 ---------------
 6 files changed, 86 insertions(+), 172 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD	2012-12-04 18:08:10 UTC (rev 172619)
+++ kde-unstable-i686/PKGBUILD	2012-12-04 18:09:05 UTC (rev 172620)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Pierre Schmitz <pierre at archlinux.de>
-
-pkgname=kdepim-runtime
-pkgver=4.9.80
-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' 'kdepimlibs' 'libkgapi')
-makedepends=('cmake' 'automoc4' 'boost')
-install="${pkgname}.install"
-source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz"
-        'qjson080.patch')
-sha1sums=('d5d47f830786c627e6fb3a336b5506ba525e7e17'
-          '9160ac49b0b79e2c58d03c434a6d8c080a7d75e2')
-
-build() {
-    cd ${pkgname}-${pkgver}
-    patch -p1 -i "${srcdir}"/qjson080.patch
-    cd ../
-
-	mkdir build
-	cd build
-	cmake ../${pkgname}-${pkgver} \
-		-DCMAKE_BUILD_TYPE=Release \
-		-DCMAKE_INSTALL_PREFIX=/usr
-	make
-}
-
-package() {
-	cd build
-	make DESTDIR="${pkgdir}" install
-}

Copied: kdepim-runtime/repos/kde-unstable-i686/PKGBUILD (from rev 172619, kdepim-runtime/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2012-12-04 18:09:05 UTC (rev 172620)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Pierre Schmitz <pierre at archlinux.de>
+
+pkgname=kdepim-runtime
+pkgver=4.9.90
+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/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('267b889794dc07dd4374d51d043fd47572b71adc')
+
+build() {
+	mkdir build
+	cd build
+	cmake ../${pkgname}-${pkgver} \
+		-DCMAKE_BUILD_TYPE=Release \
+		-DCMAKE_INSTALL_PREFIX=/usr
+	make
+}
+
+package() {
+	cd build
+	make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kdepim-runtime.install
===================================================================
--- kde-unstable-i686/kdepim-runtime.install	2012-12-04 18:08:10 UTC (rev 172619)
+++ kde-unstable-i686/kdepim-runtime.install	2012-12-04 18:09:05 UTC (rev 172620)
@@ -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/kde-unstable-i686/kdepim-runtime.install (from rev 172619, kdepim-runtime/kde-unstable/kdepim-runtime.install)
===================================================================
--- kde-unstable-i686/kdepim-runtime.install	                        (rev 0)
+++ kde-unstable-i686/kdepim-runtime.install	2012-12-04 18:09:05 UTC (rev 172620)
@@ -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-i686/qjson080.patch
===================================================================
--- kde-unstable-i686/qjson080.patch	2012-12-04 18:08:10 UTC (rev 172619)
+++ kde-unstable-i686/qjson080.patch	2012-12-04 18:09:05 UTC (rev 172620)
@@ -1,37 +0,0 @@
-From: Christophe Giboudeaux <cgiboudeaux at gmx.com>
-Date: Sat, 24 Nov 2012 20:53:56 +0000
-Subject: Fix build with QJson >= 0.8.0
-X-Git-Url: http://quickgit.kde.org/?p=kdepim-runtime.git&a=commitdiff&h=ca06d09b6b78381bb152deb02c31ecb9d6a43210
----
-Fix build with QJson >= 0.8.0
----
-
-
---- a/resources/google/calendar/CMakeLists.txt
-+++ b/resources/google/calendar/CMakeLists.txt
-@@ -1,4 +1,9 @@
- set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${KDE4_ENABLE_EXCEPTIONS}")
-+
-+# QJson 0.8.0 is BIC
-+if(QJSON_VERSION VERSION_GREATER 0.7.1)
-+  add_definitions(-DUSE_QJSON_0_8)
-+endif()
- 
- set(calendarresource_SRCS
-   calendareditor.cpp
-
---- a/resources/google/calendar/defaultreminderattribute.cpp
-+++ b/resources/google/calendar/defaultreminderattribute.cpp
-@@ -79,7 +79,11 @@
-   }
- 
-   QJson::Serializer serializer;
-+  #if !defined( USE_QJSON_0_8 )
-   return serializer.serialize( list );
-+  #else
-+  return serializer.serialize( list, 0 );
-+  #endif
- }
- 
- Alarm::List DefaultReminderAttribute::alarms( Incidence *incidence ) const
-

Deleted: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD	2012-12-04 18:08:10 UTC (rev 172619)
+++ kde-unstable-x86_64/PKGBUILD	2012-12-04 18:09:05 UTC (rev 172620)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Pierre Schmitz <pierre at archlinux.de>
-
-pkgname=kdepim-runtime
-pkgver=4.9.80
-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' 'kdepimlibs' 'libkgapi')
-makedepends=('cmake' 'automoc4' 'boost')
-install="${pkgname}.install"
-source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz"
-        'qjson080.patch')
-sha1sums=('d5d47f830786c627e6fb3a336b5506ba525e7e17'
-          '9160ac49b0b79e2c58d03c434a6d8c080a7d75e2')
-
-build() {
-    cd ${pkgname}-${pkgver}
-    patch -p1 -i "${srcdir}"/qjson080.patch
-    cd ../
-
-	mkdir build
-	cd build
-	cmake ../${pkgname}-${pkgver} \
-		-DCMAKE_BUILD_TYPE=Release \
-		-DCMAKE_INSTALL_PREFIX=/usr
-	make
-}
-
-package() {
-	cd build
-	make DESTDIR="${pkgdir}" install
-}

Copied: kdepim-runtime/repos/kde-unstable-x86_64/PKGBUILD (from rev 172619, kdepim-runtime/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2012-12-04 18:09:05 UTC (rev 172620)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Pierre Schmitz <pierre at archlinux.de>
+
+pkgname=kdepim-runtime
+pkgver=4.9.90
+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/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('267b889794dc07dd4374d51d043fd47572b71adc')
+
+build() {
+	mkdir build
+	cd build
+	cmake ../${pkgname}-${pkgver} \
+		-DCMAKE_BUILD_TYPE=Release \
+		-DCMAKE_INSTALL_PREFIX=/usr
+	make
+}
+
+package() {
+	cd build
+	make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-x86_64/kdepim-runtime.install
===================================================================
--- kde-unstable-x86_64/kdepim-runtime.install	2012-12-04 18:08:10 UTC (rev 172619)
+++ kde-unstable-x86_64/kdepim-runtime.install	2012-12-04 18:09:05 UTC (rev 172620)
@@ -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/kde-unstable-x86_64/kdepim-runtime.install (from rev 172619, kdepim-runtime/kde-unstable/kdepim-runtime.install)
===================================================================
--- kde-unstable-x86_64/kdepim-runtime.install	                        (rev 0)
+++ kde-unstable-x86_64/kdepim-runtime.install	2012-12-04 18:09:05 UTC (rev 172620)
@@ -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/qjson080.patch
===================================================================
--- kde-unstable-x86_64/qjson080.patch	2012-12-04 18:08:10 UTC (rev 172619)
+++ kde-unstable-x86_64/qjson080.patch	2012-12-04 18:09:05 UTC (rev 172620)
@@ -1,37 +0,0 @@
-From: Christophe Giboudeaux <cgiboudeaux at gmx.com>
-Date: Sat, 24 Nov 2012 20:53:56 +0000
-Subject: Fix build with QJson >= 0.8.0
-X-Git-Url: http://quickgit.kde.org/?p=kdepim-runtime.git&a=commitdiff&h=ca06d09b6b78381bb152deb02c31ecb9d6a43210
----
-Fix build with QJson >= 0.8.0
----
-
-
---- a/resources/google/calendar/CMakeLists.txt
-+++ b/resources/google/calendar/CMakeLists.txt
-@@ -1,4 +1,9 @@
- set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${KDE4_ENABLE_EXCEPTIONS}")
-+
-+# QJson 0.8.0 is BIC
-+if(QJSON_VERSION VERSION_GREATER 0.7.1)
-+  add_definitions(-DUSE_QJSON_0_8)
-+endif()
- 
- set(calendarresource_SRCS
-   calendareditor.cpp
-
---- a/resources/google/calendar/defaultreminderattribute.cpp
-+++ b/resources/google/calendar/defaultreminderattribute.cpp
-@@ -79,7 +79,11 @@
-   }
- 
-   QJson::Serializer serializer;
-+  #if !defined( USE_QJSON_0_8 )
-   return serializer.serialize( list );
-+  #else
-+  return serializer.serialize( list, 0 );
-+  #endif
- }
- 
- Alarm::List DefaultReminderAttribute::alarms( Incidence *incidence ) const
-




More information about the arch-commits mailing list