diff options
author | Brent Hull <[email protected]> | 2012-10-21 13:55:02 -0400 |
---|---|---|
committer | Brent Hull <[email protected]> | 2012-10-21 13:55:02 -0400 |
commit | 0645ff5a2d3f5115d411860fa32bef376f8e8d2b (patch) | |
tree | a79365cae9f27c2c6a57b04e6e0028259d0cc656 | |
parent | d5d706b9945e2b625de64136328eb0fced479c27 (diff) | |
download | mate-power-manager-0645ff5a2d3f5115d411860fa32bef376f8e8d2b.tar.bz2 mate-power-manager-0645ff5a2d3f5115d411860fa32bef376f8e8d2b.tar.xz |
Update configure and POTFILES for the applets port
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | po/POTFILES.in | 6 | ||||
-rw-r--r-- | po/POTFILES.skip | 4 |
3 files changed, 5 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac index 6910927..bfaed8c 100644 --- a/configure.ac +++ b/configure.ac @@ -281,7 +281,7 @@ have_applets=no if test x$enable_applets = xyes ; then have_applets=yes - PKG_CHECK_MODULES(PANEL, [libmatepanelapplet-2.0 >= $LIBPANEL_REQUIRED]) + PKG_CHECK_MODULES(PANEL, [libmatepanelapplet-3.0 >= $LIBPANEL_REQUIRED]) AC_DEFINE(HAVE_APPLETS, 1, [Define if we are building applets]) fi AC_MSG_RESULT([$have_applets]) diff --git a/po/POTFILES.in b/po/POTFILES.in index e26d395..6cb335d 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -2,9 +2,9 @@ # List of source files containing translatable strings. # Please keep this file sorted alphabetically. applets/brightness/brightness-applet.c -applets/brightness/MATE_BrightnessApplet.server.in.in +[type: gettext/ini]applets/brightness/org.mate.BrightnessApplet.mate-panel-applet.in.in applets/inhibit/inhibit-applet.c -applets/inhibit/MATE_InhibitApplet.server.in.in +[type: gettext/ini]applets/inhibit/org.mate.InhibitApplet.mate-panel-applet.in.in data/mate-power-manager.desktop.in.in data/mate-power-manager.schemas.in data/mate-power-preferences.desktop.in.in @@ -34,5 +34,3 @@ src/gpm-screensaver.c src/gpm-statistics.c src/gpm-tray-icon.c src/gpm-upower.c -applets/brightness/MATE_BrightnessApplet.xml -applets/inhibit/MATE_InhibitApplet.xml diff --git a/po/POTFILES.skip b/po/POTFILES.skip index ec82b10..4f534b9 100644 --- a/po/POTFILES.skip +++ b/po/POTFILES.skip @@ -1,5 +1,5 @@ -applets/brightness/MATE_BrightnessApplet.server.in -applets/inhibit/MATE_InhibitApplet.server.in +applets/brightness/org.mate.BrightnessApplet.mate-panel-applet.in +applets/inhibit/org.mate.InhibitApplet.mate-panel-applet.in data/mate-power-manager.desktop.in data/mate-power-preferences.desktop.in data/mate-power-statistics.desktop.in |