Re: [SF] librep 0.17.1 and rep-gtk 0.18.1 released
- From: "Mihai T. Lazarescu" <mtlagm gmail com>
- To: Christopher Bratusek <nano-master gmx de>
- Subject: Re: [SF] librep 0.17.1 and rep-gtk 0.18.1 released
- Date: Thu, 14 Aug 2008 18:47:03 +0200
On Thu, Aug 14, 2008 at 05:57:53PM +0200, Christopher Bratusek wrote:
> librep 0.17.1 and rep-gtk 0.18.1 are finally out!
Hi Christopher,
I had to patch Makefile.in to get rep-gtk.pc installed
in the proper place to build an RPM -- patch attached.
Out of the box it got installed by rpmbuild in:
/usr/usr/lib/pkgconfig/rep-gtk.pc
I suspect that @libdir@ has already the value of @prefix@
prefixed. :)
> Happy installing!
Are these compatible with the current sawfish version (1.3.3)?
Mihai
diff -ru rep-gtk-0.18.1-orig/Makefile.in rep-gtk-0.18.1/Makefile.in
--- rep-gtk-0.18.1-orig/Makefile.in 2008-08-08 22:39:18.000000000 +0200
+++ rep-gtk-0.18.1/Makefile.in 2008-08-14 18:34:07.000000000 +0200
@@ -105,8 +105,8 @@
printf "\nrep_open_globally=yes\n" >>$(DESTDIR)$(installdir)/$$f; \
done
$(rep_INSTALL_ALIASES) -c . $(DESTDIR)$(installdir)
- install -d $(DESTDIR)/@prefix@/@libdir@/pkgconfig/
- install -m644 rep-gtk.pc $(DESTDIR)/@prefix@/@libdir@/pkgconfig/
+ install -d $(DESTDIR)/@libdir@/pkgconfig/
+ install -m644 rep-gtk.pc $(DESTDIR)/@libdir@/pkgconfig/
install -d $(DESTDIR)/@prefix@/share/doc/rep-gtk- version@/
install -m755 examples/* $(DESTDIR)/@prefix@/share/doc/rep-gtk- version@/
@@ -115,7 +115,7 @@
uninstall :
$(rep_DL_UNINSTALL) $(DESTDIR)$(installdir)/$(OUT)
- rm -f $(DESTDIR)/@prefix@/@libdir@/pkgconfig/rep-gtk.pc
+ rm -f $(DESTDIR)/@libdir@/pkgconfig/rep-gtk.pc
rm -rf $(DESTDIR)/@prefix@/share/doc/rep-gtk- version@/
clean :
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]