From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 11 09:56:20 2023 Received: (at 59093) by debbugs.gnu.org; 11 Jan 2023 14:56:21 +0000 Received: from localhost ([127.0.0.1]:43551 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pFcWa-0005tE-Ib for submit@debbugs.gnu.org; Wed, 11 Jan 2023 09:56:20 -0500 Received: from mail-wm1-f42.google.com ([209.85.128.42]:54141) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pFcWZ-0005t1-5X for 59093@debbugs.gnu.org; Wed, 11 Jan 2023 09:56:19 -0500 Received: by mail-wm1-f42.google.com with SMTP id ja17so11283418wmb.3 for <59093@debbugs.gnu.org>; Wed, 11 Jan 2023 06:56:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=z6dNgfUtBAEXy3pKvlHbOLuG2G0ibTxzhqnKvneV9Yc=; b=LAUCzscwdu5e3uEQmHhUP5DTrTBnsuXKAYBJx38XcZkWAq4zYM7kvyo1b22IGqB0hN 428N5k6c5qL3uacM6bksapCrYJYJkyKue1qGNTyHdM7jUW25qe7tAqICTT9jFkfIlKoA yLXwTvtGsZTEqHrkH3rMmE1M4dDypsXcl6fFVhdzVDZz8A6Dmt+q12n0x8rwN+NlyVMv jCQUfXUgQ2sjZ12nY182GB1e1PS8OwCAhNg7ZD0zNj+tM4wngbscnGl91Tcu33j0iiQo 7mZ7ZfvkIAc+4AlulKms8jlgrzkiK3q6uwb2XI0iTxGb5XcgvEszGfDb0//krtq9OtPR Ppyw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=z6dNgfUtBAEXy3pKvlHbOLuG2G0ibTxzhqnKvneV9Yc=; b=6IvYwg7OZOhGU02VjD/ol19Fz2d7mAeUxlp5S2/2y8JYPg8e7DPVX5/vKiFOZ4jgk5 MHb60rbhh8tSDyTIkvcCfTGj2SeWFmQQcDcby7ZueBtwANtO2ik8VrnJX1TMpTImRqTG DAma/7ui69HmJG7iqtNPrpr2HuDCrsCRA3YGwT5rxGzUxFrlYlcQFjZtGuGGw1sd3EjM uSkikZjVpVfV/sKBL4DprrFtmnjPXOt63968ge8dEOfTQiMYQdcdaPf8urSNJI1P7Yjd QRn2X8JWMZ8qyMM46q9O4L9cdEPeOs/N4YE5g6L3ErL7P4F22L5NGOhmtpBVZimHx8Gu K6zA== X-Gm-Message-State: AFqh2kqQlzE/8Fhpg2HHYdi86mCW1mrhunf7Zja+aZ/jEs/g7bZUBKkU y/STZxe73jsIJ4GnoXMmiXoFmtKlgvw= X-Google-Smtp-Source: AMrXdXskQIVnLN5UL2pRfFHJiuEH6LLNMt1j9X1nIpXff2ZuNcjmQGvMrKN6uOOadAwYZ7LniWRMog== X-Received: by 2002:a05:600c:1d11:b0:3c6:e61e:b011 with SMTP id l17-20020a05600c1d1100b003c6e61eb011mr15289332wms.2.1673448973350; Wed, 11 Jan 2023 06:56:13 -0800 (PST) Received: from localhost.localdomain ([193.48.40.241]) by smtp.gmail.com with ESMTPSA id e18-20020a05600c4e5200b003d9876aa04asm22219364wmq.41.2023.01.11.06.56.12 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 11 Jan 2023 06:56:12 -0800 (PST) From: Simon Tournier To: 59093@debbugs.gnu.org Subject: [PATCH v2 2/2] gnu: Add xnedit Date: Wed, 11 Jan 2023 15:56:04 +0100 Message-Id: <20230111145604.2643141-2-zimon.toutoune@gmail.com> X-Mailer: git-send-email 2.38.1 In-Reply-To: <20230111145604.2643141-1-zimon.toutoune@gmail.com> References: <20230111145604.2643141-1-zimon.toutoune@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 59093 Cc: Andy Tai 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 (-) From: Andy Tai * gnu/packages/text-editors.scm (xnedit): New variable --- gnu/packages/text-editors.scm | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm index 9dd5d7793f..3898ab1eb7 100644 --- a/gnu/packages/text-editors.scm +++ b/gnu/packages/text-editors.scm @@ -21,6 +21,7 @@ ;;; Copyright © 2022 Foo Chuan Wei ;;; Copyright © 2022 zamfofex ;;; Copyright © 2022 jgart +;;; Copyright © 2022 Andy Tai ;;; ;;; This file is part of GNU Guix. ;;; @@ -75,6 +76,7 @@ (define-module (gnu packages text-editors) #:use-module (gnu packages hunspell) #:use-module (gnu packages icu4c) #:use-module (gnu packages image) + #:use-module (gnu packages lesstif) #:use-module (gnu packages libbsd) #:use-module (gnu packages llvm) #:use-module (gnu packages lua) @@ -1391,3 +1393,35 @@ (define-public lite-xl The aim of Lite XL compared to lite is to be more user-friendly, improve the quality of font rendering, and reduce CPU usage.") (license license:expat))) + +(define-public xnedit + (package + (name "xnedit") + (version "1.4.1") + (source (origin + (method url-fetch) + (uri (string-append "mirror://sourceforge/xnedit/" name "-" + version ".tar.gz")) + (sha256 + (base32 + "0fw3li7hr47hckm9pl1njx30lfr6cx2p094ir8zmgr91hyxidgld")))) + + (build-system gnu-build-system) + (arguments + (list + #:make-flags #~(list (string-append "PREFIX=" #$output) + (string-append "CC=" #$(cc-for-target))) + #:tests? #f ;no tests + #:phases #~(modify-phases %standard-phases + (delete 'configure) + (replace 'build + (lambda* (#:key make-flags #:allow-other-keys) + (apply invoke "make" "linux" make-flags)))))) + (inputs (list motif pcre)) + (native-inputs (list pkg-config)) + (home-page "https://sourceforge.net/projects/xnedit/") + (synopsis "Fast and classic X11 text editor") + (description + "XNEdit is a fast and classic X11 text editor, based on NEdit, +with full unicode support and antialiased text rendering.") + (license license:gpl2+))) -- 2.38.1