[arch-commits] Commit in ki18n/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu Apr 13 20:35:12 UTC 2017


    Date: Thursday, April 13, 2017 @ 20:35:11
  Author: felixonmars
Revision: 292727

upgpkg: ki18n 5.33.0-1

Upstream release

Modified:
  ki18n/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-13 20:35:00 UTC (rev 292726)
+++ PKGBUILD	2017-04-13 20:35:11 UTC (rev 292727)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=ki18n
-pkgver=5.32.0
+pkgver=5.33.0
 pkgrel=1
 pkgdesc='Advanced internationalization framework'
 arch=('i686' 'x86_64')
@@ -10,16 +10,19 @@
 url='https://community.kde.org/Frameworks'
 license=('LGPL')
 depends=('qt5-script')
-makedepends=('extra-cmake-modules' 'python' 'qt5-declarative' 'clang' 'python-pyqt5' 'python2-pyqt5')
+makedepends=('extra-cmake-modules' 'python' 'qt5-declarative' 'python-pyqt5' 'python2-pyqt5' 'clang')
 optdepends=('python-pykf5: to use the Python 3 bindings' 'python2-pykf5: to use the Python 2 bindings')
 groups=('kf5')
 source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha256sums=('4ee7c032f2ff6f86af6d6171d4eef3ee0c66816c523e5e90bc14120f05df1d19'
+sha256sums=('611a12938ede750ee649c030fb8e248198b491747728e3a2b01671bb074eae0b'
             'SKIP')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure at kde.org>
 
 prepare() {
   mkdir -p build
+
+# Disabled, it doesn't build as of 5.33.0
+  sed -i 's/if (PythonModuleGeneration_FOUND)/if (FALSE)/' ${pkgname}-${pkgver}/src/CMakeLists.txt
 }
 
 build() {



More information about the arch-commits mailing list