Accepting request 56074 from GNOME:Apps
Accepted submit request 56074 from user vuntz OBS-URL: https://build.opensuse.org/request/show/56074 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/inkscape?expand=0&rev=44
This commit is contained in:
parent
ee1d89197c
commit
1a77a5391f
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 14 18:18:01 CET 2010 - vuntz@opensuse.org
|
||||
|
||||
- Fix the build again: the te_IN translation should simply be te,
|
||||
so move the translation.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 11 11:16:56 CET 2010 - vuntz@opensuse.org
|
||||
|
||||
|
@ -176,9 +176,9 @@ make %{?jobs:-j%jobs}
|
||||
rm -rf %{buildroot}%{_datadir}/locale/en_US@piglatin
|
||||
install -D -m 0644 %{S:1} %{buildroot}%{_datadir}/inkscape/palettes
|
||||
%suse_update_desktop_file -N "Inkscape" -G "SVG Vector Illustrator" inkscape
|
||||
%if 0%{?suse_version} <= 1120
|
||||
rm -rf %{buildroot}%{_datadir}/locale/te_IN
|
||||
%endif
|
||||
# te_IN should really just be te, see lp#690255
|
||||
test ! -e %{buildroot}%{_datadir}/locale/te
|
||||
mv %{buildroot}%{_datadir}/locale/te_IN %{buildroot}%{_datadir}/locale/te
|
||||
%find_lang %{name}
|
||||
bash %{S:2} %{buildroot}%{_datadir}/inkscape/extensions "%%{_datadir}/inkscape/extensions/"
|
||||
%fdupes %{buildroot}
|
||||
|
Loading…
Reference in New Issue
Block a user