[cheese/f15/master] Newer icons

Matthias Clasen mclasen at fedoraproject.org
Tue Apr 5 13:49:54 UTC 2011


commit 7297fff9ee661cd92af315cb76b09f0eac72ffaf
Author: Matthias Clasen <mclasen at redhat.com>
Date:   Tue Apr 5 09:49:20 2011 -0400

    Newer icons

 .gitignore  |    1 +
 cheese.spec |    9 ++++++++-
 sources     |    1 +
 3 files changed, 10 insertions(+), 1 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 654ad38..b6c8af0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@ cheese-2.31.1.tar.bz2
 /cheese-2.91.92.tar.bz2
 /cheese-2.91.93.tar.gz
 /cheese-3.0.0.tar.bz2
+/cheese-icons.tar.bz2
diff --git a/cheese.spec b/cheese.spec
index e28e51d..7e016bd 100644
--- a/cheese.spec
+++ b/cheese.spec
@@ -1,7 +1,7 @@
 Name:           cheese
 Epoch:          1
 Version:        3.0.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Application for taking pictures and movies from a webcam
 
 Group:          Amusements/Graphics
@@ -9,6 +9,8 @@ License:        GPLv2+
 URL:            http://projects.gnome.org/cheese/
 #VCS: git:git://git.gnome.org/cheese
 Source0:        http://download.gnome.org/sources/cheese/3.0/%{name}-%{version}.tar.bz2
+# https://bugzilla.gnome.org/show_bug.cgi?id=646770
+Source1:         cheese-icons.tar.bz2
 
 BuildRequires: gtk3-devel >= 3.0.0
 BuildRequires: gstreamer-devel >= 0.10.23
@@ -80,6 +82,8 @@ desktop-file-install --delete-original --vendor="" 	\
 	--add-category X-AudioVideoImport		\
 	$RPM_BUILD_ROOT%{_datadir}/applications/cheese.desktop
 
+tar xf %{SOURCE1} -C $RPM_BUILD_ROOT%{_datadir}/icons --strip-components=1 cheese/hicolor
+
 %find_lang %{name} --with-gnome
 
 
@@ -134,6 +138,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 %{_datadir}/gir-1.0/Cheese-3.0.gir
 
 %changelog
+* Tue Apr  5 2011 Matthias Clasen <mclasen at redhat.com> 1:3.0.0-2
+- Add newer icons from upstream
+
 * Mon Apr  4 2011 Christopher Aillon <caillon at redhat.com> 1:3.0.0-1
 - Update to 3.0
 
diff --git a/sources b/sources
index 4f56912..46d831e 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
 cadae7bd46cb88e6911f5389e1c88e45  cheese-3.0.0.tar.bz2
+4e0d46879d131c816994945cafdc1f7f  cheese-icons.tar.bz2


More information about the scm-commits mailing list