Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 125013

Summary: Wesnoth 1.1.1 is out
Product: Gentoo Linux Reporter: Stephen Bridges <widget>
Component: [OLD] GamesAssignee: Gentoo Games <games>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: Lowest    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Stephen Bridges 2006-03-04 14:03:06 UTC
A patch is required in the icons directory of the source - otherwise copying the 1.0.2 ebuild works.  The build is marked by upstream as developmental, but it builds and plays for me (maybe hardmask if too new for unstable?)

Patch inline -

--- Makefile.am.old     2006-03-04 21:00:23.000000000 +0000
+++ Makefile.am 2006-03-04 20:53:42.000000000 +0000
@@ -4,19 +4,19 @@
 gnome1desktopdir = @GNOME1_DESKTOP@
 dist_gnome1desktop_DATA = wesnoth.desktop
 gnome1icondir = $(datadir)/icons
-gnome1icon_DATA = wesnoth-icon.png
+gnome1icon_DATA = ../images/wesnoth-icon.png
 endif

 if GNOME2
 gnome2desktopdir = $(datadir)/applications
 dist_gnome2desktop_DATA = wesnoth.desktop
 gnome2icondir = $(datadir)/icons
-gnome2icon_DATA = wesnoth-icon.png
+gnome2icon_DATA = ../images/wesnoth-icon.png
 endif

 if KDE
 kdedesktopdir = @KDE_DESKTOP@
 dist_kdedesktop_DATA = wesnoth.desktop
 kdeicondir = @KDE_ICON@
-kdeicon_DATA = wesnoth-icon.png
+kdeicon_DATA = ../images/wesnoth-icon.png
 endif
Comment 1 Mr. Bones. (RETIRED) gentoo-dev 2006-03-04 17:18:06 UTC

*** This bug has been marked as a duplicate of 122109 ***