git » ki18n.git » commit 1787692

Reenable python bindings

author Antonio Rojas
2017-04-15 16:44:25 UTC
committer Antonio Rojas
2017-04-15 16:44:25 UTC
parent 20698902dede85cd0be1641397923982e8a6fb15

Reenable python bindings

PKGBUILD +1 -4

diff --git a/PKGBUILD b/PKGBUILD
index d1b8a49..a2324f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 
 pkgname=ki18n
 pkgver=5.33.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Advanced internationalization framework'
 arch=('i686' 'x86_64')
 url='https://community.kde.org/Frameworks'
@@ -19,9 +19,6 @@ validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde
 
 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() {