rpms/crossfire-client/devel crossfire-client.spec, 1.3, 1.4 needs.rebuild, 1.1, NONE

Michael Thomas (wart) fedora-extras-commits at redhat.com
Fri Sep 1 19:43:22 UTC 2006


Author: wart

Update of /cvs/extras/rpms/crossfire-client/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30435

Modified Files:
	crossfire-client.spec 
Removed Files:
	needs.rebuild 
Log Message:
Rebuild for Fedora Extras; Add transparency to .desktop icons




Index: crossfire-client.spec
===================================================================
RCS file: /cvs/extras/rpms/crossfire-client/devel/crossfire-client.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- crossfire-client.spec	9 Jul 2006 20:35:56 -0000	1.3
+++ crossfire-client.spec	1 Sep 2006 19:43:22 -0000	1.4
@@ -1,6 +1,6 @@
 Name: crossfire-client
 Version: 1.9.1
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: Client for connecting to crossfire servers
 Group: Amusements/Games
 License: GPL
@@ -9,7 +9,7 @@
 Patch0:  crossfire-1.9.1-menusegfault.patch
 BuildRequires: SDL-devel SDL_image-devel
 BuildRequires: gtk+-devel gtk2-devel libpng-devel
-BuildRequires: desktop-file-utils
+BuildRequires: desktop-file-utils ImageMagick
 # Disabled sound for Fedora until it's working again
 #BuildRequires: alsa-lib-devel
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -28,6 +28,11 @@
 %setup -q
 %patch0 -p0
 
+for size in 48x48 32x32 16x16 ; do 
+    convert -transparent white pixmaps/${size}.png temp.png
+    mv temp.png pixmaps/${size}.png
+done
+
 %build
 chmod 755 configure
 # Disable sound for Fedora until it's working again.
@@ -109,6 +114,10 @@
 
 
 %changelog
+* Thu Aug 31 2006 Wart <wart at kobold.org> 1.9.1-2
+- Rebuild for Fedora extras
+- Add transparency to desktop icon backgrounds
+
 * Thu Jul 6 2006 Wart <wart at kobold.org> 1.9.1-1
 - Update to 1.9.1
 


--- needs.rebuild DELETED ---




More information about the fedora-extras-commits mailing list