From: David Pirotte <david@altosw.be>
To: guile-devel <guile-devel@gnu.org>
Subject: guile-lib - devel branch - patch 1 of 11
Date: Fri, 15 Jul 2016 22:40:46 -0300 [thread overview]
Message-ID: <20160715224046.161948ca@capac> (raw)
[-- Attachment #1.1: Type: text/plain, Size: 1038 bytes --]
Hello Guilers,
I've worked a bit on the autotool chain files of guile-lib, fixed make check, 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 patches so
to speak. I worked on this because I wanted to use pkg-config to check guile-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 master 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 :)
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: 0001-Fix-some-more-dirs-and-files-we-do-not-track.patch --]
[-- Type: text/x-patch, Size: 901 bytes --]
From fefdfca4fe6ef53aff695e2eebfda6a0515e3b81 Mon Sep 17 00:00:00 2001
From: David Pirotte <david@altosw.be>
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
--
2.8.1
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 473 bytes --]
reply other threads:[~2016-07-16 1:40 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/guile/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160715224046.161948ca@capac \
--to=david@altosw.be \
--cc=guile-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).