From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:44899) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hY954-000275-7u for guix-patches@gnu.org; Tue, 04 Jun 2019 09:02:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hY94v-000376-F5 for guix-patches@gnu.org; Tue, 04 Jun 2019 09:02:17 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:58933) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hY94k-0002wa-QY for guix-patches@gnu.org; Tue, 04 Jun 2019 09:02:05 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hY94k-0004q3-Ll for guix-patches@gnu.org; Tue, 04 Jun 2019 09:02:02 -0400 Subject: [bug#36064] [PATCH] sawfish.scm - update sawfish to 1.12 Resent-Message-ID: From: Arun Isaac In-Reply-To: <87imtnsgqb.fsf@jnanam.net> References: <87imtnsgqb.fsf@jnanam.net> Date: Tue, 04 Jun 2019 18:30:35 +0530 Message-ID: MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Benjamin Slade , 36064@debbugs.gnu.org --=-=-= Content-Type: text/plain Thanks for contributing to Guix! Please split this into three separate patches -- one each for librep, rep-gtk and sawfish. For the commit messages, please use the conventional Guix update commit message. If you use Emacs, this can be done easily using the update yasnippet in etc/snippets of the Guix source tree. > - (home-page "http://sawfish.wikia.com/wiki/Librep") > + (home-page "https://sawfish.wikia.com/wiki/Librep") Shouldn't https://sawfish.tuxfamily.org/ be the home-page for all three packages? Why are we listing the wiki as the home-page? > (define-public rep-gtk > (package > (name "rep-gtk") > - (version "0.90.8.2") > + (version "0.90.8.2") ; next point release hasn't been distributed; requires autoconf etc. We don't usually package beta releases. So, there is no need to mention this as a comment. But, the current release is 0.90.8.3. Please update to that. > (define-public sawfish > (package > (name "sawfish") > - (version "1.11") > + (version "1.12.0") ; point release 1.12.90 hasn't been distributed; requires autoconf etc. We don't usually package beta releases. So, there is no need to mention this as a comment. > - (home-page "http://sawfish.wikia.com/wiki/Main_Page") > + (home-page "https://sawfish.wikia.com/wiki/Main_Page") See above for comment on home-page. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEf3MDQ/Lwnzx3v3nTLiXui2GAK7MFAlz2a3MACgkQLiXui2GA K7PkCQf/W1g3nigcaWAs/XEEeieJy+gz1/SGvEBAkG54lYvwPqzQI1uHkiACVv50 5dCXfHVlvqpqut2va/gHSqdfqZe9A4PRjJXy8uC06jHg/Cto7k8xweqN5I9qa3AW gG4K+Pml20NnCU9iU9we4j+hCCPVmmRotyw7ahK14bX5fEnrBFjxLk+VzklrGX1e B2wX6ai/y9pqnKw1bbjj8TsDkmRn2RGyyued7SwW045m/scmhKsHLj+NrL7M30QT Uyk6xa0gt65Rk9IiAmic/+NbLqXitnz6c78NSekgNLRy6LcpyoiNG2XD2ifdGa8Y aRPGKmLuCZYtd1WTdEKBuHFV+rsgKg== =hoTB -----END PGP SIGNATURE----- --=-=-=--