SOURCES: quodlibet-Makefile.patch - updated

dzeus dzeus at pld-linux.org
Thu Dec 7 21:18:53 CET 2006


Author: dzeus                        Date: Thu Dec  7 20:18:53 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- updated

---- Files affected:
SOURCES:
   quodlibet-Makefile.patch (1.6 -> 1.7) 

---- Diffs:

================================================================
Index: SOURCES/quodlibet-Makefile.patch
diff -u SOURCES/quodlibet-Makefile.patch:1.6 SOURCES/quodlibet-Makefile.patch:1.7
--- SOURCES/quodlibet-Makefile.patch:1.6	Tue Dec 20 18:15:51 2005
+++ SOURCES/quodlibet-Makefile.patch	Thu Dec  7 21:18:48 2006
@@ -1,27 +1,26 @@
-diff -urN quodlibet-0.16.orig/Makefile quodlibet-0.16/Makefile
---- quodlibet-0.16.orig/Makefile	2005-12-20 00:52:23.204824592 +0100
-+++ quodlibet-0.16/Makefile	2005-12-20 00:57:22.584311992 +0100
-@@ -15,7 +15,7 @@
+diff -urN quodlibet-0.24.orig/Makefile quodlibet-0.24/Makefile
+--- quodlibet-0.24.orig/Makefile	2006-10-05 15:03:59.000000000 +0200
++++ quodlibet-0.24/Makefile	2006-12-07 21:03:56.838220468 +0100
+@@ -10,15 +10,15 @@
+ all:
+ 	@/bin/echo -n "Checking for Python... "
+ 	@which python || ( echo "Not found." && /bin/false )
+-	@./check.py $(DESTDIR)$(PREFIX)/$(TO)
++	@./check.py $(DESTDIR)$(LIBDIR)/quodlibet
+ 
  make-install-dirs:
  	mkdir -p $(DESTDIR)$(PREFIX)/share/man/man1
  	mkdir -p $(DESTDIR)$(PREFIX)/bin
 -	mkdir -p $(DESTDIR)$(PREFIX)/$(TO)
 +	mkdir -p $(DESTDIR)$(LIBDIR)/quodlibet
  
- # Failure to build POT/MO files is non-fatal in case there is a clock
- # skew on the user's system and they don't have intltool/gettext installed;
-@@ -23,8 +23,8 @@
- # have (potentially) outdated translations. Ideally any developers
- # installing the SVN version will have intltool and so it will build fine.
  install: make-install-dirs install-dirs install-programs
--	install -m 644 $(MODULES) rhythmbox-*.png $(DESTDIR)$(PREFIX)/$(TO)
--	-for E in $(EXTENSIONS); do (test -e $$E && install -m 755 -D $$E $(DESTDIR)$(PREFIX)/$(TODEP)/$$E); done
-+	install -m 644 $(MODULES) rhythmbox-*.png $(DESTDIR)$(LIBDIR)/quodlibet
-+	-for E in $(EXTENSIONS); do (test -e $$E && install -m 755 -D $$E $(DESTDIR)$(LIBDIR)/quodlibet/$$E); done
- 	-cd po && make install-po DESTDIR=$(DESTDIR)
+-	install -m 644 $(MODULES) audio-*.png media-*.png device-*.png $(DESTDIR)$(PREFIX)/$(TO)
++	install -m 644 $(MODULES) audio-*.png media-*.png device-*.png $(DESTDIR)$(LIBDIR)/quodlibet
+ 	for E in $(EXTENSIONS); do (test -e $$E && install -m 755 -D $$E $(DESTDIR)$(PREFIX)/$(TODEP)/$$E); done
+ 	cd po && make install-po DESTDIR=$(DESTDIR)
  
- install-dirs: $(addprefix dir-install-, $(MODULE_DIRS))
-@@ -32,16 +32,16 @@
+@@ -27,16 +27,16 @@
  install-programs: $(addprefix app-install-, $(PROGRAMS))
  
  dir-install-%: make-install-dirs
@@ -42,4 +41,4 @@
 +	ln -sf $(LIBDIR)/quodlibet/$*.py $(DESTDIR)$(PREFIX)/bin/$*
  
  clean:
- 	rm -f *.pyc */*.pyc $(EXTENSIONS) messages.mo
+ 	rm -f *.py[co] */*.py[co] $(EXTENSIONS) messages.mo
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/quodlibet-Makefile.patch?r1=1.6&r2=1.7&f=u



More information about the pld-cvs-commit mailing list