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 11 of 11 Date: Fri, 15 Jul 2016 22:51:47 -0300 Message-ID: <20160715225147.79389580@capac> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; boundary="Sig_/roIT_LWPEAhfri2IFKby/xx"; protocol="application/pgp-signature" X-Trace: ger.gmane.org 1468633948 9365 80.91.229.3 (16 Jul 2016 01:52:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 16 Jul 2016 01:52:28 +0000 (UTC) To: guile-devel Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sat Jul 16 03:52:16 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 1bOEm8-0007OR-2g for guile-devel@m.gmane.org; Sat, 16 Jul 2016 03:52:16 +0200 Original-Received: from localhost ([::1]:35612 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bOEm7-0000U4-Ey for guile-devel@m.gmane.org; Fri, 15 Jul 2016 21:52:15 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44290) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bOEls-0000Tq-J6 for guile-devel@gnu.org; Fri, 15 Jul 2016 21:52:01 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bOElo-00044Y-DW for guile-devel@gnu.org; Fri, 15 Jul 2016 21:51:59 -0400 Original-Received: from maximusconfessor.all2all.org ([79.99.200.102]:34309) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bOElo-00044U-3N for guile-devel@gnu.org; Fri, 15 Jul 2016 21:51:56 -0400 Original-Received: from localhost (unknown [192.168.0.2]) by maximusconfessor.all2all.org (Postfix) with ESMTP id A0188A04C143 for ; Sat, 16 Jul 2016 03:51:55 +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 QiP+V448-XSa for ; Sat, 16 Jul 2016 03:51:50 +0200 (CEST) Original-Received: from capac (unknown [177.17.12.124]) by maximusconfessor.all2all.org (Postfix) with ESMTPSA id 663BCA04C141 for ; Sat, 16 Jul 2016 03:51:50 +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:18520 Archived-At: --Sig_/roIT_LWPEAhfri2IFKby/xx Content-Type: multipart/mixed; boundary="MP_/hKxhIXwpJgxcmvSnC/d9N3y" --MP_/hKxhIXwpJgxcmvSnC/d9N3y Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Content-Disposition: inline guile-lib - devel branch - patch 11 of 11 --MP_/hKxhIXwpJgxcmvSnC/d9N3y Content-Type: text/x-patch Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename=0011-Adding-meta-guile-lib-1.0.pc.patch =46rom 81b970434fe1dd7423e507a528f15f10366549bd Mon Sep 17 00:00:00 2001 From: David Pirotte Date: Fri, 15 Jul 2016 19:43:29 -0300 Subject: [PATCH 11/11] Adding meta/guile-lib-1.0.pc * meta/guile-lib-1.0.pc.in: New file. * .gitignore: * Makefile.am: * configure.ac: Updated for the above. --- .gitignore | 1 + Makefile.am | 3 +++ configure.ac | 13 ++++++++----- meta/guile-lib-1.0.pc.in | 11 +++++++++++ 4 files changed, 23 insertions(+), 5 deletions(-) create mode 100644 meta/guile-lib-1.0.pc.in diff --git a/.gitignore b/.gitignore index 76a4aba..997b789 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,7 @@ build-aux /configure /install-sh /missing +/meta/guile-lib-1.0.pc /doc/guile-library.info /doc/stamp-vti /doc/version.texi diff --git a/Makefile.am b/Makefile.am index 5c7ea91..286db5c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -26,6 +26,7 @@ =20 =20 pkgconfigdir=3D$(libdir)/pkgconfig +pkgconfig_DATA=3Dmeta/guile-lib-1.0.pc =20 SUBDIRS =3D \ src \ @@ -45,8 +46,10 @@ EXTRA_DIST =3D \ NEWS \ README \ dev-environ.in \ + meta/guile-lib-1.0.pc.in \ $(wildcard m4/*) =20 + distclean-local: rm -f Makefile.in rm -f aclocal.m4 diff --git a/configure.ac b/configure.ac index 710ce5a..8adf02a 100644 --- a/configure.ac +++ b/configure.ac @@ -33,6 +33,9 @@ along with Guile-Lib. If not, see =20 AC_PREREQ(2.69) =20 +dnl let's bump the version to x.x.x-dev while working on the devel +dnl branch, so who ever uses it and/or run 'make dist' or 'make +dnl distcheck' are aware it is a wip version. AC_INIT( [guile-lib], [0.2.3-dev], @@ -55,11 +58,10 @@ AC_CONFIG_SRCDIR(src/md5.scm) AC_SUBST(ACLOCAL_FLAGS,$ACLOCAL_FLAGS) =20 GUILE_PKG([2.2 2.0]) -dnl must be changed to 2.0.12 before to release it needs recent -dnl stable-2.0 texinfo patches so 'make check' pass. I'm using git so -dnl I have all these patches locally, however 2.0.11 distro would -dnl fail. -GUILE_PROGS([2.0.11]) +dnl although no change has been made to any module, we bumped the +dnl dependency version to 2.0.12 [or higher], because it has texinfo +dnl patches so 'make check' pass. +GUILE_PROGS([2.0.12]) GUILE_SITE_DIR GUILE_GLOBAL_SITE_DIR GUILE_SITE_CCACHE_DIR @@ -77,6 +79,7 @@ AC_CONFIG_FILES( [chmod +x dev-environ]) =20 AC_CONFIG_FILES([ + meta/guile-lib-1.0.pc Makefile src/Makefile doc/Makefile diff --git a/meta/guile-lib-1.0.pc.in b/meta/guile-lib-1.0.pc.in new file mode 100644 index 0000000..7bf16b4 --- /dev/null +++ b/meta/guile-lib-1.0.pc.in @@ -0,0 +1,11 @@ +# Package Information for pkg-config + +prefix=3D@prefix@ +module_directory=3D@GUILE_GLOBAL_SITE@ + +Name: Guile-Lib + +Description: Guile-lib, also known as Guile-Library, is a down-scaled, +limited-scope CPAN for Guile + +Version: @VERSION@ --=20 2.8.1 --MP_/hKxhIXwpJgxcmvSnC/d9N3y-- --Sig_/roIT_LWPEAhfri2IFKby/xx Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBCAAGBQJXiZMzAAoJEPN0/ZOjBXrXVvAH+gJ1WY0WU8wQjenFdNqHNGFr /3mh1DZ+GWk8bqpfi/2j77MrI2zkztTWWSzWmvc8Y+b0Pk5lvwFVz9/rDNCXR8I1 cDscb/RhkeRjVRSt7rYm/bX+kG4JwbcDhcoxieKSQZt8qR17GCniX6HM8/0G6d0E RXZq+Och+tzHUAUvcTXxIAi98FX5YmIkylbgFLw7ephc4fV413/HxE+Y0lqrfotU 0QzGYEDTTWLMvtchxuignPOeG9DMuShLA7rxz8WkcR0kAJCKYT0sdph2nS2vSUpl Qg16/0KkAq5tLeVxFrqr0wkn37wgOqV8Z0Z8JZtYWnXv89fkCSVFZgJYvOqDEhU= =3Oj5 -----END PGP SIGNATURE----- --Sig_/roIT_LWPEAhfri2IFKby/xx--