Skip to content
Snippets Groups Projects
Commit 25f40386 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

Merge branch 'reverseDNS' into 'master'

use 'reverse DNS' convention for desktop and icon files

See merge request !84
parents 0b0812bb 15d83402
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ syntax: glob
*~
autom4te.cache
data/defs.py
data/gajim.desktop
data/org.gajim.Gajim.desktop
libtool
po/.intltool-merge-cache
po/POTFILES
......
......@@ -5,10 +5,10 @@
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 data/gajim-remote.desktop.in.in \
&& ls -1 data/org.gajim.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\ndata/gajim-remote.desktop.in\nsrc/ipython_view.py" > po/POTFILES.skip || exit 1
&& echo -e "data/org.gajim.Gajim.desktop.in\ndata/gajim-remote.desktop.in\nsrc/ipython_view.py" > po/POTFILES.skip || exit 1
if [ $(find plugins/ -name '*.py' | wc -l) -gt 0 ];then
ls -1 plugins/*/*.py plugins/*/*.ui >> po/POTFILES.skip
fi
......
......@@ -72,7 +72,7 @@ AC_CONFIG_FILES([
data/moods/Makefile
data/activities/Makefile
icons/Makefile
data/gajim.desktop.in
data/org.gajim.Gajim.desktop.in
data/gajim-remote.desktop.in
data/defs.py
src/Makefile
......
......@@ -2,7 +2,7 @@ SUBDIRS = gui emoticons pixmaps iconsets moods activities
@INTLTOOL_DESKTOP_RULE@
desktopdir = $(datadir)/applications
desktop_in_files = gajim.desktop.in.in gajim-remote.desktop.in.in
desktop_in_files = org.gajim.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 gajim-remote.desktop
CLEANFILES = org.gajim.Gajim.desktop gajim-remote.desktop
MAINTAINERCLEANFILES = Makefile.in
......@@ -6,7 +6,7 @@ _Comment=A GTK+ Jabber client
_Keywords=chat;messaging;im;xmpp;bonjour;voip;
Version=1.0
Exec=gajim
Icon=gajim
Icon=org.gajim.Gajim
StartupNotify=true
StartupWMClass=Gajim
Terminal=false
......
......@@ -2,6 +2,6 @@ iconsdir = $(pkgdatadir)/icons
nobase_dist_icons_DATA = $(srcdir)/*/*/*/*
systemiconsdir = $(datadir)/icons
nobase_dist_systemicons_DATA = $(srcdir)/*/*/*/gajim.*
nobase_dist_systemicons_DATA = $(srcdir)/*/*/*/org.gajim.Gajim.*
MAINTAINERCLEANFILES = Makefile.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