[arch-commits] Commit in kdebindings-qyoto/repos (8 files)

Andrea Scarpino andrea at archlinux.org
Thu Dec 6 08:19:21 UTC 2012


    Date: Thursday, December 6, 2012 @ 03:19:20
  Author: andrea
Revision: 172807

db-move: moved kdebindings-qyoto from [testing] to [extra] (i686, x86_64)

Added:
  kdebindings-qyoto/repos/extra-i686/PKGBUILD
    (from rev 172792, kdebindings-qyoto/repos/testing-i686/PKGBUILD)
  kdebindings-qyoto/repos/extra-x86_64/PKGBUILD
    (from rev 172792, kdebindings-qyoto/repos/testing-x86_64/PKGBUILD)
Deleted:
  kdebindings-qyoto/repos/extra-i686/PKGBUILD
  kdebindings-qyoto/repos/extra-i686/cmake2810.patch
  kdebindings-qyoto/repos/extra-x86_64/PKGBUILD
  kdebindings-qyoto/repos/extra-x86_64/cmake2810.patch
  kdebindings-qyoto/repos/testing-i686/
  kdebindings-qyoto/repos/testing-x86_64/

------------------------------+
 extra-i686/PKGBUILD          |   67 ++++++++++++++++++-----------------------
 extra-i686/cmake2810.patch   |   15 ---------
 extra-x86_64/PKGBUILD        |   67 ++++++++++++++++++-----------------------
 extra-x86_64/cmake2810.patch |   15 ---------
 4 files changed, 60 insertions(+), 104 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2012-12-06 08:19:17 UTC (rev 172806)
+++ extra-i686/PKGBUILD	2012-12-06 08:19:20 UTC (rev 172807)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdebindings-qyoto
-pkgver=4.9.3
-pkgrel=1
-pkgdesc=".NET/Mono bindings for the Qt libraries"
-url="https://projects.kde.org/projects/kde/kdebindings/csharp/qyoto"
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kdebindings')
-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')
-
-build() {
-  cd qyoto-${pkgver}
-  # KDEBUG#209652
-  patch -p1 -i "${srcdir}"/cmake2810.patch
-  cd ../
- 
-  mkdir build
-  cd build
-  cmake ../qyoto-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdebindings-qyoto/repos/extra-i686/PKGBUILD (from rev 172792, kdebindings-qyoto/repos/testing-i686/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2012-12-06 08:19:20 UTC (rev 172807)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdebindings-qyoto
+pkgver=4.9.4
+pkgrel=1
+pkgdesc=".NET/Mono bindings for the Qt libraries"
+url="https://projects.kde.org/projects/kde/kdebindings/csharp/qyoto"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-smokeqt' 'mono')
+makedepends=('cmake' 'automoc4' 'kdebindings-smokegen')
+conflicts=('kdebindings-csharp')
+source=("http://download.kde.org/stable/${pkgver}/src/qyoto-${pkgver}.tar.xz")
+sha1sums=('53715ebadb0d591d5a0913602dff7a92eb636e95')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../qyoto-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/cmake2810.patch
===================================================================
--- extra-i686/cmake2810.patch	2012-12-06 08:19:17 UTC (rev 172806)
+++ extra-i686/cmake2810.patch	2012-12-06 08:19:20 UTC (rev 172807)
@@ -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")

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2012-12-06 08:19:17 UTC (rev 172806)
+++ extra-x86_64/PKGBUILD	2012-12-06 08:19:20 UTC (rev 172807)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdebindings-qyoto
-pkgver=4.9.3
-pkgrel=1
-pkgdesc=".NET/Mono bindings for the Qt libraries"
-url="https://projects.kde.org/projects/kde/kdebindings/csharp/qyoto"
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kdebindings')
-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')
-
-build() {
-  cd qyoto-${pkgver}
-  # KDEBUG#209652
-  patch -p1 -i "${srcdir}"/cmake2810.patch
-  cd ../
- 
-  mkdir build
-  cd build
-  cmake ../qyoto-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdebindings-qyoto/repos/extra-x86_64/PKGBUILD (from rev 172792, kdebindings-qyoto/repos/testing-x86_64/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-12-06 08:19:20 UTC (rev 172807)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdebindings-qyoto
+pkgver=4.9.4
+pkgrel=1
+pkgdesc=".NET/Mono bindings for the Qt libraries"
+url="https://projects.kde.org/projects/kde/kdebindings/csharp/qyoto"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-smokeqt' 'mono')
+makedepends=('cmake' 'automoc4' 'kdebindings-smokegen')
+conflicts=('kdebindings-csharp')
+source=("http://download.kde.org/stable/${pkgver}/src/qyoto-${pkgver}.tar.xz")
+sha1sums=('53715ebadb0d591d5a0913602dff7a92eb636e95')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../qyoto-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/cmake2810.patch
===================================================================
--- extra-x86_64/cmake2810.patch	2012-12-06 08:19:17 UTC (rev 172806)
+++ extra-x86_64/cmake2810.patch	2012-12-06 08:19:20 UTC (rev 172807)
@@ -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