Adjust for proper harmattan installation harmattan
authorKoos Vriezen <koos.vriezen@gmail.com>
Tue, 2 Aug 2011 21:02:39 +0000 (23:02 +0200)
committerKoos Vriezen <koos.vriezen@gmail.com>
Tue, 2 Aug 2011 21:02:39 +0000 (23:02 +0200)
gconf path changed and installation directory changed, plus removing
unneeded hildon configure stuff

autogen.sh
configure.ac
debian/changelog
debian/control
debian/dirs
debian/postinst
debian/postrm

index 3af226d..e8bedf3 100644 (file)
@@ -4,7 +4,7 @@ set -x
 glib-gettextize --copy --force
 libtoolize --automake --copy --force
 intltoolize --automake --copy --force
-aclocal-1.7
+aclocal-1.11
 autoconf --force
 autoheader --force
-automake-1.7 --add-missing --copy --force-missing --foreign
+automake-1.11 --add-missing --copy --force-missing --foreign
index ab79db5..f38df76 100644 (file)
@@ -18,25 +18,11 @@ AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE], "${GETTEXT_PACKAGE}", [Name of gettext pac
 ALL_LINGUAS="en_GB"
 AM_GLIB_GNU_GETTEXT
 
-# Application locale install directory
-localedir=`$PKG_CONFIG osso-af-settings --variable=localedir`
-
-# Application pixmaps install directory
-pixmapdir=`$PKG_CONFIG osso-af-settings --variable=hildonpixmapdir`
-
-# Help file install directory
-helpfile_engbdir=$datadir/osso-help/en_GB
-
-package_appdir=$datadir/applications/worldtv99
+package_appdir=$datadir/apps/worldtv99
 
 # Define as variables in Makefiles
-AC_SUBST(localedir)
-AC_SUBST(helpfile_engbdir)
 AC_SUBST(package_appdir)
 
-AC_DEFINE_UNQUOTED([LOCALEDIR], "${localedir}", [Runtime locale catalog files path])
-AC_DEFINE_UNQUOTED([PIXMAPDIR], "${pixmapdir}", [Runtime pixmap files path])
-
 # Produce output files
 AC_OUTPUT(
          Makefile \
index 8bfea49..4324c38 100644 (file)
@@ -1,3 +1,9 @@
+worldtv99 (0.5.1-1) unstable; urgency=low
+
+  * Move to /usr/share/apps/worldtv
+
+ -- Koos Vriezen <koos.vriezen@gmail.com>  Mon, 01 Aug 2011 20:42:36 +0200
+
 worldtv99 (0.5.0-3) unstable; urgency=low
 
   * XSBC-Bugtracker required
index 317be38..ab05d7e 100644 (file)
@@ -2,7 +2,7 @@ Source: worldtv99
 Section: user/multimedia
 Priority: optional
 Maintainer: Koos Vriezen <koos.vriezen@gmail.com>
-Build-Depends: debhelper (>= 5), autotools-dev, gconf2, osso-af-settings
+Build-Depends: debhelper (>= 5), autotools-dev, gconf2
 Standards-Version: 3.7.2
 XSBC-Bugtracker: https://bugs.maemo.org/enter_bug.cgi?product=kmplayer
 
index 9ecda26..030c244 100644 (file)
@@ -1 +1 @@
-usr/share/applications
+usr/share/apps
index bf47de6..4adac17 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh -e
 
-gconftool -s -t string /apps/maemo/kmplayer/lists/WorldTV99 /usr/share/applications/worldtv99/WorldTV99.xml
+gconftool -s -t string /apps/meego/kmplayer/lists/WorldTV99 /usr/share/apps/worldtv99/WorldTV99.xml
 
 #DEBHELPER#
 
index 8e889ef..dbd9fac 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh -e
 
-gconftool -u  /apps/maemo/kmplayer/lists/WorldTV99
+gconftool -u  /apps/meego/kmplayer/lists/WorldTV99
 
 #DEBHELPER#