[arch-commits] Commit in kdepim/trunk (PKGBUILD boost152.patch)

Andrea Scarpino andrea at nymeria.archlinux.org
Mon Mar 4 11:13:33 UTC 2013


    Date: Monday, March 4, 2013 @ 12:13:32
  Author: andrea
Revision: 179257

KDE 4.10.1

Modified:
  kdepim/trunk/PKGBUILD
Deleted:
  kdepim/trunk/boost152.patch

----------------+
 PKGBUILD       |   12 +++---------
 boost152.patch |   13 -------------
 2 files changed, 3 insertions(+), 22 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-03-04 11:13:30 UTC (rev 179256)
+++ PKGBUILD	2013-03-04 11:13:32 UTC (rev 179257)
@@ -20,7 +20,7 @@
          'kdepim-ktimetracker'
          'kdepim-ktnef'
          'kdepim-libkdepim')
-pkgver=4.10.0
+pkgver=4.10.1
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://pim.kde.org'
@@ -28,16 +28,10 @@
 groups=('kde' 'kdepim')
 makedepends=('cmake' 'automoc4' 'boost' 'kdepim-runtime' 'libxss' 'pilot-link'
              'kde-agent' 'nepomuk-widgets')
-source=("http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz"
-        'boost152.patch')
-sha1sums=('6074fcea53b10c3660c5cc9a00b65e777840fdc4'
-          '652de82dcc1c45de3123898ba46e1962bb0ed6d4')
+source=("http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz")
+sha1sums=('9d1102ec9ea7ee7b8ddc70011231f173ceb2e5c1')
 
 build() {
-    cd ${pkgbase}-${pkgver}
-    patch -p1 -i "${srcdir}"/boost152.patch
-    cd ../
-
 	mkdir build
 	cd build
 	cmake ../${pkgbase}-${pkgver} \

Deleted: boost152.patch
===================================================================
--- boost152.patch	2013-03-04 11:13:30 UTC (rev 179256)
+++ boost152.patch	2013-03-04 11:13:32 UTC (rev 179257)
@@ -1,13 +0,0 @@
---- kdepim-4.10.0/kleopatra/models/keylistmodel.cpp~	2013-01-31 09:40:34.270651208 +0000
-+++ kdepim-4.10.0/kleopatra/models/keylistmodel.cpp	2013-01-31 09:41:26.570259714 +0000
-@@ -60,9 +60,9 @@
- #ifdef _WIN32_WCE
- #define BOOST_ALL_NO_LIB
- #endif
--#include <boost/graph/adjacency_list.hpp>
- 
- #ifndef Q_MOC_RUN // QTBUG-22829
-+#include <boost/graph/adjacency_list.hpp>
- #include <boost/graph/topological_sort.hpp>
- #endif
- 




More information about the arch-commits mailing list