From af2d95a1be517767f316780598bb1206ee517ac5 Mon Sep 17 00:00:00 2001 From: Roman Moravcik Date: Thu, 18 Feb 2010 17:33:03 +0100 Subject: [PATCH] Imported version 0.2-3 --- configure.ac | 4 ---- data/Makefile.am | 2 +- debian/changelog | 6 ++++++ 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/configure.ac b/configure.ac index 87ee46d..b8c8d0e 100644 --- a/configure.ac +++ b/configure.ac @@ -44,10 +44,6 @@ dnl fill cflags for libstardict PKG_CHECK_MODULES(LIB_STARDICT, glib-2.0 >= 2.6.1 gtk+-2.0 >= 2.12 sigc++-2.0) AC_SUBST(LIB_STARDICT_CFLAGS) -# Discover where to install the .desktop file: -HILDON_DESKTOP_ENTRY_DIR=`pkg-config osso-af-settings --variable=desktopentrydir` -AC_SUBST(HILDON_DESKTOP_ENTRY_DIR) - AC_OUTPUT([ Makefile data/Makefile diff --git a/data/Makefile.am b/data/Makefile.am index 995a9ba..7d90353 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -1,7 +1,7 @@ imagesdir = $(datadir)/icons/hicolor/48x48/hildon images_DATA = mstardict.png -desktopdir = $(HILDON_DESKTOP_ENTRY_DIR) +desktopdir = $(datadir)/applications/hildon desktop_in_files = mstardict.desktop.in desktop_DATA = $(desktop_in_files:.desktop.in=.desktop) @INTLTOOL_DESKTOP_RULE@ diff --git a/debian/changelog b/debian/changelog index ab2520c..e4b92dc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +mstardict (0.2-3) unstable; urgency=low + + * Fixed installation of desktop file. + + -- Roman Moravcik Thu, 28 Jan 2010 14:50:13 +0100 + mstardict (0.2-2) unstable; urgency=low * Improvments of UI. -- 1.7.9.5