rpms/lxde-icon-theme/F-10 lxde-icon-theme.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Christoph Wickert cwickert at fedoraproject.org
Mon Sep 7 09:53:01 UTC 2009


Author: cwickert

Update of /cvs/pkgs/rpms/lxde-icon-theme/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31158/F-10

Modified Files:
	.cvsignore sources 
Added Files:
	lxde-icon-theme.spec 
Log Message:
Initial build of lxde-icon-theme for this branch


--- NEW FILE lxde-icon-theme.spec ---
Name:           lxde-icon-theme
Version:        0.4.2
Release:        2
Summary:        Default icon theme for LXDE

Group:          User Interface/Desktops
License:        LGPLv3
URL:            http://nuovext.pwsp.net/
Source0:        http://downloads.sourceforge.net/sourceforge/lxde/lxde-common-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

Requires:       filesystem
BuildArch:      noarch
Provides:       nuoveXT2-icon-theme = 2.2

%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 -qn lxde-common-%{version}

%build
%configure


%install
rm -rf $RPM_BUILD_ROOT
# we only install the icon theme
cd icon-theme
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
touch $RPM_BUILD_ROOT%{_datadir}/icons/nuoveXT2/icon-theme.cache


%clean
rm -rf $RPM_BUILD_ROOT


%post
touch --no-create %{_datadir}/icons/nuoveXT2 &>/dev/null || :


%postun
if [ $1 -eq 0 ] ; then
    touch --no-create %{_datadir}/icons/nuoveXT2 &>/dev/null
    gtk-update-icon-cache %{_datadir}/icons/nuoveXT2 &>/dev/null || :
fi


%posttrans
gtk-update-icon-cache %{_datadir}/icons/nuoveXT2 &>/dev/null || :


%files
%defattr(-,root,root,-)
%doc icon-theme/AUTHORS icon-theme/COPYING
%dir %{_datadir}/icons/nuoveXT2/
%{_datadir}/icons/nuoveXT2/*/*
%{_datadir}/icons/nuoveXT2/index.theme
%ghost %{_datadir}/icons/nuoveXT2/icon-theme.cache


%changelog
* Sat Jul 25 2009 Christoph Wickert <cwickert at fedoraproject.org> - 0.4.2-2
- Bump release for review

* Sat Jul 25 2009 Christoph Wickert <cwickert at fedoraproject.org> - 0.4.2-1
- Update to 0.4.2

* Sat Jun 13 2009 Christoph Wickert <cwickert at fedoraproject.org> - 0.4.1-1
- Update to 0.4.1

* Mon Apr 14 2008 Christoph Wickert <cwickert at fedoraproject.org> - 0.3.2.1-1
- Initial Fedora RPM


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/lxde-icon-theme/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	6 Sep 2009 22:06:00 -0000	1.1
+++ .cvsignore	7 Sep 2009 09:53:01 -0000	1.2
@@ -0,0 +1 @@
+lxde-common-0.4.2.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/lxde-icon-theme/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	6 Sep 2009 22:06:00 -0000	1.1
+++ sources	7 Sep 2009 09:53:01 -0000	1.2
@@ -0,0 +1 @@
+81978c149ef7f349d904c4796d623ee6  lxde-common-0.4.2.tar.bz2




More information about the fedora-extras-commits mailing list