Skip to content

Commit

Permalink
leste port
Browse files Browse the repository at this point in the history
  • Loading branch information
norayr committed Sep 15, 2022
1 parent a0888fb commit ca99d9d
Show file tree
Hide file tree
Showing 16 changed files with 230 additions and 288 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Expand Up @@ -34,7 +34,7 @@ AC_FUNC_MMAP

AC_CHECK_LIB(z,zlibVersion,LIBS="$LIBS -lz",[AC_MSG_ERROR([zlib not found])])

PKG_CHECK_MODULES(MSTARDICT, glib-2.0 >= 2.6.1 hildon-1 gconf-2.0 >= 2.6.2 libosso)
PKG_CHECK_MODULES(MSTARDICT, glib-2.0 >= 2.6.1 gmodule-2.0 hildon-1 gconf-2.0 >= 2.6.2 libosso)

MSTARDICT_CFLAGS="-Wall $MSTARDICT_CFLAGS"

Expand All @@ -48,7 +48,7 @@ MSTARDICT_LIBS="$MSTARDICT_LIBS -lespeak"
])

dnl fill cflags for libstardict
PKG_CHECK_MODULES(LIB_STARDICT, glib-2.0 >= 2.6.1 gtk+-2.0 >= 2.12 sigc++-2.0)
PKG_CHECK_MODULES(LIB_STARDICT, glib-2.0 >= 2.6.1 gmodule-2.0 gtk+-2.0 >= 2.12 sigc++-2.0)
AC_SUBST(LIB_STARDICT_CFLAGS)

AC_OUTPUT([
Expand Down
4 changes: 4 additions & 0 deletions debian/changelog
@@ -1,3 +1,7 @@
mstardict (0.6-5+leste1) unstable; urgency=low
* leste port, new compilers, new tools.
-- Norayr Chilingarian <norayr@arnet.am> Fri, 16 Sep 2022 00:36:36 +0400

mstardict (0.6-5) unstable; urgency=low

* Added Wyabdc RealPeople TTS support by Pali Rohar.
Expand Down
2 changes: 1 addition & 1 deletion debian/compat
@@ -1 +1 @@
5
9
4 changes: 2 additions & 2 deletions debian/control
@@ -1,8 +1,8 @@
Source: mstardict
Priority: optional
Section: user/utilities
Maintainer: Roman Moravcik <roman.moravcik@gmail.com>
Build-Depends: debhelper (>= 5.0.0), gettext, libhildon1-dev, libosso-dev, libgtk2.0-dev, libglib2.0-dev, libsigc++-2.0-dev, zlib1g-dev, maemo-optify, libgconf2-dev, libespeak-dev
Maintainer: Norayr Chilingarian <norayr@arnet.am>
Build-Depends: gnulib, intltool, debhelper (>= 5.0.0), gettext, libhildon1-dev, libosso-dev, libgtk2.0-dev, libglib2.0-dev, libsigc++-2.0-dev, zlib1g-dev, libgconf2-dev, libespeak-dev
Standards-Version: 3.8.3
Homepage: http://mstardict.garage.maemo.org/
Vcs-Browser: https://garage.maemo.org/plugins/ggit/browse.php/?p=mstardict
Expand Down
3 changes: 1 addition & 2 deletions debian/rules
Expand Up @@ -22,7 +22,7 @@ endif
configure: configure-stamp
configure-stamp:
dh_testdir

cp /usr/share/gnulib/build-aux/config.rpath .
./autogen.sh
./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --disable-static

Expand Down Expand Up @@ -69,7 +69,6 @@ binary-arch: build install
dh_installdeb
dh_shlibdeps
dh_gencontrol
maemo-optify
dh_md5sums
dh_builddeb

Expand Down

0 comments on commit ca99d9d

Please sign in to comment.