[arch-commits] Commit in extra-cmake-modules/repos (4 files)

2019-12-14 Thread Antonio Rojas via arch-commits
Date: Saturday, December 14, 2019 @ 11:05:13
  Author: arojas
Revision: 371405

archrelease: copy trunk to testing-any

Added:
  extra-cmake-modules/repos/testing-any/
  extra-cmake-modules/repos/testing-any/ECM-no-init.py.patch
(from rev 371404, extra-cmake-modules/trunk/ECM-no-init.py.patch)
  extra-cmake-modules/repos/testing-any/ECM-sip5.patch
(from rev 371404, extra-cmake-modules/trunk/ECM-sip5.patch)
  extra-cmake-modules/repos/testing-any/PKGBUILD
(from rev 371404, extra-cmake-modules/trunk/PKGBUILD)

--+
 ECM-no-init.py.patch |   10 ++
 ECM-sip5.patch   |   12 
 PKGBUILD |   47 +++
 3 files changed, 69 insertions(+)

Copied: extra-cmake-modules/repos/testing-any/ECM-no-init.py.patch (from rev 
371404, extra-cmake-modules/trunk/ECM-no-init.py.patch)
===
--- testing-any/ECM-no-init.py.patch(rev 0)
+++ testing-any/ECM-no-init.py.patch2019-12-14 11:05:13 UTC (rev 371405)
@@ -0,0 +1,10 @@
+diff --git a/find-modules/GeneratePythonBindingUmbrellaModule.cmake 
b/find-modules/GeneratePythonBindingUmbrellaModule.cmake
+index de79393..144fab4 100644
+--- a/find-modules/GeneratePythonBindingUmbrellaModule.cmake
 b/find-modules/GeneratePythonBindingUmbrellaModule.cmake
+@@ -4,4 +4,4 @@ get_filename_component(PYTHON_UMBRELLA_MODULE_DIR 
${PYTHON_UMBRELLA_MODULE_FILE}
+ 
+ file(MAKE_DIRECTORY "${PYTHON_UMBRELLA_MODULE_DIR}")
+ 
+-execute_process(COMMAND "${CMAKE_COMMAND}" -E touch 
"${PYTHON_UMBRELLA_MODULE_FILE}")
++#execute_process(COMMAND "${CMAKE_COMMAND}" -E touch 
"${PYTHON_UMBRELLA_MODULE_FILE}")

Copied: extra-cmake-modules/repos/testing-any/ECM-sip5.patch (from rev 371404, 
extra-cmake-modules/trunk/ECM-sip5.patch)
===
--- testing-any/ECM-sip5.patch  (rev 0)
+++ testing-any/ECM-sip5.patch  2019-12-14 11:05:13 UTC (rev 371405)
@@ -0,0 +1,12 @@
+diff --git a/find-modules/FindPythonModuleGeneration.cmake 
b/find-modules/FindPythonModuleGeneration.cmake
+index 9a34220..2b4e382 100644
+--- a/find-modules/FindPythonModuleGeneration.cmake
 b/find-modules/FindPythonModuleGeneration.cmake
+@@ -309,6 +309,7 @@ get_filename_component(libclang_file "${libclang_file}" 
REALPATH)
+ 
+ find_file(SIP_Qt5Core_Mod_FILE
+   NAMES QtCoremod.sip
++  PATHS ${KDE_INSTALL_PYTHON3DIR}/PyQt5/bindings/QtCore
+   PATH_SUFFIXES share/sip/PyQt5/QtCore
+ )
+ 

