diff options
author | Hanno Boeck <hanno@gentoo.org> | 2006-01-25 14:23:21 +0000 |
---|---|---|
committer | Hanno Boeck <hanno@gentoo.org> | 2006-01-25 14:23:21 +0000 |
commit | 2d70267edba86e89027ba2339ea456092019f8e1 (patch) | |
tree | 54cd751f1b40fc5e68e09ebb3e2d4571b62c7b6c /media-sound/soundconverter/files | |
parent | Modular X porting. (diff) | |
download | historical-2d70267edba86e89027ba2339ea456092019f8e1.tar.gz historical-2d70267edba86e89027ba2339ea456092019f8e1.tar.bz2 historical-2d70267edba86e89027ba2339ea456092019f8e1.zip |
soundconverter ebuild added
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'media-sound/soundconverter/files')
-rw-r--r-- | media-sound/soundconverter/files/digest-soundconverter-0.8.3 | 1 | ||||
-rw-r--r-- | media-sound/soundconverter/files/soundconverter-0.8.3-makefile-fix.diff | 15 |
2 files changed, 16 insertions, 0 deletions
diff --git a/media-sound/soundconverter/files/digest-soundconverter-0.8.3 b/media-sound/soundconverter/files/digest-soundconverter-0.8.3 new file mode 100644 index 000000000000..193a8fd9d3a5 --- /dev/null +++ b/media-sound/soundconverter/files/digest-soundconverter-0.8.3 @@ -0,0 +1 @@ +MD5 ed02aa7fe34f9d3abe7d190b43232793 soundconverter-0.8.3.tar.gz 47008 diff --git a/media-sound/soundconverter/files/soundconverter-0.8.3-makefile-fix.diff b/media-sound/soundconverter/files/soundconverter-0.8.3-makefile-fix.diff new file mode 100644 index 000000000000..e4c836d6316a --- /dev/null +++ b/media-sound/soundconverter/files/soundconverter-0.8.3-makefile-fix.diff @@ -0,0 +1,15 @@ +--- soundconverter-0.8.3/Makefile 2006-01-21 21:31:23.000000000 +0100 ++++ soundconverter-0.8.3-fix/Makefile 2006-01-23 14:46:13.301452000 +0100 +@@ -45,9 +45,9 @@ + install -d $(DESTDIR)$(bindir) $(DESTDIR)$(sharedir) + install -m 0644 soundconverter.glade $(DESTDIR)$(sharedir) + install -m 0644 logo.png $(DESTDIR)$(sharedir) +- install -m 0644 po/fr.mo /usr/share/locale/fr/LC_MESSAGES/soundconverter.mo +- install -m 0644 po/pl.mo /usr/share/locale/fr/LC_MESSAGES/soundconverter.mo +- install -m 0644 po/pt_BR.mo /usr/share/locale/fr/LC_MESSAGES/soundconverter.mo ++ install -D -m 0644 po/fr.mo ${DESTDIR}${prefix}/share/locale/fr/LC_MESSAGES/soundconverter.mo ++ install -D -m 0644 po/pl.mo ${DESTDIR}${prefix}/share/locale/fr/LC_MESSAGES/soundconverter.mo ++ install -D -m 0644 po/pt_BR.mo ${DESTDIR}${prefix}/share/locale/fr/LC_MESSAGES/soundconverter.mo + sed 's,^GLADE *=.*,GLADE = "$(sharedir)/soundconverter.glade",' \ + soundconverter.py > make-install-temp + install make-install-temp $(DESTDIR)$(bindir)/soundconverter |