From debbugs-submit-bounces@debbugs.gnu.org Thu Nov 07 01:28:30 2019 Received: (at submit) by debbugs.gnu.org; 7 Nov 2019 06:28:30 +0000 Received: from localhost ([127.0.0.1]:41590 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iSbHR-0003yG-Sv for submit@debbugs.gnu.org; Thu, 07 Nov 2019 01:28:30 -0500 Received: from lists.gnu.org ([209.51.188.17]:56420) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iSat3-0003ED-4i for submit@debbugs.gnu.org; Thu, 07 Nov 2019 01:03:17 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:33971) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iSat1-0007Xw-Lg for guix-patches@gnu.org; Thu, 07 Nov 2019 01:03:16 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_MED, URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iSasz-00070Z-IO for guix-patches@gnu.org; Thu, 07 Nov 2019 01:03:14 -0500 Received: from mout01.posteo.de ([185.67.36.141]:49790) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iSasz-0005Qy-8Y for guix-patches@gnu.org; Thu, 07 Nov 2019 01:03:13 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id A32DB16005D for ; Thu, 7 Nov 2019 07:02:07 +0100 (CET) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 477t8Z3QHlz6tm8 for ; Thu, 7 Nov 2019 07:02:06 +0100 (CET) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Date: Thu, 07 Nov 2019 07:02:06 +0100 From: Alexandros Theodotou To: guix-patches@gnu.org Subject: [PATCH] gnu: Add matcha-theme. Message-ID: <2838c4cd8a7085b3b42229c73fb5689e@posteo.net> X-Sender: alex@zrythm.org User-Agent: Posteo Webmail X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 185.67.36.141 X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Thu, 07 Nov 2019 01:28:28 -0500 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 (--) From c3dcea272a6600263cc806b64331b3d68d881b9c Mon Sep 17 00:00:00 2001 From: Alexandros Theodotou Date: Thu, 7 Nov 2019 05:37:42 +0000 Subject: [PATCH] gnu: Add matcha-theme. * gnu/packages/matcha-theme.scm (matcha-theme): New variable. --- gnu/packages/matcha-theme.scm | 76 +++++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 gnu/packages/matcha-theme.scm diff --git a/gnu/packages/matcha-theme.scm=20 b/gnu/packages/matcha-theme.scm new file mode 100644 index 0000000000..1eaf1659a7 --- /dev/null +++ b/gnu/packages/matcha-theme.scm @@ -0,0 +1,76 @@ +;;; GNU Guix --- Functional package management for GNU +;;; Copyright =C2=A9 2019 Alexandros Theodotou +;;; +;;; This file is part of GNU Guix. +;;; +;;; GNU Guix is free software; you can redistribute it and/or modify it +;;; under the terms of the GNU General Public License as published by +;;; the Free Software Foundation; either version 3 of the License, or=20 (at +;;; your option) any later version. +;;; +;;; GNU Guix is distributed in the hope that it will be useful, but +;;; WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;;; GNU General Public License for more details. +;;; +;;; You should have received a copy of the GNU General Public License +;;; along with GNU Guix. If not, see . +(define-module (matcha-theme) + #:use-module (guix licenses) + #:use-module (guix packages) + #:use-module (guix download) + #:use-module (guix build-system trivial) + #:use-module (gnu packages base) + #:use-module (gnu packages bash) + #:use-module (gnu packages compression)) + +(define-public matcha-theme + (package + (name "matcha-theme") + (version "2019-11-02") + (source (origin + (method url-fetch) + (uri (string-append=20 "https://github.com/vinceliuice/matcha/archive/" version + ".tar.gz")) + (sha256 + (base32 + =20 "0vv16lxrfin187rbn844hfkrg3368in1wmmnygsnag8k2pzhw1a4")))) + (build-system trivial-build-system) + (outputs '("out")) + (arguments + '(#:modules ((guix build utils)) + #:builder + (begin + (use-modules (guix build utils)) + (let* ((out (assoc-ref %outputs "out")) + (source (assoc-ref %build-inputs "source")) + (tar (assoc-ref %build-inputs "tar")) + (bash (assoc-ref %build-inputs "bash")) + (gzip (assoc-ref %build-inputs "gzip")) + (coreutils (assoc-ref %build-inputs "coreutils")) + (themesdir (string-append out "/share/themes"))) + ;; set PATH so we can use tar and the install script can find=20 coreutils + (setenv "PATH" (string-append tar "/bin:" + (string-append gzip "/bin:") + (string-append coreutils=20 "/bin:"))) + ;; untar + (invoke "tar" "xf" source) + (chdir "matcha-2019-11-02") + ;; replace shebang + (substitute* "Install" (("/bin/bash") (string-append bash=20 "/bin/bash"))) + ;; install + (mkdir-p themesdir) + (invoke (string-append bash "/bin/bash") "-c" + (string-append "./Install -d " themesdir)))))) + (native-inputs + `(("tar", tar) + ("bash", bash) + ("coreutils", coreutils) + ("gzip", gzip))) + (synopsis "Flat design theme for GTK 3, GTK 2 and GNOME-Shell") + (description + "Matcha is a flat Design theme for GTK 3, GTK 2 and Gnome-Shell +which supports GTK 3 and GTK 2 based desktop environments +like Gnome, Unity, Budgie, Pantheon, XFCE, Mate and others.") + (home-page "https://github.com/vinceliuice/matcha") + (license gpl3))) --=20 2.24.0 From debbugs-submit-bounces@debbugs.gnu.org Thu Nov 07 11:48:39 2019 Received: (at 38095) by debbugs.gnu.org; 7 Nov 2019 16:48:39 +0000 Received: from localhost ([127.0.0.1]:43797 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iSkxZ-0000VS-UC for submit@debbugs.gnu.org; Thu, 07 Nov 2019 11:48:39 -0500 Received: from mout01.posteo.de ([185.67.36.141]:52937) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iSjyo-0007EF-HH for 38095@debbugs.gnu.org; Thu, 07 Nov 2019 10:45:51 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id DECA416005E for <38095@debbugs.gnu.org>; Thu, 7 Nov 2019 16:45:43 +0100 (CET) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 47875y6Ff3z6tm8 for <38095@debbugs.gnu.org>; Thu, 7 Nov 2019 16:45:42 +0100 (CET) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Date: Thu, 07 Nov 2019 16:45:42 +0100 From: Alexandros Theodotou To: 38095@debbugs.gnu.org Subject: Re: [PATCH] gnu: Add matcha-theme. In-Reply-To: <2838c4cd8a7085b3b42229c73fb5689e@posteo.net> References: <2838c4cd8a7085b3b42229c73fb5689e@posteo.net> Message-ID: <3f860943566a5c5c59f97b17d6ecf150@posteo.net> X-Sender: alex@zrythm.org User-Agent: Posteo Webmail X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 38095 X-Mailman-Approved-At: Thu, 07 Nov 2019 11:48:35 -0500 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 (---) Moved to gnu/gnome and added missing dependency From 2bfdba6c3edb19b52963b288adf0876bfb0faa12 Mon Sep 17 00:00:00 2001 From: Alexandros Theodotou Date: Thu, 7 Nov 2019 05:37:42 +0000 Subject: [PATCH] gnu: Add matcha-theme. * gnu/packages/matcha-theme.scm (matcha-theme): New variable. --- gnu/packages/gnome.scm | 49 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index cd881b5b87..249a6802f0 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -7105,6 +7105,55 @@ dark elements. It supports GNOME, Unity, Xfce,=20 and Openbox.") (home-page "https://numixproject.github.io") (license license:gpl3+))) +(define-public matcha-theme + (package + (name "matcha-theme") + (version "2019-11-02") + (source (origin + (method url-fetch) + (uri (string-append=20 "https://github.com/vinceliuice/matcha/archive/" version + ".tar.gz")) + (sha256 + (base32 + =20 "0vv16lxrfin187rbn844hfkrg3368in1wmmnygsnag8k2pzhw1a4")))) + (build-system trivial-build-system) + (outputs '("out")) + (arguments + '(#:modules ((guix build utils)) + #:builder + (begin + (use-modules (guix build utils)) + (let* ((out (assoc-ref %outputs "out")) + (source (assoc-ref %build-inputs "source")) + (tar (assoc-ref %build-inputs "tar")) + (bash (assoc-ref %build-inputs "bash")) + (gzip (assoc-ref %build-inputs "gzip")) + (coreutils (assoc-ref %build-inputs "coreutils")) + (themesdir (string-append out "/share/themes"))) + (setenv "PATH" (string-append tar "/bin:" + (string-append gzip "/bin:") + (string-append coreutils=20 "/bin:"))) + (invoke "tar" "xf" source) + (chdir "matcha-2019-11-02") + (substitute* "Install" (("/bin/bash") (string-append bash=20 "/bin/bash"))) + (mkdir-p themesdir) + (invoke (string-append bash "/bin/bash") "-c" + (string-append "./Install -d " themesdir)))))) + (inputs + `(("gtk-engines", gtk-engines))) + (native-inputs + `(("tar", tar) + ("bash", bash) + ("coreutils", coreutils) + ("gzip", gzip))) + (synopsis "Flat design theme for GTK 3, GTK 2 and GNOME-Shell") + (description + "Matcha is a flat Design theme for GTK 3, GTK 2 and Gnome-Shell +which supports GTK 3 and GTK 2 based desktop environments +like Gnome, Unity, Budgie, Pantheon, XFCE, Mate and others.") + (home-page "https://github.com/vinceliuice/matcha") + (license license:gpl3))) + (define-public arc-theme (package (name "arc-theme") --=20 2.24.0 On 07.11.2019 07:02, Alexandros Theodotou wrote: > From c3dcea272a6600263cc806b64331b3d68d881b9c Mon Sep 17 00:00:00 2001 > From: Alexandros Theodotou > Date: Thu, 7 Nov 2019 05:37:42 +0000 > Subject: [PATCH] gnu: Add matcha-theme. >=20 > * gnu/packages/matcha-theme.scm (matcha-theme): New variable. > --- > gnu/packages/matcha-theme.scm | 76 +++++++++++++++++++++++++++++++++++ > 1 file changed, 76 insertions(+) > create mode 100644 gnu/packages/matcha-theme.scm >=20 > diff --git a/gnu/packages/matcha-theme.scm=20 > b/gnu/packages/matcha-theme.scm > new file mode 100644 > index 0000000000..1eaf1659a7 > --- /dev/null > +++ b/gnu/packages/matcha-theme.scm > @@ -0,0 +1,76 @@ > +;;; GNU Guix --- Functional package management for GNU > +;;; Copyright =C2=A9 2019 Alexandros Theodotou > +;;; > +;;; This file is part of GNU Guix. > +;;; > +;;; GNU Guix is free software; you can redistribute it and/or modify=20 > it > +;;; under the terms of the GNU General Public License as published by > +;;; the Free Software Foundation; either version 3 of the License, or=20 > (at > +;;; your option) any later version. > +;;; > +;;; GNU Guix is distributed in the hope that it will be useful, but > +;;; WITHOUT ANY WARRANTY; without even the implied warranty of > +;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the > +;;; GNU General Public License for more details. > +;;; > +;;; You should have received a copy of the GNU General Public License > +;;; along with GNU Guix. If not, see . > +(define-module (matcha-theme) > + #:use-module (guix licenses) > + #:use-module (guix packages) > + #:use-module (guix download) > + #:use-module (guix build-system trivial) > + #:use-module (gnu packages base) > + #:use-module (gnu packages bash) > + #:use-module (gnu packages compression)) > + > +(define-public matcha-theme > + (package > + (name "matcha-theme") > + (version "2019-11-02") > + (source (origin > + (method url-fetch) > + (uri (string-append > "https://github.com/vinceliuice/matcha/archive/" version > + ".tar.gz")) > + (sha256 > + (base32 > + =20 > "0vv16lxrfin187rbn844hfkrg3368in1wmmnygsnag8k2pzhw1a4")))) > + (build-system trivial-build-system) > + (outputs '("out")) > + (arguments > + '(#:modules ((guix build utils)) > + #:builder > + (begin > + (use-modules (guix build utils)) > + (let* ((out (assoc-ref %outputs "out")) > + (source (assoc-ref %build-inputs "source")) > + (tar (assoc-ref %build-inputs "tar")) > + (bash (assoc-ref %build-inputs "bash")) > + (gzip (assoc-ref %build-inputs "gzip")) > + (coreutils (assoc-ref %build-inputs "coreutils")) > + (themesdir (string-append out "/share/themes"))) > + ;; set PATH so we can use tar and the install script can > find coreutils > + (setenv "PATH" (string-append tar "/bin:" > + (string-append gzip "/bin:") > + (string-append coreutils=20 > "/bin:"))) > + ;; untar > + (invoke "tar" "xf" source) > + (chdir "matcha-2019-11-02") > + ;; replace shebang > + (substitute* "Install" (("/bin/bash") (string-append bash > "/bin/bash"))) > + ;; install > + (mkdir-p themesdir) > + (invoke (string-append bash "/bin/bash") "-c" > + (string-append "./Install -d " themesdir)))))) > + (native-inputs > + `(("tar", tar) > + ("bash", bash) > + ("coreutils", coreutils) > + ("gzip", gzip))) > + (synopsis "Flat design theme for GTK 3, GTK 2 and GNOME-Shell") > + (description > + "Matcha is a flat Design theme for GTK 3, GTK 2 and Gnome-Shell > +which supports GTK 3 and GTK 2 based desktop environments > +like Gnome, Unity, Budgie, Pantheon, XFCE, Mate and others.") > + (home-page "https://github.com/vinceliuice/matcha") > + (license gpl3))) From debbugs-submit-bounces@debbugs.gnu.org Thu Nov 07 11:48:40 2019 Received: (at 38095) by debbugs.gnu.org; 7 Nov 2019 16:48:40 +0000 Received: from localhost ([127.0.0.1]:43799 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iSkxb-0000VW-BS for submit@debbugs.gnu.org; Thu, 07 Nov 2019 11:48:39 -0500 Received: from mout01.posteo.de ([185.67.36.141]:55301) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iSk4g-0007Nx-64 for 38095@debbugs.gnu.org; Thu, 07 Nov 2019 10:51:55 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 3B041160063 for <38095@debbugs.gnu.org>; Thu, 7 Nov 2019 16:51:47 +0100 (CET) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4787Dr12PLz6tmj for <38095@debbugs.gnu.org>; Thu, 7 Nov 2019 16:51:39 +0100 (CET) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Date: Thu, 07 Nov 2019 16:51:30 +0100 From: Alexandros Theodotou To: 38095@debbugs.gnu.org Subject: Re: [PATCH] gnu: Add matcha-theme. In-Reply-To: <3f860943566a5c5c59f97b17d6ecf150@posteo.net> References: <2838c4cd8a7085b3b42229c73fb5689e@posteo.net> <3f860943566a5c5c59f97b17d6ecf150@posteo.net> Message-ID: <59590cc41c29c6a01025388b0b0200c6@posteo.net> X-Sender: alex@zrythm.org User-Agent: Posteo Webmail X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 38095 X-Mailman-Approved-At: Thu, 07 Nov 2019 11:48:36 -0500 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 (---) Forgot license header. From 0107cd76c0db3c70cc1e1ccdbc8be9710337e711 Mon Sep 17 00:00:00 2001 From: Alexandros Theodotou Date: Thu, 7 Nov 2019 05:37:42 +0000 Subject: [PATCH] gnu: Add matcha-theme. * gnu/packages/matcha-theme.scm (matcha-theme): New variable. --- gnu/packages/gnome.scm | 50 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index cd881b5b87..c044d33537 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -42,6 +42,7 @@ ;;; Copyright =C2=A9 2019 Maxim Cournoyer ;;; Copyright =C2=A9 2019 Martin Becze ;;; Copyright =C2=A9 2019 David Wilson +;;; Copyright =C2=A9 2019 Alexandros Theodotou ;;; ;;; This file is part of GNU Guix. ;;; @@ -7105,6 +7106,55 @@ dark elements. It supports GNOME, Unity, Xfce,=20 and Openbox.") (home-page "https://numixproject.github.io") (license license:gpl3+))) +(define-public matcha-theme + (package + (name "matcha-theme") + (version "2019-11-02") + (source (origin + (method url-fetch) + (uri (string-append=20 "https://github.com/vinceliuice/matcha/archive/" version + ".tar.gz")) + (sha256 + (base32 + =20 "0vv16lxrfin187rbn844hfkrg3368in1wmmnygsnag8k2pzhw1a4")))) + (build-system trivial-build-system) + (outputs '("out")) + (arguments + '(#:modules ((guix build utils)) + #:builder + (begin + (use-modules (guix build utils)) + (let* ((out (assoc-ref %outputs "out")) + (source (assoc-ref %build-inputs "source")) + (tar (assoc-ref %build-inputs "tar")) + (bash (assoc-ref %build-inputs "bash")) + (gzip (assoc-ref %build-inputs "gzip")) + (coreutils (assoc-ref %build-inputs "coreutils")) + (themesdir (string-append out "/share/themes"))) + (setenv "PATH" (string-append tar "/bin:" + (string-append gzip "/bin:") + (string-append coreutils=20 "/bin:"))) + (invoke "tar" "xf" source) + (chdir "matcha-2019-11-02") + (substitute* "Install" (("/bin/bash") (string-append bash=20 "/bin/bash"))) + (mkdir-p themesdir) + (invoke (string-append bash "/bin/bash") "-c" + (string-append "./Install -d " themesdir)))))) + (inputs + `(("gtk-engines", gtk-engines))) + (native-inputs + `(("tar", tar) + ("bash", bash) + ("coreutils", coreutils) + ("gzip", gzip))) + (synopsis "Flat design theme for GTK 3, GTK 2 and GNOME-Shell") + (description + "Matcha is a flat Design theme for GTK 3, GTK 2 and Gnome-Shell +which supports GTK 3 and GTK 2 based desktop environments +like Gnome, Unity, Budgie, Pantheon, XFCE, Mate and others.") + (home-page "https://github.com/vinceliuice/matcha") + (license license:gpl3))) + (define-public arc-theme (package (name "arc-theme") --=20 2.24.0 From debbugs-submit-bounces@debbugs.gnu.org Thu Nov 07 14:44:12 2019 Received: (at 38095) by debbugs.gnu.org; 7 Nov 2019 19:44:12 +0000 Received: from localhost ([127.0.0.1]:43937 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iSnhT-00079q-RW for submit@debbugs.gnu.org; Thu, 07 Nov 2019 14:44:12 -0500 Received: from mout01.posteo.de ([185.67.36.141]:36141) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iSnhR-00079W-DO for 38095@debbugs.gnu.org; Thu, 07 Nov 2019 14:44:10 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id E9A9516005C for <38095@debbugs.gnu.org>; Thu, 7 Nov 2019 20:44:02 +0100 (CET) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 478DNx4tvwz6tmD for <38095@debbugs.gnu.org>; Thu, 7 Nov 2019 20:44:01 +0100 (CET) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Date: Thu, 07 Nov 2019 20:44:01 +0100 From: Alexandros Theodotou To: 38095@debbugs.gnu.org Subject: Re: [PATCH] gnu: Add matcha-theme. In-Reply-To: <59590cc41c29c6a01025388b0b0200c6@posteo.net> References: <2838c4cd8a7085b3b42229c73fb5689e@posteo.net> <3f860943566a5c5c59f97b17d6ecf150@posteo.net> <59590cc41c29c6a01025388b0b0200c6@posteo.net> Message-ID: X-Sender: alex@zrythm.org User-Agent: Posteo Webmail X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 38095 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 (---) Cleaned up a bit and used git download instead of tarball download,=20 fixed the commit message From 29ebcff749c3508b2665bbb41fd886eec9532fcb Mon Sep 17 00:00:00 2001 From: Alexandros Theodotou Date: Thu, 7 Nov 2019 05:37:42 +0000 Subject: [PATCH] gnu: Add matcha-theme. * gnu/packages/gnome.scm (matcha-theme): New variable. --- gnu/packages/gnome.scm | 45 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index cd881b5b87..5442a8485d 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -42,6 +42,7 @@ ;;; Copyright =C2=A9 2019 Maxim Cournoyer ;;; Copyright =C2=A9 2019 Martin Becze ;;; Copyright =C2=A9 2019 David Wilson +;;; Copyright =C2=A9 2019 Alexandros Theodotou ;;; ;;; This file is part of GNU Guix. ;;; @@ -7105,6 +7106,50 @@ dark elements. It supports GNOME, Unity, Xfce,=20 and Openbox.") (home-page "https://numixproject.github.io") (license license:gpl3+))) +(define-public matcha-theme + (package + (name "matcha-theme") + (version "2019-11-02") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/vinceliuice/matcha") + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 + =20 "0wci9ahap8kynq8cbyxr7aba9ndb1d4kiq42xvzr34vw1rhcahrr")))) + (build-system trivial-build-system) + (arguments + '(#:modules ((guix build utils)) + #:builder + (begin + (use-modules (guix build utils)) + (let* ((out (assoc-ref %outputs "out")) + (source (assoc-ref %build-inputs "source")) + (bash (assoc-ref %build-inputs "bash")) + (coreutils (assoc-ref %build-inputs "coreutils")) + (themesdir (string-append out "/share/themes"))) + (setenv "PATH" (string-append coreutils "/bin:" + (string-append bash "/bin:"))) + (copy-recursively source (getcwd)) + (patch-shebang "Install") + (mkdir-p themesdir) + (invoke "./Install" "-d" themesdir) + #t)))) + (inputs + `(("gtk-engines", gtk-engines))) + (native-inputs + `(("bash", bash) + ("coreutils", coreutils))) + (synopsis "Flat design theme for GTK 3, GTK 2 and GNOME-Shell") + (description + "Matcha is a flat Design theme for GTK 3, GTK 2 and Gnome-Shell +which supports GTK 3 and GTK 2 based desktop environments +like Gnome, Unity, Budgie, Pantheon, XFCE, Mate and others.") + (home-page "https://github.com/vinceliuice/matcha") + (license license:gpl3))) + (define-public arc-theme (package (name "arc-theme") --=20 2.24.0 From debbugs-submit-bounces@debbugs.gnu.org Fri Nov 08 18:48:09 2019 Received: (at 38095) by debbugs.gnu.org; 8 Nov 2019 23:48:09 +0000 Received: from localhost ([127.0.0.1]:47973 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iTDz7-0000j3-Bf for submit@debbugs.gnu.org; Fri, 08 Nov 2019 18:48:09 -0500 Received: from mout01.posteo.de ([185.67.36.141]:51597) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iTDz5-0000iS-6H for 38095@debbugs.gnu.org; Fri, 08 Nov 2019 18:48:08 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id C2CCB16005C for <38095@debbugs.gnu.org>; Sat, 9 Nov 2019 00:48:00 +0100 (CET) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 478xlz2mPnz6tm9 for <38095@debbugs.gnu.org>; Sat, 9 Nov 2019 00:47:59 +0100 (CET) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Date: Sat, 09 Nov 2019 00:47:59 +0100 From: Alexandros Theodotou To: 38095@debbugs.gnu.org Subject: Re: [PATCH] gnu: Add matcha-theme. In-Reply-To: References: <2838c4cd8a7085b3b42229c73fb5689e@posteo.net> <3f860943566a5c5c59f97b17d6ecf150@posteo.net> <59590cc41c29c6a01025388b0b0200c6@posteo.net> Message-ID: <9909000076a769a986d20f8712273d99@posteo.net> X-Sender: alex@zrythm.org User-Agent: Posteo Webmail X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 38095 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 (---) Fixed formatting issues From 774b2af8acf06474bde79c78a0a356c24cc8480b Mon Sep 17 00:00:00 2001 From: Alexandros Theodotou Date: Thu, 7 Nov 2019 05:37:42 +0000 Subject: [PATCH] gnu: Add matcha-theme. * gnu/packages/gnome.scm (matcha-theme): New variable. --- gnu/packages/gnome.scm | 47 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index cd881b5b87..66a5745824 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -42,6 +42,7 @@ ;;; Copyright =C2=A9 2019 Maxim Cournoyer ;;; Copyright =C2=A9 2019 Martin Becze ;;; Copyright =C2=A9 2019 David Wilson +;;; Copyright =C2=A9 2019 Alexandros Theodotou ;;; ;;; This file is part of GNU Guix. ;;; @@ -7105,6 +7106,52 @@ dark elements. It supports GNOME, Unity, Xfce,=20 and Openbox.") (home-page "https://numixproject.github.io") (license license:gpl3+))) +(define-public matcha-theme + (package + (name "matcha-theme") + (version "2019-11-02") + (source + (origin + (method git-fetch) + (uri + (git-reference + (url "https://github.com/vinceliuice/matcha") + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0wci9ahap8kynq8cbyxr7aba9ndb1d4kiq42xvzr34vw1rhcahrr")))) + (build-system trivial-build-system) + (arguments + '(#:modules ((guix build utils)) + #:builder + (begin + (use-modules (guix build utils)) + (let* ((out (assoc-ref %outputs "out")) + (source (assoc-ref %build-inputs "source")) + (bash (assoc-ref %build-inputs "bash")) + (coreutils (assoc-ref %build-inputs "coreutils")) + (themesdir (string-append out "/share/themes"))) + (setenv "PATH" + (string-append coreutils "/bin:" + (string-append bash "/bin:"))) + (copy-recursively source (getcwd)) + (patch-shebang "Install") + (mkdir-p themesdir) + (invoke "./Install" "-d" themesdir) + #t)))) + (inputs + `(("gtk-engines", gtk-engines))) + (native-inputs + `(("bash", bash) + ("coreutils", coreutils))) + (synopsis "Flat design theme for GTK 3, GTK 2 and GNOME-Shell") + (description "Matcha is a flat Design theme for GTK 3, GTK 2 and +Gnome-Shell which supports GTK 3 and GTK 2 based desktop environments=20 like +Gnome, Unity, Budgie, Pantheon, XFCE, Mate and others.") + (home-page "https://github.com/vinceliuice/matcha") + (license license:gpl3))) + (define-public arc-theme (package (name "arc-theme") --=20 2.24.0 From debbugs-submit-bounces@debbugs.gnu.org Sat Nov 09 05:03:21 2019 Received: (at 38095) by debbugs.gnu.org; 9 Nov 2019 10:03:21 +0000 Received: from localhost ([127.0.0.1]:48229 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iTNaS-0008CM-OA for submit@debbugs.gnu.org; Sat, 09 Nov 2019 05:03:21 -0500 Received: from mailrelay.tugraz.at ([129.27.2.202]:13915) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iTNaP-0008C6-3N for 38095@debbugs.gnu.org; Sat, 09 Nov 2019 05:03:18 -0500 Received: from nijino.local (194-96-102-81.hdsl.highway.telekom.at [194.96.102.81]) by mailrelay.tugraz.at (Postfix) with ESMTPSA id 479CPr1dbNz1LLyX; Sat, 9 Nov 2019 11:03:12 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 mailrelay.tugraz.at 479CPr1dbNz1LLyX DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tugraz.at; s=mailrelay; t=1573293792; bh=WNZ0KGBaZo0y/ST7F043e8f9TkJuj6Iom2PGn8VvkxY=; h=Subject:From:To:Cc:Date:In-Reply-To:From; b=gH/Djs4xkFGgdLFuO7Q6BGEVxYbPIEnqcJejNw0d1kdUdbJ9a1WIpME3BcDbWWPIW 5idMCMJVDRF++Jn8ziTUp3kQFqGCydp2VkMwT8FJa4nOfsdAOkCtH/k2sB5zuGgt9z 86Rkz32E/Gwpk5DvzX5Ct1vTvcMpHFQN24kM9zgs= Message-ID: Subject: [bug#38095] [PATCH] gnu: Add matcha-theme. From: Leo Prikler To: alex@zrythm.org Date: Sat, 09 Nov 2019 11:03:08 +0100 In-Reply-To: 9909000076a769a986d20f8712273d99@posteo.net Content-Type: multipart/mixed; boundary="=-H3DldHgmkyn+tG+XDXOt" User-Agent: Evolution 3.30.5 MIME-Version: 1.0 X-TUG-Backscatter-control: bt4lQm5Tva3SBgCuw0EnZw X-Spam-Scanner: SpamAssassin 3.003001 X-Spam-Score-relay: -1.9 X-Scanned-By: MIMEDefang 2.74 on 129.27.10.116 X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 38095 Cc: 38095@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: -3.3 (---) --=-H3DldHgmkyn+tG+XDXOt Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit I've taken the liberty to modify your package a bit -- your unquotes were wrong -- and move it to gnome-xyz.scm, the file I've added for themes and extensions. I verified, that the package builds and also ran the linter. The only errors are some versioning stuff (a false positive) and a missing Software Heritage archive (which was to be expected). I noticed, that there are also some other themes inside of gnome.scm, since my own file is rather fresh. If the contributors of said packages are reading this, I'd like them to also move their themes and extensions to gnome-xyz.scm -- except adwaita-icon-theme, gnome-shell- extensions, etc. which are part of GNOME itself. Thank you and best regards, Leo --=-H3DldHgmkyn+tG+XDXOt Content-Disposition: attachment; filename="0001-gnu-Add-matcha-theme.patch" Content-Type: text/x-patch; name="0001-gnu-Add-matcha-theme.patch"; charset="UTF-8" Content-Transfer-Encoding: base64 RnJvbSAxZWNmOGJiOWM0ZDFhNDdjMmY3Y2E5MzY3MjVkMmNlYjc0YTM3OWM0IE1vbiBTZXAgMTcg MDA6MDA6MDAgMjAwMQpGcm9tOiBBbGV4YW5kcm9zIFRoZW9kb3RvdSA8YWxleEB6cnl0aG0ub3Jn PgpEYXRlOiBTYXQsIDkgTm92IDIwMTkgMTA6Mzk6MjggKzAxMDAKU3ViamVjdDogW1BBVENIXSBn bnU6IEFkZCBtYXRjaGEtdGhlbWUuCgoqIGdudS9wYWNrYWdlcy9nbm9tZS5zY20gKG1hdGNoYS10 aGVtZSk6IE5ldyB2YXJpYWJsZS4KLS0tCiBnbnUvcGFja2FnZXMvZ25vbWUteHl6LnNjbSB8IDUw ICsrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrCiAxIGZpbGUgY2hhbmdlZCwg NTAgaW5zZXJ0aW9ucygrKQoKZGlmZiAtLWdpdCBhL2dudS9wYWNrYWdlcy9nbm9tZS14eXouc2Nt IGIvZ251L3BhY2thZ2VzL2dub21lLXh5ei5zY20KaW5kZXggOGM0NWI1NTJlOC4uMTM2NWMxYjlj ZiAxMDA2NDQKLS0tIGEvZ251L3BhY2thZ2VzL2dub21lLXh5ei5zY20KKysrIGIvZ251L3BhY2th Z2VzL2dub21lLXh5ei5zY20KQEAgLTEsNSArMSw2IEBACiA7OzsgR05VIEd1aXggLS0tIEZ1bmN0 aW9uYWwgcGFja2FnZSBtYW5hZ2VtZW50IGZvciBHTlUKIDs7OyBDb3B5cmlnaHQgwqkgMjAxOSBM ZW8gUHJpa2xlciA8bGVvLnByaWtsZXJAc3R1ZGVudC50dWdyYXouYXQ+Cis7OzsgQ29weXJpZ2h0 IMKpIDIwMTkgQWxleGFuZHJvcyBUaGVvZG90b3UgPGFsZXhAenJ5dGhtLm9yZz4KIDs7OwogOzs7 IFRoaXMgZmlsZSBpcyBwYXJ0IG9mIEdOVSBHdWl4LgogOzs7CkBAIC0yMyw5ICsyNCw1OCBAQAog ICAjOnVzZS1tb2R1bGUgKGd1aXggcGFja2FnZXMpCiAgICM6dXNlLW1vZHVsZSAoKGd1aXggbGlj ZW5zZXMpICM6cHJlZml4IGxpY2Vuc2U6KQogCisgICM6dXNlLW1vZHVsZSAoZ251IHBhY2thZ2Vz IGJhc2UpCisgICM6dXNlLW1vZHVsZSAoZ251IHBhY2thZ2VzIGJhc2gpCiAgICM6dXNlLW1vZHVs ZSAoZ251IHBhY2thZ2VzIGdsaWIpCisgICM6dXNlLW1vZHVsZSAoZ251IHBhY2thZ2VzIGd0aykK ICAgIzp1c2UtbW9kdWxlIChnbnUgcGFja2FnZXMgcGtnLWNvbmZpZykpCiAKKyhkZWZpbmUtcHVi bGljIG1hdGNoYS10aGVtZQorICAocGFja2FnZQorICAgIChuYW1lICJtYXRjaGEtdGhlbWUiKQor ICAgICh2ZXJzaW9uICIyMDE5LTExLTAyIikKKyAgICAoc291cmNlCisgICAgICAob3JpZ2luCisg ICAgICAgIChtZXRob2QgZ2l0LWZldGNoKQorICAgICAgICAodXJpCisgICAgICAgICAgKGdpdC1y ZWZlcmVuY2UKKyAgICAgICAgICAgICh1cmwgImh0dHBzOi8vZ2l0aHViLmNvbS92aW5jZWxpdWlj ZS9tYXRjaGEiKQorICAgICAgICAgICAgKGNvbW1pdCB2ZXJzaW9uKSkpCisgICAgICAgIChmaWxl LW5hbWUgKGdpdC1maWxlLW5hbWUgbmFtZSB2ZXJzaW9uKSkKKyAgICAgICAgKHNoYTI1NgorICAg ICAgICAgIChiYXNlMzIKKyAgICAgICAgICAgICIwd2NpOWFoYXA4a3lucThjYnl4cjdhYmE5bmRi MWQ0a2lxNDJ4dnpyMzR2dzFyaGNhaHJyIikpKSkKKyAgICAoYnVpbGQtc3lzdGVtIHRyaXZpYWwt YnVpbGQtc3lzdGVtKQorICAgIChhcmd1bWVudHMKKyAgICAgJygjOm1vZHVsZXMgKChndWl4IGJ1 aWxkIHV0aWxzKSkKKyAgICAgICAjOmJ1aWxkZXIKKyAgICAgICAoYmVnaW4KKyAgICAgICAgICh1 c2UtbW9kdWxlcyAoZ3VpeCBidWlsZCB1dGlscykpCisgICAgICAgICAobGV0KiAoKG91dCAoYXNz b2MtcmVmICVvdXRwdXRzICJvdXQiKSkKKyAgICAgICAgICAgICAgICAoc291cmNlIChhc3NvYy1y ZWYgJWJ1aWxkLWlucHV0cyAic291cmNlIikpCisgICAgICAgICAgICAgICAgKGJhc2ggKGFzc29j LXJlZiAlYnVpbGQtaW5wdXRzICJiYXNoIikpCisgICAgICAgICAgICAgICAgKGNvcmV1dGlscyAo YXNzb2MtcmVmICVidWlsZC1pbnB1dHMgICJjb3JldXRpbHMiKSkKKyAgICAgICAgICAgICAgICAo dGhlbWVzZGlyIChzdHJpbmctYXBwZW5kIG91dCAiL3NoYXJlL3RoZW1lcyIpKSkKKyAgICAgICAg ICAgKHNldGVudiAiUEFUSCIKKyAgICAgICAgICAgICAgICAgICAoc3RyaW5nLWFwcGVuZCBjb3Jl dXRpbHMgIi9iaW46IgorICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIChzdHJpbmct YXBwZW5kIGJhc2ggIi9iaW46IikpKQorICAgICAgICAgICAoY29weS1yZWN1cnNpdmVseSBzb3Vy Y2UgKGdldGN3ZCkpCisgICAgICAgICAgIChwYXRjaC1zaGViYW5nICJJbnN0YWxsIikKKyAgICAg ICAgICAgKG1rZGlyLXAgdGhlbWVzZGlyKQorICAgICAgICAgICAoaW52b2tlICIuL0luc3RhbGwi ICItZCIgdGhlbWVzZGlyKQorICAgICAgICAgICAjdCkpKSkKKyAgICAoaW5wdXRzCisgICAgIGAo KCJndGstZW5naW5lcyIgLGd0ay1lbmdpbmVzKSkpCisgICAgKG5hdGl2ZS1pbnB1dHMKKyAgICAg YCgoImJhc2giICxiYXNoKQorICAgICAgICgiY29yZXV0aWxzIiAsY29yZXV0aWxzKSkpCisgICAg KHN5bm9wc2lzICJGbGF0IGRlc2lnbiB0aGVtZSBmb3IgR1RLIDMsIEdUSyAyIGFuZCBHTk9NRS1T aGVsbCIpCisgICAgKGRlc2NyaXB0aW9uICJNYXRjaGEgaXMgYSBmbGF0IERlc2lnbiB0aGVtZSBm b3IgR1RLIDMsIEdUSyAyIGFuZAorR25vbWUtU2hlbGwgd2hpY2ggc3VwcG9ydHMgR1RLIDMgYW5k IEdUSyAyIGJhc2VkIGRlc2t0b3AgZW52aXJvbm1lbnRzCitsaWtlIEdub21lLCBVbml0eSwgQnVk Z2llLCBQYW50aGVvbiwgWEZDRSwgTWF0ZSBhbmQgb3RoZXJzLiIpCisgICAgKGhvbWUtcGFnZSAi aHR0cHM6Ly9naXRodWIuY29tL3ZpbmNlbGl1aWNlL21hdGNoYSIpCisgICAgKGxpY2Vuc2UgbGlj ZW5zZTpncGwzKSkpCisKIChkZWZpbmUtcHVibGljIGRlbGZ0LWljb24tdGhlbWUKICAgKHBhY2th Z2UKICAgICAobmFtZSAiZGVsZnQtaWNvbi10aGVtZSIpCi0tIAoyLjI0LjAKCg== --=-H3DldHgmkyn+tG+XDXOt-- From debbugs-submit-bounces@debbugs.gnu.org Sat Nov 09 16:47:32 2019 Received: (at 38095-done) by debbugs.gnu.org; 9 Nov 2019 21:47:32 +0000 Received: from localhost ([127.0.0.1]:50390 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iTYZw-0007Ro-1d for submit@debbugs.gnu.org; Sat, 09 Nov 2019 16:47:32 -0500 Received: from eggs.gnu.org ([209.51.188.92]:49270) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iTYZu-0007Rc-Jt for 38095-done@debbugs.gnu.org; Sat, 09 Nov 2019 16:47:30 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]:45483) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1iTYZj-0008Gr-Po; Sat, 09 Nov 2019 16:47:20 -0500 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=37320 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1iTYZj-0006P5-CG; Sat, 09 Nov 2019 16:47:19 -0500 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Leo Prikler Subject: Re: [bug#38095] [PATCH] gnu: Add matcha-theme. References: <2838c4cd8a7085b3b42229c73fb5689e@posteo.net> Date: Sat, 09 Nov 2019 22:47:17 +0100 In-Reply-To: (Leo Prikler's message of "Sat, 09 Nov 2019 11:03:08 +0100") Message-ID: <87y2wo67tm.fsf@gnu.org> 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-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 38095-done Cc: alex@zrythm.org, 38095-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: -3.3 (---) Hi Leo and Alexandros, I changed the license to =E2=80=98gpl3+=E2=80=99 (was =E2=80=98gpl3=E2=80= =99) because the package does not mandate any specific version, and applied the patch. Thanks to both of you for your work! Ludo=E2=80=99. From unknown Sun Jun 22 11:49:26 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 08 Dec 2019 12: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