From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43283) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gK3RY-0004b3-0l for guix-patches@gnu.org; Tue, 06 Nov 2018 10:39:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gK3RW-0000qe-7Z for guix-patches@gnu.org; Tue, 06 Nov 2018 10:39:03 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:33213) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gK3RV-0000qM-VR for guix-patches@gnu.org; Tue, 06 Nov 2018 10:39:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gK3RV-0003TU-M5 for guix-patches@gnu.org; Tue, 06 Nov 2018 10:39:01 -0500 Subject: [bug#33186] [PATCH 5/7] gnu: terminals: Change libtsm and kmscon repositories. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20181028124043.21773-2-m.othacehe@gmail.com> <20181028124043.21773-6-m.othacehe@gmail.com> Date: Tue, 06 Nov 2018 16:38:44 +0100 In-Reply-To: <20181028124043.21773-6-m.othacehe@gmail.com> (Mathieu Othacehe's message of "Sun, 28 Oct 2018 21:40:41 +0900") Message-ID: <87y3a6w70b.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain 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: Mathieu Othacehe Cc: 33186@debbugs.gnu.org Mathieu Othacehe skribis: > Those two packages (from the same author) are no longer maintained and do not > even compile. Switch to a fork that is maintained even if it does not have any > release yet. > > * gnu/packages/terminals.scm (libtsm)[origin]: Use > "https://github.com/Aetf/libtsm" as new origin and switch to git-fetch method. > (kmscon)[origin]: Use "https://github.com/Aetf/kmscon" as new origin and > switch to git-fetch method. Perhaps add a comment saying that the freedesktop.org releases are effectively superseded by these repos. Otherwise LGTM!