[arch-commits] Commit in extra-cmake-modules/trunk (PKGBUILD pri-install-dir.patch)

Antonio Rojas arojas at archlinux.org
Mon Jul 18 20:44:26 UTC 2016


    Date: Monday, July 18, 2016 @ 20:44:26
  Author: arojas
Revision: 271989

Use upstream patch

Modified:
  extra-cmake-modules/trunk/PKGBUILD
Deleted:
  extra-cmake-modules/trunk/pri-install-dir.patch

-----------------------+
 PKGBUILD              |    7 ++++---
 pri-install-dir.patch |   11 -----------
 2 files changed, 4 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-07-18 18:37:53 UTC (rev 271988)
+++ PKGBUILD	2016-07-18 20:44:26 UTC (rev 271989)
@@ -4,7 +4,7 @@
 
 pkgname=extra-cmake-modules
 pkgver=5.24.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Extra modules and scripts for CMake'
 arch=('any')
 url='https://community.kde.org/Frameworks'
@@ -11,9 +11,10 @@
 license=('LGPL')
 depends=('cmake')
 makedepends=('python-sphinx') # qt5-tools for QtHelp pages
-source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz" pri-install-dir.patch)
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"
+        pri-install-dir.patch::"https://quickgit.kde.org/?p=extra-cmake-modules.git&a=commitdiff&h=5bb92992&o=plain")
 md5sums=('cd3b0c844234ad29cfdba89d63ccb2ae'
-         '76ec20005b7a78be8ac88265b436c13a')
+         '2357eb8f8ecff829e29b2d3e5777c8c8')
 
 prepare() {
   mkdir -p build

Deleted: pri-install-dir.patch
===================================================================
--- pri-install-dir.patch	2016-07-18 18:37:53 UTC (rev 271988)
+++ pri-install-dir.patch	2016-07-18 20:44:26 UTC (rev 271989)
@@ -1,11 +0,0 @@
---- extra-cmake-modules-5.23.0/modules/ECMGeneratePriFile.cmake.orig	2016-06-23 07:40:57.240619651 +0000
-+++ extra-cmake-modules-5.23.0/modules/ECMGeneratePriFile.cmake	2016-06-23 07:41:26.010499925 +0000
-@@ -84,6 +84,8 @@
- # (To distribute this file outside of extra-cmake-modules, substitute the full
- #  License text for the above reference.)
- 
-+include(KDEInstallDirs)
-+
- if(KDE_INSTALL_USE_QT_SYS_PATHS)
-   include(ECMQueryQmake)
-   query_qmake(qt_host_data_dir QT_HOST_DATA)



More information about the arch-commits mailing list