sawfish r4321 - in trunk: . man



Author: chrisb
Date: Sat Dec 20 09:05:36 2008
New Revision: 4321
URL: http://svn.gnome.org/viewvc/sawfish?rev=4321&view=rev

Log:
added sawfish.pc
improved distclean rule


Added:
   trunk/sawfish.pc.in
Modified:
   trunk/ChangeLog
   trunk/Makefile.in
   trunk/configure.in
   trunk/man/news.texi

Modified: trunk/Makefile.in
==============================================================================
--- trunk/Makefile.in	(original)
+++ trunk/Makefile.in	Sat Dec 20 09:05:36 2008
@@ -55,7 +55,8 @@
 	    $(INSTALL_SCRIPT) $(srcdir)/moved $(DESTDIR)$(bindir)/$$f; \
 	  fi \
 	done
-
+	mkdir -p $(DESTDIR)$(libdir)/pkgconfig/
+	$(INSTALL_DATA) $(top_srcdir)/sawfish.pc $(DESTDIR)$(libdir)/pkgconfig/
 installdirs : mkinstalldirs
 	$(SHELL) $< $(DESTDIR)$(sawfishdir)/$(version) \
 	  $(DESTDIR)$(bindir) $(DESTDIR)$(sawfishexecdir) \
@@ -87,7 +88,7 @@
 	  [ -d $$dir ] && ( cd $$dir && $(MAKE) $@ ) || exit 1; \
 	done
 	rm -f config.cache config.h config.log config.status Makedefs Makefile
-	rm -f *~ NEWS DOC* TAGS build.h sawfish.spec
+	rm -f *~ NEWS DOC* TAGS build.h sawfish.spec sawfish*.ebuild sawfish.pc
 
 distclean : realclean
 

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Sat Dec 20 09:05:36 2008
@@ -31,7 +31,7 @@
 output_files="src/Makefile lisp/Makefile scripts/Makefile themes/Makefile\
  lisp/sawfish/ui/Makefile lisp/sawfish/gtk/Makefile sounds/Makefile\
  man/Makefile po/Makefile Makedefs Makefile sawfish.spec\
- lisp/sawfish/gtk/widgets/font.jl"
+ lisp/sawfish/gtk/widgets/font.jl sawfish.pc sawfish.ebuild"
 
 SUBDIRS="src lisp scripts themes sounds man po"
 AC_SUBST(SUBDIRS)
@@ -362,6 +362,8 @@
 dnl Build all files
 AC_OUTPUT(${output_files})
 
+mv sawfish.ebuild sawfish-$version.ebuild
+
 dnl If it doesn't look like GNU Make is being used, give a friendly warning
 tem=`make --version -f /dev/null 2>&1 | grep GNU`
 if test "x$tem" = "x"; then

Modified: trunk/man/news.texi
==============================================================================
--- trunk/man/news.texi	(original)
+++ trunk/man/news.texi	Sat Dec 20 09:05:36 2008
@@ -6,6 +6,36 @@
 they occurred between. For more detailed information see the
 @file{ChangeLog} files in the Sawfish source tree.
 
+ heading 1.5.0
+
+ itemize @bullet
+
+ item The 1.5.0 release has new features and bugfixes
+
+ item New/Updated requirements:
+ itemize @minus
+
+ item librep 0.17 -> 0.17.3
+
+ item rep-gtk 0.18.3 -> 0.18.4
+ end itemize
+
+ item New features:
+ itemize @minus
+
+ item Added ebuild [Harald van Dijk]
+ end itemize
+
+ item Other changes:
+ itemize @minus
+ item rep.m4 has been dropped use librep.pc/rep-gtk.pc instead [Christopher Bratusek]
+
+ item Added sawfish.pc [Christopher Bratusek]
+
+ item Improved Makefile's distclean rule [Christopher Bratusek]
+ end itemize
+ end itemize
+
 @heading 1.3.5
 
 @itemize @bullet

Added: trunk/sawfish.pc.in
==============================================================================
--- (empty file)
+++ trunk/sawfish.pc.in	Sat Dec 20 09:05:36 2008
@@ -0,0 +1,9 @@
+prefix= prefix@
+exec_prefix= exec_prefix@
+libdir= libdir@
+includedir= includedir@
+
+Name: sawfish
+Description: The Sawfish X11 Window Manager
+Version: @version@
+Requires: librep rep-gtk



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]