Bug 181499 - [PATCH] emulators/dosbox: add icon
Summary: [PATCH] emulators/dosbox: add icon
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-24 04:50 UTC by Dmitry Marakasov
Modified: 2013-08-26 18:30 UTC (History)
1 user (show)

See Also:


Attachments
dosbox-0.74_5.patch (957 bytes, patch)
2013-08-24 04:50 UTC, Dmitry Marakasov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Marakasov 2013-08-24 04:50:00 UTC
Install an icon and use it in a desktop file

Port maintainer (knyght@gmail.com) is cc'd.

Generated with FreeBSD Port Tools 0.99_8 (mode: change, diff: SVN)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-08-24 04:50:12 UTC
Maintainer of emulators/dosbox,

Please note that PR ports/181499 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/181499

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-08-24 04:50:13 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Tom Carrick 2013-08-26 16:35:39 UTC
Please commit this patch. Thanks.
Comment 4 Dmitry Marakasov freebsd_committer freebsd_triage 2013-08-26 18:23:47 UTC
State Changed
From-To: feedback->open

Maintainer has approved.
Comment 5 Dmitry Marakasov freebsd_committer freebsd_triage 2013-08-26 18:24:04 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 6 dfilter service freebsd_committer freebsd_triage 2013-08-26 18:24:12 UTC
Author: amdmi3
Date: Mon Aug 26 17:23:59 2013
New Revision: 325405
URL: http://svnweb.freebsd.org/changeset/ports/325405

Log:
  - Install an icon and use it in a desktop file
  
  PR:		181499
  Submitted by:	myself
  Approved by:	Tom Carrick <knyght@gmail.com> (maintainer)

Modified:
  head/emulators/dosbox/Makefile

Modified: head/emulators/dosbox/Makefile
==============================================================================
--- head/emulators/dosbox/Makefile	Mon Aug 26 17:14:16 2013	(r325404)
+++ head/emulators/dosbox/Makefile	Mon Aug 26 17:23:59 2013	(r325405)
@@ -3,7 +3,7 @@
 
 PORTNAME=	dosbox
 PORTVERSION=	0.74
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	emulators
 MASTER_SITES=	SF
 
@@ -14,7 +14,7 @@ LIB_DEPENDS=	png15:${PORTSDIR}/graphics/
 
 GNU_CONFIGURE=	yes
 USE_SDL=	sdl net sound
-PLIST_FILES=	bin/dosbox
+PLIST_FILES=	bin/dosbox share/pixmaps/dosbox.ico
 PORTDOCS=	NEWS README
 
 MAN1=		dosbox.1
@@ -24,7 +24,7 @@ CPPFLAGS+=		-I${LOCALBASE}/include
 CONFIGURE_ARGS+=	--enable-core-inline
 
 DESKTOP_ENTRIES="DOSBox" "${COMMENT}" \
-		"" "dosbox" \
+		"${PREFIX}/share/pixmaps/dosbox.ico" "dosbox" \
 		"System;Emulator;" "true"
 
 OPTIONS_RADIO=	DEBUGGER
@@ -46,6 +46,7 @@ post-patch:
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/src/dosbox ${PREFIX}/bin/dosbox
+	${INSTALL_DATA} ${WRKSRC}/src/dosbox.ico ${PREFIX}/share/pixmaps/
 	${INSTALL_MAN} ${WRKSRC}/docs/dosbox.1 ${MAN1PREFIX}/man/man1/
 .if ${PORT_OPTIONS:MDOCS}
 	${MKDIR} ${DOCSDIR}
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"