Skip to content
Snippets Groups Projects
Verified Commit c4b51c2e authored by Bobby Rong's avatar Bobby Rong :rice_ball:
Browse files

build: Remove un-needed PLUGIN_PATH substitution in desktop file

Probably never used since the beginning in 11faf134.
parent c3b14413
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@ Makefile
/src/.dirstamp
*.o
/src/xfce4-screenshooter
/src/xfce4-screenshooter.desktop*
/src/xfce4-screenshooter.desktop
/stamp-h1
src/xfce4-screenshooter.appdata.xml
/protocols/.dirstamp
......
......@@ -218,17 +218,9 @@ endif
# Desktop file for the application
app_desktopdir = $(datadir)/applications
app_desktop_in_in_files = src/xfce4-screenshooter.desktop.in.in
app_desktop_in_files = $(app_desktop_in_in_files:.desktop.in.in=.desktop.in)
app_desktop_in_files = src/xfce4-screenshooter.desktop.in
app_desktop_DATA = $(app_desktop_in_files:.desktop.in=.desktop)
src/xfce4-screenshooter.desktop.in: src/xfce4-screenshooter.desktop.in.in
$(AM_V_GEN) ( \
$(MKDIR_P) $(dir $@); \
sed -e "s^@PLUGIN_PATH@^$(libexecdir)/applications^" \
$< > $@ \
)
src/xfce4-screenshooter.desktop: src/xfce4-screenshooter.desktop.in
$(AM_V_GEN)$(MSGFMT) --desktop --template $< -d $(top_srcdir)/po -o $@
......@@ -341,7 +333,7 @@ dist-hook: ChangeLog
EXTRA_DIST += \
lib/screenshooter-marshal.list \
lib/screenshooter-imgur-dialog.ui \
$(app_desktop_in_in_files) \
$(app_desktop_in_files) \
$(panel_desktop_in_files) \
$(16icons_DATA) \
$(24icons_DATA) \
......@@ -356,7 +348,7 @@ DISTCLEANFILES += \
stamp-screenshooter-marshal.h \
$(lib_libscreenshooter_built_sources) \
lib/stamp-screenshooter-marshal.h \
$(app_desktop_DATA) $(app_desktop_in_files) \
$(app_desktop_DATA) \
$(panel_desktop_DATA) \
$(appdata_DATA) \
xfce4-screenshooter.1
......
......@@ -8,7 +8,7 @@ lib/screenshooter-capture-wayland.c
lib/screenshooter-imgur-dialog.ui
lib/screenshooter-job-callbacks.c
src/main.c
src/xfce4-screenshooter.desktop.in.in
src/xfce4-screenshooter.desktop.in
panel-plugin/screenshooter-plugin.c
panel-plugin/screenshooter.desktop.in
src/xfce4-screenshooter.appdata.xml.in
panel-plugin/screenshooter.desktop.in
src/xfce4-screenshooter.desktop.in
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment