rpms/rhythmbox/devel 0001-Fix-installation-of-the-sendto-plugin.patch, NONE, 1.1

Bastien Nocera hadess at fedoraproject.org
Mon Feb 22 00:47:21 UTC 2010


Author: hadess

Update of /cvs/pkgs/rpms/rhythmbox/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18508

Added Files:
	0001-Fix-installation-of-the-sendto-plugin.patch 
Log Message:
add missing patch

0001-Fix-installation-of-the-sendto-plugin.patch:
 Makefile.am |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

--- NEW FILE 0001-Fix-installation-of-the-sendto-plugin.patch ---
>From 8e77270fa73334a93360a72a847e5b3eb3bc99a6 Mon Sep 17 00:00:00 2001
From: Bastien Nocera <hadess at hadess.net>
Date: Mon, 22 Feb 2010 00:42:08 +0000
Subject: [PATCH] Fix installation of the sendto plugin

We need to install the .py file, and put the .rb-plugin file in
the right directory as well.
---
 plugins/sendto/Makefile.am |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/plugins/sendto/Makefile.am b/plugins/sendto/Makefile.am
index 93aa586..7b9a1a7 100644
--- a/plugins/sendto/Makefile.am
+++ b/plugins/sendto/Makefile.am
@@ -1,11 +1,13 @@
-plugindir = $(PLUGINDIR)
+plugindir = $(PLUGINDIR)/sendto
 
 plugin_in_files = sendto.rb-plugin.in
 %.rb-plugin: %.rb-plugin.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*po) ; $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache
 
 plugin_DATA = $(plugin_in_files:.rb-plugin.in=.rb-plugin)
 
-EXTRA_DIST = $(plugin_in_files) __init__.py
+plugin_PYTHON = __init__.py
+
+EXTRA_DIST = $(plugin_in_files)
 
 CLEANFILES = $(plugin_DATA)
 DISTCLEANFILES = $(plugin_DATA)
-- 
1.6.6.1




More information about the scm-commits mailing list