[clfswm-cvs] [clfswm-git]CLFSWM - A(nother) Common Lisp FullScreen Window Manager branch master updated. R-1106-161-gd519ea9

Philippe Brochard pbrochard at common-lisp.net
Thu Nov 29 08:26:36 UTC 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CLFSWM - A(nother) Common Lisp FullScreen Window Manager".

The branch, master has been updated
       via  d519ea9840cc576705b777ac5e76e220f5267bd3 (commit)
      from  6bc8e9975aa46b1a4b7e4f6c574db51dfeecc484 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit d519ea9840cc576705b777ac5e76e220f5267bd3
Author: Philippe Brochard <pbrochard at common-lisp.net>
Date:   Thu Nov 29 09:26:30 2012 +0100

    Make install *.desktop files

diff --git a/Makefile b/Makefile
index 6abff76..58e778a 100644
--- a/Makefile
+++ b/Makefile
@@ -30,11 +30,15 @@ install: clfswm
 	mkdir -p $(DESTDIR)/lib/clfswm
 	mkdir -p $(DESTDIR)/share/doc/clfswm
 	mkdir -p $(DESTDIR)/man/man.1
+	mkdir -p $(DESTDIR)/share/applications
+	mkdir -p $(DESTDIR)/share/xsessions
 	cp clfswm $(DESTDIR)/bin/
 	cp -R contrib/* $(DESTDIR)/lib/clfswm/
 	cp doc/* $(DESTDIR)/share/doc/clfswm/
 	cp README COPYING AUTHORS $(DESTDIR)/share/doc/clfswm/
 	cp clfswm.1 $(DESTDIR)/man/man.1/
+	cp clfswm.desktop $(DESTDIR)/share/applications/
+	cp clfswm-session.desktop $(DESTDIR)/share/xsessions/
 
 
 uninstall:
@@ -43,6 +47,8 @@ uninstall:
 	rm -rf $(DESTDIR)/lib/clfswm/*
 	rm -f $(DESTDIR)/share/doc/clfswm/*
 	rm -f $(DESTDIR)/man/man.1/clfswm.1
+	rm -f $(DESTDIR)/share/applications/clfswm.desktop
+	rm -f $(DESTDIR)/share/xsessions/clfswm-session.desktop
 	rmdir $(DESTDIR)/lib/clfswm
 	rmdir $(DESTDIR)/share/doc/clfswm
 

-----------------------------------------------------------------------

Summary of changes:
 Makefile |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
CLFSWM - A(nother) Common Lisp FullScreen Window Manager




More information about the clfswm-cvs mailing list