From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58665) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cykOZ-0005Kf-BN for guix-patches@gnu.org; Thu, 13 Apr 2017 15:27:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cykOV-0002Ks-7c for guix-patches@gnu.org; Thu, 13 Apr 2017 15:27:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:47840) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cykOU-0002K8-P4 for guix-patches@gnu.org; Thu, 13 Apr 2017 15:27:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1cykOU-0003fu-Fq for guix-patches@gnu.org; Thu, 13 Apr 2017 15:27:02 -0400 Subject: bug#26468: [PATCH 2/2] gnu: Add teeworlds. Resent-Message-ID: From: Marius Bakke In-Reply-To: <20170412204701.22146-2-rekado@elephly.net> References: <20170412204701.22146-1-rekado@elephly.net> <20170412204701.22146-2-rekado@elephly.net> Date: Thu, 13 Apr 2017 21:26:29 +0200 Message-ID: <877f2o9kii.fsf@fastmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; 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: Ricardo Wurmus , 26468@debbugs.gnu.org --=-=-= Content-Type: text/plain Ricardo Wurmus writes: > * gnu/packages/games.scm (teeworlds): New variable. > * gnu/packages/patches/teeworlds-use-latest-wavpack.patch: New file. > * gnu/local.mk (dist_patch_DATA): Add patch. [...] > + ;; Bam expects all files to have a recent time stamp. > + (for-each (lambda (file) > + (utime file 1 1)) > + (find-files ".")) This comment is hilarious :) The patches LGTM! --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAljv0OUACgkQoqBt8qM6 VPqG7QgAgPtiz7+crO4Sj1SEtrWM+Nu25rfS9zEyO3q0o4HCZ3qMMtEKRSb4Zxqv OvRM5GPPgNdxBHWeBZ+amF4yQ+Wgv4P9MMljwEv61Bwc9Qpwn6JRqfgi8R0wk+7M hUEHbr0lLvkpBHn/LaYaI++0JQuZe14aSsZrtVvAIXPu0xyxz2T/ummwTljbRtMS P7MwqEndtdA/kqRVpaPX6OLT32jtk42+44Br7IRslCE+IcHeEbo5jISkIuMIacZi n9FprbY+4gYglHjXUZOLZ8ToYzGfllh/fShFzlpRL6JumsxtJWmYK+OBDeOuUOJM GQ+Vtm3s5sBsnlp6Y02dFrHsxaYZAw== =ayce -----END PGP SIGNATURE----- --=-=-=--