[arch-commits] Commit in kig/kde-unstable (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Mon Nov 18 14:46:33 UTC 2019


    Date: Monday, November 18, 2019 @ 14:46:33
  Author: arojas
Revision: 369231

Fix pykig build with python3

Modified:
  kig/kde-unstable/PKGBUILD

----------+
 PKGBUILD |    7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-18 14:24:16 UTC (rev 369230)
+++ PKGBUILD	2019-11-18 14:46:33 UTC (rev 369231)
@@ -4,13 +4,13 @@
 
 pkgname=kig
 pkgver=19.11.80
-pkgrel=1
+pkgrel=2
 pkgdesc="Interactive Geometry"
 url="https://kde.org/applications/education/kig/"
 arch=(x86_64)
 license=(GPL LGPL FDL)
 groups=(kde-applications kdeedu)
-depends=(ktexteditor qt5-xmlpatterns boost-libs python2 hicolor-icon-theme)
+depends=(ktexteditor qt5-xmlpatterns boost-libs hicolor-icon-theme)
 makedepends=(extra-cmake-modules kdoctools boost)
 source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
 sha256sums=('04714e4608ac8a564347aa75040ea1150e7dffb9e52d389d8f7bde1f524820b5'
@@ -32,7 +32,4 @@
 package() {
   cd build
   make DESTDIR="$pkgdir" install
-
-  # Use the python2 executable
-  sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i "$pkgdir"/usr/bin/pykig.py
 }



More information about the arch-commits mailing list