aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorKen VanDine <ken.vandine@canonical.com>2011-09-23 13:10:03 -0400
committerKen VanDine <ken.vandine@canonical.com>2011-09-23 13:10:03 -0400
commit4596344bfc8455e544e950d86fa413c5e66eae69 (patch)
treea86f7df2d7c2a502457e68a5654df4c141ce7ee5 /Makefile.in
parent589843c802b543d0cb25b616e4e1ba9c557bdb9c (diff)
parent56dd8ea486d13905bf24ea28a59d48e1c30130d9 (diff)
downloadayatana-indicator-power-4596344bfc8455e544e950d86fa413c5e66eae69.tar.gz
ayatana-indicator-power-4596344bfc8455e544e950d86fa413c5e66eae69.tar.bz2
ayatana-indicator-power-4596344bfc8455e544e950d86fa413c5e66eae69.zip
* New upstream release.
- Use correct dgettext and g_dngettext calls (LP: #846895) - Ensure we use the same icon for all charge levels if we are in the charging status (LP: #824629) - Fix gap when the power indicator is not show (LP: #842188) - Do not show (charged) in menu title when fully charged (LP: #850011) - Do not activate g-s-d, but just watch dbus for g-s-d to appear (LP: #854717)
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index 7818e41..9c1d3f8 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -332,7 +332,7 @@ top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
SUBDIRS = po
-gsettings_in_file = data/org.ubuntu.indicator-power.gschema.xml.in
+gsettings_in_file = data/com.canonical.indicator.power.gschema.xml.in
gsettings_SCHEMAS = $(gsettings_in_file:.xml.in=.xml)
###################
@@ -363,7 +363,8 @@ dist_noinst_SCRIPTS = \
autogen.sh
dist_noinst_DATA = \
- data/org.ubuntu.indicator-power.gschema.xml
+ data/com.canonical.indicator.power.gschema.xml \
+ $(gsettings_in_file)
CLEANFILES = \
$(gsettings_SCHEMAS)
@@ -975,7 +976,6 @@ uninstall-am: uninstall-powerlibLTLIBRARIES
@INTLTOOL_XML_NOMERGE_RULE@
@GSETTINGS_RULES@
- $(gsettings_in_file)
############################################################