svn commit: r322638 - head/games/xsc
Bryan Drewery
bdrewery at FreeBSD.org
Wed Jul 10 10:53:38 UTC 2013
Author: bdrewery
Date: Wed Jul 10 10:53:37 2013
New Revision: 322638
URL: http://svnweb.freebsd.org/changeset/ports/322638
Log:
- Pass maintainership to submitter
- Add desktop entries
PR: ports/173882
Submitted by: nemysis <nemysis at gmx.ch>
Approved by: Danilo Egea <danilogondolfo at gmail.com> (maintainer via email)
Modified:
head/games/xsc/Makefile
head/games/xsc/distinfo
Modified: head/games/xsc/Makefile
==============================================================================
--- head/games/xsc/Makefile Wed Jul 10 10:33:08 2013 (r322637)
+++ head/games/xsc/Makefile Wed Jul 10 10:53:37 2013 (r322638)
@@ -3,14 +3,27 @@
PORTNAME= xsc
PORTVERSION= 1.6
+PORTREVISION= 1
CATEGORIES= games
-MASTER_SITES= http://www.panix.com/~mbh/xsc/
+MASTER_SITES= http://www.panix.com/~mbh/xsc/ \
+ SF/nemysisfreebsdp/:icons
+DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \
+ ${PORTNAME}.png:icons
+EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX}
MAINTAINER= danilogondolfo at gmail.com
-COMMENT= A vector graphics space shoot'em up game
+COMMENT= Vector graphics space shoot'em up game
USE_XORG= x11
GNU_CONFIGURE= yes
-PLIST_FILES= bin/xsc
+
+PLIST_FILES= bin/${PORTNAME} \
+ share/pixmaps/${PORTNAME}.png
+
+DESKTOP_ENTRIES="Xce" "${COMMENT}" ${PORTNAME} \
+ "${PORTNAME}" "Game;ArcadeGame;" false
+
+post-install:
+ ${INSTALL_DATA} ${_DISTDIR}/${PORTNAME}.png ${PREFIX}/share/pixmaps
.include <bsd.port.mk>
Modified: head/games/xsc/distinfo
==============================================================================
--- head/games/xsc/distinfo Wed Jul 10 10:33:08 2013 (r322637)
+++ head/games/xsc/distinfo Wed Jul 10 10:53:37 2013 (r322638)
@@ -1,2 +1,4 @@
SHA256 (xsc-1.6.tar.gz) = f271300c10423150562a290ed2a67910db804c7f11fbfd3e3f67016c039af8fa
SIZE (xsc-1.6.tar.gz) = 140106
+SHA256 (xsc.png) = 4ae93202eb1df542fa559a3d46f7f5e687e8816efad56cc6b32111a17cb26d2e
+SIZE (xsc.png) = 381
More information about the svn-ports-head
mailing list