summaryrefslogtreecommitdiffstats
path: root/servers
diff options
context:
space:
mode:
authorSebastian Droege <slomo@ubuntu.com>2005-10-06 14:41:58 +0000
committerSebastian Droege <slomo@ubuntu.com>2005-10-06 14:41:58 +0000
commit37199f0fd28d5f036d99d4755544ffa90436b600 (patch)
treee9ec1a068ad654801cba3b16172c243053222c74 /servers
parentaeb1d09124bd57ecf78e138c4466d682827eb354 (diff)
* added localization to sda
git-svn-id: file:///home/lennart/svn/public/service-discovery-applet/trunk@45 3be567f1-68ff-0310-b24a-ad7cc433fd2f
Diffstat (limited to 'servers')
-rw-r--r--servers/GNOME_ServiceDiscoveryApplet.server.in8
-rw-r--r--servers/Makefile.am10
2 files changed, 10 insertions, 8 deletions
diff --git a/servers/GNOME_ServiceDiscoveryApplet.server.in b/servers/GNOME_ServiceDiscoveryApplet.server.in
index ec947b4..a52a094 100644
--- a/servers/GNOME_ServiceDiscoveryApplet.server.in
+++ b/servers/GNOME_ServiceDiscoveryApplet.server.in
@@ -8,8 +8,8 @@
<item value="IDL:Bonobo/GenericFactory:1.0"/>
<item value="IDL:Bonobo/Unknown:1.0"/>
</oaf_attribute>
- <oaf_attribute name="name" type="string" value="Zeroconf service discovery applet"/>
- <oaf_attribute name="description" type="string" value="This applet allow you to quickly access the zeroconf services available on your network."/>
+ <oaf_attribute name="name" type="string" _value="Zeroconf service discovery applet"/>
+ <oaf_attribute name="description" type="string" _value="This applet allow you to quickly access the zeroconf services available on your network."/>
</oaf_server>
<oaf_server iid="OAFIID:GNOME_ServiceDiscoveryApplet"
@@ -21,8 +21,8 @@
<item value="IDL:Bonobo/Control:1.0"/>
<item value="IDL:Bonobo/Unknown:1.0"/>
</oaf_attribute>
- <oaf_attribute name="name" type="string" value="Zeroconf service discovery applet"/>
- <oaf_attribute name="description" type="string" value="This applet allow you to quickly access the zeroconf services available on your network."/>
+ <oaf_attribute name="name" type="string" _value="Zeroconf service discovery applet"/>
+ <oaf_attribute name="description" type="string" _value="This applet allow you to quickly access the zeroconf services available on your network."/>
<oaf_attribute name="panel:category" type="string" value="Internet"/>
<oaf_attribute name="panel:icon" type="string" value="@iconsdir@/48x48/service-discovery-applet.png"/>
</oaf_server>
diff --git a/servers/Makefile.am b/servers/Makefile.am
index 55986c0..6e10f91 100644
--- a/servers/Makefile.am
+++ b/servers/Makefile.am
@@ -1,11 +1,13 @@
serversdir = $(libdir)/bonobo/servers/
-servers_DATA = GNOME_ServiceDiscoveryApplet.server
+servers_in_files = GNOME_ServiceDiscoveryApplet.server.in
+servers_DATA = $(servers_in_files:.server.in=.server)
+@INTLTOOL_SERVER_RULE@
-GNOME_ServiceDiscoveryApplet.server: GNOME_ServiceDiscoveryApplet.server.in
- sed \
+all: GNOME_ServiceDiscoveryApplet.server
+ sed -i \
-e 's,@bindir\@,$(bindir),g' \
-e 's,@iconsdir\@,$(ICONSDIR),g' \
- $< > $@
+ GNOME_ServiceDiscoveryApplet.server
EXTRA_DIST = GNOME_ServiceDiscoveryApplet.server.in