From unknown Mon Jun 23 18:34:13 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#41430] [PATCH v2] gnu: Add glabels. Resent-From: Vinicius Monego Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 21 May 2020 03:04:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 41430 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 41430@debbugs.gnu.org Cc: Vinicius Monego X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.159003018329743 (code B ref -1); Thu, 21 May 2020 03:04:01 +0000 Received: (at submit) by debbugs.gnu.org; 21 May 2020 03:03:03 +0000 Received: from localhost ([127.0.0.1]:54877 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jbbU7-0007je-D0 for submit@debbugs.gnu.org; Wed, 20 May 2020 23:03:03 -0400 Received: from lists.gnu.org ([209.51.188.17]:47118) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jbbU5-0007jM-OI for submit@debbugs.gnu.org; Wed, 20 May 2020 23:03:01 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:49438) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jbbU5-00066l-HH for guix-patches@gnu.org; Wed, 20 May 2020 23:03:01 -0400 Received: from mout02.posteo.de ([185.67.36.66]:59105) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jbbU3-0003FT-Id for guix-patches@gnu.org; Wed, 20 May 2020 23:03:01 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 442972400FB for ; Thu, 21 May 2020 05:02:52 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1590030172; bh=EqQDiyhI7BGe43uy4gif3au+TFYBi9ysrE2fPKIbV+I=; h=From:To:Cc:Subject:Date:From; b=HlSJN/oYWeZpb9aPY+62T8NI2K2VA20gY3r7wmR6bKq0vNOL045991XgRKsxmYnKV LjNzUNR+ZlknXa3eQ5xPXnEMzZUazDe8OpOz7gFQgNLHtVx5oE3acKEkUsoIy/hCqr 7ETYNIYZd9lMXDrU/IC/L4LvahKjhteCn5ueKBlb+/0TmvZPSbKQjAj83Y0l/C0ypL y/WBVPUcSNkPtfeX37GR/e7ejDkugvFUQzrEKczNMisE0KXAjyE+evpxZuUKw/NRnf BZDfs9u07R9h4wljn/UOMqoiKcw2tj24WMLtHn5sbQWh6+bjWnT5A5C3r+qFWlZbui ZTl0h2MsZiMqg== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 49SDvG2VVFz6tmS; Thu, 21 May 2020 05:02:49 +0200 (CEST) From: Vinicius Monego Date: Thu, 21 May 2020 00:02:11 -0300 Message-Id: <20200521030211.11696-1-monego@posteo.net> X-Mailer: git-send-email 2.20.1 In-Reply-To: <87zha2fpk1.fsf@nicolasgoaziou.fr> References: <87zha2fpk1.fsf@nicolasgoaziou.fr> 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/20 23:02:52 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-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: -2.3 (--) * gnu/packages/gnome.scm (glabels): New variable. --- gnu/packages/gnome.scm | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index d5a2032ccf..f7e4a4f348 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) "/" + "glabels-" version ".tar.xz")) + (sha256 + (base32 "0f2rki8i27pkd9r0gz03cdl1g4vnmvp0j49nhxqn275vi8lmgr0q")))) + (build-system glib-or-gtk-build-system) + (native-inputs + `(("gettext" ,gettext-minimal) + ("glib:bin" ,glib "bin") + ("intltool" ,intltool) + ("itstool" ,itstool) + ("pkg-config" ,pkg-config))) + (inputs + `(("gtk+" ,gtk+) + ("librsvg" ,librsvg) + ("libxml2" ,libxml2))) + (home-page "https://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 unknown Mon Jun 23 18:34:13 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Vinicius Monego Subject: bug#41430: closed (Re: [bug#41430] [PATCH v2] gnu: Add glabels.) Message-ID: References: <878shkdlcg.fsf@nicolasgoaziou.fr> <20200521030211.11696-1-monego@posteo.net> X-Gnu-PR-Message: they-closed 41430 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 41430@debbugs.gnu.org Date: Fri, 22 May 2020 15:47:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1590162422-28082-1" This is a multi-part message in MIME format... ------------=_1590162422-28082-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #41430: [PATCH v2] gnu: Add glabels. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 41430@debbugs.gnu.org. --=20 41430: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D41430 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1590162422-28082-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 41430-done) by debbugs.gnu.org; 22 May 2020 15:46:06 +0000 Received: from localhost ([127.0.0.1]:60068 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jc9s3-0006XX-7R for submit@debbugs.gnu.org; Fri, 22 May 2020 11:46:06 -0400 Received: from relay6-d.mail.gandi.net ([217.70.183.198]:58425) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jc9s1-0006QJ-9k for 41430-done@debbugs.gnu.org; Fri, 22 May 2020 11:46:02 -0400 X-Originating-IP: 185.131.40.67 Received: from localhost (40-67.ipv4.commingeshautdebit.fr [185.131.40.67]) (Authenticated sender: admin@nicolasgoaziou.fr) by relay6-d.mail.gandi.net (Postfix) with ESMTPSA id 292BFC000F; Fri, 22 May 2020 15:45:53 +0000 (UTC) From: Nicolas Goaziou To: Vinicius Monego Subject: Re: [bug#41430] [PATCH v2] gnu: Add glabels. References: <87zha2fpk1.fsf@nicolasgoaziou.fr> <20200521030211.11696-1-monego@posteo.net> Date: Fri, 22 May 2020 17:45:51 +0200 In-Reply-To: <20200521030211.11696-1-monego@posteo.net> (Vinicius Monego's message of "Thu, 21 May 2020 00:02:11 -0300") Message-ID: <878shkdlcg.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 41430-done Cc: 41430-done@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 (glabels): New variable. Applied. Thank you! Regards, -- Nicolas Goaziou ------------=_1590162422-28082-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 21 May 2020 03:03:03 +0000 Received: from localhost ([127.0.0.1]:54877 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jbbU7-0007je-D0 for submit@debbugs.gnu.org; Wed, 20 May 2020 23:03:03 -0400 Received: from lists.gnu.org ([209.51.188.17]:47118) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jbbU5-0007jM-OI for submit@debbugs.gnu.org; Wed, 20 May 2020 23:03:01 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:49438) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jbbU5-00066l-HH for guix-patches@gnu.org; Wed, 20 May 2020 23:03:01 -0400 Received: from mout02.posteo.de ([185.67.36.66]:59105) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jbbU3-0003FT-Id for guix-patches@gnu.org; Wed, 20 May 2020 23:03:01 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 442972400FB for ; Thu, 21 May 2020 05:02:52 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1590030172; bh=EqQDiyhI7BGe43uy4gif3au+TFYBi9ysrE2fPKIbV+I=; h=From:To:Cc:Subject:Date:From; b=HlSJN/oYWeZpb9aPY+62T8NI2K2VA20gY3r7wmR6bKq0vNOL045991XgRKsxmYnKV LjNzUNR+ZlknXa3eQ5xPXnEMzZUazDe8OpOz7gFQgNLHtVx5oE3acKEkUsoIy/hCqr 7ETYNIYZd9lMXDrU/IC/L4LvahKjhteCn5ueKBlb+/0TmvZPSbKQjAj83Y0l/C0ypL y/WBVPUcSNkPtfeX37GR/e7ejDkugvFUQzrEKczNMisE0KXAjyE+evpxZuUKw/NRnf BZDfs9u07R9h4wljn/UOMqoiKcw2tj24WMLtHn5sbQWh6+bjWnT5A5C3r+qFWlZbui ZTl0h2MsZiMqg== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 49SDvG2VVFz6tmS; Thu, 21 May 2020 05:02:49 +0200 (CEST) From: Vinicius Monego To: guix-patches@gnu.org Subject: [PATCH v2] gnu: Add glabels. Date: Thu, 21 May 2020 00:02:11 -0300 Message-Id: <20200521030211.11696-1-monego@posteo.net> X-Mailer: git-send-email 2.20.1 In-Reply-To: <87zha2fpk1.fsf@nicolasgoaziou.fr> References: <87zha2fpk1.fsf@nicolasgoaziou.fr> 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/20 23:02:52 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: -2.3 (--) * gnu/packages/gnome.scm (glabels): New variable. --- gnu/packages/gnome.scm | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index d5a2032ccf..f7e4a4f348 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) "/" + "glabels-" version ".tar.xz")) + (sha256 + (base32 "0f2rki8i27pkd9r0gz03cdl1g4vnmvp0j49nhxqn275vi8lmgr0q")))) + (build-system glib-or-gtk-build-system) + (native-inputs + `(("gettext" ,gettext-minimal) + ("glib:bin" ,glib "bin") + ("intltool" ,intltool) + ("itstool" ,itstool) + ("pkg-config" ,pkg-config))) + (inputs + `(("gtk+" ,gtk+) + ("librsvg" ,librsvg) + ("libxml2" ,libxml2))) + (home-page "https://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 ------------=_1590162422-28082-1--