Re: librep 0.17.1 and rep-gtk 0.18.1 released
- From: ritz <khadgaray gmail com>
- To: General discussion about sawfish wm <sawfish-list gnome org>
- Subject: Re: librep 0.17.1 and rep-gtk 0.18.1 released
- Date: Sat, 04 Oct 2008 03:34:29 +0530
Hello
On Thu, 2008-08-14 at 17:57 +0200, Christopher Bratusek wrote:
> Hi all,
>
> librep 0.17.1 and rep-gtk 0.18.1 are finally out!
>
> Release Announcement:
>
> http://www.nanolx.org/index.php?option=com_content&view=article&id=59
To build and use rep-gtk on fedora, i had to edit the Makefile.in. Patch
attached.
examples were removed, as these are managed by rpm itself[1]
>
> Happy installing!
>
> Chris
>
> GNOME/Sawfish rule!
[1] http://people.redhat.com/rkhadgar/personal/fedora/rep-gtk.spec
--
Ritesh Khadgaray
Ph: +919970164885
Desktop LinuX N Stuff, RHCE
Software Maintenance Engineer, Pune, Red Hat
ॐ मणि पद्मे हूँ
Eat Right, Exercise, Die Anyway.
--- /tmp/o/Makefile.in.orig 2008-10-04 01:11:53.000000000 +0530
+++ Makefile.in 2008-10-04 01:57:30.000000000 +0530
@@ -33,7 +33,7 @@
CC= CC@
CPPFLAGS= CPPFLAGS@
-CFLAGS= CFLAGS@ @DEVELOPMENT_CFLAGS@
+CFLAGS= CFLAGS@
LDFLAGS= LDFLAGS@
override CPPFLAGS += -DHAVE_CONFIG_H -I.
override CFLAGS += @GLIB_CFLAGS@ @GTK_CFLAGS@ @REP_CFLAGS@ @LIBGLADE_CFLAGS@ @GNOME_CFLAGS@ @GNOMEUI_CFLAGS@ @GNOME_CANVAS_CFLAGS@ @GDK_PIXBUF_CFLAGS@
@@ -105,18 +105,15 @@
printf "\nrep_open_globally=yes\n" >>$(DESTDIR)$(installdir)/$$f; \
done
$(rep_INSTALL_ALIASES) -c . $(DESTDIR)$(installdir)
- install -d $(DESTDIR)/@prefix@/lib/pkgconfig/
- install -m644 rep-gtk.pc $(DESTDIR)/@prefix@/lib/pkgconfig/
- install -d $(DESTDIR)/@prefix@/share/doc/rep-gtk- version@/
- install -m755 examples/* $(DESTDIR)/@prefix@/share/doc/rep-gtk- version@/
+ install -d $(DESTDIR)/@libdir@/pkgconfig/
+ install -m644 rep-gtk.pc $(DESTDIR)/@libdir@/pkgconfig/
installdirs : $(top_srcdir)/mkinstalldirs
$(SHELL) $(top_srcdir)/mkinstalldirs $(DESTDIR)$(installdir)/gui/gtk-2
uninstall :
$(rep_DL_UNINSTALL) $(DESTDIR)$(installdir)/$(OUT)
- rm -f $(DESTDIR)/@prefix@/lib@/pkgconfig/rep-gtk.pc
- rm -rf $(DESTDIR)/@prefix@/share/doc/rep-gtk- version@/
+ rm -f $(DESTDIR)/@libdir@/pkgconfig/rep-gtk.pc
clean :
rm -f *-glue.c *~ core *.jlc *.o *.lo *.la
[Date Prev][
Date Next] [Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]