Registration is now invite-only. Any user can make an invite, you need to create it here and give resulting link to someone to register.
avatar
Denis Koryavov has added 8611c67e9b
Added missing icons for LibreOffice. Fixed k3b mimetypes icons. Added...

... an ugly fix for work with Inkscape.

... ... --- a/.abf.yml
... ... +++ b/.abf.yml
... ... @@ -1,4 +1,5 @@
1 1
removed_sources:
2 2
  rosa-1.0.29.4.tar.gz: 2594d62be2863cc29a2c327a44117e4d85360360
3
sources:
4 3
  rosa-1.0.30.tar.xz: 7bc9f2f271225477d802856be1b7eee419d5a000
4
sources:
5
  rosa-1.0.31.tar.xz: 01b17651464690cccb933753187e846fbd3546c8
view file @ 8611c67e9b
... ... --- a/rosa-icons.spec
... ... +++ b/rosa-icons.spec
... ... @@ -1,6 +1,6 @@
1 1
%define tarname	rosa
2 2
%define _name	rosa
3
%define version	1.0.30
3
%define version	1.0.31
4 4
%define release	1
5 5
6 6
Summary:	ROSA icons theme
... ... @@ -12,7 +12,7 @@ URL: www.rosalinux.com
12 12
License:	GPLv2
13 13
Group:		Graphical desktop/Other
14 14
BuildArch:	noarch
15
BuildRequires:	fdupes
15
BuildRequires:	fdupes inkscape
16 16
Requires:	gnome-icon-theme
17 17
18 18
%description
... ... @@ -27,6 +27,24 @@ Initially based on the original icon theme Elementary by Daniel Fore
27 27
%install
28 28
mkdir -p %{buildroot}%{_datadir}/icons/%{_name}
29 29
cp -rf ./* %{buildroot}%{_datadir}/icons/%{_name}
30
31
# An ugly hack to work with Ikscape.
32
# TODO: Neccessary find a real problem!
33
cd %{buildroot}%{_datadir}/icons/%{_name}/places/16
34
35
for i in `ls`
36
do
37
    echo "Converting $i to plain SVG."
38
    inkscape -l $i $i
39
done
40
# devices icons should be converted too
41
cd %{buildroot}%{_datadir}/icons/%{_name}/devices/16
42
for i in `ls`
43
do
44
    echo "Converting $i to plain SVG."
45
    inkscape -l $i $i
46
done
47
30 48
%fdupes -s %{buildroot}%{_datadir}/icons/%{_name}
31 49
32 50
%files

Comments