From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Pirotte Newsgroups: gmane.lisp.guile.devel Subject: guile-lib - devel branch - patch 1 of 11 Date: Fri, 15 Jul 2016 22:40:46 -0300 Message-ID: <20160715224046.161948ca@capac> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; boundary="Sig_/lYrhQrYstqvddzqK6sFxR9o"; protocol="application/pgp-signature" X-Trace: ger.gmane.org 1468633321 32474 80.91.229.3 (16 Jul 2016 01:42:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 16 Jul 2016 01:42:01 +0000 (UTC) To: guile-devel Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sat Jul 16 03:41:52 2016 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1bOEbw-0006yE-RB for guile-devel@m.gmane.org; Sat, 16 Jul 2016 03:41:44 +0200 Original-Received: from localhost ([::1]:35582 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bOEbv-00025h-EG for guile-devel@m.gmane.org; Fri, 15 Jul 2016 21:41:43 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:42111) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bOEbe-00025Z-TE for guile-devel@gnu.org; Fri, 15 Jul 2016 21:41:27 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bOEba-0001u2-MB for guile-devel@gnu.org; Fri, 15 Jul 2016 21:41:25 -0400 Original-Received: from maximusconfessor.all2all.org ([79.99.200.102]:34198) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bOEba-0001sI-DF for guile-devel@gnu.org; Fri, 15 Jul 2016 21:41:22 -0400 Original-Received: from localhost (unknown [192.168.0.2]) by maximusconfessor.all2all.org (Postfix) with ESMTP id 521EDA04C143 for ; Sat, 16 Jul 2016 03:40:56 +0200 (CEST) Original-Received: from maximusconfessor.all2all.org ([192.168.0.1]) by localhost (maximusconfessor.all2all.org [192.168.0.2]) (amavisd-new, port 10024) with ESMTP id qS5LTUDiMbvY for ; Sat, 16 Jul 2016 03:40:51 +0200 (CEST) Original-Received: from capac (unknown [177.17.12.124]) by maximusconfessor.all2all.org (Postfix) with ESMTPSA id 51525A04C141 for ; Sat, 16 Jul 2016 03:40:51 +0200 (CEST) X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.30; x86_64-pc-linux-gnu) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 79.99.200.102 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: "guile-devel" Xref: news.gmane.org gmane.lisp.guile.devel:18510 Archived-At: --Sig_/lYrhQrYstqvddzqK6sFxR9o Content-Type: multipart/mixed; boundary="MP_/4_PYiAn3v0PyFsirVkANswR" --MP_/4_PYiAn3v0PyFsirVkANswR Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hello Guilers, I've worked a bit on the autotool chain files of guile-lib, fixed make chec= k, make distckeck and added a meta/guile-lib-1.0.pc file. I did not touched any of the source code modules, these are all admin patch= es so to speak. I worked on this because I wanted to use pkg-config to check guil= e-lib version users have [or not] installed for guile-gnome and guile-clutter... Also, here [in the past I mean], make check and make distcheck never passed, now they do pass, both for 2.0.12 and 2.1.3. As usual, patch review welcome! Note: after these patches, guile-lib will install its modules in (%global-site-dir) [it was in $prefix/share/guile/site], and the go files = in (%site-ccache-dir) [their were installed next to the module files]. Unless negative feedback, I should push these within 2 weeks, merge to mast= er and release Guile-Lib 0.2.3 early august. Thanks, David PS: I tried git send-email, but had a problem, I'm talking to my smtp provider, hope next time it's all automatic :) --MP_/4_PYiAn3v0PyFsirVkANswR Content-Type: text/x-patch Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename=0001-Fix-some-more-dirs-and-files-we-do-not-track.patch =46rom fefdfca4fe6ef53aff695e2eebfda6a0515e3b81 Mon Sep 17 00:00:00 2001 From: David Pirotte Date: Tue, 12 Jul 2016 20:59:45 -0300 Subject: [PATCH 01/11] Fix some more dirs and files we do not track * .gitignore: Do not track some more dirs and files. --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index 94d1d8e..76a4aba 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,8 @@ .bzrignore Makefile Makefile.in +dev-environ +build-aux *.go /aclocal.m4 /autom4te.cache @@ -30,7 +32,12 @@ Makefile.in /doc/guile-library.tps /doc/guile-library.vr /doc/guile-library.vrs +/doc/guile-library.dvi +/doc/guile-library.html/ +/doc/guile-library.t2d/ +/doc/guile-library.t2p/ /doc/guile-libraryscmfiles +/doc/guile-librarydepfiles /doc/html /doc/html-stamp /doc/www/index.html --=20 2.8.1 --MP_/4_PYiAn3v0PyFsirVkANswR-- --Sig_/lYrhQrYstqvddzqK6sFxR9o Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBCAAGBQJXiZCeAAoJEPN0/ZOjBXrXxcQH/1gX+tgy2b1C4T+TrxQG2c/W oStwYclKrLRn8fuaQ7ROEjFt9W6tzHV9Xz4bUfJHOjir/xgwACJx5GcIIOLHZXaJ wUSdtihD2GZd7PKc5aMKI/3DPKZd4jlQn7Ay8oqDKRzhCEJYkG7B/YtIGqaB1gr4 Gc/sjdiI025rduSU49GISvHGXa5DD+x1I8PQP7qrXyNxsz7bqqUSUhNYYpaTaYsM AuoiqQSFwqByGJxd7P+PTBhge/NCpqX1AdaxnPxVsWj1yxWyuKlN362jYggPBdCE wcXII1nNSnJl5GJfj2JAhpmIq7j3Uv0ptCLtfJSjNqDJnb0MN/nkbhtFe8b+nPE= =eZOf -----END PGP SIGNATURE----- --Sig_/lYrhQrYstqvddzqK6sFxR9o--