correctly install gajim-remote.desktop file.
This commit is contained in:
parent
11970eb705
commit
e29bc43cbf
|
@ -14,7 +14,7 @@
|
|||
echo "[encoding: UTF-8]" > po/POTFILES.in \
|
||||
&& for p in `ls data/gui/*.ui`; do echo "[type: gettext/glade]$p" >> \
|
||||
po/POTFILES.in; done \
|
||||
&& ls -1 data/gajim.desktop.in.in \
|
||||
&& ls -1 data/gajim.desktop.in.in data/gajim-remote.desktop.in.in \
|
||||
src/*.py src/common/*.py src/command_system/*.py src/command_system/implementation/*.py src/common/zeroconf/*.py src/plugins/*.py | grep -v ipython_view.py >> \
|
||||
po/POTFILES.in \
|
||||
&& echo -e "data/gajim.desktop.in\nsrc/ipython_view.py" > po/POTFILES.skip || exit 1
|
||||
|
|
|
@ -73,6 +73,7 @@ AC_CONFIG_FILES([
|
|||
data/activities/Makefile
|
||||
icons/Makefile
|
||||
data/gajim.desktop.in
|
||||
data/gajim-remote.desktop.in
|
||||
data/defs.py
|
||||
src/Makefile
|
||||
scripts/gajim
|
||||
|
|
|
@ -2,7 +2,7 @@ SUBDIRS = gui emoticons pixmaps iconsets moods activities
|
|||
@INTLTOOL_DESKTOP_RULE@
|
||||
|
||||
desktopdir = $(datadir)/applications
|
||||
desktop_in_files = gajim.desktop.in.in
|
||||
desktop_in_files = gajim.desktop.in.in gajim-remote.desktop.in.in
|
||||
desktop_DATA = $(desktop_in_files:.desktop.in.in=.desktop)
|
||||
|
||||
installdefsdir = $(gajim_srcdir)/common
|
||||
|
@ -29,6 +29,6 @@ EXTRA_DIST = $(desktop_in_files) \
|
|||
DISTCLEANFILES = $(desktop_DATA) \
|
||||
$(installdefs_DATA)
|
||||
|
||||
CLEANFILES = gajim.desktop
|
||||
CLEANFILES = gajim.desktop gajim-remote.desktop
|
||||
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
|
Loading…
Reference in New Issue