Copied: extra-cmake-modules/repos/testing-any/PKGBUILD (from rev 371404, 
extra-cmake-modules/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2019-12-14 11:05:13 UTC (rev 371405)
@@ -0,0 +1,47 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=extra-cmake-modules
+pkgver=5.65.0
+pkgrel=1
+pkgdesc='Extra modules and scripts for CMake'
+arch=(any)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(cmake)
+makedepends=(python-sphinx python-requests qt5-tools)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig}
+ECM-no-init.py.patch ECM-sip5.patch)
+sha256sums=('41634536ca1165a758acd85aa2177616019e2d3974693a92d1d9bc91c105'
+'SKIP'
+'5695e45c7621a00c0bca28f058c13b5d524f963a00b53337c8cefcdaf22c4b52'
+'0eff96db80a96716010356d88b869be643fde9204ec2334869c2b934afaf')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+  sed -e 's|/usr/bin/env python|/usr/bin/env python2|' -i find-modules/*.py
+# Don't create __init__.py
+  patch -p1 -i ../ECM-no-init.py.patch
+# Compatibility with sip 5
+  patch -p1 -i ../ECM-sip5.patch
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_HTML_DOCS=OFF \
+-DBUILD_QTHELP_DOCS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in extra-cmake-modules/repos (4 files)

2018-09-08 Thread Antonio Rojas via arch-commits
Date: Saturday, September 8, 2018 @ 08:32:43
  Author: arojas
Revision: 334019

archrelease: copy trunk to testing-any

Added:
  extra-cmake-modules/repos/testing-any/
  extra-cmake-modules/repos/testing-any/ECM-no-init.py.patch
(from rev 334018, extra-cmake-modules/trunk/ECM-no-init.py.patch)
  extra-cmake-modules/repos/testing-any/PKGBUILD
(from rev 334018, extra-cmake-modules/trunk/PKGBUILD)
  extra-cmake-modules/repos/testing-any/ecm-sipflags.patch
(from rev 334018, extra-cmake-modules/trunk/ecm-sipflags.patch)

--+
 ECM-no-init.py.patch |   10 
 PKGBUILD |   48 ++
 ecm-sipflags.patch   |   61 +
 3 files changed, 119 insertions(+)

Copied: extra-cmake-modules/repos/testing-any/ECM-no-init.py.patch (from rev 
334018, extra-cmake-modules/trunk/ECM-no-init.py.patch)
===
--- testing-any/ECM-no-init.py.patch(rev 0)
+++ testing-any/ECM-no-init.py.patch2018-09-08 08:32:43 UTC (rev 334019)
@@ -0,0 +1,10 @@
+diff --git a/find-modules/GeneratePythonBindingUmbrellaModule.cmake 
b/find-modules/GeneratePythonBindingUmbrellaModule.cmake
+index de79393..144fab4 100644
+--- a/find-modules/GeneratePythonBindingUmbrellaModule.cmake
 b/find-modules/GeneratePythonBindingUmbrellaModule.cmake
+@@ -4,4 +4,4 @@ get_filename_component(PYTHON_UMBRELLA_MODULE_DIR 
${PYTHON_UMBRELLA_MODULE_FILE}
+ 
+ file(MAKE_DIRECTORY "${PYTHON_UMBRELLA_MODULE_DIR}")
+ 
+-execute_process(COMMAND "${CMAKE_COMMAND}" -E touch 
"${PYTHON_UMBRELLA_MODULE_FILE}")
++#execute_process(COMMAND "${CMAKE_COMMAND}" -E touch 
"${PYTHON_UMBRELLA_MODULE_FILE}")

Copied: extra-cmake-modules/repos/testing-any/PKGBUILD (from rev 334018, 
extra-cmake-modules/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2018-09-08 08:32:43 UTC (rev 334019)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=extra-cmake-modules
+pkgver=5.50.0
+pkgrel=1
+pkgdesc='Extra modules and scripts for CMake'
+arch=(any)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(cmake)
+makedepends=(python-sphinx python-requests qt5-tools)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig}
+ECM-no-init.py.patch ecm-sipflags.patch)
+sha256sums=('dd33b0b09c9659c4e0f49f5ba0caf48ad01534bc3d31788d0793b140cd7e0489'
+'SKIP'
+'5695e45c7621a00c0bca28f058c13b5d524f963a00b53337c8cefcdaf22c4b52'
+'6f4715fdf7bf452c3f27cd00725083276795bd82d7b38cc420fed056145a36ed')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+  sed -e 's|/usr/bin/env python|/usr/bin/env python2|' -i find-modules/*.py
+# Don't create __init__.py
+  patch -p1 -i ../ECM-no-init.py.patch
+# Use PyQt sip flags
+  patch -p1 -i ../ecm-sipflags.patch
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_HTML_DOCS=OFF \
+-DBUILD_QTHELP_DOCS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: extra-cmake-modules/repos/testing-any/ecm-sipflags.patch (from rev 
334018, extra-cmake-modules/trunk/ecm-sipflags.patch)
===
--- testing-any/ecm-sipflags.patch  (rev 0)
+++ testing-any/ecm-sipflags.patch  2018-09-08 08:32:43 UTC (rev 334019)
@@ -0,0 +1,61 @@
+diff --git a/find-modules/FindPythonModuleGeneration.cmake 
b/find-modules/FindPythonModuleGeneration.cmake
+index 2362c45..c789e9b 100644
+--- a/find-modules/FindPythonModuleGeneration.cmake
 b/find-modules/FindPythonModuleGeneration.cmake
+@@ -251,20 +251,6 @@ if(NOT SIP_Qt5Core_Mod_FILE)
+   _report_NOT_FOUND("PyQt module files not found for the 
${CMAKE_FIND_PACKAGE_NAME} Module.")
+ endif()
+ 
+-file(STRINGS "${SIP_Qt5Core_Mod_FILE}" _SIP_Qt5_VERSIONS
+-  REGEX "^%Timeline"
+-)
+-
+-string(REGEX MATCHALL "Qt_5_[^ }]+" _SIP_Qt5_VERSIONS "${_SIP_Qt5_VERSIONS}")
+-
+-set(GPB_Qt5_Tag Qt_5_${Qt5Core_VERSION_MINOR}_${Qt5Core_VERSION_PATCH})
+-
+-list(FIND _SIP_Qt5_VERSIONS ${GPB_Qt5_Tag} _SIP_Qt5_Version_Index)
+-
+-if(_SIP_Qt5_Version_Index EQUAL -1)
+-  _report_NOT_FOUND("PyQt module \"${SIP_Qt5Core_Mod_FILE}\" does not support 
Qt version 5.${Qt5Core_VERSION_MINOR}.${Qt5Core_VERSION_PATCH} for the 
${CMAKE_FIND_PACKAGE_NAME} Module. Found available Qt5 tags: 
\"${_SIP_Qt5_VERSIONS}\".")
+-endif()
+-
+ set(PythonModuleGeneration_FOUND TRUE)
+ 
+ include(CMakeParseArguments)
+@@ -395,14 +395,6 @@ headers = sipAPI${modulename_value}
+   endif()
+

[arch-commits] Commit in extra-cmake-modules/repos (4 files)

2018-07-14 Thread Antonio Rojas via arch-commits
Date: Saturday, July 14, 2018 @ 08:59:03
  Author: arojas
Revision: 328575

archrelease: copy trunk to testing-any

Added:
  extra-cmake-modules/repos/testing-any/
  extra-cmake-modules/repos/testing-any/ECM-no-init.py.patch
(from rev 328574, extra-cmake-modules/trunk/ECM-no-init.py.patch)
  extra-cmake-modules/repos/testing-any/PKGBUILD
(from rev 328574, extra-cmake-modules/trunk/PKGBUILD)
  extra-cmake-modules/repos/testing-any/fix-python-bindings-generation.patch
(from rev 328574, 
extra-cmake-modules/trunk/fix-python-bindings-generation.patch)

--+
 ECM-no-init.py.patch |   10 ++
 PKGBUILD |   51 +
 fix-python-bindings-generation.patch |   12 +++
 3 files changed, 73 insertions(+)

Copied: extra-cmake-modules/repos/testing-any/ECM-no-init.py.patch (from rev 
328574, extra-cmake-modules/trunk/ECM-no-init.py.patch)
===
--- testing-any/ECM-no-init.py.patch(rev 0)
+++ testing-any/ECM-no-init.py.patch2018-07-14 08:59:03 UTC (rev 328575)
@@ -0,0 +1,10 @@
+diff --git a/find-modules/GeneratePythonBindingUmbrellaModule.cmake 
b/find-modules/GeneratePythonBindingUmbrellaModule.cmake
+index de79393..144fab4 100644
+--- a/find-modules/GeneratePythonBindingUmbrellaModule.cmake
 b/find-modules/GeneratePythonBindingUmbrellaModule.cmake
+@@ -4,4 +4,4 @@ get_filename_component(PYTHON_UMBRELLA_MODULE_DIR 
${PYTHON_UMBRELLA_MODULE_FILE}
+ 
+ file(MAKE_DIRECTORY "${PYTHON_UMBRELLA_MODULE_DIR}")
+ 
+-execute_process(COMMAND "${CMAKE_COMMAND}" -E touch 
"${PYTHON_UMBRELLA_MODULE_FILE}")
++#execute_process(COMMAND "${CMAKE_COMMAND}" -E touch 
"${PYTHON_UMBRELLA_MODULE_FILE}")

Copied: extra-cmake-modules/repos/testing-any/PKGBUILD (from rev 328574, 
extra-cmake-modules/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2018-07-14 08:59:03 UTC (rev 328575)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=extra-cmake-modules
+pkgver=5.48.0
+pkgrel=1
+pkgdesc='Extra modules and scripts for CMake'
+arch=(any)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(cmake)
+makedepends=(python-sphinx python-requests qt5-tools)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig}
+fix-python-bindings-generation.patch ECM-no-init.py.patch 
ecm-python3.patch)
+sha256sums=('fc5b7a9dedb4f6a91db17482578c33f1ec55f11791c592ee431f6d9898ede598'
+'SKIP'
+'af9238c6d1c3b4ebbefab0500c21364805f620a3e408792e2a5eaad3c6dfcc49'
+'5695e45c7621a00c0bca28f058c13b5d524f963a00b53337c8cefcdaf22c4b52'
+'eae8d9f49209ee333c891b319a990670c16e151e049ded1741be32a7ca0e32ed')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+  sed -e 's|/usr/bin/env python|/usr/bin/env python2|' -i find-modules/*.py
+# Fix Ubuntu-specific code https://bugs.kde.org/show_bug.cgi?id=372311
+  patch -p1 -i ../fix-python-bindings-generation.patch
+# Don't create __init__.py
+  patch -p1 -i ../ECM-no-init.py.patch
+# Port python binding generation scripts to python3
+  patch -p1 -i ../ecm-python3.patch
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_HTML_DOCS=OFF \
+-DBUILD_QTHELP_DOCS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: 
extra-cmake-modules/repos/testing-any/fix-python-bindings-generation.patch 
(from rev 328574, 
extra-cmake-modules/trunk/fix-python-bindings-generation.patch)
===
--- testing-any/fix-python-bindings-generation.patch
(rev 0)
+++ testing-any/fix-python-bindings-generation.patch2018-07-14 08:59:03 UTC 
(rev 328575)
@@ -0,0 +1,12 @@
+--- extra-cmake-modules-5.29.0/find-modules/FindPythonModuleGeneration.cmake.0 
2017-01-06 09:25:44.345565087 +
 extra-cmake-modules-5.29.0/find-modules/FindPythonModuleGeneration.cmake   
2017-01-06 09:29:03.881879316 +
+@@ -192,7 +192,7 @@
+   while(NOT libclang_LIBRARY AND NOT _LIBCLANG_FIND_VERSION EQUAL 
_LIBCLANG_MIN_MAJOR_VERSION)
+ math(EXPR _LIBCLANG_FIND_VERSION "${_LIBCLANG_FIND_VERSION} - 1")
+ set(_GPB_CLANG_SUFFIX ${_LIBCLANG_FIND_VERSION}.0)
+-find_library(libclang_LIBRARY clang-${_LIBCLANG_FIND_VERSION}.0)
++find_library(libclang_LIBRARY NAMES clang-${_LIBCLANG_FIND_VERSION}.0 
clang)
+   endwhile()
+ 
+   if (NOT libclang_LIBRARY)
+


[arch-commits] Commit in extra-cmake-modules/repos (4 files)

2018-06-09 Thread Antonio Rojas via arch-commits
Date: Saturday, June 9, 2018 @ 15:44:22
  Author: arojas
Revision: 326520

archrelease: copy trunk to testing-any

Added:
  extra-cmake-modules/repos/testing-any/
  extra-cmake-modules/repos/testing-any/ECM-no-init.py.patch
(from rev 326519, extra-cmake-modules/trunk/ECM-no-init.py.patch)
  extra-cmake-modules/repos/testing-any/PKGBUILD
(from rev 326519, extra-cmake-modules/trunk/PKGBUILD)
  extra-cmake-modules/repos/testing-any/fix-python-bindings-generation.patch
(from rev 326519, 
extra-cmake-modules/trunk/fix-python-bindings-generation.patch)

--+
 ECM-no-init.py.patch |   10 ++
 PKGBUILD |   48 +
 fix-python-bindings-generation.patch |   12 
 3 files changed, 70 insertions(+)

Copied: extra-cmake-modules/repos/testing-any/ECM-no-init.py.patch (from rev 
326519, extra-cmake-modules/trunk/ECM-no-init.py.patch)
===
--- testing-any/ECM-no-init.py.patch(rev 0)
+++ testing-any/ECM-no-init.py.patch2018-06-09 15:44:22 UTC (rev 326520)
@@ -0,0 +1,10 @@
+diff --git a/find-modules/GeneratePythonBindingUmbrellaModule.cmake 
b/find-modules/GeneratePythonBindingUmbrellaModule.cmake
+index de79393..144fab4 100644
+--- a/find-modules/GeneratePythonBindingUmbrellaModule.cmake
 b/find-modules/GeneratePythonBindingUmbrellaModule.cmake
+@@ -4,4 +4,4 @@ get_filename_component(PYTHON_UMBRELLA_MODULE_DIR 
${PYTHON_UMBRELLA_MODULE_FILE}
+ 
+ file(MAKE_DIRECTORY "${PYTHON_UMBRELLA_MODULE_DIR}")
+ 
+-execute_process(COMMAND "${CMAKE_COMMAND}" -E touch 
"${PYTHON_UMBRELLA_MODULE_FILE}")
++#execute_process(COMMAND "${CMAKE_COMMAND}" -E touch 
"${PYTHON_UMBRELLA_MODULE_FILE}")

Copied: extra-cmake-modules/repos/testing-any/PKGBUILD (from rev 326519, 
extra-cmake-modules/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2018-06-09 15:44:22 UTC (rev 326520)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=extra-cmake-modules
+pkgver=5.47.0
+pkgrel=1
+pkgdesc='Extra modules and scripts for CMake'
+arch=(any)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(cmake)
+makedepends=(python-sphinx python-requests qt5-tools)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig}
+fix-python-bindings-generation.patch ECM-no-init.py.patch)
+sha256sums=('976d8bd15a0b929376bfaef34602a0fb9614229851c46fac3c4b28938f682195'
+'SKIP'
+'af9238c6d1c3b4ebbefab0500c21364805f620a3e408792e2a5eaad3c6dfcc49'
+'5695e45c7621a00c0bca28f058c13b5d524f963a00b53337c8cefcdaf22c4b52')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+  sed -e 's|/usr/bin/env python|/usr/bin/env python2|' -i find-modules/*.py
+# Fix Ubuntu-specific code https://bugs.kde.org/show_bug.cgi?id=372311
+  patch -p1 -i ../fix-python-bindings-generation.patch
+# Don't create __init__.py, depend on python-pykf5 instead
+  patch -p1 -i ../ECM-no-init.py.patch
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_HTML_DOCS=OFF \
+-DBUILD_QTHELP_DOCS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: 
extra-cmake-modules/repos/testing-any/fix-python-bindings-generation.patch 
(from rev 326519, 
extra-cmake-modules/trunk/fix-python-bindings-generation.patch)
===
--- testing-any/fix-python-bindings-generation.patch
(rev 0)
+++ testing-any/fix-python-bindings-generation.patch2018-06-09 15:44:22 UTC 
(rev 326520)
@@ -0,0 +1,12 @@
+--- extra-cmake-modules-5.29.0/find-modules/FindPythonModuleGeneration.cmake.0 
2017-01-06 09:25:44.345565087 +
 extra-cmake-modules-5.29.0/find-modules/FindPythonModuleGeneration.cmake   
2017-01-06 09:29:03.881879316 +
+@@ -192,7 +192,7 @@
+   while(NOT libclang_LIBRARY AND NOT _LIBCLANG_FIND_VERSION EQUAL 
_LIBCLANG_MIN_MAJOR_VERSION)
+ math(EXPR _LIBCLANG_FIND_VERSION "${_LIBCLANG_FIND_VERSION} - 1")
+ set(_GPB_CLANG_SUFFIX ${_LIBCLANG_FIND_VERSION}.0)
+-find_library(libclang_LIBRARY clang-${_LIBCLANG_FIND_VERSION}.0)
++find_library(libclang_LIBRARY NAMES clang-${_LIBCLANG_FIND_VERSION}.0 
clang)
+   endwhile()
+ 
+   if (NOT libclang_LIBRARY)
+


[arch-commits] Commit in extra-cmake-modules/repos (4 files)

2018-05-12 Thread Antonio Rojas via arch-commits
Date: Saturday, May 12, 2018 @ 20:18:52
  Author: arojas
Revision: 324057

archrelease: copy trunk to testing-any

Added:
  extra-cmake-modules/repos/testing-any/
  extra-cmake-modules/repos/testing-any/ECM-no-init.py.patch
(from rev 324056, extra-cmake-modules/trunk/ECM-no-init.py.patch)
  extra-cmake-modules/repos/testing-any/PKGBUILD
(from rev 324056, extra-cmake-modules/trunk/PKGBUILD)
  extra-cmake-modules/repos/testing-any/fix-python-bindings-generation.patch
(from rev 324056, 
extra-cmake-modules/trunk/fix-python-bindings-generation.patch)

--+
 ECM-no-init.py.patch |   10 ++
 PKGBUILD |   48 +
 fix-python-bindings-generation.patch |   12 
 3 files changed, 70 insertions(+)

Copied: extra-cmake-modules/repos/testing-any/ECM-no-init.py.patch (from rev 
324056, extra-cmake-modules/trunk/ECM-no-init.py.patch)
===
--- testing-any/ECM-no-init.py.patch(rev 0)
+++ testing-any/ECM-no-init.py.patch2018-05-12 20:18:52 UTC (rev 324057)
@@ -0,0 +1,10 @@
+diff --git a/find-modules/GeneratePythonBindingUmbrellaModule.cmake 
b/find-modules/GeneratePythonBindingUmbrellaModule.cmake
+index de79393..144fab4 100644
+--- a/find-modules/GeneratePythonBindingUmbrellaModule.cmake
 b/find-modules/GeneratePythonBindingUmbrellaModule.cmake
+@@ -4,4 +4,4 @@ get_filename_component(PYTHON_UMBRELLA_MODULE_DIR 
${PYTHON_UMBRELLA_MODULE_FILE}
+ 
+ file(MAKE_DIRECTORY "${PYTHON_UMBRELLA_MODULE_DIR}")
+ 
+-execute_process(COMMAND "${CMAKE_COMMAND}" -E touch 
"${PYTHON_UMBRELLA_MODULE_FILE}")
++#execute_process(COMMAND "${CMAKE_COMMAND}" -E touch 
"${PYTHON_UMBRELLA_MODULE_FILE}")

Copied: extra-cmake-modules/repos/testing-any/PKGBUILD (from rev 324056, 
extra-cmake-modules/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2018-05-12 20:18:52 UTC (rev 324057)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=extra-cmake-modules
+pkgver=5.46.0
+pkgrel=1
+pkgdesc='Extra modules and scripts for CMake'
+arch=(any)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(cmake)
+makedepends=(python-sphinx python-requests qt5-tools)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig}
+fix-python-bindings-generation.patch ECM-no-init.py.patch)
+sha256sums=('e5da3e1b67e19d7b8b5b1d867bb1e9a54d902d718e55148f3296da9f9a18c275'
+'SKIP'
+'af9238c6d1c3b4ebbefab0500c21364805f620a3e408792e2a5eaad3c6dfcc49'
+'5695e45c7621a00c0bca28f058c13b5d524f963a00b53337c8cefcdaf22c4b52')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+  sed -e 's|/usr/bin/env python|/usr/bin/env python2|' -i find-modules/*.py
+# Fix Ubuntu-specific code https://bugs.kde.org/show_bug.cgi?id=372311
+  patch -p1 -i ../fix-python-bindings-generation.patch
+# Don't create __init__.py, depend on python-pykf5 instead
+  patch -p1 -i ../ECM-no-init.py.patch
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_HTML_DOCS=OFF \
+-DBUILD_QTHELP_DOCS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: 
extra-cmake-modules/repos/testing-any/fix-python-bindings-generation.patch 
(from rev 324056, 
extra-cmake-modules/trunk/fix-python-bindings-generation.patch)
===
--- testing-any/fix-python-bindings-generation.patch
(rev 0)
+++ testing-any/fix-python-bindings-generation.patch2018-05-12 20:18:52 UTC 
(rev 324057)
@@ -0,0 +1,12 @@
+--- extra-cmake-modules-5.29.0/find-modules/FindPythonModuleGeneration.cmake.0 
2017-01-06 09:25:44.345565087 +
 extra-cmake-modules-5.29.0/find-modules/FindPythonModuleGeneration.cmake   
2017-01-06 09:29:03.881879316 +
+@@ -192,7 +192,7 @@
+   while(NOT libclang_LIBRARY AND NOT _LIBCLANG_FIND_VERSION EQUAL 
_LIBCLANG_MIN_MAJOR_VERSION)
+ math(EXPR _LIBCLANG_FIND_VERSION "${_LIBCLANG_FIND_VERSION} - 1")
+ set(_GPB_CLANG_SUFFIX ${_LIBCLANG_FIND_VERSION}.0)
+-find_library(libclang_LIBRARY clang-${_LIBCLANG_FIND_VERSION}.0)
++find_library(libclang_LIBRARY NAMES clang-${_LIBCLANG_FIND_VERSION}.0 
clang)
+   endwhile()
+ 
+   if (NOT libclang_LIBRARY)
+


[arch-commits] Commit in extra-cmake-modules/repos (4 files)

2018-04-14 Thread Antonio Rojas via arch-commits
Date: Saturday, April 14, 2018 @ 09:54:23
  Author: arojas
Revision: 321704

archrelease: copy trunk to testing-any

Added:
  extra-cmake-modules/repos/testing-any/
  extra-cmake-modules/repos/testing-any/ECM-no-init.py.patch
(from rev 321703, extra-cmake-modules/trunk/ECM-no-init.py.patch)
  extra-cmake-modules/repos/testing-any/PKGBUILD
(from rev 321703, extra-cmake-modules/trunk/PKGBUILD)
  extra-cmake-modules/repos/testing-any/fix-python-bindings-generation.patch
(from rev 321703, 
extra-cmake-modules/trunk/fix-python-bindings-generation.patch)

--+
 ECM-no-init.py.patch |   10 +++
 PKGBUILD |   47 +
 fix-python-bindings-generation.patch |   12 
 3 files changed, 69 insertions(+)

Copied: extra-cmake-modules/repos/testing-any/ECM-no-init.py.patch (from rev 
321703, extra-cmake-modules/trunk/ECM-no-init.py.patch)
===
--- testing-any/ECM-no-init.py.patch(rev 0)
+++ testing-any/ECM-no-init.py.patch2018-04-14 09:54:23 UTC (rev 321704)
@@ -0,0 +1,10 @@
+diff --git a/find-modules/GeneratePythonBindingUmbrellaModule.cmake 
b/find-modules/GeneratePythonBindingUmbrellaModule.cmake
+index de79393..144fab4 100644
+--- a/find-modules/GeneratePythonBindingUmbrellaModule.cmake
 b/find-modules/GeneratePythonBindingUmbrellaModule.cmake
+@@ -4,4 +4,4 @@ get_filename_component(PYTHON_UMBRELLA_MODULE_DIR 
${PYTHON_UMBRELLA_MODULE_FILE}
+ 
+ file(MAKE_DIRECTORY "${PYTHON_UMBRELLA_MODULE_DIR}")
+ 
+-execute_process(COMMAND "${CMAKE_COMMAND}" -E touch 
"${PYTHON_UMBRELLA_MODULE_FILE}")
++#execute_process(COMMAND "${CMAKE_COMMAND}" -E touch 
"${PYTHON_UMBRELLA_MODULE_FILE}")

Copied: extra-cmake-modules/repos/testing-any/PKGBUILD (from rev 321703, 
extra-cmake-modules/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2018-04-14 09:54:23 UTC (rev 321704)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=extra-cmake-modules
+pkgver=5.45.0
+pkgrel=1
+pkgdesc='Extra modules and scripts for CMake'
+arch=('any')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('cmake')
+makedepends=('python-sphinx' 'python-requests' 'qt5-tools')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
+fix-python-bindings-generation.patch ECM-no-init.py.patch)
+sha256sums=('e6d49dcbf37a1887d4e08d1381318bad064ab214ab021030d74ce2657e93f63c'
+'SKIP'
+'af9238c6d1c3b4ebbefab0500c21364805f620a3e408792e2a5eaad3c6dfcc49'
+'5695e45c7621a00c0bca28f058c13b5d524f963a00b53337c8cefcdaf22c4b52')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+  sed -e 's|/usr/bin/env python|/usr/bin/env python2|' -i find-modules/*.py
+# Fix Ubuntu-specific code https://bugs.kde.org/show_bug.cgi?id=372311
+  patch -p1 -i ../fix-python-bindings-generation.patch
+# Don't create __init__.py, depend on python-pykf5 instead
+  patch -p1 -i ../ECM-no-init.py.patch
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_HTML_DOCS=OFF \
+-DBUILD_QTHELP_DOCS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: 
extra-cmake-modules/repos/testing-any/fix-python-bindings-generation.patch 
(from rev 321703, 
extra-cmake-modules/trunk/fix-python-bindings-generation.patch)
===
--- testing-any/fix-python-bindings-generation.patch
(rev 0)
+++ testing-any/fix-python-bindings-generation.patch2018-04-14 09:54:23 UTC 
(rev 321704)
@@ -0,0 +1,12 @@
+--- extra-cmake-modules-5.29.0/find-modules/FindPythonModuleGeneration.cmake.0 
2017-01-06 09:25:44.345565087 +
 extra-cmake-modules-5.29.0/find-modules/FindPythonModuleGeneration.cmake   
2017-01-06 09:29:03.881879316 +
+@@ -192,7 +192,7 @@
+   while(NOT libclang_LIBRARY AND NOT _LIBCLANG_FIND_VERSION EQUAL 
_LIBCLANG_MIN_MAJOR_VERSION)
+ math(EXPR _LIBCLANG_FIND_VERSION "${_LIBCLANG_FIND_VERSION} - 1")
+ set(_GPB_CLANG_SUFFIX ${_LIBCLANG_FIND_VERSION}.0)
+-find_library(libclang_LIBRARY clang-${_LIBCLANG_FIND_VERSION}.0)
++find_library(libclang_LIBRARY NAMES clang-${_LIBCLANG_FIND_VERSION}.0 
clang)
+   endwhile()
+ 
+   if (NOT libclang_LIBRARY)
+


[arch-commits] Commit in extra-cmake-modules/repos (4 files)

2018-03-10 Thread Antonio Rojas via arch-commits
Date: Saturday, March 10, 2018 @ 09:34:03
  Author: arojas
Revision: 318409

archrelease: copy trunk to testing-any

Added:
  extra-cmake-modules/repos/testing-any/
  extra-cmake-modules/repos/testing-any/ECM-no-init.py.patch
(from rev 318408, extra-cmake-modules/trunk/ECM-no-init.py.patch)
  extra-cmake-modules/repos/testing-any/PKGBUILD
(from rev 318408, extra-cmake-modules/trunk/PKGBUILD)
  extra-cmake-modules/repos/testing-any/fix-python-bindings-generation.patch
(from rev 318408, 
extra-cmake-modules/trunk/fix-python-bindings-generation.patch)

--+
 ECM-no-init.py.patch |   10 +++
 PKGBUILD |   47 +
 fix-python-bindings-generation.patch |   12 
 3 files changed, 69 insertions(+)

Copied: extra-cmake-modules/repos/testing-any/ECM-no-init.py.patch (from rev 
318408, extra-cmake-modules/trunk/ECM-no-init.py.patch)
===
--- testing-any/ECM-no-init.py.patch(rev 0)
+++ testing-any/ECM-no-init.py.patch2018-03-10 09:34:03 UTC (rev 318409)
@@ -0,0 +1,10 @@
+diff --git a/find-modules/GeneratePythonBindingUmbrellaModule.cmake 
b/find-modules/GeneratePythonBindingUmbrellaModule.cmake
+index de79393..144fab4 100644
+--- a/find-modules/GeneratePythonBindingUmbrellaModule.cmake
 b/find-modules/GeneratePythonBindingUmbrellaModule.cmake
+@@ -4,4 +4,4 @@ get_filename_component(PYTHON_UMBRELLA_MODULE_DIR 
${PYTHON_UMBRELLA_MODULE_FILE}
+ 
+ file(MAKE_DIRECTORY "${PYTHON_UMBRELLA_MODULE_DIR}")
+ 
+-execute_process(COMMAND "${CMAKE_COMMAND}" -E touch 
"${PYTHON_UMBRELLA_MODULE_FILE}")
++#execute_process(COMMAND "${CMAKE_COMMAND}" -E touch 
"${PYTHON_UMBRELLA_MODULE_FILE}")

Copied: extra-cmake-modules/repos/testing-any/PKGBUILD (from rev 318408, 
extra-cmake-modules/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2018-03-10 09:34:03 UTC (rev 318409)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=extra-cmake-modules
+pkgver=5.44.0
+pkgrel=1
+pkgdesc='Extra modules and scripts for CMake'
+arch=('any')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('cmake')
+makedepends=('python-sphinx' 'python-requests' 'qt5-tools')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
+fix-python-bindings-generation.patch ECM-no-init.py.patch)
+sha256sums=('3a72c3aba988c5e17eef1a805547f2567f5e31cf86676ed0d0761d478ae42f88'
+'SKIP'
+'af9238c6d1c3b4ebbefab0500c21364805f620a3e408792e2a5eaad3c6dfcc49'
+'5695e45c7621a00c0bca28f058c13b5d524f963a00b53337c8cefcdaf22c4b52')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+  sed -e 's|/usr/bin/env python|/usr/bin/env python2|' -i find-modules/*.py
+# Fix Ubuntu-specific code https://bugs.kde.org/show_bug.cgi?id=372311
+  patch -p1 -i ../fix-python-bindings-generation.patch
+# Don't create __init__.py, depend on python-pykf5 instead
+  patch -p1 -i ../ECM-no-init.py.patch
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_HTML_DOCS=OFF \
+-DBUILD_QTHELP_DOCS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: 
extra-cmake-modules/repos/testing-any/fix-python-bindings-generation.patch 
(from rev 318408, 
extra-cmake-modules/trunk/fix-python-bindings-generation.patch)
===
--- testing-any/fix-python-bindings-generation.patch
(rev 0)
+++ testing-any/fix-python-bindings-generation.patch2018-03-10 09:34:03 UTC 
(rev 318409)
@@ -0,0 +1,12 @@
+--- extra-cmake-modules-5.29.0/find-modules/FindPythonModuleGeneration.cmake.0 
2017-01-06 09:25:44.345565087 +
 extra-cmake-modules-5.29.0/find-modules/FindPythonModuleGeneration.cmake   
2017-01-06 09:29:03.881879316 +
+@@ -192,7 +192,7 @@
+   while(NOT libclang_LIBRARY AND NOT _LIBCLANG_FIND_VERSION EQUAL 
_LIBCLANG_MIN_MAJOR_VERSION)
+ math(EXPR _LIBCLANG_FIND_VERSION "${_LIBCLANG_FIND_VERSION} - 1")
+ set(_GPB_CLANG_SUFFIX ${_LIBCLANG_FIND_VERSION}.0)
+-find_library(libclang_LIBRARY clang-${_LIBCLANG_FIND_VERSION}.0)
++find_library(libclang_LIBRARY NAMES clang-${_LIBCLANG_FIND_VERSION}.0 
clang)
+   endwhile()
+ 
+   if (NOT libclang_LIBRARY)
+


[arch-commits] Commit in extra-cmake-modules/repos (4 files)

2018-02-12 Thread Antonio Rojas via arch-commits
Date: Monday, February 12, 2018 @ 09:09:27
  Author: arojas
Revision: 316636

archrelease: copy trunk to testing-any

Added:
  extra-cmake-modules/repos/testing-any/
  extra-cmake-modules/repos/testing-any/ECM-no-init.py.patch
(from rev 316635, extra-cmake-modules/trunk/ECM-no-init.py.patch)
  extra-cmake-modules/repos/testing-any/PKGBUILD
(from rev 316635, extra-cmake-modules/trunk/PKGBUILD)
  extra-cmake-modules/repos/testing-any/fix-python-bindings-generation.patch
(from rev 316635, 
extra-cmake-modules/trunk/fix-python-bindings-generation.patch)

--+
 ECM-no-init.py.patch |   10 ++
 PKGBUILD |   48 +
 fix-python-bindings-generation.patch |   12 
 3 files changed, 70 insertions(+)

Copied: extra-cmake-modules/repos/testing-any/ECM-no-init.py.patch (from rev 
316635, extra-cmake-modules/trunk/ECM-no-init.py.patch)
===
--- testing-any/ECM-no-init.py.patch(rev 0)
+++ testing-any/ECM-no-init.py.patch2018-02-12 09:09:27 UTC (rev 316636)
@@ -0,0 +1,10 @@
+diff --git a/find-modules/GeneratePythonBindingUmbrellaModule.cmake 
b/find-modules/GeneratePythonBindingUmbrellaModule.cmake
+index de79393..144fab4 100644
+--- a/find-modules/GeneratePythonBindingUmbrellaModule.cmake
 b/find-modules/GeneratePythonBindingUmbrellaModule.cmake
+@@ -4,4 +4,4 @@ get_filename_component(PYTHON_UMBRELLA_MODULE_DIR 
${PYTHON_UMBRELLA_MODULE_FILE}
+ 
+ file(MAKE_DIRECTORY "${PYTHON_UMBRELLA_MODULE_DIR}")
+ 
+-execute_process(COMMAND "${CMAKE_COMMAND}" -E touch 
"${PYTHON_UMBRELLA_MODULE_FILE}")
++#execute_process(COMMAND "${CMAKE_COMMAND}" -E touch 
"${PYTHON_UMBRELLA_MODULE_FILE}")

Copied: extra-cmake-modules/repos/testing-any/PKGBUILD (from rev 316635, 
extra-cmake-modules/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2018-02-12 09:09:27 UTC (rev 316636)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=extra-cmake-modules
+pkgver=5.43.0
+pkgrel=1
+pkgdesc='Extra modules and scripts for CMake'
+arch=('any')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('cmake')
+makedepends=('python-sphinx' 'python-requests' 'qt5-tools')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
+fix-python-bindings-generation.patch ECM-no-init.py.patch)
+sha256sums=('5757a5ddceede5321b58345a8dbf953c2282487bf9c24ae477efde800b94fffd'
+'SKIP'
+'af9238c6d1c3b4ebbefab0500c21364805f620a3e408792e2a5eaad3c6dfcc49'
+'5695e45c7621a00c0bca28f058c13b5d524f963a00b53337c8cefcdaf22c4b52')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+  sed -e 's|/usr/bin/env python|/usr/bin/env python2|' -i find-modules/*.py
+# Fix Ubuntu-specific code https://bugs.kde.org/show_bug.cgi?id=372311
+  patch -p1 -i ../fix-python-bindings-generation.patch
+# Don't create __init__.py, depend on python-pykf5 instead
+  patch -p1 -i ../ECM-no-init.py.patch
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_HTML_DOCS=OFF \
+-DBUILD_QTHELP_DOCS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: 
extra-cmake-modules/repos/testing-any/fix-python-bindings-generation.patch 
(from rev 316635, 
extra-cmake-modules/trunk/fix-python-bindings-generation.patch)
===
--- testing-any/fix-python-bindings-generation.patch
(rev 0)
+++ testing-any/fix-python-bindings-generation.patch2018-02-12 09:09:27 UTC 
(rev 316636)
@@ -0,0 +1,12 @@
+--- extra-cmake-modules-5.29.0/find-modules/FindPythonModuleGeneration.cmake.0 
2017-01-06 09:25:44.345565087 +
 extra-cmake-modules-5.29.0/find-modules/FindPythonModuleGeneration.cmake   
2017-01-06 09:29:03.881879316 +
+@@ -192,7 +192,7 @@
+   while(NOT libclang_LIBRARY AND NOT _LIBCLANG_FIND_VERSION EQUAL 
_LIBCLANG_MIN_MAJOR_VERSION)
+ math(EXPR _LIBCLANG_FIND_VERSION "${_LIBCLANG_FIND_VERSION} - 1")
+ set(_GPB_CLANG_SUFFIX ${_LIBCLANG_FIND_VERSION}.0)
+-find_library(libclang_LIBRARY clang-${_LIBCLANG_FIND_VERSION}.0)
++find_library(libclang_LIBRARY NAMES clang-${_LIBCLANG_FIND_VERSION}.0 
clang)
+   endwhile()
+ 
+   if (NOT libclang_LIBRARY)
+


[arch-commits] Commit in extra-cmake-modules/repos (4 files)

2018-01-13 Thread Antonio Rojas via arch-commits
Date: Saturday, January 13, 2018 @ 13:45:03
  Author: arojas
Revision: 314684

archrelease: copy trunk to testing-any

Added:
  extra-cmake-modules/repos/testing-any/
  extra-cmake-modules/repos/testing-any/ECM-no-init.py.patch
(from rev 314683, extra-cmake-modules/trunk/ECM-no-init.py.patch)
  extra-cmake-modules/repos/testing-any/PKGBUILD
(from rev 314683, extra-cmake-modules/trunk/PKGBUILD)
  extra-cmake-modules/repos/testing-any/fix-python-bindings-generation.patch
(from rev 314683, 
extra-cmake-modules/trunk/fix-python-bindings-generation.patch)

--+
 ECM-no-init.py.patch |   10 ++
 PKGBUILD |   48 +
 fix-python-bindings-generation.patch |   12 
 3 files changed, 70 insertions(+)

Copied: extra-cmake-modules/repos/testing-any/ECM-no-init.py.patch (from rev 
314683, extra-cmake-modules/trunk/ECM-no-init.py.patch)
===
--- testing-any/ECM-no-init.py.patch(rev 0)
+++ testing-any/ECM-no-init.py.patch2018-01-13 13:45:03 UTC (rev 314684)
@@ -0,0 +1,10 @@
+diff --git a/find-modules/GeneratePythonBindingUmbrellaModule.cmake 
b/find-modules/GeneratePythonBindingUmbrellaModule.cmake
+index de79393..144fab4 100644
+--- a/find-modules/GeneratePythonBindingUmbrellaModule.cmake
 b/find-modules/GeneratePythonBindingUmbrellaModule.cmake
+@@ -4,4 +4,4 @@ get_filename_component(PYTHON_UMBRELLA_MODULE_DIR 
${PYTHON_UMBRELLA_MODULE_FILE}
+ 
+ file(MAKE_DIRECTORY "${PYTHON_UMBRELLA_MODULE_DIR}")
+ 
+-execute_process(COMMAND "${CMAKE_COMMAND}" -E touch 
"${PYTHON_UMBRELLA_MODULE_FILE}")
++#execute_process(COMMAND "${CMAKE_COMMAND}" -E touch 
"${PYTHON_UMBRELLA_MODULE_FILE}")

Copied: extra-cmake-modules/repos/testing-any/PKGBUILD (from rev 314683, 
extra-cmake-modules/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2018-01-13 13:45:03 UTC (rev 314684)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=extra-cmake-modules
+pkgver=5.42.0
+pkgrel=1
+pkgdesc='Extra modules and scripts for CMake'
+arch=('any')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('cmake')
+makedepends=('python-sphinx' 'python-requests' 'qt5-tools')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
+fix-python-bindings-generation.patch ECM-no-init.py.patch)
+sha256sums=('430db21202c01e5a49f6fbaa6a0b2d7fb169857de5d16ff7a83f96acf5d086d6'
+'SKIP'
+'af9238c6d1c3b4ebbefab0500c21364805f620a3e408792e2a5eaad3c6dfcc49'
+'5695e45c7621a00c0bca28f058c13b5d524f963a00b53337c8cefcdaf22c4b52')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+  sed -e 's|/usr/bin/env python|/usr/bin/env python2|' -i find-modules/*.py
+# Fix Ubuntu-specific code https://bugs.kde.org/show_bug.cgi?id=372311
+  patch -p1 -i ../fix-python-bindings-generation.patch
+# Don't create __init__.py, depend on python-pykf5 instead
+  patch -p1 -i ../ECM-no-init.py.patch
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_HTML_DOCS=OFF \
+-DBUILD_QTHELP_DOCS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: 
extra-cmake-modules/repos/testing-any/fix-python-bindings-generation.patch 
(from rev 314683, 
extra-cmake-modules/trunk/fix-python-bindings-generation.patch)
===
--- testing-any/fix-python-bindings-generation.patch
(rev 0)
+++ testing-any/fix-python-bindings-generation.patch2018-01-13 13:45:03 UTC 
(rev 314684)
@@ -0,0 +1,12 @@
+--- extra-cmake-modules-5.29.0/find-modules/FindPythonModuleGeneration.cmake.0 
2017-01-06 09:25:44.345565087 +
 extra-cmake-modules-5.29.0/find-modules/FindPythonModuleGeneration.cmake   
2017-01-06 09:29:03.881879316 +
+@@ -192,7 +192,7 @@
+   while(NOT libclang_LIBRARY AND NOT _LIBCLANG_FIND_VERSION EQUAL 
_LIBCLANG_MIN_MAJOR_VERSION)
+ math(EXPR _LIBCLANG_FIND_VERSION "${_LIBCLANG_FIND_VERSION} - 1")
+ set(_GPB_CLANG_SUFFIX ${_LIBCLANG_FIND_VERSION}.0)
+-find_library(libclang_LIBRARY clang-${_LIBCLANG_FIND_VERSION}.0)
++find_library(libclang_LIBRARY NAMES clang-${_LIBCLANG_FIND_VERSION}.0 
clang)
+   endwhile()
+ 
+   if (NOT libclang_LIBRARY)
+


[arch-commits] Commit in extra-cmake-modules/repos (4 files)

2017-12-10 Thread Antonio Rojas via arch-commits
Date: Sunday, December 10, 2017 @ 18:27:58
  Author: arojas
Revision: 312071

archrelease: copy trunk to testing-any

Added:
  extra-cmake-modules/repos/testing-any/
  extra-cmake-modules/repos/testing-any/ECM-no-init.py.patch
(from rev 312070, extra-cmake-modules/trunk/ECM-no-init.py.patch)
  extra-cmake-modules/repos/testing-any/PKGBUILD
(from rev 312070, extra-cmake-modules/trunk/PKGBUILD)
  extra-cmake-modules/repos/testing-any/fix-python-bindings-generation.patch
(from rev 312070, 
extra-cmake-modules/trunk/fix-python-bindings-generation.patch)

--+
 ECM-no-init.py.patch |   10 ++
 PKGBUILD |   48 +
 fix-python-bindings-generation.patch |   12 
 3 files changed, 70 insertions(+)

Copied: extra-cmake-modules/repos/testing-any/ECM-no-init.py.patch (from rev 
312070, extra-cmake-modules/trunk/ECM-no-init.py.patch)
===
--- testing-any/ECM-no-init.py.patch(rev 0)
+++ testing-any/ECM-no-init.py.patch2017-12-10 18:27:58 UTC (rev 312071)
@@ -0,0 +1,10 @@
+diff --git a/find-modules/GeneratePythonBindingUmbrellaModule.cmake 
b/find-modules/GeneratePythonBindingUmbrellaModule.cmake
+index de79393..144fab4 100644
+--- a/find-modules/GeneratePythonBindingUmbrellaModule.cmake
 b/find-modules/GeneratePythonBindingUmbrellaModule.cmake
+@@ -4,4 +4,4 @@ get_filename_component(PYTHON_UMBRELLA_MODULE_DIR 
${PYTHON_UMBRELLA_MODULE_FILE}
+ 
+ file(MAKE_DIRECTORY "${PYTHON_UMBRELLA_MODULE_DIR}")
+ 
+-execute_process(COMMAND "${CMAKE_COMMAND}" -E touch 
"${PYTHON_UMBRELLA_MODULE_FILE}")
++#execute_process(COMMAND "${CMAKE_COMMAND}" -E touch 
"${PYTHON_UMBRELLA_MODULE_FILE}")

Copied: extra-cmake-modules/repos/testing-any/PKGBUILD (from rev 312070, 
extra-cmake-modules/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2017-12-10 18:27:58 UTC (rev 312071)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=extra-cmake-modules
+pkgver=5.41.0
+pkgrel=1
+pkgdesc='Extra modules and scripts for CMake'
+arch=('any')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('cmake')
+makedepends=('python-sphinx' 'python-requests' 'qt5-tools')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
+fix-python-bindings-generation.patch ECM-no-init.py.patch)
+sha256sums=('baaf60940b9ff883332629ba2800090bb86722ba49a85cc12782e4ee5b169f67'
+'SKIP'
+'af9238c6d1c3b4ebbefab0500c21364805f620a3e408792e2a5eaad3c6dfcc49'
+'5695e45c7621a00c0bca28f058c13b5d524f963a00b53337c8cefcdaf22c4b52')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+  sed -e 's|/usr/bin/env python|/usr/bin/env python2|' -i find-modules/*.py
+# Fix Ubuntu-specific code https://bugs.kde.org/show_bug.cgi?id=372311
+  patch -p1 -i ../fix-python-bindings-generation.patch
+# Don't create __init__.py, depend on python-pykf5 instead
+  patch -p1 -i ../ECM-no-init.py.patch
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_HTML_DOCS=OFF \
+-DBUILD_QTHELP_DOCS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: 
extra-cmake-modules/repos/testing-any/fix-python-bindings-generation.patch 
(from rev 312070, 
extra-cmake-modules/trunk/fix-python-bindings-generation.patch)
===
--- testing-any/fix-python-bindings-generation.patch
(rev 0)
+++ testing-any/fix-python-bindings-generation.patch2017-12-10 18:27:58 UTC 
(rev 312071)
@@ -0,0 +1,12 @@
+--- extra-cmake-modules-5.29.0/find-modules/FindPythonModuleGeneration.cmake.0 
2017-01-06 09:25:44.345565087 +
 extra-cmake-modules-5.29.0/find-modules/FindPythonModuleGeneration.cmake   
2017-01-06 09:29:03.881879316 +
+@@ -192,7 +192,7 @@
+   while(NOT libclang_LIBRARY AND NOT _LIBCLANG_FIND_VERSION EQUAL 
_LIBCLANG_MIN_MAJOR_VERSION)
+ math(EXPR _LIBCLANG_FIND_VERSION "${_LIBCLANG_FIND_VERSION} - 1")
+ set(_GPB_CLANG_SUFFIX ${_LIBCLANG_FIND_VERSION}.0)
+-find_library(libclang_LIBRARY clang-${_LIBCLANG_FIND_VERSION}.0)
++find_library(libclang_LIBRARY NAMES clang-${_LIBCLANG_FIND_VERSION}.0 
clang)
+   endwhile()
+ 
+   if (NOT libclang_LIBRARY)
+


[arch-commits] Commit in extra-cmake-modules/repos (4 files)

2017-11-11 Thread Antonio Rojas
Date: Saturday, November 11, 2017 @ 11:28:28
  Author: arojas
Revision: 309442

archrelease: copy trunk to testing-any

Added:
  extra-cmake-modules/repos/testing-any/
  extra-cmake-modules/repos/testing-any/ECM-no-init.py.patch
(from rev 309441, extra-cmake-modules/trunk/ECM-no-init.py.patch)
  extra-cmake-modules/repos/testing-any/PKGBUILD
(from rev 309441, extra-cmake-modules/trunk/PKGBUILD)
  extra-cmake-modules/repos/testing-any/fix-python-bindings-generation.patch
(from rev 309441, 
extra-cmake-modules/trunk/fix-python-bindings-generation.patch)

--+
 ECM-no-init.py.patch |   10 ++
 PKGBUILD |   48 +
 fix-python-bindings-generation.patch |   12 
 3 files changed, 70 insertions(+)

Copied: extra-cmake-modules/repos/testing-any/ECM-no-init.py.patch (from rev 
309441, extra-cmake-modules/trunk/ECM-no-init.py.patch)
===
--- testing-any/ECM-no-init.py.patch(rev 0)
+++ testing-any/ECM-no-init.py.patch2017-11-11 11:28:28 UTC (rev 309442)
@@ -0,0 +1,10 @@
+diff --git a/find-modules/GeneratePythonBindingUmbrellaModule.cmake 
b/find-modules/GeneratePythonBindingUmbrellaModule.cmake
+index de79393..144fab4 100644
+--- a/find-modules/GeneratePythonBindingUmbrellaModule.cmake
 b/find-modules/GeneratePythonBindingUmbrellaModule.cmake
+@@ -4,4 +4,4 @@ get_filename_component(PYTHON_UMBRELLA_MODULE_DIR 
${PYTHON_UMBRELLA_MODULE_FILE}
+ 
+ file(MAKE_DIRECTORY "${PYTHON_UMBRELLA_MODULE_DIR}")
+ 
+-execute_process(COMMAND "${CMAKE_COMMAND}" -E touch 
"${PYTHON_UMBRELLA_MODULE_FILE}")
++#execute_process(COMMAND "${CMAKE_COMMAND}" -E touch 
"${PYTHON_UMBRELLA_MODULE_FILE}")

Copied: extra-cmake-modules/repos/testing-any/PKGBUILD (from rev 309441, 
extra-cmake-modules/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2017-11-11 11:28:28 UTC (rev 309442)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=extra-cmake-modules
+pkgver=5.40.0
+pkgrel=1
+pkgdesc='Extra modules and scripts for CMake'
+arch=('any')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('cmake')
+makedepends=('python-sphinx' 'python-requests' 'qt5-tools')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
+fix-python-bindings-generation.patch ECM-no-init.py.patch)
+sha256sums=('83e48889c84474e4f560e10e4eea0cc529f8511b3bd0415fcb898ac0496e630a'
+'SKIP'
+'af9238c6d1c3b4ebbefab0500c21364805f620a3e408792e2a5eaad3c6dfcc49'
+'5695e45c7621a00c0bca28f058c13b5d524f963a00b53337c8cefcdaf22c4b52')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+  sed -e 's|/usr/bin/env python|/usr/bin/env python2|' -i find-modules/*.py
+# Fix Ubuntu-specific code https://bugs.kde.org/show_bug.cgi?id=372311
+  patch -p1 -i ../fix-python-bindings-generation.patch
+# Don't create __init__.py, depend on python-pykf5 instead
+  patch -p1 -i ../ECM-no-init.py.patch
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_HTML_DOCS=OFF \
+-DBUILD_QTHELP_DOCS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: 
extra-cmake-modules/repos/testing-any/fix-python-bindings-generation.patch 
(from rev 309441, 
extra-cmake-modules/trunk/fix-python-bindings-generation.patch)
===
--- testing-any/fix-python-bindings-generation.patch
(rev 0)
+++ testing-any/fix-python-bindings-generation.patch2017-11-11 11:28:28 UTC 
(rev 309442)
@@ -0,0 +1,12 @@
+--- extra-cmake-modules-5.29.0/find-modules/FindPythonModuleGeneration.cmake.0 
2017-01-06 09:25:44.345565087 +
 extra-cmake-modules-5.29.0/find-modules/FindPythonModuleGeneration.cmake   
2017-01-06 09:29:03.881879316 +
+@@ -192,7 +192,7 @@
+   while(NOT libclang_LIBRARY AND NOT _LIBCLANG_FIND_VERSION EQUAL 
_LIBCLANG_MIN_MAJOR_VERSION)
+ math(EXPR _LIBCLANG_FIND_VERSION "${_LIBCLANG_FIND_VERSION} - 1")
+ set(_GPB_CLANG_SUFFIX ${_LIBCLANG_FIND_VERSION}.0)
+-find_library(libclang_LIBRARY clang-${_LIBCLANG_FIND_VERSION}.0)
++find_library(libclang_LIBRARY NAMES clang-${_LIBCLANG_FIND_VERSION}.0 
clang)
+   endwhile()
+ 
+   if (NOT libclang_LIBRARY)
+


[arch-commits] Commit in extra-cmake-modules/repos (4 files)

2017-10-14 Thread Antonio Rojas
Date: Saturday, October 14, 2017 @ 09:02:50
  Author: arojas
Revision: 307840

archrelease: copy trunk to testing-any

Added:
  extra-cmake-modules/repos/testing-any/
  extra-cmake-modules/repos/testing-any/ECM-no-init.py.patch
(from rev 307839, extra-cmake-modules/trunk/ECM-no-init.py.patch)
  extra-cmake-modules/repos/testing-any/PKGBUILD
(from rev 307839, extra-cmake-modules/trunk/PKGBUILD)
  extra-cmake-modules/repos/testing-any/fix-python-bindings-generation.patch
(from rev 307839, 
extra-cmake-modules/trunk/fix-python-bindings-generation.patch)

--+
 ECM-no-init.py.patch |   10 ++
 PKGBUILD |   48 +
 fix-python-bindings-generation.patch |   12 
 3 files changed, 70 insertions(+)

Copied: extra-cmake-modules/repos/testing-any/ECM-no-init.py.patch (from rev 
307839, extra-cmake-modules/trunk/ECM-no-init.py.patch)
===
--- testing-any/ECM-no-init.py.patch(rev 0)
+++ testing-any/ECM-no-init.py.patch2017-10-14 09:02:50 UTC (rev 307840)
@@ -0,0 +1,10 @@
+diff --git a/find-modules/GeneratePythonBindingUmbrellaModule.cmake 
b/find-modules/GeneratePythonBindingUmbrellaModule.cmake
+index de79393..144fab4 100644
+--- a/find-modules/GeneratePythonBindingUmbrellaModule.cmake
 b/find-modules/GeneratePythonBindingUmbrellaModule.cmake
+@@ -4,4 +4,4 @@ get_filename_component(PYTHON_UMBRELLA_MODULE_DIR 
${PYTHON_UMBRELLA_MODULE_FILE}
+ 
+ file(MAKE_DIRECTORY "${PYTHON_UMBRELLA_MODULE_DIR}")
+ 
+-execute_process(COMMAND "${CMAKE_COMMAND}" -E touch 
"${PYTHON_UMBRELLA_MODULE_FILE}")
++#execute_process(COMMAND "${CMAKE_COMMAND}" -E touch 
"${PYTHON_UMBRELLA_MODULE_FILE}")

Copied: extra-cmake-modules/repos/testing-any/PKGBUILD (from rev 307839, 
extra-cmake-modules/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2017-10-14 09:02:50 UTC (rev 307840)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=extra-cmake-modules
+pkgver=5.39.0
+pkgrel=1
+pkgdesc='Extra modules and scripts for CMake'
+arch=('any')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('cmake')
+makedepends=('python-sphinx' 'python-requests' 'qt5-tools')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
+fix-python-bindings-generation.patch ECM-no-init.py.patch)
+sha256sums=('b80536d7bed8c12fc492857d3d433b3859462402fe231e463efcd3bf44ffbcd1'
+'SKIP'
+'af9238c6d1c3b4ebbefab0500c21364805f620a3e408792e2a5eaad3c6dfcc49'
+'5695e45c7621a00c0bca28f058c13b5d524f963a00b53337c8cefcdaf22c4b52')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+  sed -e 's|/usr/bin/env python|/usr/bin/env python2|' -i find-modules/*.py
+# Fix Ubuntu-specific code https://bugs.kde.org/show_bug.cgi?id=372311
+  patch -p1 -i ../fix-python-bindings-generation.patch
+# Don't create __init__.py, depend on python-pykf5 instead
+  patch -p1 -i ../ECM-no-init.py.patch
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_HTML_DOCS=OFF \
+-DBUILD_QTHELP_DOCS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: 
extra-cmake-modules/repos/testing-any/fix-python-bindings-generation.patch 
(from rev 307839, 
extra-cmake-modules/trunk/fix-python-bindings-generation.patch)
===
--- testing-any/fix-python-bindings-generation.patch
(rev 0)
+++ testing-any/fix-python-bindings-generation.patch2017-10-14 09:02:50 UTC 
(rev 307840)
@@ -0,0 +1,12 @@
+--- extra-cmake-modules-5.29.0/find-modules/FindPythonModuleGeneration.cmake.0 
2017-01-06 09:25:44.345565087 +
 extra-cmake-modules-5.29.0/find-modules/FindPythonModuleGeneration.cmake   
2017-01-06 09:29:03.881879316 +
+@@ -192,7 +192,7 @@
+   while(NOT libclang_LIBRARY AND NOT _LIBCLANG_FIND_VERSION EQUAL 
_LIBCLANG_MIN_MAJOR_VERSION)
+ math(EXPR _LIBCLANG_FIND_VERSION "${_LIBCLANG_FIND_VERSION} - 1")
+ set(_GPB_CLANG_SUFFIX ${_LIBCLANG_FIND_VERSION}.0)
+-find_library(libclang_LIBRARY clang-${_LIBCLANG_FIND_VERSION}.0)
++find_library(libclang_LIBRARY NAMES clang-${_LIBCLANG_FIND_VERSION}.0 
clang)
+   endwhile()
+ 
+   if (NOT libclang_LIBRARY)
+


[arch-commits] Commit in extra-cmake-modules/repos (4 files)

2017-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 11:20:18
  Author: arojas
Revision: 305101

archrelease: copy trunk to testing-any

Added:
  extra-cmake-modules/repos/testing-any/
  extra-cmake-modules/repos/testing-any/ECM-no-init.py.patch
(from rev 305100, extra-cmake-modules/trunk/ECM-no-init.py.patch)
  extra-cmake-modules/repos/testing-any/PKGBUILD
(from rev 305100, extra-cmake-modules/trunk/PKGBUILD)
  extra-cmake-modules/repos/testing-any/fix-python-bindings-generation.patch
(from rev 305100, 
extra-cmake-modules/trunk/fix-python-bindings-generation.patch)

--+
 ECM-no-init.py.patch |   10 ++
 PKGBUILD |   48 +
 fix-python-bindings-generation.patch |   12 
 3 files changed, 70 insertions(+)

Copied: extra-cmake-modules/repos/testing-any/ECM-no-init.py.patch (from rev 
305100, extra-cmake-modules/trunk/ECM-no-init.py.patch)
===
--- testing-any/ECM-no-init.py.patch(rev 0)
+++ testing-any/ECM-no-init.py.patch2017-09-09 11:20:18 UTC (rev 305101)
@@ -0,0 +1,10 @@
+diff --git a/find-modules/GeneratePythonBindingUmbrellaModule.cmake 
b/find-modules/GeneratePythonBindingUmbrellaModule.cmake
+index de79393..144fab4 100644
+--- a/find-modules/GeneratePythonBindingUmbrellaModule.cmake
 b/find-modules/GeneratePythonBindingUmbrellaModule.cmake
+@@ -4,4 +4,4 @@ get_filename_component(PYTHON_UMBRELLA_MODULE_DIR 
${PYTHON_UMBRELLA_MODULE_FILE}
+ 
+ file(MAKE_DIRECTORY "${PYTHON_UMBRELLA_MODULE_DIR}")
+ 
+-execute_process(COMMAND "${CMAKE_COMMAND}" -E touch 
"${PYTHON_UMBRELLA_MODULE_FILE}")
++#execute_process(COMMAND "${CMAKE_COMMAND}" -E touch 
"${PYTHON_UMBRELLA_MODULE_FILE}")

Copied: extra-cmake-modules/repos/testing-any/PKGBUILD (from rev 305100, 
extra-cmake-modules/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2017-09-09 11:20:18 UTC (rev 305101)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=extra-cmake-modules
+pkgver=5.38.0
+pkgrel=1
+pkgdesc='Extra modules and scripts for CMake'
+arch=('any')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('cmake')
+makedepends=('python-sphinx' 'python-requests' 'qt5-tools')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
+fix-python-bindings-generation.patch ECM-no-init.py.patch)
+sha256sums=('6188a8ac8d799439204f69a1eb229431fc9f196790b88d6fb72bb3d57edb2332'
+'SKIP'
+'af9238c6d1c3b4ebbefab0500c21364805f620a3e408792e2a5eaad3c6dfcc49'
+'5695e45c7621a00c0bca28f058c13b5d524f963a00b53337c8cefcdaf22c4b52')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+  sed -e 's|/usr/bin/env python|/usr/bin/env python2|' -i find-modules/*.py
+# Fix Ubuntu-specific code https://bugs.kde.org/show_bug.cgi?id=372311
+  patch -p1 -i ../fix-python-bindings-generation.patch
+# Don't create __init__.py, depend on python-pykf5 instead
+  patch -p1 -i ../ECM-no-init.py.patch
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_HTML_DOCS=OFF \
+-DBUILD_QTHELP_DOCS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: 
extra-cmake-modules/repos/testing-any/fix-python-bindings-generation.patch 
(from rev 305100, 
extra-cmake-modules/trunk/fix-python-bindings-generation.patch)
===
--- testing-any/fix-python-bindings-generation.patch
(rev 0)
+++ testing-any/fix-python-bindings-generation.patch2017-09-09 11:20:18 UTC 
(rev 305101)
@@ -0,0 +1,12 @@
+--- extra-cmake-modules-5.29.0/find-modules/FindPythonModuleGeneration.cmake.0 
2017-01-06 09:25:44.345565087 +
 extra-cmake-modules-5.29.0/find-modules/FindPythonModuleGeneration.cmake   
2017-01-06 09:29:03.881879316 +
+@@ -192,7 +192,7 @@
+   while(NOT libclang_LIBRARY AND NOT _LIBCLANG_FIND_VERSION EQUAL 
_LIBCLANG_MIN_MAJOR_VERSION)
+ math(EXPR _LIBCLANG_FIND_VERSION "${_LIBCLANG_FIND_VERSION} - 1")
+ set(_GPB_CLANG_SUFFIX ${_LIBCLANG_FIND_VERSION}.0)
+-find_library(libclang_LIBRARY clang-${_LIBCLANG_FIND_VERSION}.0)
++find_library(libclang_LIBRARY NAMES clang-${_LIBCLANG_FIND_VERSION}.0 
clang)
+   endwhile()
+ 
+   if (NOT libclang_LIBRARY)
+


[arch-commits] Commit in extra-cmake-modules/repos (4 files)

2017-08-14 Thread Felix Yan
Date: Monday, August 14, 2017 @ 10:32:30
  Author: felixonmars
Revision: 302024

archrelease: copy trunk to testing-any

Added:
  extra-cmake-modules/repos/testing-any/
  extra-cmake-modules/repos/testing-any/ECM-no-init.py.patch
(from rev 302023, extra-cmake-modules/trunk/ECM-no-init.py.patch)
  extra-cmake-modules/repos/testing-any/PKGBUILD
(from rev 302023, extra-cmake-modules/trunk/PKGBUILD)
  extra-cmake-modules/repos/testing-any/fix-python-bindings-generation.patch
(from rev 302023, 
extra-cmake-modules/trunk/fix-python-bindings-generation.patch)

--+
 ECM-no-init.py.patch |   10 ++
 PKGBUILD |   48 +
 fix-python-bindings-generation.patch |   12 
 3 files changed, 70 insertions(+)

Copied: extra-cmake-modules/repos/testing-any/ECM-no-init.py.patch (from rev 
302023, extra-cmake-modules/trunk/ECM-no-init.py.patch)
===
--- testing-any/ECM-no-init.py.patch(rev 0)
+++ testing-any/ECM-no-init.py.patch2017-08-14 10:32:30 UTC (rev 302024)
@@ -0,0 +1,10 @@
+diff --git a/find-modules/GeneratePythonBindingUmbrellaModule.cmake 
b/find-modules/GeneratePythonBindingUmbrellaModule.cmake
+index de79393..144fab4 100644
+--- a/find-modules/GeneratePythonBindingUmbrellaModule.cmake
 b/find-modules/GeneratePythonBindingUmbrellaModule.cmake
+@@ -4,4 +4,4 @@ get_filename_component(PYTHON_UMBRELLA_MODULE_DIR 
${PYTHON_UMBRELLA_MODULE_FILE}
+ 
+ file(MAKE_DIRECTORY "${PYTHON_UMBRELLA_MODULE_DIR}")
+ 
+-execute_process(COMMAND "${CMAKE_COMMAND}" -E touch 
"${PYTHON_UMBRELLA_MODULE_FILE}")
++#execute_process(COMMAND "${CMAKE_COMMAND}" -E touch 
"${PYTHON_UMBRELLA_MODULE_FILE}")

Copied: extra-cmake-modules/repos/testing-any/PKGBUILD (from rev 302023, 
extra-cmake-modules/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2017-08-14 10:32:30 UTC (rev 302024)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=extra-cmake-modules
+pkgver=5.37.0
+pkgrel=1
+pkgdesc='Extra modules and scripts for CMake'
+arch=('any')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('cmake')
+makedepends=('python-sphinx' 'python-requests' 'qt5-tools')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
+fix-python-bindings-generation.patch ECM-no-init.py.patch)
+sha256sums=('26198cf05c084c158bb23f0585a9df5bba1aa16b746252c80bdf4f0261b527cb'
+'SKIP'
+'af9238c6d1c3b4ebbefab0500c21364805f620a3e408792e2a5eaad3c6dfcc49'
+'5695e45c7621a00c0bca28f058c13b5d524f963a00b53337c8cefcdaf22c4b52')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+  sed -e 's|/usr/bin/env python|/usr/bin/env python2|' -i find-modules/*.py
+# Fix Ubuntu-specific code https://bugs.kde.org/show_bug.cgi?id=372311
+  patch -p1 -i ../fix-python-bindings-generation.patch
+# Don't create __init__.py, depend on python-pykf5 instead
+  patch -p1 -i ../ECM-no-init.py.patch
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_HTML_DOCS=OFF \
+-DBUILD_QTHELP_DOCS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: 
extra-cmake-modules/repos/testing-any/fix-python-bindings-generation.patch 
(from rev 302023, 
extra-cmake-modules/trunk/fix-python-bindings-generation.patch)
===
--- testing-any/fix-python-bindings-generation.patch
(rev 0)
+++ testing-any/fix-python-bindings-generation.patch2017-08-14 10:32:30 UTC 
(rev 302024)
@@ -0,0 +1,12 @@
+--- extra-cmake-modules-5.29.0/find-modules/FindPythonModuleGeneration.cmake.0 
2017-01-06 09:25:44.345565087 +
 extra-cmake-modules-5.29.0/find-modules/FindPythonModuleGeneration.cmake   
2017-01-06 09:29:03.881879316 +
+@@ -192,7 +192,7 @@
+   while(NOT libclang_LIBRARY AND NOT _LIBCLANG_FIND_VERSION EQUAL 
_LIBCLANG_MIN_MAJOR_VERSION)
+ math(EXPR _LIBCLANG_FIND_VERSION "${_LIBCLANG_FIND_VERSION} - 1")
+ set(_GPB_CLANG_SUFFIX ${_LIBCLANG_FIND_VERSION}.0)
+-find_library(libclang_LIBRARY clang-${_LIBCLANG_FIND_VERSION}.0)
++find_library(libclang_LIBRARY NAMES clang-${_LIBCLANG_FIND_VERSION}.0 
clang)
+   endwhile()
+ 
+   if (NOT libclang_LIBRARY)
+


[arch-commits] Commit in extra-cmake-modules/repos (4 files)

2017-07-08 Thread Antonio Rojas
Date: Saturday, July 8, 2017 @ 11:53:16
  Author: arojas
Revision: 299835

archrelease: copy trunk to testing-any

Added:
  extra-cmake-modules/repos/testing-any/
  extra-cmake-modules/repos/testing-any/ECM-no-init.py.patch
(from rev 299834, extra-cmake-modules/trunk/ECM-no-init.py.patch)
  extra-cmake-modules/repos/testing-any/PKGBUILD
(from rev 299834, extra-cmake-modules/trunk/PKGBUILD)
  extra-cmake-modules/repos/testing-any/fix-python-bindings-generation.patch
(from rev 299834, 
extra-cmake-modules/trunk/fix-python-bindings-generation.patch)

--+
 ECM-no-init.py.patch |   10 ++
 PKGBUILD |   48 +
 fix-python-bindings-generation.patch |   12 
 3 files changed, 70 insertions(+)

Copied: extra-cmake-modules/repos/testing-any/ECM-no-init.py.patch (from rev 
299834, extra-cmake-modules/trunk/ECM-no-init.py.patch)
===
--- testing-any/ECM-no-init.py.patch(rev 0)
+++ testing-any/ECM-no-init.py.patch2017-07-08 11:53:16 UTC (rev 299835)
@@ -0,0 +1,10 @@
+diff --git a/find-modules/GeneratePythonBindingUmbrellaModule.cmake 
b/find-modules/GeneratePythonBindingUmbrellaModule.cmake
+index de79393..144fab4 100644
+--- a/find-modules/GeneratePythonBindingUmbrellaModule.cmake
 b/find-modules/GeneratePythonBindingUmbrellaModule.cmake
+@@ -4,4 +4,4 @@ get_filename_component(PYTHON_UMBRELLA_MODULE_DIR 
${PYTHON_UMBRELLA_MODULE_FILE}
+ 
+ file(MAKE_DIRECTORY "${PYTHON_UMBRELLA_MODULE_DIR}")
+ 
+-execute_process(COMMAND "${CMAKE_COMMAND}" -E touch 
"${PYTHON_UMBRELLA_MODULE_FILE}")
++#execute_process(COMMAND "${CMAKE_COMMAND}" -E touch 
"${PYTHON_UMBRELLA_MODULE_FILE}")

Copied: extra-cmake-modules/repos/testing-any/PKGBUILD (from rev 299834, 
extra-cmake-modules/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2017-07-08 11:53:16 UTC (rev 299835)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=extra-cmake-modules
+pkgver=5.36.0
+pkgrel=1
+pkgdesc='Extra modules and scripts for CMake'
+arch=('any')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('cmake')
+makedepends=('python-sphinx' 'python-requests' 'qt5-tools')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
+fix-python-bindings-generation.patch ECM-no-init.py.patch)
+sha256sums=('6e120bb40411ef559583ef693c0c03a41df3bb40a932bf7444c97e04266d5daf'
+'SKIP'
+'af9238c6d1c3b4ebbefab0500c21364805f620a3e408792e2a5eaad3c6dfcc49'
+'5695e45c7621a00c0bca28f058c13b5d524f963a00b53337c8cefcdaf22c4b52')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+  sed -e 's|/usr/bin/env python|/usr/bin/env python2|' -i find-modules/*.py
+# Fix Ubuntu-specific code https://bugs.kde.org/show_bug.cgi?id=372311
+  patch -p1 -i ../fix-python-bindings-generation.patch
+# Don't create __init__.py, depend on python-pykf5 instead
+  patch -p1 -i ../ECM-no-init.py.patch
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_HTML_DOCS=OFF \
+-DBUILD_QTHELP_DOCS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: 
extra-cmake-modules/repos/testing-any/fix-python-bindings-generation.patch 
(from rev 299834, 
extra-cmake-modules/trunk/fix-python-bindings-generation.patch)
===
--- testing-any/fix-python-bindings-generation.patch
(rev 0)
+++ testing-any/fix-python-bindings-generation.patch2017-07-08 11:53:16 UTC 
(rev 299835)
@@ -0,0 +1,12 @@
+--- extra-cmake-modules-5.29.0/find-modules/FindPythonModuleGeneration.cmake.0 
2017-01-06 09:25:44.345565087 +
 extra-cmake-modules-5.29.0/find-modules/FindPythonModuleGeneration.cmake   
2017-01-06 09:29:03.881879316 +
+@@ -192,7 +192,7 @@
+   while(NOT libclang_LIBRARY AND NOT _LIBCLANG_FIND_VERSION EQUAL 
_LIBCLANG_MIN_MAJOR_VERSION)
+ math(EXPR _LIBCLANG_FIND_VERSION "${_LIBCLANG_FIND_VERSION} - 1")
+ set(_GPB_CLANG_SUFFIX ${_LIBCLANG_FIND_VERSION}.0)
+-find_library(libclang_LIBRARY clang-${_LIBCLANG_FIND_VERSION}.0)
++find_library(libclang_LIBRARY NAMES clang-${_LIBCLANG_FIND_VERSION}.0 
clang)
+   endwhile()
+ 
+   if (NOT libclang_LIBRARY)
+


[arch-commits] Commit in extra-cmake-modules/repos (4 files)

2017-06-10 Thread Antonio Rojas
Date: Saturday, June 10, 2017 @ 07:59:57
  Author: arojas
Revision: 298505

archrelease: copy trunk to testing-any

Added:
  extra-cmake-modules/repos/testing-any/
  extra-cmake-modules/repos/testing-any/ECM-no-init.py.patch
(from rev 298504, extra-cmake-modules/trunk/ECM-no-init.py.patch)
  extra-cmake-modules/repos/testing-any/PKGBUILD
(from rev 298504, extra-cmake-modules/trunk/PKGBUILD)
  extra-cmake-modules/repos/testing-any/fix-python-bindings-generation.patch
(from rev 298504, 
extra-cmake-modules/trunk/fix-python-bindings-generation.patch)

--+
 ECM-no-init.py.patch |   10 +++
 PKGBUILD |   47 +
 fix-python-bindings-generation.patch |   12 
 3 files changed, 69 insertions(+)

Copied: extra-cmake-modules/repos/testing-any/ECM-no-init.py.patch (from rev 
298504, extra-cmake-modules/trunk/ECM-no-init.py.patch)
===
--- testing-any/ECM-no-init.py.patch(rev 0)
+++ testing-any/ECM-no-init.py.patch2017-06-10 07:59:57 UTC (rev 298505)
@@ -0,0 +1,10 @@
+diff --git a/find-modules/GeneratePythonBindingUmbrellaModule.cmake 
b/find-modules/GeneratePythonBindingUmbrellaModule.cmake
+index de79393..144fab4 100644
+--- a/find-modules/GeneratePythonBindingUmbrellaModule.cmake
 b/find-modules/GeneratePythonBindingUmbrellaModule.cmake
+@@ -4,4 +4,4 @@ get_filename_component(PYTHON_UMBRELLA_MODULE_DIR 
${PYTHON_UMBRELLA_MODULE_FILE}
+ 
+ file(MAKE_DIRECTORY "${PYTHON_UMBRELLA_MODULE_DIR}")
+ 
+-execute_process(COMMAND "${CMAKE_COMMAND}" -E touch 
"${PYTHON_UMBRELLA_MODULE_FILE}")
++#execute_process(COMMAND "${CMAKE_COMMAND}" -E touch 
"${PYTHON_UMBRELLA_MODULE_FILE}")

Copied: extra-cmake-modules/repos/testing-any/PKGBUILD (from rev 298504, 
extra-cmake-modules/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2017-06-10 07:59:57 UTC (rev 298505)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=extra-cmake-modules
+pkgver=5.35.0
+pkgrel=1
+pkgdesc='Extra modules and scripts for CMake'
+arch=('any')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('cmake')
+makedepends=('python-sphinx' 'python-requests') # qt5-tools for QtHelp pages
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
+fix-python-bindings-generation.patch ECM-no-init.py.patch)
+sha256sums=('b020fd5451f4aae9702b575dda07a125b5c1fcfb04e4c840f76063989e80ec30'
+'SKIP'
+'af9238c6d1c3b4ebbefab0500c21364805f620a3e408792e2a5eaad3c6dfcc49'
+'5695e45c7621a00c0bca28f058c13b5d524f963a00b53337c8cefcdaf22c4b52')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+  sed -e 's|/usr/bin/env python|/usr/bin/env python2|' -i find-modules/*.py
+# Fix Ubuntu-specific code https://bugs.kde.org/show_bug.cgi?id=372311
+  patch -p1 -i ../fix-python-bindings-generation.patch
+# Don't create __init__.py, depend on python-pykf5 instead
+  patch -p1 -i ../ECM-no-init.py.patch
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_HTML_DOCS=OFF \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: 
extra-cmake-modules/repos/testing-any/fix-python-bindings-generation.patch 
(from rev 298504, 
extra-cmake-modules/trunk/fix-python-bindings-generation.patch)
===
--- testing-any/fix-python-bindings-generation.patch
(rev 0)
+++ testing-any/fix-python-bindings-generation.patch2017-06-10 07:59:57 UTC 
(rev 298505)
@@ -0,0 +1,12 @@
+--- extra-cmake-modules-5.29.0/find-modules/FindPythonModuleGeneration.cmake.0 
2017-01-06 09:25:44.345565087 +
 extra-cmake-modules-5.29.0/find-modules/FindPythonModuleGeneration.cmake   
2017-01-06 09:29:03.881879316 +
+@@ -192,7 +192,7 @@
+   while(NOT libclang_LIBRARY AND NOT _LIBCLANG_FIND_VERSION EQUAL 
_LIBCLANG_MIN_MAJOR_VERSION)
+ math(EXPR _LIBCLANG_FIND_VERSION "${_LIBCLANG_FIND_VERSION} - 1")
+ set(_GPB_CLANG_SUFFIX ${_LIBCLANG_FIND_VERSION}.0)
+-find_library(libclang_LIBRARY clang-${_LIBCLANG_FIND_VERSION}.0)
++find_library(libclang_LIBRARY NAMES clang-${_LIBCLANG_FIND_VERSION}.0 
clang)
+   endwhile()
+ 
+   if (NOT libclang_LIBRARY)
+


[arch-commits] Commit in extra-cmake-modules/repos (4 files)

2017-05-13 Thread Antonio Rojas
Date: Saturday, May 13, 2017 @ 10:20:14
  Author: arojas
Revision: 295888

archrelease: copy trunk to testing-any

Added:
  extra-cmake-modules/repos/testing-any/
  extra-cmake-modules/repos/testing-any/ECM-no-init.py.patch
(from rev 295887, extra-cmake-modules/trunk/ECM-no-init.py.patch)
  extra-cmake-modules/repos/testing-any/PKGBUILD
(from rev 295887, extra-cmake-modules/trunk/PKGBUILD)
  extra-cmake-modules/repos/testing-any/fix-python-bindings-generation.patch
(from rev 295887, 
extra-cmake-modules/trunk/fix-python-bindings-generation.patch)

--+
 ECM-no-init.py.patch |   10 +++
 PKGBUILD |   47 +
 fix-python-bindings-generation.patch |   12 
 3 files changed, 69 insertions(+)

Copied: extra-cmake-modules/repos/testing-any/ECM-no-init.py.patch (from rev 
295887, extra-cmake-modules/trunk/ECM-no-init.py.patch)
===
--- testing-any/ECM-no-init.py.patch(rev 0)
+++ testing-any/ECM-no-init.py.patch2017-05-13 10:20:14 UTC (rev 295888)
@@ -0,0 +1,10 @@
+diff --git a/find-modules/GeneratePythonBindingUmbrellaModule.cmake 
b/find-modules/GeneratePythonBindingUmbrellaModule.cmake
+index de79393..144fab4 100644
+--- a/find-modules/GeneratePythonBindingUmbrellaModule.cmake
 b/find-modules/GeneratePythonBindingUmbrellaModule.cmake
+@@ -4,4 +4,4 @@ get_filename_component(PYTHON_UMBRELLA_MODULE_DIR 
${PYTHON_UMBRELLA_MODULE_FILE}
+ 
+ file(MAKE_DIRECTORY "${PYTHON_UMBRELLA_MODULE_DIR}")
+ 
+-execute_process(COMMAND "${CMAKE_COMMAND}" -E touch 
"${PYTHON_UMBRELLA_MODULE_FILE}")
++#execute_process(COMMAND "${CMAKE_COMMAND}" -E touch 
"${PYTHON_UMBRELLA_MODULE_FILE}")

Copied: extra-cmake-modules/repos/testing-any/PKGBUILD (from rev 295887, 
extra-cmake-modules/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2017-05-13 10:20:14 UTC (rev 295888)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=extra-cmake-modules
+pkgver=5.34.0
+pkgrel=1
+pkgdesc='Extra modules and scripts for CMake'
+arch=('any')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('cmake')
+makedepends=('python-sphinx' 'python-requests') # qt5-tools for QtHelp pages
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
+fix-python-bindings-generation.patch ECM-no-init.py.patch)
+sha256sums=('05da02a2db64d20a7a92be6dc642df39da39f957dea8fba9bcb99fb3f3f66de4'
+'SKIP'
+'af9238c6d1c3b4ebbefab0500c21364805f620a3e408792e2a5eaad3c6dfcc49'
+'5695e45c7621a00c0bca28f058c13b5d524f963a00b53337c8cefcdaf22c4b52')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+  sed -e 's|/usr/bin/env python|/usr/bin/env python2|' -i find-modules/*.py
+# Fix Ubuntu-specific code https://bugs.kde.org/show_bug.cgi?id=372311
+  patch -p1 -i ../fix-python-bindings-generation.patch
+# Don't create __init__.py, depend on python-pykf5 instead
+  patch -p1 -i ../ECM-no-init.py.patch
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_HTML_DOCS=OFF \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: 
extra-cmake-modules/repos/testing-any/fix-python-bindings-generation.patch 
(from rev 295887, 
extra-cmake-modules/trunk/fix-python-bindings-generation.patch)
===
--- testing-any/fix-python-bindings-generation.patch
(rev 0)
+++ testing-any/fix-python-bindings-generation.patch2017-05-13 10:20:14 UTC 
(rev 295888)
@@ -0,0 +1,12 @@
+--- extra-cmake-modules-5.29.0/find-modules/FindPythonModuleGeneration.cmake.0 
2017-01-06 09:25:44.345565087 +
 extra-cmake-modules-5.29.0/find-modules/FindPythonModuleGeneration.cmake   
2017-01-06 09:29:03.881879316 +
+@@ -192,7 +192,7 @@
+   while(NOT libclang_LIBRARY AND NOT _LIBCLANG_FIND_VERSION EQUAL 
_LIBCLANG_MIN_MAJOR_VERSION)
+ math(EXPR _LIBCLANG_FIND_VERSION "${_LIBCLANG_FIND_VERSION} - 1")
+ set(_GPB_CLANG_SUFFIX ${_LIBCLANG_FIND_VERSION}.0)
+-find_library(libclang_LIBRARY clang-${_LIBCLANG_FIND_VERSION}.0)
++find_library(libclang_LIBRARY NAMES clang-${_LIBCLANG_FIND_VERSION}.0 
clang)
+   endwhile()
+ 
+   if (NOT libclang_LIBRARY)
+


[arch-commits] Commit in extra-cmake-modules/repos (4 files)

2017-04-13 Thread Felix Yan
Date: Thursday, April 13, 2017 @ 20:32:48
  Author: felixonmars
Revision: 292720

archrelease: copy trunk to testing-any

Added:
  extra-cmake-modules/repos/testing-any/
  extra-cmake-modules/repos/testing-any/ECM-no-init.py.patch
(from rev 292717, extra-cmake-modules/trunk/ECM-no-init.py.patch)
  extra-cmake-modules/repos/testing-any/PKGBUILD
(from rev 292717, extra-cmake-modules/trunk/PKGBUILD)
  extra-cmake-modules/repos/testing-any/fix-python-bindings-generation.patch
(from rev 292717, 
extra-cmake-modules/trunk/fix-python-bindings-generation.patch)

--+
 ECM-no-init.py.patch |   10 +++
 PKGBUILD |   47 +
 fix-python-bindings-generation.patch |   21 ++
 3 files changed, 78 insertions(+)

Copied: extra-cmake-modules/repos/testing-any/ECM-no-init.py.patch (from rev 
292717, extra-cmake-modules/trunk/ECM-no-init.py.patch)
===
--- testing-any/ECM-no-init.py.patch(rev 0)
+++ testing-any/ECM-no-init.py.patch2017-04-13 20:32:48 UTC (rev 292720)
@@ -0,0 +1,10 @@
+diff --git a/find-modules/GeneratePythonBindingUmbrellaModule.cmake 
b/find-modules/GeneratePythonBindingUmbrellaModule.cmake
+index de79393..144fab4 100644
+--- a/find-modules/GeneratePythonBindingUmbrellaModule.cmake
 b/find-modules/GeneratePythonBindingUmbrellaModule.cmake
+@@ -4,4 +4,4 @@ get_filename_component(PYTHON_UMBRELLA_MODULE_DIR 
${PYTHON_UMBRELLA_MODULE_FILE}
+ 
+ file(MAKE_DIRECTORY "${PYTHON_UMBRELLA_MODULE_DIR}")
+ 
+-execute_process(COMMAND "${CMAKE_COMMAND}" -E touch 
"${PYTHON_UMBRELLA_MODULE_FILE}")
++#execute_process(COMMAND "${CMAKE_COMMAND}" -E touch 
"${PYTHON_UMBRELLA_MODULE_FILE}")

Copied: extra-cmake-modules/repos/testing-any/PKGBUILD (from rev 292717, 
extra-cmake-modules/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2017-04-13 20:32:48 UTC (rev 292720)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=extra-cmake-modules
+pkgver=5.33.0
+pkgrel=1
+pkgdesc='Extra modules and scripts for CMake'
+arch=('any')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('cmake')
+makedepends=('python-sphinx' 'python-requests') # qt5-tools for QtHelp pages
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
+fix-python-bindings-generation.patch ECM-no-init.py.patch)
+sha256sums=('f3ff5e36c45ff579a742de700680678211cc90d8132af18f3a1c68f4f36b6a04'
+'SKIP'
+'51cc99dad7c60c8f3f4ffddfd75d781d00e4ac83638a6daf914bc9a3fd8a1502'
+'5695e45c7621a00c0bca28f058c13b5d524f963a00b53337c8cefcdaf22c4b52')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+  sed -e 's|/usr/bin/env python|/usr/bin/env python2|' -i find-modules/*.py
+# Fix Ubuntu-specific code https://bugs.kde.org/show_bug.cgi?id=372311
+  patch -p1 -i ../fix-python-bindings-generation.patch
+# Don't create __init__.py, depend on python-pykf5 instead
+  patch -p1 -i ../ECM-no-init.py.patch
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_HTML_DOCS=OFF \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: 
extra-cmake-modules/repos/testing-any/fix-python-bindings-generation.patch 
(from rev 292717, 
extra-cmake-modules/trunk/fix-python-bindings-generation.patch)
===
--- testing-any/fix-python-bindings-generation.patch
(rev 0)
+++ testing-any/fix-python-bindings-generation.patch2017-04-13 20:32:48 UTC 
(rev 292720)
@@ -0,0 +1,21 @@
+--- extra-cmake-modules-5.29.0/find-modules/FindPythonModuleGeneration.cmake.0 
2017-01-06 09:25:44.345565087 +
 extra-cmake-modules-5.29.0/find-modules/FindPythonModuleGeneration.cmake   
2017-01-06 09:29:03.881879316 +
+@@ -192,7 +192,7 @@
+   while(NOT libclang_LIBRARY AND NOT _LIBCLANG_FIND_VERSION EQUAL 
_LIBCLANG_MIN_MAJOR_VERSION)
+ math(EXPR _LIBCLANG_FIND_VERSION "${_LIBCLANG_FIND_VERSION} - 1")
+ set(_GPB_CLANG_SUFFIX ${_LIBCLANG_FIND_VERSION}.0)
+-find_library(libclang_LIBRARY clang-${_LIBCLANG_FIND_VERSION}.0)
++find_library(libclang_LIBRARY NAMES clang-${_LIBCLANG_FIND_VERSION}.0 
clang)
+   endwhile()
+ 
+   if (NOT libclang_LIBRARY)
+@@ -251,7 +251,7 @@
+ set(GPB_MODULE_DIR ${CMAKE_CURRENT_LIST_DIR})
+ 
+ function(_compute_implicit_include_dirs)
+-  

[arch-commits] Commit in extra-cmake-modules/repos (4 files)

2017-03-11 Thread Antonio Rojas
Date: Saturday, March 11, 2017 @ 11:31:22
  Author: arojas
Revision: 290544

archrelease: copy trunk to testing-any

Added:
  extra-cmake-modules/repos/testing-any/
  extra-cmake-modules/repos/testing-any/ECM-no-init.py.patch
(from rev 290543, extra-cmake-modules/trunk/ECM-no-init.py.patch)
  extra-cmake-modules/repos/testing-any/PKGBUILD
(from rev 290543, extra-cmake-modules/trunk/PKGBUILD)
  extra-cmake-modules/repos/testing-any/fix-python-bindings-generation.patch
(from rev 290543, 
extra-cmake-modules/trunk/fix-python-bindings-generation.patch)

--+
 ECM-no-init.py.patch |   10 +++
 PKGBUILD |   47 +
 fix-python-bindings-generation.patch |   21 ++
 3 files changed, 78 insertions(+)

Copied: extra-cmake-modules/repos/testing-any/ECM-no-init.py.patch (from rev 
290543, extra-cmake-modules/trunk/ECM-no-init.py.patch)
===
--- testing-any/ECM-no-init.py.patch(rev 0)
+++ testing-any/ECM-no-init.py.patch2017-03-11 11:31:22 UTC (rev 290544)
@@ -0,0 +1,10 @@
+diff --git a/find-modules/GeneratePythonBindingUmbrellaModule.cmake 
b/find-modules/GeneratePythonBindingUmbrellaModule.cmake
+index de79393..144fab4 100644
+--- a/find-modules/GeneratePythonBindingUmbrellaModule.cmake
 b/find-modules/GeneratePythonBindingUmbrellaModule.cmake
+@@ -4,4 +4,4 @@ get_filename_component(PYTHON_UMBRELLA_MODULE_DIR 
${PYTHON_UMBRELLA_MODULE_FILE}
+ 
+ file(MAKE_DIRECTORY "${PYTHON_UMBRELLA_MODULE_DIR}")
+ 
+-execute_process(COMMAND "${CMAKE_COMMAND}" -E touch 
"${PYTHON_UMBRELLA_MODULE_FILE}")
++#execute_process(COMMAND "${CMAKE_COMMAND}" -E touch 
"${PYTHON_UMBRELLA_MODULE_FILE}")

Copied: extra-cmake-modules/repos/testing-any/PKGBUILD (from rev 290543, 
extra-cmake-modules/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2017-03-11 11:31:22 UTC (rev 290544)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=extra-cmake-modules
+pkgver=5.32.0
+pkgrel=1
+pkgdesc='Extra modules and scripts for CMake'
+arch=('any')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('cmake')
+makedepends=('python-sphinx' 'python-requests') # qt5-tools for QtHelp pages
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
+fix-python-bindings-generation.patch ECM-no-init.py.patch)
+sha256sums=('b1d87be86f36c20ec1f4ad7946f702fd1a7cab0e2ea2e81f4f9a2d937f9f0ac7'
+'SKIP'
+'51cc99dad7c60c8f3f4ffddfd75d781d00e4ac83638a6daf914bc9a3fd8a1502'
+'5695e45c7621a00c0bca28f058c13b5d524f963a00b53337c8cefcdaf22c4b52')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+  sed -e 's|/usr/bin/env python|/usr/bin/env python2|' -i find-modules/*.py
+# Fix Ubuntu-specific code https://bugs.kde.org/show_bug.cgi?id=372311
+  patch -p1 -i ../fix-python-bindings-generation.patch
+# Don't create __init__.py, depend on python-pykf5 instead
+  patch -p1 -i ../ECM-no-init.py.patch
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_HTML_DOCS=OFF \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: 
extra-cmake-modules/repos/testing-any/fix-python-bindings-generation.patch 
(from rev 290543, 
extra-cmake-modules/trunk/fix-python-bindings-generation.patch)
===
--- testing-any/fix-python-bindings-generation.patch
(rev 0)
+++ testing-any/fix-python-bindings-generation.patch2017-03-11 11:31:22 UTC 
(rev 290544)
@@ -0,0 +1,21 @@
+--- extra-cmake-modules-5.29.0/find-modules/FindPythonModuleGeneration.cmake.0 
2017-01-06 09:25:44.345565087 +
 extra-cmake-modules-5.29.0/find-modules/FindPythonModuleGeneration.cmake   
2017-01-06 09:29:03.881879316 +
+@@ -192,7 +192,7 @@
+   while(NOT libclang_LIBRARY AND NOT _LIBCLANG_FIND_VERSION EQUAL 
_LIBCLANG_MIN_MAJOR_VERSION)
+ math(EXPR _LIBCLANG_FIND_VERSION "${_LIBCLANG_FIND_VERSION} - 1")
+ set(_GPB_CLANG_SUFFIX ${_LIBCLANG_FIND_VERSION}.0)
+-find_library(libclang_LIBRARY clang-${_LIBCLANG_FIND_VERSION}.0)
++find_library(libclang_LIBRARY NAMES clang-${_LIBCLANG_FIND_VERSION}.0 
clang)
+   endwhile()
+ 
+   if (NOT libclang_LIBRARY)
+@@ -251,7 +251,7 @@
+ set(GPB_MODULE_DIR ${CMAKE_CURRENT_LIST_DIR})
+ 
+ function(_compute_implicit_include_dirs)
+-  

[arch-commits] Commit in extra-cmake-modules/repos (4 files)

2017-02-11 Thread Antonio Rojas
Date: Saturday, February 11, 2017 @ 10:01:44
  Author: arojas
Revision: 288571

archrelease: copy trunk to testing-any

Added:
  extra-cmake-modules/repos/testing-any/
  extra-cmake-modules/repos/testing-any/ECM-no-init.py.patch
(from rev 288570, extra-cmake-modules/trunk/ECM-no-init.py.patch)
  extra-cmake-modules/repos/testing-any/PKGBUILD
(from rev 288570, extra-cmake-modules/trunk/PKGBUILD)
  extra-cmake-modules/repos/testing-any/fix-python-bindings-generation.patch
(from rev 288570, 
extra-cmake-modules/trunk/fix-python-bindings-generation.patch)

--+
 ECM-no-init.py.patch |   10 ++
 PKGBUILD |   51 +
 fix-python-bindings-generation.patch |   21 +
 3 files changed, 82 insertions(+)

Copied: extra-cmake-modules/repos/testing-any/ECM-no-init.py.patch (from rev 
288570, extra-cmake-modules/trunk/ECM-no-init.py.patch)
===
--- testing-any/ECM-no-init.py.patch(rev 0)
+++ testing-any/ECM-no-init.py.patch2017-02-11 10:01:44 UTC (rev 288571)
@@ -0,0 +1,10 @@
+diff --git a/find-modules/GeneratePythonBindingUmbrellaModule.cmake 
b/find-modules/GeneratePythonBindingUmbrellaModule.cmake
+index de79393..144fab4 100644
+--- a/find-modules/GeneratePythonBindingUmbrellaModule.cmake
 b/find-modules/GeneratePythonBindingUmbrellaModule.cmake
+@@ -4,4 +4,4 @@ get_filename_component(PYTHON_UMBRELLA_MODULE_DIR 
${PYTHON_UMBRELLA_MODULE_FILE}
+ 
+ file(MAKE_DIRECTORY "${PYTHON_UMBRELLA_MODULE_DIR}")
+ 
+-execute_process(COMMAND "${CMAKE_COMMAND}" -E touch 
"${PYTHON_UMBRELLA_MODULE_FILE}")
++#execute_process(COMMAND "${CMAKE_COMMAND}" -E touch 
"${PYTHON_UMBRELLA_MODULE_FILE}")

Copied: extra-cmake-modules/repos/testing-any/PKGBUILD (from rev 288570, 
extra-cmake-modules/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2017-02-11 10:01:44 UTC (rev 288571)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=extra-cmake-modules
+pkgver=5.31.0
+pkgrel=1
+pkgdesc='Extra modules and scripts for CMake'
+arch=('any')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('cmake')
+makedepends=('python-sphinx' 'python-requests') # qt5-tools for QtHelp pages
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
+fix-python-bindings-generation.patch ECM-no-init.py.patch
+
2e20aeab.patch::"https://cgit.kde.org/extra-cmake-modules.git/patch/?id=2e20aeab;)
+md5sums=('74d7c29138168f9a62fe475705c0b351'
+ 'SKIP'
+ '4e53103b3e132613dd2e2ae9cf4c7c8b'
+ 'fe4ad511edb544434e7afaeba12dd460'
+ 'e5b690bd3530d310a91ae7c7f19dc61a')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+  sed -e 's|/usr/bin/env python|/usr/bin/env python2|' -i find-modules/*.py
+# Fix Ubuntu-specific code https://bugs.kde.org/show_bug.cgi?id=372311
+  patch -p1 -i ../fix-python-bindings-generation.patch
+# Don't create __init__.py, depend on python-pykf5 instead
+  patch -p1 -i ../ECM-no-init.py.patch
+# Revert commit that breaks kcoreaddons python bindings build
+  patch -Rp1 -i ../2e20aeab.patch
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_HTML_DOCS=OFF \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: 
extra-cmake-modules/repos/testing-any/fix-python-bindings-generation.patch 
(from rev 288570, 
extra-cmake-modules/trunk/fix-python-bindings-generation.patch)
===
--- testing-any/fix-python-bindings-generation.patch
(rev 0)
+++ testing-any/fix-python-bindings-generation.patch2017-02-11 10:01:44 UTC 
(rev 288571)
@@ -0,0 +1,21 @@
+--- extra-cmake-modules-5.29.0/find-modules/FindPythonModuleGeneration.cmake.0 
2017-01-06 09:25:44.345565087 +
 extra-cmake-modules-5.29.0/find-modules/FindPythonModuleGeneration.cmake   
2017-01-06 09:29:03.881879316 +
+@@ -192,7 +192,7 @@
+   while(NOT libclang_LIBRARY AND NOT _LIBCLANG_FIND_VERSION EQUAL 
_LIBCLANG_MIN_MAJOR_VERSION)
+ math(EXPR _LIBCLANG_FIND_VERSION "${_LIBCLANG_FIND_VERSION} - 1")
+ set(_GPB_CLANG_SUFFIX ${_LIBCLANG_FIND_VERSION}.0)
+-find_library(libclang_LIBRARY clang-${_LIBCLANG_FIND_VERSION}.0)
++find_library(libclang_LIBRARY NAMES clang-${_LIBCLANG_FIND_VERSION}.0 
clang)
+   endwhile()
+ 
+   if (NOT libclang_LIBRARY)

[arch-commits] Commit in extra-cmake-modules/repos (4 files)

2017-01-14 Thread Antonio Rojas
Date: Saturday, January 14, 2017 @ 11:59:40
  Author: arojas
Revision: 286278

archrelease: copy trunk to testing-any

Added:
  extra-cmake-modules/repos/testing-any/
  extra-cmake-modules/repos/testing-any/ECM-no-init.py.patch
(from rev 286277, extra-cmake-modules/trunk/ECM-no-init.py.patch)
  extra-cmake-modules/repos/testing-any/PKGBUILD
(from rev 286277, extra-cmake-modules/trunk/PKGBUILD)
  extra-cmake-modules/repos/testing-any/fix-python-bindings-generation.patch
(from rev 286277, 
extra-cmake-modules/trunk/fix-python-bindings-generation.patch)

--+
 ECM-no-init.py.patch |   11 +++
 PKGBUILD |   51 +
 fix-python-bindings-generation.patch |   20 
 3 files changed, 82 insertions(+)

Copied: extra-cmake-modules/repos/testing-any/ECM-no-init.py.patch (from rev 
286277, extra-cmake-modules/trunk/ECM-no-init.py.patch)
===
--- testing-any/ECM-no-init.py.patch(rev 0)
+++ testing-any/ECM-no-init.py.patch2017-01-14 11:59:40 UTC (rev 286278)
@@ -0,0 +1,11 @@
+--- extra-cmake-modules-5.30.0/find-modules/FindPythonModuleGeneration.cmake.0 
 2017-01-11 21:36:42.219762963 +
 extra-cmake-modules-5.30.0/find-modules/FindPythonModuleGeneration.cmake   
 2017-01-11 21:37:48.932898438 +
+@@ -409,7 +409,6 @@
+ foreach(pyversion ${_pyversions})
+ file(MAKE_DIRECTORY
+ 
"${CMAKE_CURRENT_BINARY_DIR}/py${pyversion}/${pythonnamespace_value}")
+-execute_process(COMMAND "${CMAKE_COMMAND}" -E touch 
"${CMAKE_CURRENT_BINARY_DIR}/py${pyversion}/${pythonnamespace_value}/__init__.py")
+ 
+ add_library(Py${pyversion}KF5${modulename_value} MODULE
+   
"${CMAKE_CURRENT_BINARY_DIR}/pybuild/${pythonnamespace_value}/${modulename_value}/unified${modulename_value}.cpp"
+

Copied: extra-cmake-modules/repos/testing-any/PKGBUILD (from rev 286277, 
extra-cmake-modules/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2017-01-14 11:59:40 UTC (rev 286278)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=extra-cmake-modules
+pkgver=5.30.0
+pkgrel=1
+pkgdesc='Extra modules and scripts for CMake'
+arch=('any')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('cmake')
+makedepends=('python-sphinx' 'python-requests') # qt5-tools for QtHelp pages
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
+fix-python-bindings-generation.patch ECM-no-init.py.patch
+
python-bindings-c++14.patch::"https://cgit.kde.org/extra-cmake-modules.git/patch/?id=8aa68434;)
+md5sums=('3678f6f17ff10ba5022fc1800028538f'
+ 'SKIP'
+ '5a704fb81d356a678d2affd403d8f468'
+ '63582bd0c967a2315736da7c2cb48d81'
+ 'a898dc73e16a0f60bdf339a2a9aaf0cf')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+  sed -e 's|/usr/bin/env python|/usr/bin/env python2|' -i find-modules/*.py
+# Fix Ubuntu-specific code https://bugs.kde.org/show_bug.cgi?id=372333 
https://bugs.kde.org/show_bug.cgi?id=372311
+  patch -p1 -i ../fix-python-bindings-generation.patch
+# Don't create __init__.py, depend on python-pykf5 instead
+  patch -p1 -i ../ECM-no-init.py.patch
+# Pass -std=gnu++14 flags to clang for Python bindings generation 
https://bugs.kde.org/show_bug.cgi?id=374801
+  patch -p1 -i ../python-bindings-c++14.patch
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_HTML_DOCS=OFF \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: 
extra-cmake-modules/repos/testing-any/fix-python-bindings-generation.patch 
(from rev 286277, 
extra-cmake-modules/trunk/fix-python-bindings-generation.patch)
===
--- testing-any/fix-python-bindings-generation.patch
(rev 0)
+++ testing-any/fix-python-bindings-generation.patch2017-01-14 11:59:40 UTC 
(rev 286278)
@@ -0,0 +1,20 @@
+--- extra-cmake-modules-5.29.0/find-modules/FindPythonModuleGeneration.cmake.0 
2017-01-06 09:25:44.345565087 +
 extra-cmake-modules-5.29.0/find-modules/FindPythonModuleGeneration.cmake   
2017-01-06 09:29:03.881879316 +
+@@ -192,7 +192,7 @@
+   while(NOT libclang_LIBRARY AND NOT _LIBCLANG3_FIND_VERSION EQUAL 
_LIBCLANG3_MIN_VERSION)
+ math(EXPR _LIBCLANG3_FIND_VERSION "${_LIBCLANG3_FIND_VERSION} - 1")
+ 

[arch-commits] Commit in extra-cmake-modules/repos (4 files)

2015-07-10 Thread Antonio Rojas
Date: Friday, July 10, 2015 @ 12:17:01
  Author: arojas
Revision: 241934

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  extra-cmake-modules/repos/testing-i686/
  extra-cmake-modules/repos/testing-i686/PKGBUILD
(from rev 241933, extra-cmake-modules/trunk/PKGBUILD)
  extra-cmake-modules/repos/testing-x86_64/
  extra-cmake-modules/repos/testing-x86_64/PKGBUILD
(from rev 241933, extra-cmake-modules/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   34 ++
 testing-x86_64/PKGBUILD |   34 ++
 2 files changed, 68 insertions(+)

Copied: extra-cmake-modules/repos/testing-i686/PKGBUILD (from rev 241933, 
extra-cmake-modules/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-07-10 10:17:01 UTC (rev 241934)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=extra-cmake-modules
+pkgver=5.12.0
+pkgrel=1
+pkgdesc='Extra modules and scripts for CMake'
+arch=('i686' 'x86_64') # 'any' is broken, see 
https://git.reviewboard.kde.org/r/118498/
+url='https://projects.kde.org/projects/kdesupport/extra-cmake-modules'
+license=('LGPL')
+depends=('cmake')
+makedepends=('python-sphinx') # qt5-tools for QtHelp pages
+source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('e4042cf258b545267d74b0cf7d756150')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_HTML_DOCS=OFF \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: extra-cmake-modules/repos/testing-x86_64/PKGBUILD (from rev 241933, 
extra-cmake-modules/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-07-10 10:17:01 UTC (rev 241934)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=extra-cmake-modules
+pkgver=5.12.0
+pkgrel=1
+pkgdesc='Extra modules and scripts for CMake'
+arch=('i686' 'x86_64') # 'any' is broken, see 
https://git.reviewboard.kde.org/r/118498/
+url='https://projects.kde.org/projects/kdesupport/extra-cmake-modules'
+license=('LGPL')
+depends=('cmake')
+makedepends=('python-sphinx') # qt5-tools for QtHelp pages
+source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('e4042cf258b545267d74b0cf7d756150')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_HTML_DOCS=OFF \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}


[arch-commits] Commit in extra-cmake-modules/repos (4 files)

2015-06-11 Thread Antonio Rojas
Date: Thursday, June 11, 2015 @ 09:48:00
  Author: arojas
Revision: 240490

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  extra-cmake-modules/repos/staging-i686/
  extra-cmake-modules/repos/staging-i686/PKGBUILD
(from rev 240489, extra-cmake-modules/trunk/PKGBUILD)
  extra-cmake-modules/repos/staging-x86_64/
  extra-cmake-modules/repos/staging-x86_64/PKGBUILD
(from rev 240489, extra-cmake-modules/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   34 ++
 staging-x86_64/PKGBUILD |   34 ++
 2 files changed, 68 insertions(+)

Copied: extra-cmake-modules/repos/staging-i686/PKGBUILD (from rev 240489, 
extra-cmake-modules/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-06-11 07:48:00 UTC (rev 240490)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=extra-cmake-modules
+pkgver=5.11.0
+pkgrel=1
+pkgdesc='Extra modules and scripts for CMake'
+arch=('i686' 'x86_64') # 'any' is broken, see 
https://git.reviewboard.kde.org/r/118498/
+url='https://projects.kde.org/projects/kdesupport/extra-cmake-modules'
+license=('LGPL')
+depends=('cmake')
+makedepends=('python-sphinx') # qt5-tools for QtHelp pages
+source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('0e1298c6fce735f06c789a173c0093ff')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_HTML_DOCS=OFF \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: extra-cmake-modules/repos/staging-x86_64/PKGBUILD (from rev 240489, 
extra-cmake-modules/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-06-11 07:48:00 UTC (rev 240490)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=extra-cmake-modules
+pkgver=5.11.0
+pkgrel=1
+pkgdesc='Extra modules and scripts for CMake'
+arch=('i686' 'x86_64') # 'any' is broken, see 
https://git.reviewboard.kde.org/r/118498/
+url='https://projects.kde.org/projects/kdesupport/extra-cmake-modules'
+license=('LGPL')
+depends=('cmake')
+makedepends=('python-sphinx') # qt5-tools for QtHelp pages
+source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('0e1298c6fce735f06c789a173c0093ff')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_HTML_DOCS=OFF \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}


[arch-commits] Commit in extra-cmake-modules/repos (4 files)

2015-05-08 Thread Antonio Rojas
Date: Friday, May 8, 2015 @ 08:41:04
  Author: arojas
Revision: 238617

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  extra-cmake-modules/repos/testing-i686/
  extra-cmake-modules/repos/testing-i686/PKGBUILD
(from rev 238616, extra-cmake-modules/trunk/PKGBUILD)
  extra-cmake-modules/repos/testing-x86_64/
  extra-cmake-modules/repos/testing-x86_64/PKGBUILD
(from rev 238616, extra-cmake-modules/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   34 ++
 testing-x86_64/PKGBUILD |   34 ++
 2 files changed, 68 insertions(+)

Copied: extra-cmake-modules/repos/testing-i686/PKGBUILD (from rev 238616, 
extra-cmake-modules/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-05-08 06:41:04 UTC (rev 238617)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=extra-cmake-modules
+pkgver=5.10.0
+pkgrel=1
+pkgdesc='Extra modules and scripts for CMake'
+arch=('i686' 'x86_64') # 'any' is broken, see 
https://git.reviewboard.kde.org/r/118498/
+url='https://projects.kde.org/projects/kdesupport/extra-cmake-modules'
+license=('LGPL')
+depends=('cmake')
+makedepends=('python-sphinx') # qt5-tools for QtHelp pages
+source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('a97dad81fb7327c8ff78406ed369d484')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_HTML_DOCS=OFF \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: extra-cmake-modules/repos/testing-x86_64/PKGBUILD (from rev 238616, 
extra-cmake-modules/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-05-08 06:41:04 UTC (rev 238617)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=extra-cmake-modules
+pkgver=5.10.0
+pkgrel=1
+pkgdesc='Extra modules and scripts for CMake'
+arch=('i686' 'x86_64') # 'any' is broken, see 
https://git.reviewboard.kde.org/r/118498/
+url='https://projects.kde.org/projects/kdesupport/extra-cmake-modules'
+license=('LGPL')
+depends=('cmake')
+makedepends=('python-sphinx') # qt5-tools for QtHelp pages
+source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('a97dad81fb7327c8ff78406ed369d484')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_HTML_DOCS=OFF \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}


[arch-commits] Commit in extra-cmake-modules/repos (4 files)

2015-04-08 Thread Felix Yan
Date: Wednesday, April 8, 2015 @ 08:40:52
  Author: fyan
Revision: 235607

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  extra-cmake-modules/repos/testing-i686/
  extra-cmake-modules/repos/testing-i686/PKGBUILD
(from rev 235606, extra-cmake-modules/trunk/PKGBUILD)
  extra-cmake-modules/repos/testing-x86_64/
  extra-cmake-modules/repos/testing-x86_64/PKGBUILD
(from rev 235606, extra-cmake-modules/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   33 +
 testing-x86_64/PKGBUILD |   33 +
 2 files changed, 66 insertions(+)

Copied: extra-cmake-modules/repos/testing-i686/PKGBUILD (from rev 235606, 
extra-cmake-modules/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-04-08 06:40:52 UTC (rev 235607)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=extra-cmake-modules
+pkgver=5.9.0
+pkgrel=1
+pkgdesc='Extra modules and scripts for CMake'
+arch=('i686' 'x86_64') # 'any' is broken, see 
https://git.reviewboard.kde.org/r/118498/
+url='https://projects.kde.org/projects/kdesupport/extra-cmake-modules'
+license=('LGPL')
+depends=('cmake')
+makedepends=('python-sphinx') # qt5-tools for QtHelp pages
+source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('98633e740805a56be02a23ffa1c57a73')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_HTML_DOCS=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: extra-cmake-modules/repos/testing-x86_64/PKGBUILD (from rev 235606, 
extra-cmake-modules/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-04-08 06:40:52 UTC (rev 235607)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=extra-cmake-modules
+pkgver=5.9.0
+pkgrel=1
+pkgdesc='Extra modules and scripts for CMake'
+arch=('i686' 'x86_64') # 'any' is broken, see 
https://git.reviewboard.kde.org/r/118498/
+url='https://projects.kde.org/projects/kdesupport/extra-cmake-modules'
+license=('LGPL')
+depends=('cmake')
+makedepends=('python-sphinx') # qt5-tools for QtHelp pages
+source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('98633e740805a56be02a23ffa1c57a73')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_HTML_DOCS=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}


[arch-commits] Commit in extra-cmake-modules/repos (4 files)

2015-03-13 Thread Felix Yan
Date: Friday, March 13, 2015 @ 18:00:15
  Author: fyan
Revision: 233454

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  extra-cmake-modules/repos/testing-i686/
  extra-cmake-modules/repos/testing-i686/PKGBUILD
(from rev 233453, extra-cmake-modules/trunk/PKGBUILD)
  extra-cmake-modules/repos/testing-x86_64/
  extra-cmake-modules/repos/testing-x86_64/PKGBUILD
(from rev 233453, extra-cmake-modules/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   34 ++
 testing-x86_64/PKGBUILD |   34 ++
 2 files changed, 68 insertions(+)

Copied: extra-cmake-modules/repos/testing-i686/PKGBUILD (from rev 233453, 
extra-cmake-modules/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-03-13 17:00:15 UTC (rev 233454)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=extra-cmake-modules
+pkgver=1.8.0
+_pkgver=5.8.0
+pkgrel=1
+pkgdesc='Extra modules and scripts for CMake'
+arch=('i686' 'x86_64') # 'any' is broken, see 
https://git.reviewboard.kde.org/r/118498/
+url='https://projects.kde.org/projects/kdesupport/extra-cmake-modules'
+license=('LGPL')
+depends=('cmake')
+makedepends=('python-sphinx') # qt5-tools for QtHelp pages
+source=(http://download.kde.org/stable/frameworks/${_pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('e877d996f478419c3a749cfc425bd6c0')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_HTML_DOCS=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: extra-cmake-modules/repos/testing-x86_64/PKGBUILD (from rev 233453, 
extra-cmake-modules/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-03-13 17:00:15 UTC (rev 233454)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=extra-cmake-modules
+pkgver=1.8.0
+_pkgver=5.8.0
+pkgrel=1
+pkgdesc='Extra modules and scripts for CMake'
+arch=('i686' 'x86_64') # 'any' is broken, see 
https://git.reviewboard.kde.org/r/118498/
+url='https://projects.kde.org/projects/kdesupport/extra-cmake-modules'
+license=('LGPL')
+depends=('cmake')
+makedepends=('python-sphinx') # qt5-tools for QtHelp pages
+source=(http://download.kde.org/stable/frameworks/${_pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('e877d996f478419c3a749cfc425bd6c0')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_HTML_DOCS=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}


[arch-commits] Commit in extra-cmake-modules/repos (4 files)

2015-02-15 Thread Felix Yan
Date: Sunday, February 15, 2015 @ 16:00:34
  Author: fyan
Revision: 231456

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  extra-cmake-modules/repos/testing-i686/
  extra-cmake-modules/repos/testing-i686/PKGBUILD
(from rev 231455, extra-cmake-modules/trunk/PKGBUILD)
  extra-cmake-modules/repos/testing-x86_64/
  extra-cmake-modules/repos/testing-x86_64/PKGBUILD
(from rev 231455, extra-cmake-modules/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   34 ++
 testing-x86_64/PKGBUILD |   34 ++
 2 files changed, 68 insertions(+)

Copied: extra-cmake-modules/repos/testing-i686/PKGBUILD (from rev 231455, 
extra-cmake-modules/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-02-15 15:00:34 UTC (rev 231456)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=extra-cmake-modules
+pkgver=1.7.0
+_pkgver=5.7.0
+pkgrel=1
+pkgdesc='Extra modules and scripts for CMake'
+arch=('i686' 'x86_64') # 'any' is broken, see 
https://git.reviewboard.kde.org/r/118498/
+url='https://projects.kde.org/projects/kdesupport/extra-cmake-modules'
+license=('LGPL')
+depends=('cmake')
+makedepends=('python-sphinx') # qt5-tools for QtHelp pages
+source=(http://download.kde.org/stable/frameworks/${_pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('45fd1e6f38b23b00983e5eab9ba61d15')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_HTML_DOCS=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: extra-cmake-modules/repos/testing-x86_64/PKGBUILD (from rev 231455, 
extra-cmake-modules/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-02-15 15:00:34 UTC (rev 231456)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=extra-cmake-modules
+pkgver=1.7.0
+_pkgver=5.7.0
+pkgrel=1
+pkgdesc='Extra modules and scripts for CMake'
+arch=('i686' 'x86_64') # 'any' is broken, see 
https://git.reviewboard.kde.org/r/118498/
+url='https://projects.kde.org/projects/kdesupport/extra-cmake-modules'
+license=('LGPL')
+depends=('cmake')
+makedepends=('python-sphinx') # qt5-tools for QtHelp pages
+source=(http://download.kde.org/stable/frameworks/${_pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('45fd1e6f38b23b00983e5eab9ba61d15')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_HTML_DOCS=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}


[arch-commits] Commit in extra-cmake-modules/repos (4 files)

2015-01-11 Thread Andrea Scarpino
Date: Monday, January 12, 2015 @ 08:47:14
  Author: andrea
Revision: 228939

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  extra-cmake-modules/repos/extra-i686/PKGBUILD
(from rev 228938, extra-cmake-modules/trunk/PKGBUILD)
  extra-cmake-modules/repos/extra-x86_64/PKGBUILD
(from rev 228938, extra-cmake-modules/trunk/PKGBUILD)
Deleted:
  extra-cmake-modules/repos/extra-i686/PKGBUILD
  extra-cmake-modules/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   66 
 extra-i686/PKGBUILD   |   33 
 extra-x86_64/PKGBUILD |   33 
 3 files changed, 66 insertions(+), 66 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-01-12 07:47:05 UTC (rev 228938)
+++ extra-i686/PKGBUILD 2015-01-12 07:47:14 UTC (rev 228939)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=extra-cmake-modules
-pkgver=1.6.0
-_pkgver=5.6.0
-pkgrel=1
-pkgdesc='Extra modules and scripts for CMake'
-arch=('i686' 'x86_64') # 'any' is broken, see 
https://git.reviewboard.kde.org/r/118498/
-url='https://projects.kde.org/projects/kdesupport/extra-cmake-modules'
-license=('LGPL')
-depends=('cmake')
-makedepends=('python-sphinx') # qt5-tools for QtHelp pages
-source=(http://download.kde.org/stable/frameworks/${_pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('4fa1fd83a05cbf651166f30d1a23e005')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_HTML_DOCS=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: extra-cmake-modules/repos/extra-i686/PKGBUILD (from rev 228938, 
extra-cmake-modules/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-01-12 07:47:14 UTC (rev 228939)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=extra-cmake-modules
+pkgver=1.6.1
+_pkgver=5.6.0
+pkgrel=1
+pkgdesc='Extra modules and scripts for CMake'
+arch=('i686' 'x86_64') # 'any' is broken, see 
https://git.reviewboard.kde.org/r/118498/
+url='https://projects.kde.org/projects/kdesupport/extra-cmake-modules'
+license=('LGPL')
+depends=('cmake')
+makedepends=('python-sphinx') # qt5-tools for QtHelp pages
+source=(http://download.kde.org/stable/frameworks/${_pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('b95e2184c1e1b2929239ff241271721c')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_HTML_DOCS=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-01-12 07:47:05 UTC (rev 228938)
+++ extra-x86_64/PKGBUILD   2015-01-12 07:47:14 UTC (rev 228939)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=extra-cmake-modules
-pkgver=1.6.0
-_pkgver=5.6.0
-pkgrel=1
-pkgdesc='Extra modules and scripts for CMake'
-arch=('i686' 'x86_64') # 'any' is broken, see 
https://git.reviewboard.kde.org/r/118498/
-url='https://projects.kde.org/projects/kdesupport/extra-cmake-modules'
-license=('LGPL')
-depends=('cmake')
-makedepends=('python-sphinx') # qt5-tools for QtHelp pages
-source=(http://download.kde.org/stable/frameworks/${_pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('4fa1fd83a05cbf651166f30d1a23e005')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_HTML_DOCS=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: extra-cmake-modules/repos/extra-x86_64/PKGBUILD (from rev 228938, 
extra-cmake-modules/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-01-12 07:47:14 UTC (rev 228939)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=extra-cmake-modules
+pkgver=1.6.1
+_pkgver=5.6.0
+pkgrel=1
+pkgdesc='Extra modules and scripts for CMake'
+arch=('i686' 'x86_64') # 'any' is broken, see 
https://git.reviewboard.kde.org/r/118498/
+url='https://projects.kde.org/projects/kdesupport/extra-cmake-modules'
+license=('LGPL')
+depends=('cmake')
+makedepends=('python-sphinx') # qt5-tools for QtHelp pages
+source=(http://download.kde.org/stable/frameworks/${_pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('b95e2184c1e1b2929239ff241271721c')
+
+prepare() {
+  mkdir -p 

[arch-commits] Commit in extra-cmake-modules/repos (4 files)

2015-01-08 Thread Andrea Scarpino
Date: Friday, January 9, 2015 @ 08:44:03
  Author: andrea
Revision: 228776

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  extra-cmake-modules/repos/extra-i686/PKGBUILD
(from rev 228775, extra-cmake-modules/trunk/PKGBUILD)
  extra-cmake-modules/repos/extra-x86_64/PKGBUILD
(from rev 228775, extra-cmake-modules/trunk/PKGBUILD)
Deleted:
  extra-cmake-modules/repos/extra-i686/PKGBUILD
  extra-cmake-modules/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   66 
 extra-i686/PKGBUILD   |   33 
 extra-x86_64/PKGBUILD |   33 
 3 files changed, 66 insertions(+), 66 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-01-09 07:06:19 UTC (rev 228775)
+++ extra-i686/PKGBUILD 2015-01-09 07:44:03 UTC (rev 228776)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=extra-cmake-modules
-pkgver=1.6.0
-_pkgver=5.6.0
-pkgrel=1
-pkgdesc='Extra modules and scripts for CMake'
-arch=('i686' 'x86_64') # 'any' is broken, see 
https://git.reviewboard.kde.org/r/118498/
-url='https://projects.kde.org/projects/kdesupport/extra-cmake-modules'
-license=('LGPL')
-depends=('cmake')
-makedepends=('python-sphinx') # qt5-tools for QtHelp pages
-source=(http://download.kde.org/stable/frameworks/${_pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('4fa1fd83a05cbf651166f30d1a23e005')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_HTML_DOCS=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: extra-cmake-modules/repos/extra-i686/PKGBUILD (from rev 228775, 
extra-cmake-modules/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-01-09 07:44:03 UTC (rev 228776)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=extra-cmake-modules
+pkgver=1.6.0
+_pkgver=5.6.0
+pkgrel=1
+pkgdesc='Extra modules and scripts for CMake'
+arch=('i686' 'x86_64') # 'any' is broken, see 
https://git.reviewboard.kde.org/r/118498/
+url='https://projects.kde.org/projects/kdesupport/extra-cmake-modules'
+license=('LGPL')
+depends=('cmake')
+makedepends=('python-sphinx') # qt5-tools for QtHelp pages
+source=(http://download.kde.org/stable/frameworks/${_pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('4fa1fd83a05cbf651166f30d1a23e005')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_HTML_DOCS=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-01-09 07:06:19 UTC (rev 228775)
+++ extra-x86_64/PKGBUILD   2015-01-09 07:44:03 UTC (rev 228776)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=extra-cmake-modules
-pkgver=1.6.0
-_pkgver=5.6.0
-pkgrel=1
-pkgdesc='Extra modules and scripts for CMake'
-arch=('i686' 'x86_64') # 'any' is broken, see 
https://git.reviewboard.kde.org/r/118498/
-url='https://projects.kde.org/projects/kdesupport/extra-cmake-modules'
-license=('LGPL')
-depends=('cmake')
-makedepends=('python-sphinx') # qt5-tools for QtHelp pages
-source=(http://download.kde.org/stable/frameworks/${_pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('4fa1fd83a05cbf651166f30d1a23e005')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_HTML_DOCS=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: extra-cmake-modules/repos/extra-x86_64/PKGBUILD (from rev 228775, 
extra-cmake-modules/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-01-09 07:44:03 UTC (rev 228776)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=extra-cmake-modules
+pkgver=1.6.0
+_pkgver=5.6.0
+pkgrel=1
+pkgdesc='Extra modules and scripts for CMake'
+arch=('i686' 'x86_64') # 'any' is broken, see 
https://git.reviewboard.kde.org/r/118498/
+url='https://projects.kde.org/projects/kdesupport/extra-cmake-modules'
+license=('LGPL')
+depends=('cmake')
+makedepends=('python-sphinx') # qt5-tools for QtHelp pages
+source=(http://download.kde.org/stable/frameworks/${_pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('4fa1fd83a05cbf651166f30d1a23e005')
+
+prepare() {
+  mkdir -p 

[arch-commits] Commit in extra-cmake-modules/repos (4 files)

2015-01-08 Thread Andrea Scarpino
Date: Thursday, January 8, 2015 @ 18:03:39
  Author: andrea
Revision: 228751

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  extra-cmake-modules/repos/extra-i686/PKGBUILD
(from rev 228750, extra-cmake-modules/trunk/PKGBUILD)
  extra-cmake-modules/repos/extra-x86_64/PKGBUILD
(from rev 228750, extra-cmake-modules/trunk/PKGBUILD)
Deleted:
  extra-cmake-modules/repos/extra-i686/PKGBUILD
  extra-cmake-modules/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   66 
 extra-i686/PKGBUILD   |   33 
 extra-x86_64/PKGBUILD |   33 
 3 files changed, 66 insertions(+), 66 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-01-08 16:46:53 UTC (rev 228750)
+++ extra-i686/PKGBUILD 2015-01-08 17:03:39 UTC (rev 228751)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=extra-cmake-modules
-pkgver=1.5.0
-_pkgver=5.5.0
-pkgrel=1
-pkgdesc='Extra modules and scripts for CMake'
-arch=('i686' 'x86_64') # 'any' is broken, see 
https://git.reviewboard.kde.org/r/118498/
-url='https://projects.kde.org/projects/kdesupport/extra-cmake-modules'
-license=('LGPL')
-depends=('cmake')
-makedepends=('python-sphinx') # qt5-tools for QtHelp pages
-source=(http://download.kde.org/stable/frameworks/${_pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('2967e1ac220cf9b3a52cd19ec2a608df')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_HTML_DOCS=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: extra-cmake-modules/repos/extra-i686/PKGBUILD (from rev 228750, 
extra-cmake-modules/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-01-08 17:03:39 UTC (rev 228751)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=extra-cmake-modules
+pkgver=1.6.0
+_pkgver=5.6.0
+pkgrel=1
+pkgdesc='Extra modules and scripts for CMake'
+arch=('i686' 'x86_64') # 'any' is broken, see 
https://git.reviewboard.kde.org/r/118498/
+url='https://projects.kde.org/projects/kdesupport/extra-cmake-modules'
+license=('LGPL')
+depends=('cmake')
+makedepends=('python-sphinx') # qt5-tools for QtHelp pages
+source=(http://download.kde.org/stable/frameworks/${_pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('4fa1fd83a05cbf651166f30d1a23e005')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_HTML_DOCS=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-01-08 16:46:53 UTC (rev 228750)
+++ extra-x86_64/PKGBUILD   2015-01-08 17:03:39 UTC (rev 228751)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=extra-cmake-modules
-pkgver=1.5.0
-_pkgver=5.5.0
-pkgrel=1
-pkgdesc='Extra modules and scripts for CMake'
-arch=('i686' 'x86_64') # 'any' is broken, see 
https://git.reviewboard.kde.org/r/118498/
-url='https://projects.kde.org/projects/kdesupport/extra-cmake-modules'
-license=('LGPL')
-depends=('cmake')
-makedepends=('python-sphinx') # qt5-tools for QtHelp pages
-source=(http://download.kde.org/stable/frameworks/${_pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('2967e1ac220cf9b3a52cd19ec2a608df')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_HTML_DOCS=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: extra-cmake-modules/repos/extra-x86_64/PKGBUILD (from rev 228750, 
extra-cmake-modules/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-01-08 17:03:39 UTC (rev 228751)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=extra-cmake-modules
+pkgver=1.6.0
+_pkgver=5.6.0
+pkgrel=1
+pkgdesc='Extra modules and scripts for CMake'
+arch=('i686' 'x86_64') # 'any' is broken, see 
https://git.reviewboard.kde.org/r/118498/
+url='https://projects.kde.org/projects/kdesupport/extra-cmake-modules'
+license=('LGPL')
+depends=('cmake')
+makedepends=('python-sphinx') # qt5-tools for QtHelp pages
+source=(http://download.kde.org/stable/frameworks/${_pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('4fa1fd83a05cbf651166f30d1a23e005')
+
+prepare() {
+  mkdir 

[arch-commits] Commit in extra-cmake-modules/repos (4 files)

2014-12-11 Thread Andrea Scarpino
Date: Thursday, December 11, 2014 @ 17:01:33
  Author: andrea
Revision: 227479

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  extra-cmake-modules/repos/extra-i686/PKGBUILD
(from rev 227478, extra-cmake-modules/trunk/PKGBUILD)
  extra-cmake-modules/repos/extra-x86_64/PKGBUILD
(from rev 227478, extra-cmake-modules/trunk/PKGBUILD)
Deleted:
  extra-cmake-modules/repos/extra-i686/PKGBUILD
  extra-cmake-modules/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   66 
 extra-i686/PKGBUILD   |   33 
 extra-x86_64/PKGBUILD |   33 
 3 files changed, 66 insertions(+), 66 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-12-11 15:21:46 UTC (rev 227478)
+++ extra-i686/PKGBUILD 2014-12-11 16:01:33 UTC (rev 227479)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=extra-cmake-modules
-pkgver=1.4.0
-_pkgver=5.4.0
-pkgrel=1
-pkgdesc='Extra modules and scripts for CMake'
-arch=('i686' 'x86_64') # 'any' is broken, see 
https://git.reviewboard.kde.org/r/118498/
-url='https://projects.kde.org/projects/kdesupport/extra-cmake-modules'
-license=('LGPL')
-depends=('cmake')
-makedepends=('python-sphinx') # qt5-tools for QtHelp pages
-source=(http://download.kde.org/stable/frameworks/${_pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('a8a8278f5448a584cffec07692ed9f19')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_HTML_DOCS=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: extra-cmake-modules/repos/extra-i686/PKGBUILD (from rev 227478, 
extra-cmake-modules/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-12-11 16:01:33 UTC (rev 227479)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=extra-cmake-modules
+pkgver=1.5.0
+_pkgver=5.5.0
+pkgrel=1
+pkgdesc='Extra modules and scripts for CMake'
+arch=('i686' 'x86_64') # 'any' is broken, see 
https://git.reviewboard.kde.org/r/118498/
+url='https://projects.kde.org/projects/kdesupport/extra-cmake-modules'
+license=('LGPL')
+depends=('cmake')
+makedepends=('python-sphinx') # qt5-tools for QtHelp pages
+source=(http://download.kde.org/stable/frameworks/${_pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('2967e1ac220cf9b3a52cd19ec2a608df')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_HTML_DOCS=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-12-11 15:21:46 UTC (rev 227478)
+++ extra-x86_64/PKGBUILD   2014-12-11 16:01:33 UTC (rev 227479)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=extra-cmake-modules
-pkgver=1.4.0
-_pkgver=5.4.0
-pkgrel=1
-pkgdesc='Extra modules and scripts for CMake'
-arch=('i686' 'x86_64') # 'any' is broken, see 
https://git.reviewboard.kde.org/r/118498/
-url='https://projects.kde.org/projects/kdesupport/extra-cmake-modules'
-license=('LGPL')
-depends=('cmake')
-makedepends=('python-sphinx') # qt5-tools for QtHelp pages
-source=(http://download.kde.org/stable/frameworks/${_pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('a8a8278f5448a584cffec07692ed9f19')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_HTML_DOCS=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: extra-cmake-modules/repos/extra-x86_64/PKGBUILD (from rev 227478, 
extra-cmake-modules/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-12-11 16:01:33 UTC (rev 227479)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=extra-cmake-modules
+pkgver=1.5.0
+_pkgver=5.5.0
+pkgrel=1
+pkgdesc='Extra modules and scripts for CMake'
+arch=('i686' 'x86_64') # 'any' is broken, see 
https://git.reviewboard.kde.org/r/118498/
+url='https://projects.kde.org/projects/kdesupport/extra-cmake-modules'
+license=('LGPL')
+depends=('cmake')
+makedepends=('python-sphinx') # qt5-tools for QtHelp pages
+source=(http://download.kde.org/stable/frameworks/${_pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('2967e1ac220cf9b3a52cd19ec2a608df')
+
+prepare() {
+  mkdir 

[arch-commits] Commit in extra-cmake-modules/repos (4 files)

2014-11-10 Thread Andrea Scarpino
Date: Monday, November 10, 2014 @ 09:20:37
  Author: andrea
Revision: 225815

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  extra-cmake-modules/repos/extra-i686/PKGBUILD
(from rev 225814, extra-cmake-modules/trunk/PKGBUILD)
  extra-cmake-modules/repos/extra-x86_64/PKGBUILD
(from rev 225814, extra-cmake-modules/trunk/PKGBUILD)
Deleted:
  extra-cmake-modules/repos/extra-i686/PKGBUILD
  extra-cmake-modules/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   66 
 extra-i686/PKGBUILD   |   33 
 extra-x86_64/PKGBUILD |   33 
 3 files changed, 66 insertions(+), 66 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-11-10 08:07:12 UTC (rev 225814)
+++ extra-i686/PKGBUILD 2014-11-10 08:20:37 UTC (rev 225815)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=extra-cmake-modules
-pkgver=1.3.0
-_pkgver=5.3.0
-pkgrel=1
-pkgdesc='Extra CMake modules'
-arch=('i686' 'x86_64') # 'any' is broken, see 
https://git.reviewboard.kde.org/r/118498/
-url='https://projects.kde.org/projects/kdesupport/extra-cmake-modules'
-license=('LGPL')
-depends=('cmake')
-makedepends=('python-sphinx') # qt5-tools for QtHelp pages
-source=(http://download.kde.org/stable/frameworks/${_pkgver}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('a0b95a4e5ffb8bde51a95584292b03ed')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_HTML_DOCS=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: extra-cmake-modules/repos/extra-i686/PKGBUILD (from rev 225814, 
extra-cmake-modules/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-11-10 08:20:37 UTC (rev 225815)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=extra-cmake-modules
+pkgver=1.4.0
+_pkgver=5.4.0
+pkgrel=1
+pkgdesc='Extra modules and scripts for CMake'
+arch=('i686' 'x86_64') # 'any' is broken, see 
https://git.reviewboard.kde.org/r/118498/
+url='https://projects.kde.org/projects/kdesupport/extra-cmake-modules'
+license=('LGPL')
+depends=('cmake')
+makedepends=('python-sphinx') # qt5-tools for QtHelp pages
+source=(http://download.kde.org/stable/frameworks/${_pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('a8a8278f5448a584cffec07692ed9f19')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_HTML_DOCS=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-11-10 08:07:12 UTC (rev 225814)
+++ extra-x86_64/PKGBUILD   2014-11-10 08:20:37 UTC (rev 225815)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=extra-cmake-modules
-pkgver=1.3.0
-_pkgver=5.3.0
-pkgrel=1
-pkgdesc='Extra CMake modules'
-arch=('i686' 'x86_64') # 'any' is broken, see 
https://git.reviewboard.kde.org/r/118498/
-url='https://projects.kde.org/projects/kdesupport/extra-cmake-modules'
-license=('LGPL')
-depends=('cmake')
-makedepends=('python-sphinx') # qt5-tools for QtHelp pages
-source=(http://download.kde.org/stable/frameworks/${_pkgver}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('a0b95a4e5ffb8bde51a95584292b03ed')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_HTML_DOCS=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: extra-cmake-modules/repos/extra-x86_64/PKGBUILD (from rev 225814, 
extra-cmake-modules/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-11-10 08:20:37 UTC (rev 225815)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=extra-cmake-modules
+pkgver=1.4.0
+_pkgver=5.4.0
+pkgrel=1
+pkgdesc='Extra modules and scripts for CMake'
+arch=('i686' 'x86_64') # 'any' is broken, see 
https://git.reviewboard.kde.org/r/118498/
+url='https://projects.kde.org/projects/kdesupport/extra-cmake-modules'
+license=('LGPL')
+depends=('cmake')
+makedepends=('python-sphinx') # qt5-tools for QtHelp pages
+source=(http://download.kde.org/stable/frameworks/${_pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('a8a8278f5448a584cffec07692ed9f19')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  

[arch-commits] Commit in extra-cmake-modules/repos (4 files)

2014-10-08 Thread Andrea Scarpino
Date: Wednesday, October 8, 2014 @ 16:14:03
  Author: andrea
Revision: 224022

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  extra-cmake-modules/repos/extra-i686/PKGBUILD
(from rev 224021, extra-cmake-modules/trunk/PKGBUILD)
  extra-cmake-modules/repos/extra-x86_64/PKGBUILD
(from rev 224021, extra-cmake-modules/trunk/PKGBUILD)
Deleted:
  extra-cmake-modules/repos/extra-i686/PKGBUILD
  extra-cmake-modules/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   66 
 extra-i686/PKGBUILD   |   33 
 extra-x86_64/PKGBUILD |   33 
 3 files changed, 66 insertions(+), 66 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-10-08 10:51:14 UTC (rev 224021)
+++ extra-i686/PKGBUILD 2014-10-08 14:14:03 UTC (rev 224022)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=extra-cmake-modules
-pkgver=1.2.1
-_pkgver=5.2.0
-pkgrel=1
-pkgdesc='Extra CMake modules'
-arch=('i686' 'x86_64') # 'any' is broken, see 
https://git.reviewboard.kde.org/r/118498/
-url='https://projects.kde.org/projects/kdesupport/extra-cmake-modules'
-license=('LGPL')
-depends=('cmake')
-makedepends=('python-sphinx') # qt5-tools for QtHelp pages
-source=(http://download.kde.org/stable/frameworks/${_pkgver}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('79b70ca25003af18db97c6336d68e4b3')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_HTML_DOCS=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: extra-cmake-modules/repos/extra-i686/PKGBUILD (from rev 224021, 
extra-cmake-modules/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-10-08 14:14:03 UTC (rev 224022)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=extra-cmake-modules
+pkgver=1.3.0
+_pkgver=5.3.0
+pkgrel=1
+pkgdesc='Extra CMake modules'
+arch=('i686' 'x86_64') # 'any' is broken, see 
https://git.reviewboard.kde.org/r/118498/
+url='https://projects.kde.org/projects/kdesupport/extra-cmake-modules'
+license=('LGPL')
+depends=('cmake')
+makedepends=('python-sphinx') # qt5-tools for QtHelp pages
+source=(http://download.kde.org/stable/frameworks/${_pkgver}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('a0b95a4e5ffb8bde51a95584292b03ed')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_HTML_DOCS=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-10-08 10:51:14 UTC (rev 224021)
+++ extra-x86_64/PKGBUILD   2014-10-08 14:14:03 UTC (rev 224022)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=extra-cmake-modules
-pkgver=1.2.1
-_pkgver=5.2.0
-pkgrel=1
-pkgdesc='Extra CMake modules'
-arch=('i686' 'x86_64') # 'any' is broken, see 
https://git.reviewboard.kde.org/r/118498/
-url='https://projects.kde.org/projects/kdesupport/extra-cmake-modules'
-license=('LGPL')
-depends=('cmake')
-makedepends=('python-sphinx') # qt5-tools for QtHelp pages
-source=(http://download.kde.org/stable/frameworks/${_pkgver}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('79b70ca25003af18db97c6336d68e4b3')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_HTML_DOCS=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: extra-cmake-modules/repos/extra-x86_64/PKGBUILD (from rev 224021, 
extra-cmake-modules/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-10-08 14:14:03 UTC (rev 224022)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=extra-cmake-modules
+pkgver=1.3.0
+_pkgver=5.3.0
+pkgrel=1
+pkgdesc='Extra CMake modules'
+arch=('i686' 'x86_64') # 'any' is broken, see 
https://git.reviewboard.kde.org/r/118498/
+url='https://projects.kde.org/projects/kdesupport/extra-cmake-modules'
+license=('LGPL')
+depends=('cmake')
+makedepends=('python-sphinx') # qt5-tools for QtHelp pages
+source=(http://download.kde.org/stable/frameworks/${_pkgver}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('a0b95a4e5ffb8bde51a95584292b03ed')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+

[arch-commits] Commit in extra-cmake-modules/repos (4 files)

2014-09-15 Thread Andrea Scarpino
Date: Monday, September 15, 2014 @ 21:47:11
  Author: andrea
Revision: 221776

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  extra-cmake-modules/repos/extra-i686/PKGBUILD
(from rev 221775, extra-cmake-modules/trunk/PKGBUILD)
  extra-cmake-modules/repos/extra-x86_64/PKGBUILD
(from rev 221775, extra-cmake-modules/trunk/PKGBUILD)
Deleted:
  extra-cmake-modules/repos/extra-i686/PKGBUILD
  extra-cmake-modules/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   66 
 extra-i686/PKGBUILD   |   33 
 extra-x86_64/PKGBUILD |   33 
 3 files changed, 66 insertions(+), 66 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-09-15 19:47:02 UTC (rev 221775)
+++ extra-i686/PKGBUILD 2014-09-15 19:47:11 UTC (rev 221776)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=extra-cmake-modules
-pkgver=1.2.0
-_pkgver=5.2.0
-pkgrel=1
-pkgdesc='Extra CMake modules'
-arch=('i686' 'x86_64') # 'any' is broken, see 
https://git.reviewboard.kde.org/r/118498/
-url='https://projects.kde.org/projects/kdesupport/extra-cmake-modules'
-license=('LGPL')
-depends=('cmake')
-makedepends=('python-sphinx') # qt5-tools for QtHelp pages
-source=(http://download.kde.org/stable/frameworks/${_pkgver}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('ce0952106cd16f420315528e2dc5f177')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_HTML_DOCS=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: extra-cmake-modules/repos/extra-i686/PKGBUILD (from rev 221775, 
extra-cmake-modules/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-09-15 19:47:11 UTC (rev 221776)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=extra-cmake-modules
+pkgver=1.2.1
+_pkgver=5.2.0
+pkgrel=1
+pkgdesc='Extra CMake modules'
+arch=('i686' 'x86_64') # 'any' is broken, see 
https://git.reviewboard.kde.org/r/118498/
+url='https://projects.kde.org/projects/kdesupport/extra-cmake-modules'
+license=('LGPL')
+depends=('cmake')
+makedepends=('python-sphinx') # qt5-tools for QtHelp pages
+source=(http://download.kde.org/stable/frameworks/${_pkgver}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('79b70ca25003af18db97c6336d68e4b3')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_HTML_DOCS=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-09-15 19:47:02 UTC (rev 221775)
+++ extra-x86_64/PKGBUILD   2014-09-15 19:47:11 UTC (rev 221776)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=extra-cmake-modules
-pkgver=1.2.0
-_pkgver=5.2.0
-pkgrel=1
-pkgdesc='Extra CMake modules'
-arch=('i686' 'x86_64') # 'any' is broken, see 
https://git.reviewboard.kde.org/r/118498/
-url='https://projects.kde.org/projects/kdesupport/extra-cmake-modules'
-license=('LGPL')
-depends=('cmake')
-makedepends=('python-sphinx') # qt5-tools for QtHelp pages
-source=(http://download.kde.org/stable/frameworks/${_pkgver}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('ce0952106cd16f420315528e2dc5f177')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_HTML_DOCS=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: extra-cmake-modules/repos/extra-x86_64/PKGBUILD (from rev 221775, 
extra-cmake-modules/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-09-15 19:47:11 UTC (rev 221776)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=extra-cmake-modules
+pkgver=1.2.1
+_pkgver=5.2.0
+pkgrel=1
+pkgdesc='Extra CMake modules'
+arch=('i686' 'x86_64') # 'any' is broken, see 
https://git.reviewboard.kde.org/r/118498/
+url='https://projects.kde.org/projects/kdesupport/extra-cmake-modules'
+license=('LGPL')
+depends=('cmake')
+makedepends=('python-sphinx') # qt5-tools for QtHelp pages
+source=(http://download.kde.org/stable/frameworks/${_pkgver}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('79b70ca25003af18db97c6336d68e4b3')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+

[arch-commits] Commit in extra-cmake-modules/repos (4 files)

2014-09-13 Thread Andrea Scarpino
Date: Saturday, September 13, 2014 @ 09:24:17
  Author: andrea
Revision: 221460

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  extra-cmake-modules/repos/extra-i686/PKGBUILD
(from rev 221459, extra-cmake-modules/trunk/PKGBUILD)
  extra-cmake-modules/repos/extra-x86_64/PKGBUILD
(from rev 221459, extra-cmake-modules/trunk/PKGBUILD)
Deleted:
  extra-cmake-modules/repos/extra-i686/PKGBUILD
  extra-cmake-modules/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   66 
 extra-i686/PKGBUILD   |   33 
 extra-x86_64/PKGBUILD |   33 
 3 files changed, 66 insertions(+), 66 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-09-13 07:19:07 UTC (rev 221459)
+++ extra-i686/PKGBUILD 2014-09-13 07:24:17 UTC (rev 221460)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=extra-cmake-modules
-pkgver=1.1.0
-_pkgver=5.1.0
-pkgrel=1
-pkgdesc='Extra CMake modules'
-arch=('i686' 'x86_64') # 'any' is broken, see 
https://git.reviewboard.kde.org/r/118498/
-url='https://projects.kde.org/projects/kdesupport/extra-cmake-modules'
-license=('LGPL')
-depends=('cmake')
-makedepends=('python-sphinx') # qt5-tools for QtHelp pages
-source=(http://download.kde.org/stable/frameworks/${_pkgver}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('005e28bb881718e3c381f8731fb70ea7')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_HTML_DOCS=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: extra-cmake-modules/repos/extra-i686/PKGBUILD (from rev 221459, 
extra-cmake-modules/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-09-13 07:24:17 UTC (rev 221460)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=extra-cmake-modules
+pkgver=1.2.0
+_pkgver=5.2.0
+pkgrel=1
+pkgdesc='Extra CMake modules'
+arch=('i686' 'x86_64') # 'any' is broken, see 
https://git.reviewboard.kde.org/r/118498/
+url='https://projects.kde.org/projects/kdesupport/extra-cmake-modules'
+license=('LGPL')
+depends=('cmake')
+makedepends=('python-sphinx') # qt5-tools for QtHelp pages
+source=(http://download.kde.org/stable/frameworks/${_pkgver}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('ce0952106cd16f420315528e2dc5f177')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_HTML_DOCS=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-09-13 07:19:07 UTC (rev 221459)
+++ extra-x86_64/PKGBUILD   2014-09-13 07:24:17 UTC (rev 221460)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=extra-cmake-modules
-pkgver=1.1.0
-_pkgver=5.1.0
-pkgrel=1
-pkgdesc='Extra CMake modules'
-arch=('i686' 'x86_64') # 'any' is broken, see 
https://git.reviewboard.kde.org/r/118498/
-url='https://projects.kde.org/projects/kdesupport/extra-cmake-modules'
-license=('LGPL')
-depends=('cmake')
-makedepends=('python-sphinx') # qt5-tools for QtHelp pages
-source=(http://download.kde.org/stable/frameworks/${_pkgver}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('005e28bb881718e3c381f8731fb70ea7')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_HTML_DOCS=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: extra-cmake-modules/repos/extra-x86_64/PKGBUILD (from rev 221459, 
extra-cmake-modules/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-09-13 07:24:17 UTC (rev 221460)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=extra-cmake-modules
+pkgver=1.2.0
+_pkgver=5.2.0
+pkgrel=1
+pkgdesc='Extra CMake modules'
+arch=('i686' 'x86_64') # 'any' is broken, see 
https://git.reviewboard.kde.org/r/118498/
+url='https://projects.kde.org/projects/kdesupport/extra-cmake-modules'
+license=('LGPL')
+depends=('cmake')
+makedepends=('python-sphinx') # qt5-tools for QtHelp pages
+source=(http://download.kde.org/stable/frameworks/${_pkgver}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('ce0952106cd16f420315528e2dc5f177')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+  

[arch-commits] Commit in extra-cmake-modules/repos (4 files)

2014-09-13 Thread Andrea Scarpino
Date: Saturday, September 13, 2014 @ 12:00:55
  Author: andrea
Revision: 221552

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  extra-cmake-modules/repos/extra-i686/PKGBUILD
(from rev 221551, extra-cmake-modules/trunk/PKGBUILD)
  extra-cmake-modules/repos/extra-x86_64/PKGBUILD
(from rev 221551, extra-cmake-modules/trunk/PKGBUILD)
Deleted:
  extra-cmake-modules/repos/extra-i686/PKGBUILD
  extra-cmake-modules/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   66 
 extra-i686/PKGBUILD   |   33 
 extra-x86_64/PKGBUILD |   33 
 3 files changed, 66 insertions(+), 66 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-09-13 10:00:01 UTC (rev 221551)
+++ extra-i686/PKGBUILD 2014-09-13 10:00:55 UTC (rev 221552)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=extra-cmake-modules
-pkgver=1.2.0
-_pkgver=5.2.0
-pkgrel=1
-pkgdesc='Extra CMake modules'
-arch=('i686' 'x86_64') # 'any' is broken, see 
https://git.reviewboard.kde.org/r/118498/
-url='https://projects.kde.org/projects/kdesupport/extra-cmake-modules'
-license=('LGPL')
-depends=('cmake')
-makedepends=('python-sphinx') # qt5-tools for QtHelp pages
-source=(http://download.kde.org/stable/frameworks/${_pkgver}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('ce0952106cd16f420315528e2dc5f177')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_HTML_DOCS=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: extra-cmake-modules/repos/extra-i686/PKGBUILD (from rev 221551, 
extra-cmake-modules/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-09-13 10:00:55 UTC (rev 221552)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=extra-cmake-modules
+pkgver=1.2.0
+_pkgver=5.2.0
+pkgrel=1
+pkgdesc='Extra CMake modules'
+arch=('i686' 'x86_64') # 'any' is broken, see 
https://git.reviewboard.kde.org/r/118498/
+url='https://projects.kde.org/projects/kdesupport/extra-cmake-modules'
+license=('LGPL')
+depends=('cmake')
+makedepends=('python-sphinx') # qt5-tools for QtHelp pages
+source=(http://download.kde.org/stable/frameworks/${_pkgver}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('ce0952106cd16f420315528e2dc5f177')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_HTML_DOCS=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-09-13 10:00:01 UTC (rev 221551)
+++ extra-x86_64/PKGBUILD   2014-09-13 10:00:55 UTC (rev 221552)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=extra-cmake-modules
-pkgver=1.2.0
-_pkgver=5.2.0
-pkgrel=1
-pkgdesc='Extra CMake modules'
-arch=('i686' 'x86_64') # 'any' is broken, see 
https://git.reviewboard.kde.org/r/118498/
-url='https://projects.kde.org/projects/kdesupport/extra-cmake-modules'
-license=('LGPL')
-depends=('cmake')
-makedepends=('python-sphinx') # qt5-tools for QtHelp pages
-source=(http://download.kde.org/stable/frameworks/${_pkgver}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('ce0952106cd16f420315528e2dc5f177')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_HTML_DOCS=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: extra-cmake-modules/repos/extra-x86_64/PKGBUILD (from rev 221551, 
extra-cmake-modules/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-09-13 10:00:55 UTC (rev 221552)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=extra-cmake-modules
+pkgver=1.2.0
+_pkgver=5.2.0
+pkgrel=1
+pkgdesc='Extra CMake modules'
+arch=('i686' 'x86_64') # 'any' is broken, see 
https://git.reviewboard.kde.org/r/118498/
+url='https://projects.kde.org/projects/kdesupport/extra-cmake-modules'
+license=('LGPL')
+depends=('cmake')
+makedepends=('python-sphinx') # qt5-tools for QtHelp pages
+source=(http://download.kde.org/stable/frameworks/${_pkgver}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('ce0952106cd16f420315528e2dc5f177')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+  

[arch-commits] Commit in extra-cmake-modules/repos (4 files)

2014-08-07 Thread Andrea Scarpino
Date: Thursday, August 7, 2014 @ 14:02:30
  Author: andrea
Revision: 219395

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  extra-cmake-modules/repos/extra-i686/PKGBUILD
(from rev 219394, extra-cmake-modules/trunk/PKGBUILD)
  extra-cmake-modules/repos/extra-x86_64/PKGBUILD
(from rev 219394, extra-cmake-modules/trunk/PKGBUILD)
Deleted:
  extra-cmake-modules/repos/extra-i686/PKGBUILD
  extra-cmake-modules/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   66 
 extra-i686/PKGBUILD   |   33 
 extra-x86_64/PKGBUILD |   33 
 3 files changed, 66 insertions(+), 66 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-08-07 11:13:45 UTC (rev 219394)
+++ extra-i686/PKGBUILD 2014-08-07 12:02:30 UTC (rev 219395)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=extra-cmake-modules
-pkgver=1.0.0
-_pkgver=5.0.0
-pkgrel=1
-pkgdesc='Extra CMake modules'
-arch=('i686' 'x86_64') # 'any' is broken, see 
https://git.reviewboard.kde.org/r/118498/
-url='https://projects.kde.org/projects/kdesupport/extra-cmake-modules'
-license=('LGPL')
-depends=('cmake')
-makedepends=('python-sphinx') # qt5-tools for QtHelp pages
-source=(http://download.kde.org/stable/frameworks/${_pkgver}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('a7b9e8756fdc2b3a8518ad9f9d21dfd5')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_HTML_DOCS=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: extra-cmake-modules/repos/extra-i686/PKGBUILD (from rev 219394, 
extra-cmake-modules/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-08-07 12:02:30 UTC (rev 219395)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=extra-cmake-modules
+pkgver=1.1.0
+_pkgver=5.1.0
+pkgrel=1
+pkgdesc='Extra CMake modules'
+arch=('i686' 'x86_64') # 'any' is broken, see 
https://git.reviewboard.kde.org/r/118498/
+url='https://projects.kde.org/projects/kdesupport/extra-cmake-modules'
+license=('LGPL')
+depends=('cmake')
+makedepends=('python-sphinx') # qt5-tools for QtHelp pages
+source=(http://download.kde.org/stable/frameworks/${_pkgver}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('005e28bb881718e3c381f8731fb70ea7')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_HTML_DOCS=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-08-07 11:13:45 UTC (rev 219394)
+++ extra-x86_64/PKGBUILD   2014-08-07 12:02:30 UTC (rev 219395)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=extra-cmake-modules
-pkgver=1.0.0
-_pkgver=5.0.0
-pkgrel=1
-pkgdesc='Extra CMake modules'
-arch=('i686' 'x86_64') # 'any' is broken, see 
https://git.reviewboard.kde.org/r/118498/
-url='https://projects.kde.org/projects/kdesupport/extra-cmake-modules'
-license=('LGPL')
-depends=('cmake')
-makedepends=('python-sphinx') # qt5-tools for QtHelp pages
-source=(http://download.kde.org/stable/frameworks/${_pkgver}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('a7b9e8756fdc2b3a8518ad9f9d21dfd5')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_HTML_DOCS=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: extra-cmake-modules/repos/extra-x86_64/PKGBUILD (from rev 219394, 
extra-cmake-modules/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-08-07 12:02:30 UTC (rev 219395)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=extra-cmake-modules
+pkgver=1.1.0
+_pkgver=5.1.0
+pkgrel=1
+pkgdesc='Extra CMake modules'
+arch=('i686' 'x86_64') # 'any' is broken, see 
https://git.reviewboard.kde.org/r/118498/
+url='https://projects.kde.org/projects/kdesupport/extra-cmake-modules'
+license=('LGPL')
+depends=('cmake')
+makedepends=('python-sphinx') # qt5-tools for QtHelp pages
+source=(http://download.kde.org/stable/frameworks/${_pkgver}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('005e28bb881718e3c381f8731fb70ea7')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+

[arch-commits] Commit in extra-cmake-modules/repos (4 files)

2014-07-08 Thread Andrea Scarpino
Date: Tuesday, July 8, 2014 @ 20:40:52
  Author: andrea
Revision: 216717

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  extra-cmake-modules/repos/extra-i686/PKGBUILD
(from rev 216715, extra-cmake-modules/trunk/PKGBUILD)
  extra-cmake-modules/repos/extra-x86_64/PKGBUILD
(from rev 216716, extra-cmake-modules/trunk/PKGBUILD)
Deleted:
  extra-cmake-modules/repos/extra-i686/PKGBUILD
  extra-cmake-modules/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   66 
 extra-i686/PKGBUILD   |   33 
 extra-x86_64/PKGBUILD |   33 
 3 files changed, 66 insertions(+), 66 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-07-08 18:40:49 UTC (rev 216716)
+++ extra-i686/PKGBUILD 2014-07-08 18:40:52 UTC (rev 216717)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=extra-cmake-modules
-pkgver=1.0.0
-_pkgver=5.0.0
-pkgrel=1
-pkgdesc='Extra CMake modules'
-arch=('i686' 'x86_64') # 'any' is broken, see 
https://git.reviewboard.kde.org/r/118498/
-url='https://projects.kde.org/projects/kdesupport/extra-cmake-modules'
-license=('LGPL')
-depends=('cmake')
-makedepends=('python-sphinx') # qt5-tools for QtHelp pages
-source=(http://download.kde.org/stable/frameworks/${_pkgver}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('a7b9e8756fdc2b3a8518ad9f9d21dfd5')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_HTML_DOCS=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: extra-cmake-modules/repos/extra-i686/PKGBUILD (from rev 216715, 
extra-cmake-modules/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-07-08 18:40:52 UTC (rev 216717)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=extra-cmake-modules
+pkgver=1.0.0
+_pkgver=5.0.0
+pkgrel=1
+pkgdesc='Extra CMake modules'
+arch=('i686' 'x86_64') # 'any' is broken, see 
https://git.reviewboard.kde.org/r/118498/
+url='https://projects.kde.org/projects/kdesupport/extra-cmake-modules'
+license=('LGPL')
+depends=('cmake')
+makedepends=('python-sphinx') # qt5-tools for QtHelp pages
+source=(http://download.kde.org/stable/frameworks/${_pkgver}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('a7b9e8756fdc2b3a8518ad9f9d21dfd5')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_HTML_DOCS=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-07-08 18:40:49 UTC (rev 216716)
+++ extra-x86_64/PKGBUILD   2014-07-08 18:40:52 UTC (rev 216717)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=extra-cmake-modules
-pkgver=0.0.14
-_pkgver=4.100.0
-pkgrel=2
-pkgdesc='Extra CMake modules'
-arch=('i686' 'x86_64') # 'any' is broken, see 
https://git.reviewboard.kde.org/r/118498/
-url='https://projects.kde.org/projects/kdesupport/extra-cmake-modules'
-license=('LGPL')
-depends=('cmake')
-makedepends=('python-sphinx') # qt5-tools for QtHelp pages
-source=(http://download.kde.org/unstable/frameworks/${_pkgver}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('14a6f6c411af4797af6c56099fea4ed0')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_HTML_DOCS=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: extra-cmake-modules/repos/extra-x86_64/PKGBUILD (from rev 216716, 
extra-cmake-modules/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-07-08 18:40:52 UTC (rev 216717)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=extra-cmake-modules
+pkgver=1.0.0
+_pkgver=5.0.0
+pkgrel=1
+pkgdesc='Extra CMake modules'
+arch=('i686' 'x86_64') # 'any' is broken, see 
https://git.reviewboard.kde.org/r/118498/
+url='https://projects.kde.org/projects/kdesupport/extra-cmake-modules'
+license=('LGPL')
+depends=('cmake')
+makedepends=('python-sphinx') # qt5-tools for QtHelp pages
+source=(http://download.kde.org/stable/frameworks/${_pkgver}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('a7b9e8756fdc2b3a8518ad9f9d21dfd5')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+

[arch-commits] Commit in extra-cmake-modules/repos (4 files)

2014-06-04 Thread Andrea Scarpino
Date: Wednesday, June 4, 2014 @ 18:55:56
  Author: andrea
Revision: 214254

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  extra-cmake-modules/repos/extra-i686/
  extra-cmake-modules/repos/extra-i686/PKGBUILD
(from rev 214253, extra-cmake-modules/trunk/PKGBUILD)
  extra-cmake-modules/repos/extra-x86_64/
  extra-cmake-modules/repos/extra-x86_64/PKGBUILD
(from rev 214253, extra-cmake-modules/trunk/PKGBUILD)

---+
 extra-i686/PKGBUILD   |   33 +
 extra-x86_64/PKGBUILD |   33 +
 2 files changed, 66 insertions(+)

Copied: extra-cmake-modules/repos/extra-i686/PKGBUILD (from rev 214253, 
extra-cmake-modules/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-04 16:55:56 UTC (rev 214254)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=extra-cmake-modules
+pkgver=0.0.14
+_pkgver=4.100.0
+pkgrel=2
+pkgdesc='Extra CMake modules'
+arch=('i686' 'x86_64') # 'any' is broken, see 
https://git.reviewboard.kde.org/r/118498/
+url='https://projects.kde.org/projects/kdesupport/extra-cmake-modules'
+license=('LGPL')
+depends=('cmake')
+makedepends=('python-sphinx') # qt5-tools for QtHelp pages
+source=(http://download.kde.org/unstable/frameworks/${_pkgver}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('14a6f6c411af4797af6c56099fea4ed0')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_HTML_DOCS=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: extra-cmake-modules/repos/extra-x86_64/PKGBUILD (from rev 214253, 
extra-cmake-modules/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-06-04 16:55:56 UTC (rev 214254)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=extra-cmake-modules
+pkgver=0.0.14
+_pkgver=4.100.0
+pkgrel=2
+pkgdesc='Extra CMake modules'
+arch=('i686' 'x86_64') # 'any' is broken, see 
https://git.reviewboard.kde.org/r/118498/
+url='https://projects.kde.org/projects/kdesupport/extra-cmake-modules'
+license=('LGPL')
+depends=('cmake')
+makedepends=('python-sphinx') # qt5-tools for QtHelp pages
+source=(http://download.kde.org/unstable/frameworks/${_pkgver}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('14a6f6c411af4797af6c56099fea4ed0')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_HTML_DOCS=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}