~ubuntu-branches/ubuntu/utopic/pcmanfm/utopic

« back to all changes in this revision

Viewing changes to .pc/01_binary_rename.patch/data/ui/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Andrew Lee (李健秋)
  • Date: 2010-05-23 23:04:11 UTC
  • mfrom: (8.1.1 experimental)
  • Revision ID: james.westby@ubuntu.com-20100523230411-4ei3g4u14pf5rozb
Tags: 0.9.5-2
* Upload to sid. No new additional bug report since last upload into 
  experimental. (Closes:#506243, #509257, #532973, #502225, #535810, 
  #570114, #581033, #518683)
* debian/control:
  Adjusted depends/recommends for people who doesn't want to have gvfs
  on their system. Without gvfs installed, pcmanfm would still works 
  but lose volume management and trashcan support.
  - Drop depends on gamin, shared-mime-info, desktop-file-utils, dbus, 
    xdg-user-dirs
  - Recommends on lxde-icon-theme | gnome-icon-theme, gvfs-backends,
    gvfs-fuse

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
NULL=
 
2
 
 
3
# GtkBuilder UI definition files
 
4
uidir=$(datadir)/pcmanfm2/ui
 
5
ui_in_files= \
 
6
        about.glade \
 
7
        pref.glade \
 
8
        desktop-pref.glade \
 
9
        autorun.glade \
 
10
        $(NULL)
 
11
ui_DATA = $(ui_in_files:.glade=.ui)
 
12
 
 
13
EXTRA_DIST = \
 
14
        $(ui_DATA) \
 
15
        $(NULL)
 
16
 
 
17
CLEANFILES = \
 
18
        $(ui_DATA) \
 
19
        $(NULL)
 
20
 
 
21
# Purge GtkBuilder UI files
 
22
%.ui: %.glade
 
23
        cp $< $@
 
24
        $(top_builddir)/src/xml-purge $@