[gnome-applets/wip/segeiger/in-process: 2/6] timerapplet: rename to timer



commit 70cfec846e4f6a2948aa442a0b354074836b2b0f
Author: Sebastian Geiger <sbastig gmx net>
Date:   Sat Jul 30 23:25:34 2016 +0200

    timerapplet: rename to timer

 Makefile.am                                        |    8 ++++----
 configure.ac                                       |    8 ++++----
 po/POTFILES.in                                     |    6 +++---
 {timerapplet => timer}/Makefile.am                 |    0
 ...rg.gnome.applets.TimerApplet.panel-applet.in.in |    0
 ...org.gnome.gnome-applets.timer.gschema.xml.in.in |    0
 ...nome.panel.applet.TimerAppletFactory.service.in |    0
 {timerapplet => timer}/timerapplet.c               |    0
 8 files changed, 11 insertions(+), 11 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 2f1ec12..0416ba4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -37,8 +37,8 @@ if HAVE_TRACKER_SEARCH_BAR
 tracker_search_bar_SUBDIR = tracker-search-bar
 endif
 
-if BUILD_TIMERAPPLET
-timeapplet_SUBDIR = timerapplet
+if BUILD_TIMER
+timer_SUBDIR = timer
 endif
 
 always_built_SUBDIRS =  \
@@ -66,7 +66,7 @@ SUBDIRS = \
        $(cpufreq_SUBDIR) \
        $(minicommander_applet_SUBDIR) \
        $(tracker_search_bar_SUBDIR) \
-       $(timeapplet_SUBDIR) \
+       $(timer_SUBDIR) \
        $(NULL)
 
 DIST_SUBDIRS = \
@@ -91,7 +91,7 @@ DIST_SUBDIRS = \
        brightness      \
        tracker-search-bar \
        command         \
-       timerapplet     \
+       timer   \
        $(NULL)
 
 EXTRA_DIST = \
diff --git a/configure.ac b/configure.ac
index 9a5897b..47d1e82 100644
--- a/configure.ac
+++ b/configure.ac
@@ -526,10 +526,10 @@ fi
 AM_CONDITIONAL(HAVE_TRACKER_SEARCH_BAR, test "$have_tracker_search_bar" = "yes")
 
 dnl ***************************************************************************
-dnl *** timerapplet specific checks                                       ***
+dnl *** timer applet specific checks                                        ***
 dnl ***************************************************************************
 
-AM_CONDITIONAL(BUILD_TIMERAPPLET, test "x$HAVE_LIBNOTIFY" = "xyes")
+AM_CONDITIONAL(BUILD_TIMER, test "x$HAVE_LIBNOTIFY" = "xyes")
 
 dnl ***************************************************************************
 dnl *** Check if IPv6 is available                                          ***
@@ -733,7 +733,7 @@ AC_CONFIG_FILES([
   stickynotes/Makefile
   stickynotes/pixmaps/Makefile
 
-  timerapplet/Makefile
+  timer/Makefile
 
   tracker-search-bar/Makefile
   tracker-search-bar/src/Makefile
@@ -787,7 +787,7 @@ echo "    modemlights ...................: $BUILD_MODEM_LIGHTS"
 echo "    multiload .....................: $build_gtop_applets"
 echo "    netspeed ......................: $build_gtop_applets"
 echo "    stickynotes ...................: $enable_stickynotes"
-echo "    timerapplet ...................: $HAVE_LIBNOTIFY"
+echo "    timer .........................: $HAVE_LIBNOTIFY"
 echo "    tracker-search-bar ............: $have_tracker_search_bar"
 echo "    trash .........................: always"
 echo "    windowpicker ..................: always"
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 3833b30..c510229 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -108,9 +108,9 @@ stickynotes/stickynotes_callbacks.c
 [type: gettext/glade]stickynotes/stickynotes-note.ui
 [type: gettext/glade]stickynotes/stickynotes-preferences.ui
 [type: gettext/glade]stickynotes/stickynotes-properties.ui
-[type: gettext/ini]timerapplet/org.gnome.applets.TimerApplet.panel-applet.in.in
-timerapplet/org.gnome.gnome-applets.timer.gschema.xml.in.in
-timerapplet/timerapplet.c
+[type: gettext/ini]timer/org.gnome.applets.TimerApplet.panel-applet.in.in
+timer/org.gnome.gnome-applets.timer.gschema.xml.in.in
+timer/timerapplet.c
 [type: gettext/ini]tracker-search-bar/data/org.gnome.panel.SearchBar.panel-applet.in.in
 tracker-search-bar/src/tracker-applet.c
 tracker-search-bar/src/tracker-results-window.c
diff --git a/timerapplet/Makefile.am b/timer/Makefile.am
similarity index 100%
rename from timerapplet/Makefile.am
rename to timer/Makefile.am
diff --git a/timerapplet/org.gnome.applets.TimerApplet.panel-applet.in.in 
b/timer/org.gnome.applets.TimerApplet.panel-applet.in.in
similarity index 100%
rename from timerapplet/org.gnome.applets.TimerApplet.panel-applet.in.in
rename to timer/org.gnome.applets.TimerApplet.panel-applet.in.in
diff --git a/timerapplet/org.gnome.gnome-applets.timer.gschema.xml.in.in 
b/timer/org.gnome.gnome-applets.timer.gschema.xml.in.in
similarity index 100%
rename from timerapplet/org.gnome.gnome-applets.timer.gschema.xml.in.in
rename to timer/org.gnome.gnome-applets.timer.gschema.xml.in.in
diff --git a/timerapplet/org.gnome.panel.applet.TimerAppletFactory.service.in 
b/timer/org.gnome.panel.applet.TimerAppletFactory.service.in
similarity index 100%
rename from timerapplet/org.gnome.panel.applet.TimerAppletFactory.service.in
rename to timer/org.gnome.panel.applet.TimerAppletFactory.service.in
diff --git a/timerapplet/timerapplet.c b/timer/timerapplet.c
similarity index 100%
rename from timerapplet/timerapplet.c
rename to timer/timerapplet.c


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]