~ubuntu-branches/debian/stretch/cheese/stretch

« back to all changes in this revision

Viewing changes to data/org.gnome.Cheese.gresource.xml

  • Committer: Package Import Robot
  • Author(s): Andreas Henriksson
  • Date: 2014-09-24 16:50:11 UTC
  • mfrom: (1.6.8) (15.1.9 experimental)
  • Revision ID: package-import@ubuntu.com-20140924165011-4rbu6ud0lp3fwpkp
Tags: 3.14.0-1
* New upstream release.
* Add debian/patches/revert-appstream-usage.patch
  - we don't have appstream-glib in Debian yet...
* Add debian/patches/using-fmod-link-libm.patch
  - libcheese-gtk now uses fmod and needs to link with libm
* debian/cheese.install: Ship gnome-camera-service and dbus services files
* Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<gresources>
 
3
    <gresource prefix='/org/gnome/Cheese'>
 
4
        <file>cheese.css</file>
 
5
        <file>cheese-viewport.json</file>
 
6
        <file preprocess="xml-stripblanks">cheese-main-window.ui</file>
 
7
        <file preprocess="xml-stripblanks">cheese-prefs.ui</file>
 
8
        <file preprocess="xml-stripblanks">headerbar.ui</file>
 
9
        <file>pixmaps/cheese-1.svg</file>
 
10
        <file>pixmaps/cheese-2.svg</file>
 
11
        <file>pixmaps/cheese-3.svg</file>
 
12
        <file preprocess="to-pixdata">pixmaps/thumbnail-frame.png</file>
 
13
    </gresource>
 
14
    <gresource prefix='/org/gnome/Cheese/gtk'>
 
15
        <file preprocess="xml-stripblanks">menus.ui</file>
 
16
    </gresource>
 
17
</gresources>
 
18