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

Balló György bgyorgy at archlinux.org
Wed Mar 11 14:07:06 UTC 2020


    Date: Wednesday, March 11, 2020 @ 14:07:06
  Author: bgyorgy
Revision: 594231

upgpkg: stardict 3.0.6-8: Remove duplicated documentation, remove deprecated gnome-doc-utils dependency

Modified:
  stardict/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-11 14:07:02 UTC (rev 594230)
+++ PKGBUILD	2020-03-11 14:07:06 UTC (rev 594231)
@@ -6,13 +6,13 @@
 
 pkgname=stardict
 pkgver=3.0.6
-pkgrel=7
+pkgrel=8
 pkgdesc='International dictionary software'
 arch=('x86_64')
 url='http://stardict-4.sourceforge.net/'
 license=('GPL')
 depends=('gtk2' 'libsigc++')
-makedepends=('enchant' 'espeak' 'mariadb-libs' 'gnome-common' 'gnome-doc-utils')
+makedepends=('enchant' 'espeak' 'mariadb-libs' 'gnome-common')
 optdepends=('enchant: spell checker plugin'
             'espeak: text to speech plugin')
 options=('!emptydirs')
@@ -34,6 +34,8 @@
 
   sed -i 's/, enchant/, enchant-2/' dict/configure.ac
   sed -i '/AM_GCONF_SOURCE_2/d' dict/configure.ac
+  sed -i '/GNOME_DOC_INIT/d' dict/configure.ac
+  sed -i '/gnome-doc-utils.make/d' dict/help/Makefile.am
 
   ./autogen.sh
 }



More information about the arch-commits mailing list