Received: by mail.netbsd.org (Postfix, from userid 605) id 2BAE484E2C; Sat, 21 Dec 2019 20:46:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A980684CFD for ; Sat, 21 Dec 2019 20:46:27 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id mj6_C4MjLpKg for ; Sat, 21 Dec 2019 20:46:27 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 4117B84C81 for ; Sat, 21 Dec 2019 20:46:27 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3B36BFA97; Sat, 21 Dec 2019 20:46:27 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1576961187201140" MIME-Version: 1.0 Date: Sat, 21 Dec 2019 20:46:27 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/games/asc/files To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20191221204627.3B36BFA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1576961187201140 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Sat Dec 21 20:46:27 UTC 2019 Added Files: pkgsrc/games/asc/files: asc.desktop Log Message: asc: Add missing file To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/games/asc/files/asc.desktop Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1576961187201140 Content-Disposition: inline Content-Length: 569 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/games/asc/files/asc.desktop diff -u /dev/null pkgsrc/games/asc/files/asc.desktop:1.1 --- /dev/null Sat Dec 21 20:46:27 2019 +++ pkgsrc/games/asc/files/asc.desktop Sat Dec 21 20:46:27 2019 @@ -0,0 +1,11 @@ +[Desktop Entry] +Name=Advanced Strategic Command +GenericName=Strategy Game +Comment=Defend your Command +Comment[de]=Verteidige deinen Kommandobereich +Type=Application +Exec=asc +Icon=asc +Terminal=false +Categories=Game;StrategyGame; +Keywords=strategy;battle;isle;turn-based;hexagon;tiles;multiplayer;singleplayer;AI;maps;editor; --_----------=_1576961187201140--