From mboxrd@z Thu Jan 1 00:00:00 1970 From: Efraim Flashner Subject: Re: [PATCH] gnu: Add wmclock. Date: Fri, 8 Apr 2016 17:50:53 +0300 Message-ID: <20160408145053.GA8916@debian-netbook> References: <20160407125715.448ca23b@openmailbox.org> <20160407203148.6e32734f@debian-netbook> <20160407135650.42c07d98@openmailbox.org> <20160408093552.66fa3a3b@openmailbox.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="0OAP2g/MAC+5xKAE" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44076) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aoXkT-0002QM-NG for guix-devel@gnu.org; Fri, 08 Apr 2016 10:51:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aoXkP-0005uj-8k for guix-devel@gnu.org; Fri, 08 Apr 2016 10:51:01 -0400 Received: from flashner.co.il ([178.62.234.194]:35818) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aoXkO-0005ub-TI for guix-devel@gnu.org; Fri, 08 Apr 2016 10:50:57 -0400 Content-Disposition: inline In-Reply-To: <20160408093552.66fa3a3b@openmailbox.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Kei Yamashita Cc: guix-devel@gnu.org --0OAP2g/MAC+5xKAE Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Apr 08, 2016 at 09:35:52AM -0400, Kei Yamashita wrote: > On Thu, 7 Apr 2016 13:56:50 -0400 > Kei Yamashita wrote: >=20 > > On Thu, 7 Apr 2016 20:31:48 +0300 > > Efraim Flashner wrote: > >=20 > > > On Thu, 7 Apr 2016 12:57:15 -0400 > > > Kei Yamashita wrote: > > > =20 > > > > From 15c0f48c3b9c510228a95655e11f95dbca5fbf91 Mon Sep 17 00:00:00 > > > > 2001 From: Kei Yamashita > > > > Date: Thu, 7 Apr 2016 12:53:43 -0400 > > > > Subject: [PATCH] gnu: Add wmclock. > > > >=20 > > > > * gnu/packages/gnustep.scm (wmclock): New variable. > > > > --- > > > > gnu/packages/gnustep.scm | 34 ++++++++++++++++++++++++++++++++++ > > > > 1 file changed, 34 insertions(+) > > > >=20 > > > > diff --git a/gnu/packages/gnustep.scm b/gnu/packages/gnustep.scm > > > > index 8c43085..4977507 100644 > > > > --- a/gnu/packages/gnustep.scm > > > > +++ b/gnu/packages/gnustep.scm > > > > @@ -181,3 +181,37 @@ on and off by clicking the mouse button over > > > > the application. If the CPU usage hits a certain threshold, an > > > > alarm-mode will alert you by turning back-light on.") > > > > (license gpl2+))) > > > > + > > > > +(define-public wmclock > > > > + (package > > > > + (name "wmclock") > > > > + (version "1.0.16") > > > > + (source (origin > > > > + (method url-fetch) > > > > + (uri (string-append > > > > + "mirror://debian/pool/main/w/wmclock/" > > > > + name "_" version ".orig.tar.gz")) > > > > + (sha256 > > > > + (base32 > > > > + > > > > "1lx276ba8r2yydhmwj1g586jdqg695ad89ng36fr3mb067gvb2rz")))) > > > > + (build-system gnu-build-system) > > > > + (arguments > > > > + `(#:phases > > > > + (modify-phases %standard-phases > > > > + (add-after 'unpack 'autoconf > > > > + (lambda _ (zero? (system* "autoreconf" "-vfi"))))))) > > > > + (inputs > > > > + `(("libx11" ,libx11) > > > > + ("libxext" ,libxext) > > > > + ("libxpm" ,libxpm))) > > > > + (native-inputs > > > > + `(("autoconf" ,autoconf) > > > > + ("automake" ,automake) > > > > + ("pkg-config" ,pkg-config))) > > > > + (home-page "http://www.bluestop.org/wmclock/") =20 > > >=20 > > > Debian lists http://windowmaker.org/dockapps/?name=3Dwmclock as the > > > homepage, and they provide 1.0.16, unlike bluestop which stops at > > > 1.0.14. > > >=20 > > > I don't think I would use them for the download url though, pasting > > > theirs in wget gave me > > > http://repo.or.cz/w/dockapps.git/snapshot/daaf3aa04e55152d4c2ec002cab= efe7e2026b150.tar.gz > > > =20 > > > > + (synopsis "Display the date and time") > > > > + (description > > > > + "wmclock is an applet for Window Maker which displays the > > > > date and time in +a dockable tile. It features multiple language > > > > support, 24h or 12h time +display, and can run a user-specified > > > > program on mouse click.") > > > > + (license gpl2+))) =20 > > >=20 > > >=20 > > > =20 > >=20 > > My mistake. I meant to use the Window Maker developers' page as the > > home page. I'll submit a new patch with the necessary changes (waiting > > on Mathieu's response). > >=20 >=20 > This new patch specifies why autoreconf is necessary and corrects the > home page error. Looks good! patch pushed --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --0OAP2g/MAC+5xKAE Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCgAGBQJXB8VKAAoJEPTB05F+rO6Tc98QAJhV4ErLPHMhiiQpyB3/CkWJ xEYgI+Jzm4+hfm7QfMavs+IkF4xAe1C5KuBYJDZgUBU0d/jJDoDJr9aolN8eHTGT bRtulkTx1U7GG5Ssh/L2xR3ruxj1cQ3j9oE8fCtYCIrOdMVG241UOU/nGpxcDI1k iUvXKELPkaLN89tbhHVIybh72mNnXfkWKRcOfmNa2M1Ssv5d/SX8j281sAmUtHPg pExk/288jILNEVfqZoK8rAkNByF+lG6mGcRTcz9HscKcmZztFOnKNjAQh4RS8GIR ku+ue1luVcNQ/GOc41JB7bRXAqIbpIvhiomN/r9hvZ0vfoeCrpJcgqXXShaoFCXZ CXJKrjmTe8CqEpOjVFRa7Nyw+P6i7l2arNh+UBuTqKBhXJyXiif7/vPmXmZLgONg 0kKzDMrhiq0DbJdynt84r1+MzK4WYGieoQ4/clqJLXvC5FlQRlXUKkgHHfhdJnN2 k8XgVqPu4fPKMYJ7L6vSzunCaySTb/1qYUruyAUb73bBGsDPInicH9mK3nhQRns8 U1j3Alan/4S5FHsuRDqAPXLJnPe5ECLOoLoQ61h452Nyby/eLPGJIq/9SrhdQCh7 SczHwy/QzQUXGS6BzIwWdxxiXzAXT3YOcKRSusUpc0rFxYM1Wxjz7Tpyq0o9tVgo 7Ehr/0qVylHkMQ9PldSU =Zo20 -----END PGP SIGNATURE----- --0OAP2g/MAC+5xKAE--