public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-sound/listen/files: listen-0.6.5-Makefile.patch listen-0.6.2-Makefile.patch
@ 2010-04-06 17:01 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; only message in thread
From: Samuli Suominen (ssuominen) @ 2010-04-06 17:01 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/04/06 17:01:31

  Added:                listen-0.6.5-Makefile.patch
  Removed:              listen-0.6.2-Makefile.patch
  Log:
  Version bump and remove USE="hal" wrt #313399. Fix SRC_URI wrt #311065 by Johann Schmitz. Missing dbus-python rdepend wrt #299891 by Paul Mulders.
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  media-sound/listen/files/listen-0.6.5-Makefile.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/listen/files/listen-0.6.5-Makefile.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/listen/files/listen-0.6.5-Makefile.patch?rev=1.1&content-type=text/plain

Index: listen-0.6.5-Makefile.patch
===================================================================
--- Makefile
+++ Makefile
@@ -50,10 +50,8 @@
 	echo 'Name=org.gnome.Listen' >> org.gnome.Listen.service
 	echo 'Exec=$(BINDIR)/listen' >> org.gnome.Listen.service
 
-	docbook2x-man misc/listen.1.docbook --to-stdout | gzip > listen.1.gz
+	docbook2man.pl misc/listen.1.docbook
 
-	python -m compileall src
-	python -O -m compileall src
 	@echo "Done"
 	@echo "Type: make install now"
 
@@ -104,8 +102,6 @@
 
 install: make-install-dirs
 	install -m 644 src/*.py $(DESTDIR)$(LIBDIR)/listen
-	install -m 644 src/*.pyc $(DESTDIR)$(LIBDIR)/listen
-	install -m 644 src/*.pyo $(DESTDIR)$(LIBDIR)/listen
 	for dir in $(PYSRC_DIR); do \
 		for file in src/$${dir}/*.py; do \
 			grep '^#@nodistribution' $$file >/dev/null && echo "$$file not distribued" && continue ; \
@@ -122,7 +118,7 @@
 	install -m 644 data/img/listen.png $(DESTDIR)$(DATADIR)/pixmaps/
 	
 	install -m 644 listen.desktop $(DESTDIR)$(DATADIR)/applications/
-	install -m 644 listen.1.gz $(DESTDIR)$(MANDIR)/man1/
+	install -m 644 listen.1 $(DESTDIR)$(MANDIR)/man1/
 	install -m 644 org.gnome.Listen.service $(DESTDIR)$(DBUSDIR)/services
 	
 	for lang in $(PO); do install -m 644 po/$$lang.mo $(DESTDIR)$(LOCALEDIR)/$$lang/LC_MESSAGES/listen.mo; done






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-04-06 17:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-06 17:01 [gentoo-commits] gentoo-x86 commit in media-sound/listen/files: listen-0.6.5-Makefile.patch listen-0.6.2-Makefile.patch Samuli Suominen (ssuominen)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox