diff --git a/README.md b/README.md index bdeea6a..89f7528 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # lxde-icon-theme +nuoveXT2 is a very complete set of icons for several operating systems. It is also the default icon-theme of LXDE, the Lightweight X11 Desktop Environment. + diff --git a/lxde-icon-theme.spec b/lxde-icon-theme.spec new file mode 100644 index 0000000..7e47160 --- /dev/null +++ b/lxde-icon-theme.spec @@ -0,0 +1,48 @@ +Name: lxde-icon-theme +Version: 0.5.0 +Release: 1mamba +Summary: Default icon theme for LXDE +Group: Graphical Desktop/Applications/Environment +Vendor: openmamba +Distribution: openmamba +Packager: Fabio Giani +URL: http://www.lxde.org/ +Source: http://downloads.sourceforge.net/project/lxde/LXDE%20Icon%20Theme/lxde-icon-theme-%{version}/lxde-icon-theme-%{version}.tar.bz2 +License: LGPL +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +nuoveXT2 is a very complete set of icons for several operating systems. It is also the default icon-theme of LXDE, the Lightweight X11 Desktop Environment. + +%prep + +%setup -q + +%build +%configure +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%{_datadir}/icons/nuoveXT2/* +%doc AUTHORS COPYING + +%changelog +* Mon Jul 30 2012 Silvan Calarco 0.5.0-1mamba +- update to 0.5.0 + +* Tue Jun 22 2010 Silvan Calarco 0.0.1-3mamba +- fixed specfile name (must be the same as package name) + +* Sat Jan 23 2010 Fabio Giani 0.0.1-2mamba +- group changed + +* Fri Jan 15 2010 Fabio Giani 0.0.1-1mamba +- package created by autospec