[gnome-applets/wip/segeiger/in-process: 1/3] timerapplet: rename to timer
- From: Sebastian Geiger <segeiger src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-applets/wip/segeiger/in-process: 1/3] timerapplet: rename to timer
- Date: Sat, 30 Jul 2016 22:48:02 +0000 (UTC)
commit 525113165c653f4f4760ee06b270f578a9fc0d0f
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 ++++----
{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
7 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index de412d6..2cfadab 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/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]