~jconti/recent-notifications/ppa-gnome3

« back to all changes in this revision

Viewing changes to data/Makefile.am

  • Committer: Jason Conti
  • Date: 2012-04-11 20:53:14 UTC
  • Revision ID: jason.conti@gmail.com-20120411205314-j3hgrs6etqa5b64h
Tags: upstream-0.5.2
ImportĀ upstreamĀ versionĀ 0.5.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
SUBDIRS = icons
 
2
 
 
3
appletdir = $(LIBPANELAPPLET_DIR)
 
4
applet_file = net.launchpad.RecentNotifications.panel-applet
 
5
applet_DATA = $(applet_file)
 
6
 
 
7
$(applet_file).in: $(applet_file).in.in
 
8
        sed \
 
9
          -e "s|\@LOCATION\@|$(libexecdir)|" \
 
10
          $< > $@
 
11
 
 
12
@PANEL_INTLTOOL_PANEL_APPLET_RULE@
 
13
 
 
14
servicedir = $(datadir)/dbus-1/services
 
15
service_file = org.gnome.panel.applet.RecentNotificationsFactory.service
 
16
service_DATA = $(service_file)
 
17
 
 
18
@INTLTOOL_SERVICE_RULE@
 
19
 
 
20
$(service_file).in: $(service_file).in.in
 
21
        sed \
 
22
          -e "s|\@LOCATION\@|$(libexecdir)|" \
 
23
          $< > $@
 
24
 
 
25
gsettings_file = net.launchpad.RecentNotifications.gschema.xml
 
26
gsettings_SCHEMAS = $(gsettings_file)
 
27
 
 
28
@INTLTOOL_XML_NOMERGE_RULE@
 
29
 
 
30
$(gsettings_file).in: $(gsettings_file).in.in
 
31
        sed \
 
32
          -e "s|\@GETTEXT_PACKAGE\@|$(GETTEXT_PACKAGE)|" \
 
33
          $< > $@
 
34
 
 
35
@GSETTINGS_RULES@
 
36
 
 
37
uidir = $(datadir)/$(PACKAGE)/ui
 
38
ui_DATA = \
 
39
        applet-menu.xml \
 
40
        preferences-dialog.ui
 
41
 
 
42
EXTRA_DIST = \
 
43
        $(applet_file).in.in \
 
44
        $(service_file).in.in \
 
45
        $(gsettings_file).in.in \
 
46
        $(ui_DATA)
 
47
 
 
48
CLEANFILES = \
 
49
        $(applet_file) \
 
50
        $(applet_file).in \
 
51
        $(service_file) \
 
52
        $(service_file).in \
 
53
        $(gsettings_file) \
 
54
        $(gsettings_file).in \
 
55
        *.gschema.valid