~ubuntu-branches/ubuntu/precise/virt-viewer/precise

« back to all changes in this revision

Viewing changes to debian/patches/0002-Define-GLADE_DIR.patch

  • Committer: Bazaar Package Importer
  • Author(s): Laurent Bigonville
  • Date: 2010-07-12 23:09:44 UTC
  • mfrom: (1.1.2 upstream) (0.4.1 sid)
  • Revision ID: james.westby@ubuntu.com-20100712230944-2tvx01h0xas5cfkx
Tags: 0.2.1-1ubuntu1
* Merge with Debian unstable. Remaining changes:
  - Put plugins in /usr/lib/{xulrunner-addons,mozilla,firefox-addons}/plugins
    instead of the iceape and iceweasel equivalents.
  - mozilla-virt-viewer Depends on firefox | seamonkey instead of iceape and
    iceweasel.
  - Add Plugin Finder Service metadata for web plugin.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
From: =?UTF-8?q?Guido=20G=C3=BCnther?= <agx@sigxcpu.org>
 
2
Date: Tue, 2 Feb 2010 20:44:38 +0100
 
3
Subject: [PATCH] Define GLADE_DIR
 
4
 
 
5
so the plugin can find the glade files.
 
6
---
 
7
 plugin/Makefile.am |    2 ++
 
8
 1 files changed, 2 insertions(+), 0 deletions(-)
 
9
 
 
10
diff --git a/plugin/Makefile.am b/plugin/Makefile.am
 
11
index 93284cc..dde76a9 100644
 
12
--- a/plugin/Makefile.am
 
13
+++ b/plugin/Makefile.am
 
14
@@ -3,6 +3,8 @@ if ENABLE_PLUGIN
 
15
 plugindir       = $(libdir)/mozilla/plugins
 
16
 plugin_LTLIBRARIES = virt-viewer-plugin.la
 
17
 
 
18
+gladedir = $(pkgdatadir)/ui
 
19
+
 
20
 virt_viewer_plugin_la_SOURCES = \
 
21
        ../src/util.c ../src/util.h \
 
22
        ../src/auth.c ../src/auth.h \
 
23
--