From a2c51bfde198527b47fb468e45e5ad6dce7e451d Mon Sep 17 00:00:00 2001 From: William Kendrick Date: Sat, 30 Jun 2007 17:21:19 +0000 Subject: [PATCH] Fixed IM install location. Updated ja.im. Updated RPM spec. --- Makefile-i18n | 2 +- im/ja.im | 12 ++++++------ tuxpaint.spec | 5 +++++ 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/Makefile-i18n b/Makefile-i18n index af73645bf..677bd3ed4 100644 --- a/Makefile-i18n +++ b/Makefile-i18n @@ -18,7 +18,7 @@ LOCALE_PREFIX=$(PKG_ROOT)$(PREFIX)/share/locale # IM files -IM_PREFIX=$(PKG_ROOT)$(PREFIX)/share/im +IM_PREFIX=$(PKG_ROOT)$(PREFIX)/share/tuxpaint/im # A default target, in case someone tries using this makefile directly... diff --git a/im/ja.im b/im/ja.im index 01cb70cc2..ad74b1be8 100644 --- a/im/ja.im +++ b/im/ja.im @@ -109,12 +109,12 @@ section 3093 n - 3093 nn - 3094 vu - -#3095 xka - # N.G. -#3095 lka - # N.G. -#3096 xke - # N.G. -#3096 lke - # N.G. +3095 xka - +3095 lka - +3096 xke - +3096 lke - 30FB / - -#30FC - - # N.G. +30FC - - 3067:3043 dhi - 3075:3041 fa - @@ -411,7 +411,7 @@ section 30F5 lka - 30F6 lke - 30FB / - -#30FC - - # N.G. +30FC - - 30C7:30A3 dhi - 30D5:30A1 fa - diff --git a/tuxpaint.spec b/tuxpaint.spec index 4a0e6164a..70d496f93 100644 --- a/tuxpaint.spec +++ b/tuxpaint.spec @@ -8,8 +8,10 @@ URL: http://www.tuxpaint.org/ Source0: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root Requires: SDL >= 1.2.4 SDL_image SDL_mixer SDL_ttf libpng zlib +Requires: librsvg2 libpaper BuildRequires: SDL-devel >= 1.2.4 SDL_image-devel SDL_mixer-devel SDL_ttf-devel BuildRequires: libpng-devel zlib-devel gettext +BuildRequires: librsvg2-devel libpaper-devel %description "Tux Paint" is a drawing program for young children. @@ -67,6 +69,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/man/*/man1/tuxpaint.1.gz %changelog +* Sat Jun 01 2007 - +- Requires librsvg2 and libpaper + * Fri Sep 08 2006 - - New offical URL for tuxpaint (http://www.tuxpaint.org/).