[arch-commits] Commit in kdepim/kde-unstable (PKGBUILD fix-build.patch)

Andrea Scarpino andrea at archlinux.org
Sun Dec 2 11:26:21 UTC 2012


    Date: Sunday, December 2, 2012 @ 06:26:20
  Author: andrea
Revision: 172427

KDE 4.10 beta2

Modified:
  kdepim/kde-unstable/PKGBUILD
Deleted:
  kdepim/kde-unstable/fix-build.patch

-----------------+
 PKGBUILD        |   12 +++---------
 fix-build.patch |   11 -----------
 2 files changed, 3 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-12-02 11:26:16 UTC (rev 172426)
+++ PKGBUILD	2012-12-02 11:26:20 UTC (rev 172427)
@@ -20,7 +20,7 @@
          'kdepim-ktimetracker'
          'kdepim-ktnef'
          'kdepim-libkdepim')
-pkgver=4.9.80
+pkgver=4.9.90
 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')
-source=("http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz"
-        'fix-build.patch')
-sha1sums=('c139bfb4fc4a39c270de4fea75790fe12cefc89c'
-          '974056ad2c3a00b33a8ac9403b369ab636000832')
+source=("http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz")
+sha1sums=('27e2bb229eb4e0c377d767979df73e8cdc0412b8')
 
 build() {
-    cd ${pkgbase}-${pkgver}
-    patch -p1 -i "${srcdir}"/fix-build.patch
-    cd ..
-
 	mkdir build
 	cd build
 	cmake ../${pkgbase}-${pkgver} \

Deleted: fix-build.patch
===================================================================
--- fix-build.patch	2012-12-02 11:26:16 UTC (rev 172426)
+++ fix-build.patch	2012-12-02 11:26:20 UTC (rev 172427)
@@ -1,11 +0,0 @@
---- kdepim-4.9.0/kleopatra/CMakeLists.txt~	2012-07-30 08:06:15.031181647 +0000
-+++ kdepim-4.9.0/kleopatra/CMakeLists.txt	2012-07-30 08:07:13.594082584 +0000
-@@ -365,7 +365,7 @@
- endif(KDEPIM_MOBILE_UI)
- 
- add_definitions ( -DKDE_DEFAULT_DEBUG_AREA=5151 )
--
-+add_definitions ( -DBOOST_TT_HAS_OPERATOR_HPP_INCLUDED )
- 
- kde4_add_app_icon(_kleopatra_mainwindow_SRCS "hi*-app-kleopatra.png")
- kde4_add_executable(kleopatra_bin ${_kleopatra_SRCS} ${_kleopatra_mainwindow_SRCS} ${_kleopatra_uiserver_SRCS} ${_kleopatra_libkdepim_SRCS} )




More information about the arch-commits mailing list