[arch-commits] Commit in kdebindings-qyoto/trunk (PKGBUILD cmake2810.patch)

Andrea Scarpino andrea at archlinux.org
Sun Dec 2 07:42:51 UTC 2012


    Date: Sunday, December 2, 2012 @ 02:42:51
  Author: andrea
Revision: 172210

KDE 4.9.4

Modified:
  kdebindings-qyoto/trunk/PKGBUILD
Deleted:
  kdebindings-qyoto/trunk/cmake2810.patch

-----------------+
 PKGBUILD        |   13 +++----------
 cmake2810.patch |   15 ---------------
 2 files changed, 3 insertions(+), 25 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-12-02 07:42:47 UTC (rev 172209)
+++ PKGBUILD	2012-12-02 07:42:51 UTC (rev 172210)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=kdebindings-qyoto
-pkgver=4.9.3
+pkgver=4.9.4
 pkgrel=1
 pkgdesc=".NET/Mono bindings for the Qt libraries"
 url="https://projects.kde.org/projects/kde/kdebindings/csharp/qyoto"
@@ -12,17 +12,10 @@
 depends=('kdebindings-smokeqt' 'mono')
 makedepends=('cmake' 'automoc4' 'kdebindings-smokegen')
 conflicts=('kdebindings-csharp')
-source=("http://download.kde.org/stable/${pkgver}/src/qyoto-${pkgver}.tar.xz"
-        'cmake2810.patch')
-sha1sums=('24397a09c50ccc2e87dcd5d07f33d74cc9c5113f'
-          'f7745cb0fc4768dc8cab0e0d58b1159fb19805f5')
+source=("http://download.kde.org/stable/${pkgver}/src/qyoto-${pkgver}.tar.xz")
+sha1sums=('53715ebadb0d591d5a0913602dff7a92eb636e95')
 
 build() {
-  cd qyoto-${pkgver}
-  # KDEBUG#209652
-  patch -p1 -i "${srcdir}"/cmake2810.patch
-  cd ../
- 
   mkdir build
   cd build
   cmake ../qyoto-${pkgver} \

Deleted: cmake2810.patch
===================================================================
--- cmake2810.patch	2012-12-02 07:42:47 UTC (rev 172209)
+++ cmake2810.patch	2012-12-02 07:42:51 UTC (rev 172210)
@@ -1,15 +0,0 @@
-diff -up qyoto-4.9.3/cmake/CMakeDetermineCSharpCompiler.cmake.cmake_2_8_10 qyoto-4.9.3/cmake/CMakeDetermineCSharpCompiler.cmake
---- qyoto-4.9.3/cmake/CMakeDetermineCSharpCompiler.cmake.cmake_2_8_10	2012-08-13 04:00:53.000000000 -0500
-+++ qyoto-4.9.3/cmake/CMakeDetermineCSharpCompiler.cmake	2012-11-06 15:31:18.719822193 -0600
-@@ -84,6 +84,9 @@ endif (CMAKE_CSharp_COMPILER)
- get_filename_component(script_dir ${CMAKE_CURRENT_LIST_FILE} PATH)
- 
- # configure variables set in this file for fast reload later on
--configure_file(${script_dir}/CMakeCSharpCompiler.cmake.in
--  ${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/CMakeCSharpCompiler.cmake IMMEDIATE @ONLY)
-+ if(NOT CMAKE_PLATFORM_INFO_DIR) # pre-2.8.10
-+   set(CMAKE_PLATFORM_INFO_DIR ${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY})
-+ endif()
-+ configure_file(${script_dir}/CMakeCSharpCompiler.cmake.in
-+   ${CMAKE_PLATFORM_INFO_DIR}/CMakeCSharpCompiler.cmake IMMEDIATE @ONLY)
- set(CMAKE_CSharp_COMPILER_ENV_VAR "CSC")




More information about the arch-commits mailing list