From debbugs-submit-bounces@debbugs.gnu.org Sat Jan 11 02:25:06 2025 Received: (at submit) by debbugs.gnu.org; 11 Jan 2025 07:25:06 +0000 Received: from localhost ([127.0.0.1]:41140 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tWVrl-0002sV-Q2 for submit@debbugs.gnu.org; Sat, 11 Jan 2025 02:25:06 -0500 Received: from lists.gnu.org ([2001:470:142::17]:58416) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tWVri-0002rq-UQ for submit@debbugs.gnu.org; Sat, 11 Jan 2025 02:25:03 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tWVrb-0005KQ-3v for guix-patches@gnu.org; Sat, 11 Jan 2025 02:24:55 -0500 Received: from qs51p00im-qukt01072701.me.com ([17.57.155.16]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tWVrZ-0000hF-7C for guix-patches@gnu.org; Sat, 11 Jan 2025 02:24:54 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=icloud.com; s=1a1hai; t=1736580288; bh=7IIJ27L2vVxcDqRHqILrdxFdISeu/Qo8kGBWQL+FnfE=; h=From:To:Subject:Date:Message-ID:MIME-Version:x-icloud-hme; b=AHaElyRnLnVill7j4bwBt8Pi4uM+xGLKTAKC6nrECTatchTuPzFnr6pG4nkL7b2lV BKv0TiBQMZRS1UsSGEFNUbcbZ4rBEIBeTh+yT8Mp+TTmcnAJ06LQOyq1x+heLEp6Pe ST3gLcXMyo3h4MV/0DWLntiptuqqBs3lDoNmLriC2oYaZrjSlDob4A1TtdrrUh0bOb DTEFihSjbxnmBiJoTz0viN4X7tuzb84PI9k/9jtNsBrMl1dhCFA0B87X1IC/vlkqho l5ui26owwmDfVDinUtb/ISw7zUTLQC7KHSK+ozGW5WzRrVm6Nvr8ljHwwUebJ2KDdi YkrYCAdRD/etA== Received: from wongworks.lan (qs51p00im-dlb-asmtp-mailmevip.me.com [17.57.155.28]) by qs51p00im-qukt01072701.me.com (Postfix) with ESMTPSA id 87FB315C00F2; Sat, 11 Jan 2025 07:24:47 +0000 (UTC) From: Andrew Wong To: guix-patches@gnu.org Subject: [PATCH] gnu: Add doom-runner. Date: Sat, 11 Jan 2025 02:24:40 -0500 Message-ID: X-Mailer: git-send-email 2.47.1 MIME-Version: 1.0 X-Debbugs-Cc: Adam Faiz , Liliana Marie Prikler , 宋文武 Content-Transfer-Encoding: 8bit X-Proofpoint-GUID: sKrq7NE4j2ruAuD2ooa29xPH5sROI8lY X-Proofpoint-ORIG-GUID: sKrq7NE4j2ruAuD2ooa29xPH5sROI8lY X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.272,Aquarius:18.0.1057,Hydra:6.0.680,FMLib:17.12.68.34 definitions=2025-01-11_03,2025-01-10_03,2024-11-22_01 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 adultscore=0 phishscore=0 bulkscore=0 malwarescore=0 mlxlogscore=989 mlxscore=0 clxscore=1015 suspectscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.19.0-2308100000 definitions=main-2501110062 X-Apple-Remote-Links: v=1;h=KCk=;charset=UTF-8 Received-SPF: pass client-ip=17.57.155.16; envelope-from=wongandj@icloud.com; helo=qs51p00im-qukt01072701.me.com X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_PDS_PRO_TLD=0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: submit Cc: Andrew Wong X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) * gnu/packages/games.scm (doom-runner): New variable. Change-Id: I986299789ab1c73b6a918226fdb33558355c0269 --- gnu/packages/games.scm | 52 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index fb8018e271..ac6b0d314f 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -1517,6 +1517,58 @@ (define-public deal license:gpl1+ ;ansidecl.h license:bsd-3)))) ;random.c +(define-public doom-runner + (package + (name "doom-runner") + (version "1.8.3") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/Youda008/DoomRunner") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0rpywq95zy9w0wj1262x4rf84c52wg1rgf0by549qph6fybn34rn")))) + (build-system qt-build-system) + (arguments + (list + #:tests? #f + #:phases + #~(modify-phases %standard-phases + (replace 'configure + (lambda _ + (substitute* "DoomRunner.pro" + (("/usr") + #$output)) + (invoke "qmake" "DoomRunner.pro" "-spec" "linux-g++" + "\"CONFIG+=release\""))) + (add-after 'install 'install-xdg + (lambda _ + (with-directory-excursion "Install/XDG" + (install-file "DoomRunner.desktop" + (string-append #$output + "/share/applications")) + (let ((install-icon + (lambda (size) + (install-file (simple-format + #f "DoomRunner.~sx~s.png" + size size) + (simple-format + #f "~a/share/icons/hicolor/~sx~s/apps" + #$output size size))))) + (for-each install-icon + '(16 24 32 48 64 128))))))))) + (home-page "https://github.com/Youda008/DoomRunner") + (synopsis "Launcher for Doom engine games") + (description + "Doom Runner is yet another launcher of common Doom source ports (like +GZDoom, Zandronum, PrBoom, ...) with graphical user interface. It is +written in C++ and Qt, and it is designed around the idea of presets +for various multi-file modifications to allow one-click switching +between them and minimize any repetitive work.") + (license license:gpl3))) + (define-public falltergeist (package (name "falltergeist") base-commit: f15ca836e4686496f675308655c370c95e9f52b7 -- 2.47.1 From debbugs-submit-bounces@debbugs.gnu.org Sun Jan 12 19:21:28 2025 Received: (at 75487-done) by debbugs.gnu.org; 13 Jan 2025 00:21:29 +0000 Received: from localhost ([127.0.0.1]:49530 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tX8Cu-00020n-H3 for submit@debbugs.gnu.org; Sun, 12 Jan 2025 19:21:28 -0500 Received: from mail.envs.net ([5.199.136.28]:59146) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tX8Cs-00020a-2R for 75487-done@debbugs.gnu.org; Sun, 12 Jan 2025 19:21:26 -0500 Received: from localhost (mail.envs.net [127.0.0.1]) by mail.envs.net (Postfix) with ESMTP id 37CA238A3E5A; Mon, 13 Jan 2025 00:21:25 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at mail.envs.net Received: from mail.envs.net ([127.0.0.1]) by localhost (mail.envs.net [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id vTuRU6qeuc5w; Mon, 13 Jan 2025 00:21:18 +0000 (UTC) Received: from localhost (unknown [112.44.106.6]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.envs.net (Postfix) with ESMTPSA; Mon, 13 Jan 2025 00:21:18 +0000 (UTC) Received: from localhost (localhost [local]) by localhost (OpenSMTPD) with ESMTPA id 811a97c0; Mon, 13 Jan 2025 00:24:41 +0000 (UTC) From: =?utf-8?B?5a6L5paH5q2m?= To: Andrew Wong Subject: Re: [bug#75487] [PATCH] gnu: Add doom-runner. In-Reply-To: (Andrew Wong's message of "Sat, 11 Jan 2025 02:24:40 -0500") References: Date: Mon, 13 Jan 2025 08:24:41 +0800 Message-ID: <87a5bvsgqe.fsf@envs.net> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 75487-done Cc: 75487-done@debbugs.gnu.org, Liliana Marie Prikler , Adam Faiz X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Andrew Wong writes: > * gnu/packages/games.scm (doom-runner): New variable. Pushed to master, thank you! It seems my email can't reach icloud though. From unknown Mon Aug 11 18:16:07 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 10 Feb 2025 12:24:14 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator