commit d79606cd5eea87c3b4df41ab796fcb9889160a0f
Author: Elan Ruusamäe <[email protected]>
Date:   Fri Dec 21 22:04:10 2012 +0200

    new, version 1.5.0
    
    based on fedora spec

 mate-icon-theme.spec | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 62 insertions(+)
---
diff --git a/mate-icon-theme.spec b/mate-icon-theme.spec
new file mode 100644
index 0000000..1055003
--- /dev/null
+++ b/mate-icon-theme.spec
@@ -0,0 +1,62 @@
+Summary:       Icon theme for MATE Desktop
+Name:          mate-icon-theme
+Version:       1.5.0
+Release:       1
+License:       GPLv2+ and LGPLv2+
+Group:         Themes
+URL:           http://mate-desktop.org/
+Source0:       
http://pub.mate-desktop.org/releases/1.5/%{name}-%{version}.tar.xz
+# Source0-md5: 6ae1369e21371f7517e4523750443df9
+BuildRequires: icon-naming-utils
+BuildRequires: mate-common
+BuildRequires: tar >= 1:1.22
+BuildRequires: xz
+Requires:      gtk-update-icon-cache
+Provides:      mate-icon-theme = %{version}-%{release}
+Obsoletes:     mate-icon-theme-legacy < 1.5.0
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Icon theme for MATE Desktop.
+
+%package devel
+Summary:       Development files for mate-icon-theme
+Group:         Development/Libraries
+
+%description devel
+Development files for mate-icon-theme
+
+%prep
+%setup -q
+NOCONFIGURE=1 ./autogen.sh
+
+%build
+%configure \
+       --enable-icon-mapping \
+       --disable-static
+%{__make} \
+       V=1
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+%update_icon_cache mate
+
+%postun
+%update_icon_cache mate
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS README
+%{_iconsdir}/mate
+
+%files devel
+%defattr(644,root,root,755)
+%{_npkgconfigdir}/mate-icon-theme.pc
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/mate-icon-theme.git/commitdiff/d79606cd5eea87c3b4df41ab796fcb9889160a0f

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to