~ubuntu-branches/debian/experimental/brasero/experimental

« back to all changes in this revision

Viewing changes to data/mime/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Josselin Mouette
  • Date: 2011-03-29 16:33:51 UTC
  • mfrom: (1.3.18 upstream) (5.2.8 sid)
  • Revision ID: james.westby@ubuntu.com-20110329163351-ac3wgbh4mplmhnht
Tags: 2.91.93-1
* Only depend on growisofs instead of dvd+rw-tools.
* New upstream pre-release.
* Update build-dependencies, package names, and paths.
* Require totem-plparser 2.32 since its soname changed.
* Do not include GIR package for now, since the versioning is broken 
  (see Bugzilla #646069).
* 01_pkglibdir.patch: dropped, upstream now has a variable we can use 
  for that effect.
* 11_nautilus_menu_no_display.patch, 31_link_libice.patch, 
  50_checksum.patch: dropped, merged upstream.
* 90_relibtoolize.patch: dropped, unnecessary.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
MIMEFILES = brasero.xml.in
 
2
mimedir = $(datadir)/mime/packages
 
3
mime_DATA = brasero.xml
 
4
 
 
5
@INTLTOOL_XML_RULE@
 
6
 
 
7
CLEANFILES =    $(mime_DATA)
 
8
 
 
9
EXTRA_DIST =    $(MIMEFILES)
 
10
 
 
11
UPDATE_MIME = \
 
12
        if [ -f $(DESTDIR)$(datadir)/mime/packages/freedesktop.org.xml ] ; then \
 
13
                if which update-mime-database>/dev/null 2>&1; then \
 
14
                        update-mime-database $(DESTDIR)$(datadir)/mime; \
 
15
                fi \
 
16
        fi
 
17
 
 
18
install-data-hook: 
 
19
if UPDATE_CACHES
 
20
        $(UPDATE_MIME)
 
21
else
 
22
        @true
 
23
endif
 
24
 
 
25
uninstall-hook: 
 
26
if UPDATE_CACHES
 
27
        $(UPDATE_MIME)
 
28
else
 
29
        @true
 
30
endif
 
31
 
 
32
-include $(top_srcdir)/git.mk