[yast-commit] r55754 - /branches/tmp/lslezak/core/dbus/namespace_service/
Author: lslezak Date: Wed Feb 25 17:48:32 2009 New Revision: 55754 URL: http://svn.opensuse.org/viewcvs/yast?rev=55754&view=rev Log: - renamed service config files to match the DBus service name Added: branches/tmp/lslezak/core/dbus/namespace_service/org.opensuse.YaST.modules.conf.in (props changed) - copied unchanged from r55753, branches/tmp/lslezak/core/dbus/namespace_service/org.opensuse.yast.modules.conf.in branches/tmp/lslezak/core/dbus/namespace_service/org.opensuse.YaST.modules.service.in.in (props changed) - copied unchanged from r55753, branches/tmp/lslezak/core/dbus/namespace_service/org.opensuse.yast.modules.service.in.in Removed: branches/tmp/lslezak/core/dbus/namespace_service/org.opensuse.yast.modules.conf.in branches/tmp/lslezak/core/dbus/namespace_service/org.opensuse.yast.modules.service.in.in Modified: branches/tmp/lslezak/core/dbus/namespace_service/Makefile.am Modified: branches/tmp/lslezak/core/dbus/namespace_service/Makefile.am URL: http://svn.opensuse.org/viewcvs/yast/branches/tmp/lslezak/core/dbus/namespace_service/Makefile.am?rev=55754&r1=55753&r2=55754&view=diff ============================================================================== --- branches/tmp/lslezak/core/dbus/namespace_service/Makefile.am (original) +++ branches/tmp/lslezak/core/dbus/namespace_service/Makefile.am Wed Feb 25 17:48:32 2009 @@ -2,7 +2,7 @@ # Makefile.am for dbus/service # -EXTRA_DIST=org.opensuse.yast.modules.service.in.in org.opensuse.yast.modules.conf.in org.opensuse.yast.modules.policy.in \ +EXTRA_DIST=org.opensuse.YaST.modules.service.in.in org.opensuse.YaST.modules.conf.in org.opensuse.yast.modules.policy.in \ Yast_dbus_names.h.in AM_CXXFLAGS = -DY2LOG=\"DBus-service\" -DSUSEVERSION=\"${SUSEVERSION}\" @@ -34,12 +34,12 @@ # Can't use autoconf only because @ybindir@ expands to '${prefix}/...'. # So must use %YBINDIR% and expand it via sed during make # Ouch, ouch, ouch -dbus_services_in_files = org.opensuse.yast.modules.service.in +dbus_services_in_files = org.opensuse.YaST.modules.service.in dbus_services_DATA = $(dbus_services_in_files:.service.in=.service) $(dbus_services_DATA): $(dbus_services_in_files) sed -e "s|\%YBINDIR\%|$(ybindir)|" $< > $@ # service config dbus_confdir = `pkg-config --print-errors --variable sysconfdir dbus-1`/dbus-1/system.d -dbus_conf_DATA = org.opensuse.yast.modules.conf +dbus_conf_DATA = org.opensuse.YaST.modules.conf -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
lslezak@svn.opensuse.org