Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Feb 2015 03:22:11 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r379478 - head/games/openra
Message-ID:  <201502210322.t1L3MBsv068211@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Sat Feb 21 03:22:10 2015
New Revision: 379478
URL: https://svnweb.freebsd.org/changeset/ports/379478
QAT: https://qat.redports.org/buildarchive/r379478/

Log:
  Move icons under hicolor (fallback) theme
  
  Strip ending / (slash) when copying hicolor directory to avoid
  installing icons under a theme with empty name. This should unbreak
  expanding Icon in .desktop file by gtk_icon_theme_lookup_icon().
  
  While here, add missing / to WWW per Porter's Handbook.
  
  Note, the historic behavior of |cp -R foo/ bar| == |cp -R foo/. bar|
  was disabled by NetBSD and OpenBSD years ago to match POSIX. Other
  cp(1) implementations don't seem to be affected.

Modified:
  head/games/openra/Makefile
  head/games/openra/pkg-descr
  head/games/openra/pkg-plist

Modified: head/games/openra/Makefile
==============================================================================
--- head/games/openra/Makefile	Sat Feb 21 02:47:43 2015	(r379477)
+++ head/games/openra/Makefile	Sat Feb 21 03:22:10 2015	(r379478)
@@ -2,7 +2,7 @@
 
 PORTNAME=	openra
 PORTVERSION=	20141029
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	games
 
 MAINTAINER=	jbeich@FreeBSD.org
@@ -47,6 +47,7 @@ ZENITY_DESC=	Use native crash dialog
 
 post-patch:
 	${REINPLACE_CMD} -e 's/Linux/${OPSYS}/' \
+		-e '/CP_R/s,hicolor/,hicolor,' \
 		-e 's/crashdialog/gamemonitor/' \
 		-e '/^mods:/s/$$/ version/' \
 		-e '/^docs:/s/$$/ all/' \

Modified: head/games/openra/pkg-descr
==============================================================================
--- head/games/openra/pkg-descr	Sat Feb 21 02:47:43 2015	(r379477)
+++ head/games/openra/pkg-descr	Sat Feb 21 03:22:10 2015	(r379478)
@@ -4,4 +4,4 @@ of Command & Conquer: Red Alert, Command
 well as Dune 2000. These combine the classic gameplay of the originals
 with modern improvements such as unit veterancy and the fog of war.
 
-WWW: http://www.openra.net
+WWW: http://www.openra.net/

Modified: head/games/openra/pkg-plist
==============================================================================
--- head/games/openra/pkg-plist	Sat Feb 21 02:47:43 2015	(r379477)
+++ head/games/openra/pkg-plist	Sat Feb 21 03:22:10 2015	(r379478)
@@ -2,11 +2,11 @@ bin/openra
 bin/openra-editor
 share/applications/openra-editor.desktop
 share/applications/openra.desktop
-share/icons/128x128/apps/openra.png
-share/icons/16x16/apps/openra.png
-share/icons/32x32/apps/openra-editor.png
-share/icons/32x32/apps/openra.png
-share/icons/48x48/apps/openra-editor.png
-share/icons/48x48/apps/openra.png
-share/icons/64x64/apps/openra.png
-share/icons/scalable/apps/openra.svg
+share/icons/hicolor/128x128/apps/openra.png
+share/icons/hicolor/16x16/apps/openra.png
+share/icons/hicolor/32x32/apps/openra-editor.png
+share/icons/hicolor/32x32/apps/openra.png
+share/icons/hicolor/48x48/apps/openra-editor.png
+share/icons/hicolor/48x48/apps/openra.png
+share/icons/hicolor/64x64/apps/openra.png
+share/icons/hicolor/scalable/apps/openra.svg



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502210322.t1L3MBsv068211>