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

Antonio Rojas arojas at archlinux.org
Tue Jan 5 10:12:39 UTC 2021


    Date: Tuesday, January 5, 2021 @ 10:12:39
  Author: arojas
Revision: 405263

Drop python2 bindings

Modified:
  abiword/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-05 09:31:22 UTC (rev 405262)
+++ PKGBUILD	2021-01-05 10:12:39 UTC (rev 405263)
@@ -4,7 +4,7 @@
 
 pkgname=abiword
 pkgver=3.0.4
-pkgrel=3
+pkgrel=4
 pkgdesc='Fully-featured word processor'
 arch=('x86_64')
 license=('GPL')
@@ -12,7 +12,7 @@
 depends=('fribidi' 'wv' 'goffice' 'librsvg' 'enchant' 'desktop-file-utils'
          'redland' 'libical' 'gtk-update-icon-cache' 'loudmouth' 'libwpg' 'libwps' 'libwmf' 'link-grammar' 
          'gtkmathview' 'aiksaurus' 'libxslt' 'libsoup' 'libots' 'libgsf' 'psiconv')
-makedepends=('pkgconfig' 'boost' 'gobject-introspection' 'libwpd' 'libwps' 'python2-gobject' 'python-gobject' 'autoconf-archive')
+makedepends=('pkgconfig' 'boost' 'gobject-introspection' 'libwpd' 'libwps' 'python-gobject' 'autoconf-archive')
 conflicts=('abiword-plugins')
 replaces=('abiword-plugins')
 options=('!makeflags')
@@ -82,8 +82,4 @@
 package() {
   cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
-
-  cd src/gi-overrides
-  sed -i 's/python -c/python2 -c/' Makefile
-  make DESTDIR="$pkgdir" PYTHON=python2 install
 }



More information about the arch-commits mailing list