[arch-commits] Commit in kdebindings-qyoto (3 files)

Andrea Scarpino andrea at archlinux.org
Fri Nov 16 19:53:37 UTC 2012


    Date: Friday, November 16, 2012 @ 14:53:36
  Author: andrea
Revision: 171147

KDE 4.10 beta1 - first steps

Added:
  kdebindings-qyoto/kde-unstable/
Modified:
  kdebindings-qyoto/kde-unstable/PKGBUILD
Deleted:
  kdebindings-qyoto/kde-unstable/cmake2810.patch

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

Modified: kde-unstable/PKGBUILD
===================================================================
--- trunk/PKGBUILD	2012-11-16 14:36:10 UTC (rev 171082)
+++ kde-unstable/PKGBUILD	2012-11-16 19:53:36 UTC (rev 171147)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=kdebindings-qyoto
-pkgver=4.9.3
+pkgver=4.9.80
 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/unstable/${pkgver}/src/qyoto-${pkgver}.tar.xz")
+sha1sums=('4b8e3927487c9c67f59e21422274d17e2c2a3dc6')
 
 build() {
-  cd qyoto-${pkgver}
-  # KDEBUG#209652
-  patch -p1 -i "${srcdir}"/cmake2810.patch
-  cd ../
- 
   mkdir build
   cd build
   cmake ../qyoto-${pkgver} \

Deleted: kde-unstable/cmake2810.patch
===================================================================
--- trunk/cmake2810.patch	2012-11-16 14:36:10 UTC (rev 171082)
+++ kde-unstable/cmake2810.patch	2012-11-16 19:53:36 UTC (rev 171147)
@@ -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