Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / stardict


Commits:
83c2d33d by loqs at 2024-03-22T19:44:18+00:00
Remove pcre

pcre is only required by src/dsl2dict.c which does not exist.

- - - - -


1 changed file:

- PKGBUILD


Changes:

=====================================
PKGBUILD
=====================================
@@ -12,7 +12,7 @@ arch=('x86_64')
 url='http://stardict-4.sourceforge.net/'
 license=('GPL')
 depends=('gtk3' 'libsigc++' 'libcanberra')
-makedepends=('enchant' 'espeak-ng' 'mariadb-libs' 'pcre' 'yelp-tools' 
'gnome-common')
+makedepends=('enchant' 'espeak-ng' 'mariadb-libs' 'yelp-tools' 'gnome-common')
 optdepends=('enchant: spell checker plugin'
             'espeak-ng: text to speech plugin')
 options=('!emptydirs')
@@ -32,6 +32,7 @@ prepare() {
   sed -i '/gnome-doc-utils.make/d' dict/help/Makefile.am
   sed -i 's|espeak/speak_lib.h|espeak-ng/speak_lib.h|' dict/configure.ac 
dict/stardict-plugins/stardict-espeak-tts-plugin/stardict_espeak.cpp
   sed -i 's/ESPEAK_LIBS="-lespeak"/ESPEAK_LIBS="-lespeak-ng"/' 
dict/configure.ac
+  sed -i '/DSL2DICT/d' tools/configure.ac
 
   ./autogen.sh
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/stardict/-/commit/83c2d33d55c8529ed37913d1d4c190e2984122b5

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/stardict/-/commit/83c2d33d55c8529ed37913d1d4c190e2984122b5
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to