forked from pool/umbrello
This commit is contained in:
parent
6128555f25
commit
79cc1b1122
@ -37,8 +37,16 @@ Umbrello is a UML modelling application.
|
|||||||
%setup -q -n %{name}-%{version}
|
%setup -q -n %{name}-%{version}
|
||||||
#Fix icons
|
#Fix icons
|
||||||
cd umbrello/pics/global
|
cd umbrello/pics/global
|
||||||
for i in `ls *.png` do cp $i hi$i done
|
mv 128-apps-umbrello.png hi128-apps-umbrello.png
|
||||||
for i in `ls *.svgz` do cp $i hi$i done
|
mv 16-apps-umbrello.png hi16-apps-umbrello.png
|
||||||
|
mv 16-mimetypes-application-x-uml.png hi16-mimetypes-application-x-uml.png
|
||||||
|
mv 22-apps-umbrello.png hi22-apps-umbrello.png
|
||||||
|
mv 32-apps-umbrello.png hi32-apps-umbrello.png
|
||||||
|
mv 32-mimetypes-application-x-uml.png hi32-mimetypes-application-x-uml.png
|
||||||
|
mv 48-apps-umbrello.png hi48-apps-umbrello.png
|
||||||
|
mv 64-apps-umbrello.png hi64-apps-umbrello.png
|
||||||
|
mv sc-apps-umbrello.svgz hisc-apps-umbrello.svgz
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%ifarch ppc64
|
%ifarch ppc64
|
||||||
|
Loading…
Reference in New Issue
Block a user