Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/0.84/platform/sugar-artwork/SPECS/sugar-artwork.spec
blob: aeb7d737eb1404c9f227cb95cb1befc539e63dca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
# NOTE: Do not edit, file was generated by jhconvert

Name: sugar-artwork
Version: 0.84.1
Release: 1
Summary: Artwork for Sugar look-and-feel
License: LGPLv2+
Group: User Interface/Desktops
Url: http://sugarlabs.org/

Source: http://download.sugarlabs.org/sources/sucrose/glucose/sugar-artwork/sugar-artwork-0.84.1.tar.bz2

Requires: gtk2 >= 2.9.0
Requires: sugar-base >= 0.84.1

BuildRequires: perl-XML-Parser  
BuildRequires: gtk2-devel >= 2.9.0
BuildRequires: icon-naming-utils  
BuildRequires: icon-slicer  
BuildRequires: python  
BuildRequires: xorg-x11  
BuildRequires: fdupes

BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%description
Contains the themes and icons that make up the Sugar default look and feel.

%prep
%setup -q -n sugar-artwork-0.84.1


# eliminate %%configure's "clever" behaviour
%define __libtoolize true

%build
%configure 
make 

%install
rm -rf %{buildroot}
make  \
	DESTDIR=%{buildroot} \
	install
%fdupes -s %{buildroot}


%clean
rm -rf %{buildroot}

%post
touch --no-create %{_datadir}/icons/sugar || :
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/sugar || :

%postun
touch --no-create %{_datadir}/icons/sugar || :
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/sugar || :

%files 
%defattr(-,root,root,-)
%_datadir/icons/*
%_datadir/themes/*
%_libdir/gtk*/*/engines/*
%doc COPYING NEWS README

%changelog
* Thu Apr 23 2009 alsroot@member.fsf.org
- Switch to jhconvert
* Sat Mar  7 2009 lars@linux-schulserver.de
- use fdupes
* Fri Mar  6 2009 cyberorg@opensuse.org
- Update to 0.84.0
* Fri Jan 16 2009 cyberorg@opensuse.org
- Update to 0.83.2
* Wed Aug 27 2008 cyberorg@opensuse.org
- Initial openSUSE package