* guile-lib - devel branch - patch 1 of 11
@ 2016-07-16 1:40 David Pirotte
0 siblings, 0 replies; only message in thread
From: David Pirotte @ 2016-07-16 1:40 UTC (permalink / raw)
To: guile-devel
[-- 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 --]
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2016-07-16 1:40 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-16 1:40 guile-lib - devel branch - patch 1 of 11 David Pirotte
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).