From debbugs-submit-bounces@debbugs.gnu.org Mon May 18 17:12:44 2020 Received: (at submit) by debbugs.gnu.org; 18 May 2020 21:12:44 +0000 Received: from localhost ([127.0.0.1]:48424 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jan3l-00011H-1Q for submit@debbugs.gnu.org; Mon, 18 May 2020 17:12:44 -0400 Received: from lists.gnu.org ([209.51.188.17]:58464) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jan3X-00010y-UI for submit@debbugs.gnu.org; Mon, 18 May 2020 17:12:28 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:36592) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jan3X-0004zU-Pe for guix-patches@gnu.org; Mon, 18 May 2020 17:12:15 -0400 Received: from mout02.posteo.de ([185.67.36.66]:41709) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jan3T-0002jc-38 for guix-patches@gnu.org; Mon, 18 May 2020 17:12:15 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 8FDDB2400FC for ; Mon, 18 May 2020 23:12:05 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1589836325; bh=BOyyEOTv5BYxMz03Zcxn5+85FR9uVX4Yxrl2RAJAXHA=; h=From:To:Cc:Subject:Date:From; b=TBIuw0l5evqgqzaMCrjN1Dw8eVnH1SOi8fevToUkOk3qYa8XqrmdgmrSjPD1LH8WV 5vdhnig7THf/Ild2QCrxGBtEEt2hSvURRzFvzQ9TiHueUAWLvMexWbzJFXfjxx7Fpz cfzQB6LPnQHopy3L0QOddqkRoojptWRnbB5SivYwtwWbF1/SiKGZr+s4VQaNVaApkB oxqtVjIFKrkanuONgvQwyZHMSSMOzC7eaqgHA+vT3GWu5q8Sd5QzllK1tbLfQFL6u5 9GXWfs7AIQ8F1AiSluMWBX8YDtch/216S9c/mMpvUqJ5paqQRMa6VAC+BfenkuKsm7 RWJc80cTkXbsw== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 49QsCR4xKWz6tmk; Mon, 18 May 2020 23:12:03 +0200 (CEST) From: Vinicius Monego To: guix-patches@gnu.org Subject: [PATCH] gnu: add glabels Date: Mon, 18 May 2020 18:11:44 -0300 Message-Id: <20200518211144.64526-1-monego@posteo.net> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=185.67.36.66; envelope-from=monego@posteo.net; helo=mout02.posteo.de X-detected-operating-system: by eggs.gnu.org: First seen = 2020/05/18 17:12:06 X-ACL-Warn: Detected OS = Linux 3.11 and newer X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 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, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=_AUTOLEARN X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: Vinicius Monego 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 (-) --- gnu/packages/gnome.scm | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index d5a2032ccf..2f258089be 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -50,6 +50,7 @@ ;;; Copyright © 2020 raingloom ;;; Copyright © 2020 Nicolas Goaziou ;;; Copyright © 2020 Naga Malleswari +;;; Copyright © 2020 Vinicius Monego ;;; ;;; This file is part of GNU Guix. ;;; @@ -10216,3 +10217,34 @@ communicating using the GVariant serialization format instead of JSON when both peers support it. You might want that when communicating on a single host to avoid parser overhead and memory-allocator fragmentation.") (license license:lgpl2.1+))) + +(define-public glabels + (package + (name "glabels") + (version "3.4.1") + (source (origin + (method url-fetch) + (uri (string-append "mirror://gnome/sources/" name "/" + (version-major+minor version) "/" + name "-" version ".tar.xz")) + (sha256 + (base32 + "0f2rki8i27pkd9r0gz03cdl1g4vnmvp0j49nhxqn275vi8lmgr0q")))) + (build-system glib-or-gtk-build-system) + (native-inputs + `(("pkg-config" ,pkg-config) + ("glib:bin" ,glib "bin") + ("gettext" ,gettext-minimal) + ("intltool" ,intltool) + ("itstool" ,itstool))) + (inputs + `(("gtk+" ,gtk+) + ("librsvg" ,librsvg) + ("libxml2" ,libxml2))) + (home-page "http://glabels.org/") + (synopsis "Program for creating labels and business cards.") + (description + "gLabels is a program for creating labels and business cards. It is +designed to work with various laser/ink-jet peel-off label and business +card sheets that you’ll find at most office supply stores.") + (license license:gpl3+))) -- 2.20.1 From debbugs-submit-bounces@debbugs.gnu.org Wed May 20 14:07:38 2020 Received: (at 41380) by debbugs.gnu.org; 20 May 2020 18:07:38 +0000 Received: from localhost ([127.0.0.1]:54222 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jbT7y-0004U2-Dz for submit@debbugs.gnu.org; Wed, 20 May 2020 14:07:38 -0400 Received: from relay12.mail.gandi.net ([217.70.178.232]:35385) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jbT7w-0004To-3c for 41380@debbugs.gnu.org; Wed, 20 May 2020 14:07:37 -0400 Received: from localhost (40-67.ipv4.commingeshautdebit.fr [185.131.40.67]) (Authenticated sender: admin@nicolasgoaziou.fr) by relay12.mail.gandi.net (Postfix) with ESMTPSA id 48F5C200004; Wed, 20 May 2020 18:07:29 +0000 (UTC) From: Nicolas Goaziou To: Vinicius Monego Subject: Re: [bug#41380] [PATCH] gnu: add glabels References: <20200518211144.64526-1-monego@posteo.net> Date: Wed, 20 May 2020 20:07:26 +0200 In-Reply-To: <20200518211144.64526-1-monego@posteo.net> (Vinicius Monego's message of "Mon, 18 May 2020 18:11:44 -0300") Message-ID: <87zha2fpk1.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 41380 Cc: 41380@debbugs.gnu.org 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.7 (-) Hello, Vinicius Monego writes: > --- > gnu/packages/gnome.scm | 32 ++++++++++++++++++++++++++++++++ > 1 file changed, 32 insertions(+) > Thank you! Could you use "git format-patch" and provide a commit message in line with what we usually do for new packages? You may want to check the commits in the repository to get an idea. > +(define-public glabels > + (package > + (name "glabels") > + (version "3.4.1") > + (source (origin Nitpick: Could you move "(origin" on the next line? > + (method url-fetch) > + (uri (string-append "mirror://gnome/sources/" name "/" > + (version-major+minor version) "/" > + name "-" version ".tar.xz")) Could you replace "name" with "glabels"? We do not hard-code names anymore in package definitions. > + (sha256 > + (base32 > + "0f2rki8i27pkd9r0gz03cdl1g4vnmvp0j49nhxqn275vi8lmgr0q")))) Nitpick: Could you put the string on the same line as `base32'? > + (build-system glib-or-gtk-build-system) > + (native-inputs > + `(("pkg-config" ,pkg-config) > + ("glib:bin" ,glib "bin") > + ("gettext" ,gettext-minimal) > + ("intltool" ,intltool) > + ("itstool" ,itstool))) Could you re-order alphabetically the native inputs? > + (inputs > + `(("gtk+" ,gtk+) > + ("librsvg" ,librsvg) > + ("libxml2" ,libxml2))) > + (home-page "http://glabels.org/") The home-page should be using https > + (synopsis "Program for creating labels and business cards.") Synopsis shouldn't end with a full stop. You may want to lint your package definition with "guix lint". > + (description > + "gLabels is a program for creating labels and business cards. It is > +designed to work with various laser/ink-jet peel-off label and business > +card sheets that you=E2=80=99ll find at most office supply stores.") > + (license license:gpl3+))) Could you send an updated patch? Regards, --=20 Nicolas Goaziou From debbugs-submit-bounces@debbugs.gnu.org Wed Jun 03 11:52:34 2020 Received: (at control) by debbugs.gnu.org; 3 Jun 2020 15:52:34 +0000 Received: from localhost ([127.0.0.1]:44422 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jgVgw-0001Cw-5s for submit@debbugs.gnu.org; Wed, 03 Jun 2020 11:52:34 -0400 Received: from eggs.gnu.org ([209.51.188.92]:58428) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jgVgv-0001Cg-Gg for control@debbugs.gnu.org; Wed, 03 Jun 2020 11:52:33 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:43765) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jgVgq-0006LI-7M for control@debbugs.gnu.org; Wed, 03 Jun 2020 11:52:28 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=41710 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jgVgp-0003DL-Rn for control@debbugs.gnu.org; Wed, 03 Jun 2020 11:52:28 -0400 Date: Wed, 03 Jun 2020 17:52:26 +0200 Message-Id: <87img8kuyt.fsf@gnu.org> To: control@debbugs.gnu.org From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: control message for bug #41380 MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: control 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: -3.3 (---) tags 41380 fixed close 41380 quit From unknown Sat Jun 21 10:44:13 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 02 Jul 2020 11:24:06 +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