unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
From: Jan Nieuwenhuizen <janneke@gnu.org>
Cc: Guile Users <guile-user@gnu.org>,
	guile-gtk discussions <guile-gtk-general@gnu.org>
Subject: Re: guile-gnome releases: platform 2.7.96, bunch of "extras"
Date: Thu, 18 Nov 2004 00:51:55 +0100	[thread overview]
Message-ID: <87ekisf2zo.fsf@peder.flower> (raw)
In-Reply-To: <87is84f4yc.fsf@peder.flower> (Jan Nieuwenhuizen's message of "Thu, 18 Nov 2004 00:09:31 +0100")

Jan Nieuwenhuizen writes:

> Here's another one:

I'll stop now, you'll get the idea, and libwnck-2.8.0 builds.

Jan.

--- ./common.mk~	2004-11-11 20:23:24 +0100
+++ common.mk	2004-11-18 00:08:15 +0100
@@ -43,7 +43,7 @@
 	PKG_PATH += $(shell echo $(AG_PACKAGES:%=$(top_builddir)/%) | sed 's, ,:,g')
 @MK@endif
 
-GUILE_LOAD_PATH := $(PKG_PATH):${G_WRAP_MODULE_DIR}:${GUILE_LOAD_PATH}
+GUILE_LOAD_PATH := $(top_builddir)/glib:$(PKG_PATH):${G_WRAP_MODULE_DIR}:${GUILE_LOAD_PATH}
 export GUILE_LOAD_PATH
 
 .c.x:
@@ -69,6 +69,6 @@
 	cp $< $@
 
 # Real gnu make foo
-packages = $(filter-out %-uninstalled,$(patsubst %.pc.in,%,$(wildcard *.pc.in)))
+packages = $(filter-out %-uninstalled,$(patsubst $(srcdir)/%.pc.in,%,$(wildcard $(srcdir)/*.pc.in)))
 pcifiles = $(patsubst %,%-@API_VERSION@.pc,$(packages))
 pcufiles = $(patsubst %,%-@API_VERSION@-uninstalled.pc,$(packages))
--- ./defs/gnome/defs/Makefile.am~	2004-11-16 09:40:25 +0100
+++ ./defs/gnome/defs/Makefile.am	2004-11-18 00:25:39 +0100
@@ -2,7 +2,7 @@
 
 defsdir = $(guilemoduledir)/defs
 
-defs_DATA = $(wildcard *.defs)
+defs_DATA = $(notdir $(wildcard $(srcdir)/*.defs))
 
 EXTRA_DIST = $(defs_DATA)
 
--- ./gtk/gnome/overrides/Makefile.am~	2004-11-10 21:51:52 +0100
+++ ./gtk/gnome/overrides/Makefile.am	2004-11-18 00:29:10 +0100
@@ -2,6 +2,6 @@
 
 moduledir = $(guilemoduledir)/overrides
 
-module_DATA = $(wildcard *.defs*)
+module_DATA = $(notdir $(wildcard $(srcdir)/*.defs*))
 
 EXTRA_DIST = $(module_DATA)
--- ./gnome-vfs/examples/gnome-vfs/Makefile.am~	2004-10-09 14:16:33 +0200
+++ ./gnome-vfs/examples/gnome-vfs/Makefile.am	2004-11-18 00:35:40 +0100
@@ -1,3 +1,3 @@
 exampledir = $(pkgdatadir)/examples/gnome-vfs
-example_DATA = $(wildcard *.scm)
+example_DATA = $(notdir $(wildcard $(srcdir)/*.scm))
 EXTRA_DIST = $(example_DATA)
--- ./gconf/examples/gconf/Makefile.am~	2004-10-09 14:19:09 +0200
+++ ./gconf/examples/gconf/Makefile.am	2004-11-18 00:35:13 +0100
@@ -1,3 +1,3 @@
 exampledir = $(pkgdatadir)/examples/gconf
-example_DATA = $(wildcard *.scm)
+example_DATA = $(notdir $(wildcard $(srcdir)/*.scm))
 EXTRA_DIST = $(example_DATA)

-- 
Jan Nieuwenhuizen <janneke@gnu.org> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org


_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-user


      reply	other threads:[~2004-11-17 23:51 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-11-15 20:41 guile-gnome releases: platform 2.7.96, bunch of "extras" Andy Wingo
2004-11-16 17:07 ` David Pirotte
2004-11-16 17:13 ` guile-gnome releases: platform 2.7.96 // make --> error David Pirotte
2004-11-16 19:46 ` guile-gnome releases: platform 2.7.96, bunch of "extras" Neil Jerram
2004-11-16 20:10   ` Greg Troxel
2004-11-17 14:05     ` guile-gtk Bill Schottstaedt
2004-11-17 19:27       ` guile-gtk Greg Troxel
2004-11-21 17:00       ` guile-gtk Andy Wingo
2004-11-17 20:03 ` guile-gnome releases: platform 2.7.96, bunch of "extras" Jan Nieuwenhuizen
2004-11-17 23:09   ` Jan Nieuwenhuizen
2004-11-17 23:51     ` Jan Nieuwenhuizen [this message]

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=87ekisf2zo.fsf@peder.flower \
    --to=janneke@gnu.org \
    --cc=guile-gtk-general@gnu.org \
    --cc=guile-user@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).