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

Antonio Rojas arojas at archlinux.org
Mon Jan 15 19:05:04 UTC 2018


    Date: Monday, January 15, 2018 @ 19:05:03
  Author: arojas
Revision: 314814

enchant 2.2.1 rebuild

Modified:
  bluefish/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-15 18:36:05 UTC (rev 314813)
+++ PKGBUILD	2018-01-15 19:05:03 UTC (rev 314814)
@@ -3,12 +3,12 @@
 
 pkgname=bluefish
 pkgver=2.2.10
-pkgrel=2
+pkgrel=3
 pkgdesc="A powerful HTML editor for experienced web designers and programmers"
 arch=('x86_64')
 url="http://bluefish.openoffice.nl/"
 license=('GPL3')
-depends=('gtk3' 'enchant' 'python2' 'desktop-file-utils')
+depends=('gtk3' 'enchant' 'python2')
 makedepends=('gucharmap' 'intltool')
 optdepends=('gucharmap: for using the charmap plugin')
 install=bluefish.install
@@ -22,6 +22,10 @@
   sed -i 's|/usr/bin/env python|/usr/bin/env python2|' \
     src/plugin_zencoding/zencoding/{,filters/,actions/}*.py \
     data/{jsbeautify,jsmin.py,lorem-ipsum-generator}
+  sed -e 's|\[enchant\]|\[enchant-2\]|g' -e 's|\[enchant >|\[enchant-2 >|g' \
+    -e 's|enchant/enchant.h|enchant-2/enchant.h|g' -e 's|BF_dependencies enchant|BF_dependencies enchant-2|g' \
+    -i configure.ac
+  autoreconf -vi
 }
 
 build() {



More information about the arch-commits mailing list