[nazghul] Provide 256x256 icon.

Jason ティビツ tibbs at fedoraproject.org
Sat Feb 21 21:42:58 UTC 2015


commit 91c75fb2f2347c12fdda0269329476c0d82b0162
Author: Jason Tibbitts <tibbs at math.uh.edu>
Date:   Sat Feb 21 15:41:07 2015 -0600

    Provide 256x256 icon.

 nazghul.spec | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/nazghul.spec b/nazghul.spec
index 253844d..9be258d 100644
--- a/nazghul.spec
+++ b/nazghul.spec
@@ -1,6 +1,6 @@
 Name:           nazghul
 Version:        0.7.1
-Release:        10.20120228gitb0a402a%{?dist}
+Release:        11.20120228gitb0a402a%{?dist}
 Summary:        A computer role-playing game (CRPG) engine
 
 License:        GPLv2+
@@ -22,7 +22,8 @@ Patch2:         nazghul-armbuild.patch
 
 # For building from a CVS snapshot
 BuildRequires:  automake, autoconf
-BuildRequires:  SDL_image-devel, SDL_mixer-devel, desktop-file-utils, libpng-devel
+BuildRequires:  SDL_image-devel, SDL_mixer-devel, desktop-file-utils
+BuildRequires:  libpng-devel, xcftools
 
 %description
 Nazghul is an old-school RPG engine modeled after those made in the
@@ -67,6 +68,10 @@ cp %SOURCE1 .
 %configure
 make %{?_smp_mflags}
 
+# Want a 256x256 icon, so generate one from the existing .xcf file
+pushd icons
+xcf2png haxima.xcf > haxima.png
+
 
 %install
 make install DESTDIR=%{buildroot}
@@ -99,6 +104,9 @@ install -D -m 644 icons/haxima.png %{buildroot}/%{_datadir}/pixmaps/haxima.png
 
 
 %changelog
+* Sat Feb 21 2015 Jason L Tibbitts III <tibbs at math.uh.edu> - 0.7.1-11.20120228gitb0a402a
+- Generate a 256x256 icon from the included XCF to fix bug 1157591.
+
 * Sat Feb 21 2015 Jason L Tibbitts III <tibbs at math.uh.edu> - 0.7.1-10.20120228gitb0a402a
 - Fix build on ARM.
 


More information about the scm-commits mailing list