Skip to content

Commit

Permalink
some small fixes!
Browse files Browse the repository at this point in the history
  • Loading branch information
huzheng001 committed Aug 27, 2019
1 parent b9824e0 commit f154d79
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
5 changes: 3 additions & 2 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@ The following text describes options specific to StarDict dictionary project. Pa
To Install StarDict:
type:
=============
./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man --disable-dictdotcn --disable-festival --disable-scrollkeeper
./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man --disable-dictdotcn --disable-scrollkeeper
make
make install
=============
Dictdotcn plugin is outdated and have no use now.
Festival in Fedora linux have some problem and it will cause festival plugin crash, so we need to disable it presently. In Debian linux, you can use it!
Festival in Fedora linux have some problem and it will cause festival plugin crash, so we need to disable it presently. See: https://bugzilla.redhat.com/show_bug.cgi?id=242607
In Debian linux, it have fixed this bug, so you can use it!

You can use:
=============
Expand Down
4 changes: 2 additions & 2 deletions dict/debian-upstream/control
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ Section: utils
Priority: optional
Maintainer: Roy Hiu-yeung Chan <hychan@glink.net.hk>
Uploaders: Anthony Fok <foka@debian.org>, Andrew Lee <andrew@linux.org.tw>
Build-Depends: debhelper (>= 8), python-dev, python-support (>= 0.4), libgtk-3-dev, libgnome2-dev, scrollkeeper, libbonobo2-dev, libgconf2-dev, liborbit2-dev, zlib1g-dev, sharutils, libxml-parser-perl, libx11-dev, libsigc++-2.0-dev, libespeak-dev, libenchant-dev, libgucharmap-2-90-dev, flite1-dev, libcanberra-dev, libcanberra-gtk3-dev
Build-Depends: debhelper (>= 8), python-dev, libgtk-3-dev, libgnome2-dev, libbonobo2-dev, libgconf2-dev, liborbit2-dev, zlib1g-dev, sharutils, libxml-parser-perl, libx11-dev, libsigc++-2.0-dev, libespeak-dev, libenchant-dev, libgucharmap-2-90-dev, flite1-dev, libcanberra-dev, libcanberra-gtk3-dev
Standards-Version: 3.9.2

Package: stardict
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, scrollkeeper (>= 0.3.14-5), sgml-data (>= 2.0.2)
Depends: ${shlibs:Depends}, ${misc:Depends}, sgml-data (>= 2.0.2)
Suggests: ttf-freefont | ttf-thryomanes
Replaces: stardict-gtk
Conflicts: stardict-gtk
Expand Down
11 changes: 6 additions & 5 deletions dict/debian-upstream/rules
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ build-stamp:
--localstatedir=/var \
--disable-schemas-install \
--disable-dictdotcn \
--disable-scrollkeeper \
--disable-tools
$(MAKE)

Expand Down Expand Up @@ -96,21 +97,21 @@ binary-indep: build install
binary-arch: build install
dh_testdir
dh_testroot
dh_installchangelogs -pstardict dict/ChangeLog
dh_installdocs -pstardict
# dh_installchangelogs -pstardict dict/ChangeLog
# dh_installdocs -pstardict
# dh_installexamples
# dh_install
dh_installmenu -pstardict
# dh_installdebconf
dh_installman -pstardict
dh_scrollkeeper
# dh_installman -pstardict
# dh_scrollkeeper
dh_gconf
# dh_link
dh_strip
dh_compress
dh_fixperms
# dh_perl
dh_pysupport /usr/bin/stardict
# dh_pysupport /usr/bin/stardict
# dh_makeshlibs
dh_installdeb
dh_shlibdeps -L stardict -l debian/stardict/usr/bin
Expand Down

0 comments on commit f154d79

Please sign in to comment.