Ticket #228: desktop.2.diff
| File desktop.2.diff, 4.8 kB (added by james_w, 6 months ago) |
|---|
-
avahi-python/avahi-discover/Makefile.am
old new 23 23 __init__.py \ 24 24 SimpleGladeApp.py \ 25 25 avahi-discover.in \ 26 avahi-discover.desktop.in 26 avahi-discover.desktop.in.in 27 27 28 28 if HAVE_PYTHON 29 29 if HAVE_PYTHON_DBUS … … 32 32 pythonscripts = 33 33 34 34 desktopdir = $(datadir)/applications 35 desktop_DATA = 35 desktop_in_files = avahi-discover.desktop.in 36 desktop_DATA = 37 @INTLTOOL_DESKTOP_RULE@ 36 38 37 39 avahi_discoverdir = $(pythondir)/avahi_discover 38 40 avahi_discover_PYTHON = … … 40 42 if HAVE_GDBM 41 43 pythonscripts += \ 42 44 avahi-discover 43 desktop_DATA += avahi-discover.desktop45 desktop_DATA += $(desktop_in_files:.desktop.in=.desktop) 44 46 avahi_discover_PYTHON += __init__.py SimpleGladeApp.py 45 47 endif 46 48 47 49 if HAVE_DBM 48 50 pythonscripts += \ 49 51 avahi-discover 50 desktop_DATA += avahi-discover.desktop52 desktop_DATA += $(desktop_in_files:.desktop.in=.desktop) 51 53 avahi_discover_PYTHON += __init__.py SimpleGladeApp.py 52 54 endif 53 55 54 avahi-discover.desktop: avahi-discover.desktop.in55 sed -e 's,@bindir\@,$(bindir),g' $< > $@56 57 56 avahi-discover: avahi-discover.in 58 57 sed -e 's,@PYTHON\@,$(PYTHON),g' \ 59 58 -e 's,@interfacesdir\@,$(interfacesdir),g' $< > $@ 60 59 chmod +x $@ 61 60 62 61 bin_SCRIPTS = $(pythonscripts) 63 CLEANFILES = $(pythonscripts) $(desktop_ DATA) *.pyc *.pyo62 CLEANFILES = $(pythonscripts) $(desktop_in_files) $(desktop_DATA) *.pyc *.pyo 64 63 65 64 endif 66 65 endif -
avahi-python/avahi-discover/avahi-discover.desktop.in
old new 1 1 [Desktop Entry] 2 2 Version=1.0 3 Encoding=UTF-8 4 Name=Avahi Zeroconf Browser 5 Comment=Browse for Zeroconf services available on your network 3 _Name=Avahi Zeroconf Browser 4 _Comment=Browse for Zeroconf services available on your network 6 5 Exec=@bindir@/avahi-discover 7 6 Terminal=false 8 7 Type=Application -
avahi-ui/Makefile.am
old new 23 23 AM_CFLAGS+='-DDEBUG_TRAP=__asm__("int $$3")' 24 24 25 25 desktopdir = $(datadir)/applications 26 desktop_in_files = bssh.desktop bvnc.desktop 26 27 desktop_DATA = 28 @INTLTOOL_DESKTOP_RULE@ 27 29 28 EXTRA_DIST = bssh.desktop.in bvnc.desktop.in30 EXTRA_DIST = bssh.desktop.in.in bvnc.desktop.in.in 29 31 30 32 31 33 if HAVE_GTK … … 58 60 endif 59 61 60 62 bin_PROGRAMS = bssh 61 desktop_DATA += bssh.desktop bvnc.desktop63 desktop_DATA += $(desktop_in_files:.desktop.in=.desktop) 62 64 63 65 bssh_SOURCES = bssh.c 64 66 bssh_CFLAGS = $(AM_CFLAGS) $(GTK20_CFLAGS) … … 70 72 $(LN_S) bssh bvnc && \ 71 73 $(LN_S) bssh bshell 72 74 73 bssh.desktop: bssh.desktop.in74 sed -e 's,@bindir\@,$(bindir),g' $< > $@75 76 bvnc.desktop: bvnc.desktop.in77 sed -e 's,@bindir\@,$(bindir),g' $< > $@78 79 75 endif # HAVE_GLIB 80 76 endif 81 77 endif 82 78 83 CLEANFILES = $(desktop_ DATA)79 CLEANFILES = $(desktop_in_files) $(desktop_DATA) -
avahi-ui/bssh.desktop.in
old new 1 1 [Desktop Entry] 2 2 Version=1.0 3 Encoding=UTF-84 3 _Name=Avahi SSH Server Browser 5 4 _Comment=Browse for Zeroconf-enabled SSH Servers 6 5 Exec=@bindir@/bssh -
avahi-ui/bvnc.desktop.in
old new 1 1 [Desktop Entry] 2 2 Version=1.0 3 Encoding=UTF-84 3 _Name=Avahi VNC Server Browser 5 4 _Comment=Browse for Zeroconf-enabled VNC Servers 6 5 Exec=@bindir@/bvnc -
configure.ac
old new 1075 1075 avahi-python/Makefile 1076 1076 avahi-python/avahi/Makefile 1077 1077 avahi-python/avahi-discover/Makefile 1078 avahi-python/avahi-discover/avahi-discover.desktop.in 1078 1079 examples/Makefile 1079 1080 common/Makefile 1080 1081 man/Makefile … … 1087 1088 avahi-compat-howl/samples/Makefile 1088 1089 avahi-autoipd/Makefile 1089 1090 avahi-ui/Makefile 1091 avahi-ui/bssh.desktop.in 1092 avahi-ui/bvnc.desktop.in 1090 1093 po/Makefile.in 1091 1094 ]) 1092 1095 AC_OUTPUT -
po/POTFILES.in
old new 1 1 # List of source files which contain translatable strings. 2 2 avahi-common/error.c 3 avahi-python/avahi-discover/avahi-discover.desktop.in.in 3 4 avahi-ui/avahi-ui.c 4 5 avahi-ui/bssh.c 5 avahi-ui/bssh.desktop.in 6 avahi-ui/bvnc.desktop.in 6 avahi-ui/bssh.desktop.in.in 7 avahi-ui/bvnc.desktop.in.in 7 8 avahi-utils/avahi-browse.c 8 9 avahi-utils/avahi-publish.c 9 10 avahi-utils/avahi-resolve.c
