[gnome-applets] trashapplet: rename folder to trash
- From: Sebastian Geiger <segeiger src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-applets] trashapplet: rename folder to trash
- Date: Fri, 29 Jul 2016 22:34:18 +0000 (UTC)
commit 2021d6d58c016419c0f6ea5f7abf32c920e77c1a
Author: Sebastian Geiger <sbastig gmx net>
Date: Thu Jul 28 23:49:20 2016 +0200
trashapplet: rename folder to trash
Makefile.am | 4 ++--
configure.ac | 8 ++++----
{trashapplet => trash}/Makefile.am | 0
{trashapplet => trash}/README | 0
.../help/C/figures/trash-applet.png | Bin 10656 -> 10656 bytes
{trashapplet => trash}/help/C/index.docbook | 0
{trashapplet => trash}/help/C/legal.xml | 0
{trashapplet => trash}/help/Makefile.am | 0
{trashapplet => trash}/help/ca/ca.po | 0
{trashapplet => trash}/help/cs/cs.po | 0
{trashapplet => trash}/help/da/da.po | 0
{trashapplet => trash}/help/de/de.po | 0
.../help/de/figures/trash-applet.png | Bin 12858 -> 12858 bytes
{trashapplet => trash}/help/el/el.po | 0
.../help/el/figures/trash-applet.png | Bin 13302 -> 13302 bytes
{trashapplet => trash}/help/en_GB/en_GB.po | 0
{trashapplet => trash}/help/es/es.po | 0
.../help/es/figures/trash-applet.png | Bin 9913 -> 9913 bytes
{trashapplet => trash}/help/eu/eu.po | 0
.../help/eu/figures/trash-applet.png | Bin 8722 -> 8722 bytes
{trashapplet => trash}/help/fi/fi.po | 0
.../help/fi/figures/trash-applet.png | Bin 11544 -> 11544 bytes
.../help/fr/figures/trash-applet.png | Bin 11615 -> 11615 bytes
{trashapplet => trash}/help/fr/fr.po | 0
{trashapplet => trash}/help/hu/hu.po | 0
.../help/it/figures/trash-applet.png | Bin 10630 -> 10630 bytes
{trashapplet => trash}/help/it/it.po | 0
{trashapplet => trash}/help/mk/mk.po | 0
.../help/nl/figures/trash-applet.png | Bin 10656 -> 10656 bytes
{trashapplet => trash}/help/nl/nl.po | 0
{trashapplet => trash}/help/oc/oc.po | 0
.../help/pa/figures/trash-applet.png | Bin 19701 -> 19701 bytes
{trashapplet => trash}/help/pa/pa.po | 0
{trashapplet => trash}/help/pt_BR/pt_BR.po | 0
{trashapplet => trash}/help/ro/ro.po | 0
{trashapplet => trash}/help/ru/ru.po | 0
{trashapplet => trash}/help/sl/sl.po | 0
.../help/sv/figures/trash-applet.png | Bin 9920 -> 9920 bytes
{trashapplet => trash}/help/sv/sv.po | 0
.../help/uk/figures/trash-applet.png | Bin 10401 -> 10401 bytes
{trashapplet => trash}/help/uk/uk.po | 0
{trashapplet => trash}/help/zh_CN/zh_CN.po | 0
{trashapplet => trash}/help/zh_HK/zh_HK.po | 0
{trashapplet => trash}/help/zh_TW/zh_TW.po | 0
...rg.gnome.applets.TrashApplet.panel-applet.in.in | 0
...nome.panel.applet.TrashAppletFactory.service.in | 0
{trashapplet => trash}/src/Makefile.am | 0
{trashapplet => trash}/src/trash-empty.c | 0
{trashapplet => trash}/src/trash-empty.h | 0
{trashapplet => trash}/src/trashapplet.c | 0
{trashapplet => trash}/src/trashapplet.h | 0
.../trashapplet-empty-progress.ui | 0
{trashapplet => trash}/trashapplet-menu.xml | 0
53 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index ea72511..de412d6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -50,7 +50,7 @@ always_built_SUBDIRS = \
invest-applet \
geyes \
stickynotes \
- trashapplet \
+ trash \
windowpicker \
$(NULL)
@@ -83,7 +83,7 @@ DIST_SUBDIRS = \
man \
accessx-status \
stickynotes \
- trashapplet \
+ trash \
cpufreq \
invest-applet \
windowpicker \
diff --git a/configure.ac b/configure.ac
index 905a18d..b13f2a6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -737,9 +737,9 @@ AC_CONFIG_FILES([
tracker-search-bar/Makefile
- trashapplet/help/Makefile
- trashapplet/Makefile
- trashapplet/src/Makefile
+ trash/help/Makefile
+ trash/Makefile
+ trash/src/Makefile
windowpicker/Makefile
windowpicker/data/Makefile
@@ -786,7 +786,7 @@ echo " netspeed ......................: $build_gtop_applets"
echo " stickynotes ...................: $enable_stickynotes"
echo " timerapplet ...................: $HAVE_LIBNOTIFY"
echo " tracker-search-bar ............: $have_tracker_search_bar"
-echo " trashapplet ...................: always"
+echo " trash .........................: always"
echo " windowpicker ..................: always"
echo ""
echo " charpick"
diff --git a/trashapplet/Makefile.am b/trash/Makefile.am
similarity index 100%
rename from trashapplet/Makefile.am
rename to trash/Makefile.am
diff --git a/trashapplet/README b/trash/README
similarity index 100%
rename from trashapplet/README
rename to trash/README
diff --git a/trashapplet/help/C/index.docbook b/trash/help/C/index.docbook
similarity index 100%
rename from trashapplet/help/C/index.docbook
rename to trash/help/C/index.docbook
diff --git a/trashapplet/help/C/legal.xml b/trash/help/C/legal.xml
similarity index 100%
rename from trashapplet/help/C/legal.xml
rename to trash/help/C/legal.xml
diff --git a/trashapplet/help/Makefile.am b/trash/help/Makefile.am
similarity index 100%
rename from trashapplet/help/Makefile.am
rename to trash/help/Makefile.am
diff --git a/trashapplet/help/ca/ca.po b/trash/help/ca/ca.po
similarity index 100%
rename from trashapplet/help/ca/ca.po
rename to trash/help/ca/ca.po
diff --git a/trashapplet/help/cs/cs.po b/trash/help/cs/cs.po
similarity index 100%
rename from trashapplet/help/cs/cs.po
rename to trash/help/cs/cs.po
diff --git a/trashapplet/help/da/da.po b/trash/help/da/da.po
similarity index 100%
rename from trashapplet/help/da/da.po
rename to trash/help/da/da.po
diff --git a/trashapplet/help/de/de.po b/trash/help/de/de.po
similarity index 100%
rename from trashapplet/help/de/de.po
rename to trash/help/de/de.po
diff --git a/trashapplet/help/el/el.po b/trash/help/el/el.po
similarity index 100%
rename from trashapplet/help/el/el.po
rename to trash/help/el/el.po
diff --git a/trashapplet/help/en_GB/en_GB.po b/trash/help/en_GB/en_GB.po
similarity index 100%
rename from trashapplet/help/en_GB/en_GB.po
rename to trash/help/en_GB/en_GB.po
diff --git a/trashapplet/help/es/es.po b/trash/help/es/es.po
similarity index 100%
rename from trashapplet/help/es/es.po
rename to trash/help/es/es.po
diff --git a/trashapplet/help/eu/eu.po b/trash/help/eu/eu.po
similarity index 100%
rename from trashapplet/help/eu/eu.po
rename to trash/help/eu/eu.po
diff --git a/trashapplet/help/fi/fi.po b/trash/help/fi/fi.po
similarity index 100%
rename from trashapplet/help/fi/fi.po
rename to trash/help/fi/fi.po
diff --git a/trashapplet/help/fr/fr.po b/trash/help/fr/fr.po
similarity index 100%
rename from trashapplet/help/fr/fr.po
rename to trash/help/fr/fr.po
diff --git a/trashapplet/help/hu/hu.po b/trash/help/hu/hu.po
similarity index 100%
rename from trashapplet/help/hu/hu.po
rename to trash/help/hu/hu.po
diff --git a/trashapplet/help/it/it.po b/trash/help/it/it.po
similarity index 100%
rename from trashapplet/help/it/it.po
rename to trash/help/it/it.po
diff --git a/trashapplet/help/mk/mk.po b/trash/help/mk/mk.po
similarity index 100%
rename from trashapplet/help/mk/mk.po
rename to trash/help/mk/mk.po
diff --git a/trashapplet/help/nl/nl.po b/trash/help/nl/nl.po
similarity index 100%
rename from trashapplet/help/nl/nl.po
rename to trash/help/nl/nl.po
diff --git a/trashapplet/help/oc/oc.po b/trash/help/oc/oc.po
similarity index 100%
rename from trashapplet/help/oc/oc.po
rename to trash/help/oc/oc.po
diff --git a/trashapplet/help/pa/pa.po b/trash/help/pa/pa.po
similarity index 100%
rename from trashapplet/help/pa/pa.po
rename to trash/help/pa/pa.po
diff --git a/trashapplet/help/pt_BR/pt_BR.po b/trash/help/pt_BR/pt_BR.po
similarity index 100%
rename from trashapplet/help/pt_BR/pt_BR.po
rename to trash/help/pt_BR/pt_BR.po
diff --git a/trashapplet/help/ro/ro.po b/trash/help/ro/ro.po
similarity index 100%
rename from trashapplet/help/ro/ro.po
rename to trash/help/ro/ro.po
diff --git a/trashapplet/help/ru/ru.po b/trash/help/ru/ru.po
similarity index 100%
rename from trashapplet/help/ru/ru.po
rename to trash/help/ru/ru.po
diff --git a/trashapplet/help/sl/sl.po b/trash/help/sl/sl.po
similarity index 100%
rename from trashapplet/help/sl/sl.po
rename to trash/help/sl/sl.po
diff --git a/trashapplet/help/sv/sv.po b/trash/help/sv/sv.po
similarity index 100%
rename from trashapplet/help/sv/sv.po
rename to trash/help/sv/sv.po
diff --git a/trashapplet/help/uk/uk.po b/trash/help/uk/uk.po
similarity index 100%
rename from trashapplet/help/uk/uk.po
rename to trash/help/uk/uk.po
diff --git a/trashapplet/help/zh_CN/zh_CN.po b/trash/help/zh_CN/zh_CN.po
similarity index 100%
rename from trashapplet/help/zh_CN/zh_CN.po
rename to trash/help/zh_CN/zh_CN.po
diff --git a/trashapplet/help/zh_HK/zh_HK.po b/trash/help/zh_HK/zh_HK.po
similarity index 100%
rename from trashapplet/help/zh_HK/zh_HK.po
rename to trash/help/zh_HK/zh_HK.po
diff --git a/trashapplet/help/zh_TW/zh_TW.po b/trash/help/zh_TW/zh_TW.po
similarity index 100%
rename from trashapplet/help/zh_TW/zh_TW.po
rename to trash/help/zh_TW/zh_TW.po
diff --git a/trashapplet/org.gnome.applets.TrashApplet.panel-applet.in.in
b/trash/org.gnome.applets.TrashApplet.panel-applet.in.in
similarity index 100%
rename from trashapplet/org.gnome.applets.TrashApplet.panel-applet.in.in
rename to trash/org.gnome.applets.TrashApplet.panel-applet.in.in
diff --git a/trashapplet/org.gnome.panel.applet.TrashAppletFactory.service.in
b/trash/org.gnome.panel.applet.TrashAppletFactory.service.in
similarity index 100%
rename from trashapplet/org.gnome.panel.applet.TrashAppletFactory.service.in
rename to trash/org.gnome.panel.applet.TrashAppletFactory.service.in
diff --git a/trashapplet/src/Makefile.am b/trash/src/Makefile.am
similarity index 100%
rename from trashapplet/src/Makefile.am
rename to trash/src/Makefile.am
diff --git a/trashapplet/src/trash-empty.c b/trash/src/trash-empty.c
similarity index 100%
rename from trashapplet/src/trash-empty.c
rename to trash/src/trash-empty.c
diff --git a/trashapplet/src/trash-empty.h b/trash/src/trash-empty.h
similarity index 100%
rename from trashapplet/src/trash-empty.h
rename to trash/src/trash-empty.h
diff --git a/trashapplet/src/trashapplet.c b/trash/src/trashapplet.c
similarity index 100%
rename from trashapplet/src/trashapplet.c
rename to trash/src/trashapplet.c
diff --git a/trashapplet/src/trashapplet.h b/trash/src/trashapplet.h
similarity index 100%
rename from trashapplet/src/trashapplet.h
rename to trash/src/trashapplet.h
diff --git a/trashapplet/trashapplet-empty-progress.ui b/trash/trashapplet-empty-progress.ui
similarity index 100%
rename from trashapplet/trashapplet-empty-progress.ui
rename to trash/trashapplet-empty-progress.ui
diff --git a/trashapplet/trashapplet-menu.xml b/trash/trashapplet-menu.xml
similarity index 100%
rename from trashapplet/trashapplet-menu.xml
rename to trash/trashapplet-menu.xml
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]