summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Väth <mvath@google.com>2019-01-03 21:50:01 +0100
committerMartin Väth <mvath@google.com>2019-01-03 21:51:22 +0100
commit6c82558b59fc4a3bbfe8d6c8d2ac00c4cba2121c (patch)
tree46f66c8b6e71376ea1967424b4be3dd1837cd6cd /app-text
parentmedia-video/video-mv, games-rpg/m5figur-mv: Version bump (diff)
downloadmv-6c82558b59fc4a3bbfe8d6c8d2ac00c4cba2121c.tar.gz
mv-6c82558b59fc4a3bbfe8d6c8d2ac00c4cba2121c.tar.bz2
mv-6c82558b59fc4a3bbfe8d6c8d2ac00c4cba2121c.zip
app-text/stardict: Version bump
Signed-off-by: Martin Väth <mvath@google.com>
Diffstat (limited to 'app-text')
-rw-r--r--app-text/stardict/Manifest2
-rw-r--r--app-text/stardict/stardict-4.0.0_pre20170304.ebuild (renamed from app-text/stardict/stardict-4.0.0_pre20160518-r2.ebuild)26
2 files changed, 10 insertions, 18 deletions
diff --git a/app-text/stardict/Manifest b/app-text/stardict/Manifest
index 0a7e42db..47e0fdee 100644
--- a/app-text/stardict/Manifest
+++ b/app-text/stardict/Manifest
@@ -1,4 +1,4 @@
DIST QQWry.Dat.bz2 4114875 SHA256 3eda90ee8ea13ec88767336b078d2dfe2c971d6a31df60f409d526e3e29a4f83 SHA512 46fd677359a2144429eb9d16131ca6b19db1c086fa93e275aa3d702d3024a65d54064df931d1ed2ba5b0c1f7d9595a284f2a8995d9cd5aac96a45216422dc9ae WHIRLPOOL 456bab65658a8af76160f162fc66868c8a74653a88a1a115e2a20dd90ba9ae8a93b1aa1ee9856cc811d1b1229ca910868ea5db764a119ae9b31cbabf962cab5f
DIST WyabdcRealPeopleTTS.tar.bz2 84329208 SHA256 96a398eaef3e84f6f23e61683e6439913a4d44055e695dd4a1936f9340d64870 SHA512 1553e62c139ecb005bb04163147d94aa58e4ba7f9ee3172b760c6e4776587c12bf816c42e0131c82195b7c738ec9ee5082f39b974790f5cacd522367919beaa0 WHIRLPOOL 210c121c25c7726cee62c2f2beb3186f0799d68c5537442eda967694f176cbbbc6d09a8c3759de093226e283ae651348ed7173a9f93bbf776325fb656e19720c
DIST stardict-3.0.6.tar.bz2 9341740 SHA512 81d93324b6e8954af7c20ea6d2a3054bb564d786a21b1cb541c728da7a18a6e7ddb23e595055ccc77e6866bbb8c89fb4f17023e33664761dbe1ee8cd55768658
-DIST stardict-4.0.0_pre20160518.tar.xz 3605324 SHA512 5fb04d7870019f17038e0750a2250a0dca44c427f427cd987542eea2bdfab91223e2c01bae844c43f7d8991d51c0420bd4d77ad6d3f7d86cf6f9c50dae7ca50e
+DIST stardict-4.0.0_pre20170304.tar.xz 3603012 SHA512 ec27bb95069d727fd96cb30f2d7ad94992cc53e55903b373612e29265263ea5da2c8a25f6c9618db50dc38c33efebe13324c2b8eb09b198559a1ee70029f0b6a
diff --git a/app-text/stardict/stardict-4.0.0_pre20160518-r2.ebuild b/app-text/stardict/stardict-4.0.0_pre20170304.ebuild
index b9a0ff49..bd3af8b8 100644
--- a/app-text/stardict/stardict-4.0.0_pre20160518-r2.ebuild
+++ b/app-text/stardict/stardict-4.0.0_pre20170304.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors and Martin V\"ath
+# Copyright 1999-2019 Gentoo Authors and Martin V\"ath
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -40,19 +40,13 @@ COMMON_DEPEND="
x11-libs/pango
espeak? ( >=app-accessibility/espeak-1.29 )
flite? ( app-accessibility/flite )
- gnome? (
- gnome-base/gconf:2
- gnome-base/libbonobo
- gnome-base/libgnome
- gnome-base/orbit:2
- )
- gucharmap? ( gnome-extra/gucharmap:0= )
+ gucharmap? ( gnome-extra/gucharmap:2.90= )
spell? ( >=app-text/enchant-1.2:= )
tools? (
+ dev-db/mysql-connector-c
dev-libs/expat
dev-libs/libpcre:=
dev-libs/libxml2:=
- virtual/mysql
python? ( ${PYTHON_DEPS} )
)
"
@@ -76,7 +70,7 @@ REQUIRED_USE="tools? ( python? ( ${PYTHON_REQUIRED_USE} ) )"
# docs are messy, installed manually below
DOCS=""
-PATCHES=( "${FILESDIR}/${P}-tabfile.patch" )
+PATCHES=( "${FILESDIR}/${PN}-4.0.0_pre20160518-tabfile.patch" )
src_prepare() {
# From Fedora
@@ -99,10 +93,12 @@ src_prepare() {
sed -i '1 a # -*- coding: utf-8 -*-' tools/src/uyghur2dict.py || die
fi
+ # bug 604318
+ sed -i '/AM_GCONF_SOURCE_2/d' dict/configure.ac || die
+
if ! use gnome
then sed -i \
-e '/GNOME_DOC_INIT/d' \
- -e '/AM_GCONF_SOURCE_2/d' \
-e '/help\/Makefile/d' \
dict/configure.ac || die
sed -i \
@@ -125,15 +121,12 @@ src_prepare() {
}
src_configure() {
- # Hint: EXTRA_ECONF="--enable-gnome-support" and manual install of
- # libbonobo-2, libgnome-2, libgnomeui-2, gconf-2 and orbit-2 will
- # give you GNOME 2.x support, that is otherwise considered deprecated
- # because of the deep GNOME 2.x core library dependencies
-
# Festival plugin crashes, bug 188684. Disable for now.
+ # Gnome2 support is disabled due to deprecation request, bug 644346
gnome2_src_configure \
--disable-darwin-support \
--disable-festival \
+ --disable-gnome-support \
--disable-gpe-support \
--disable-maemo-support \
--disable-schemas-install \
@@ -145,7 +138,6 @@ src_configure() {
$(use_enable espeak) \
$(use_enable flite) \
$(use_enable fortune) \
- $(use_enable gnome gnome-support) \
$(use_enable gucharmap) \
$(use_enable htmlparse) \
$(use_enable info) \