diff options
| author | lukefromdc <[email protected]> | 2023-06-20 03:28:58 -0400 |
|---|---|---|
| committer | raveit65 <[email protected]> | 2023-07-17 02:47:28 +0200 |
| commit | e6c5401a285e188b00c6d13e7b53d30ef6a6fe5f (patch) | |
| tree | 182221b5bbd35767084996c2c2c47a092d8bd03a /timerapplet/data/Makefile.am | |
| parent | 6dd9ab19ab5a72c203dab7c2c96277f77e222260 (diff) | |
| download | mate-applets-e6c5401a285e188b00c6d13e7b53d30ef6a6fe5f.tar.bz2 mate-applets-e6c5401a285e188b00c6d13e7b53d30ef6a6fe5f.tar.xz | |
timerapplet: port to in-process for wayland
Diffstat (limited to 'timerapplet/data/Makefile.am')
| -rw-r--r-- | timerapplet/data/Makefile.am | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/timerapplet/data/Makefile.am b/timerapplet/data/Makefile.am index 2c034da3..2b8cebd4 100644 --- a/timerapplet/data/Makefile.am +++ b/timerapplet/data/Makefile.am @@ -1,6 +1,6 @@ NULL = -APPLET_LOCATION = $(libexecdir)/timer-applet +APPLET_LOCATION = $(libdir)/mate-applets/libmate-timer-applet.so appletsdir = $(datadir)/mate-panel/applets applets_in_files = org.mate.applets.TimerApplet.mate-panel-applet.desktop.in @@ -8,19 +8,11 @@ applets_DATA = $(applets_in_files:.mate-panel-applet.desktop.in=.mate-panel- $(applets_in_files): $(applets_in_files).in Makefile $(AM_V_GEN)sed \ - -e "s|\@LOCATION\@|$(APPLET_LOCATION)|" \ + -e "s|\@APPLET_LOCATION\@|$(APPLET_LOCATION)|" \ $< > $@ $(applets_DATA): $(applets_in_files) Makefile $(AM_V_GEN) $(MSGFMT) --desktop --keyword=Name --keyword=Description --template $< -d $(top_srcdir)/po -o $@ -servicedir = $(datadir)/dbus-1/services -service_in_files = org.mate.panel.applet.TimerAppletFactory.service.in -service_DATA = $(service_in_files:.service.in=.service) - -org.mate.panel.applet.TimerAppletFactory.service: $(service_in_files) - $(AM_V_GEN)sed \ - -e "s|\@LOCATION\@|$(APPLET_LOCATION)|" \ - $< > $@ timer_gschema_in_files = org.mate.panel.applet.timer.gschema.xml.in gsettings_SCHEMAS = $(timer_gschema_in_files:.xml.in=.xml) @@ -28,7 +20,6 @@ gsettings_SCHEMAS = $(timer_gschema_in_files:.xml.in=.xml) EXTRA_DIST = \ $(applets_in_files).in \ - $(service_in_files) \ $(timer_gschema_in_files) \ timerapplet-preferences.ui \ timerapplet-resources.gresource.xml \ @@ -37,7 +28,6 @@ EXTRA_DIST = \ CLEANFILES = \ $(applets_DATA) \ $(applets_in_files) \ - $(service_DATA) \ $(gsettings_SCHEMAS) \ *.gschema.valid \ $(NULL) |
