[Libreoffice-commits] core.git: Branch 'aoo/trunk' - sysui/desktop
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Thu Oct 18 12:11:19 UTC 2018
sysui/desktop/share/create_tree.sh | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
New commits:
commit d81947903aac08be6152f175749a6d9ad13906b4
Author: Matthias Seidel <mseidel at apache.org>
AuthorDate: Thu Oct 18 11:10:58 2018 +0000
Commit: Matthias Seidel <mseidel at apache.org>
CommitDate: Thu Oct 18 11:10:58 2018 +0000
Minor cleanup
diff --git a/sysui/desktop/share/create_tree.sh b/sysui/desktop/share/create_tree.sh
index db95abafa74c..6d846196d5fd 100644
--- a/sysui/desktop/share/create_tree.sh
+++ b/sysui/desktop/share/create_tree.sh
@@ -22,7 +22,7 @@ umask 022
if [ "${KDEMAINDIR}" ]
then
- echo Copying icons ..
+ echo Copying KDE icons...
for i in `cd ${ICON_SOURCE_DIR}; find ${ICON_THEMES:-hicolor/??x?? hicolor/???x??? locolor} -name "*.png"`
do
targetdir=${DESTDIR}/${KDEMAINDIR}/share/icons/`dirname $i`
@@ -41,7 +41,7 @@ fi
if [ "${GNOMEDIR}" ]
then
- echo Copying GNOME icons ..
+ echo Copying GNOME icons...
for i in `cd ${ICON_SOURCE_DIR}/hicolor; find ??x?? ???x??? -name "*.png"`
do
targetdir=${DESTDIR}/${GNOMEDIR}/share/icons/gnome/`dirname $i`
@@ -62,7 +62,7 @@ then
if [ "${GNOME_MIME_THEME}" ]
then
- echo "Creating legacy mimetype symlinks for GNOME .."
+ echo "Creating legacy mimetype symlinks for GNOME..."
# add symlinks so that nautilus can identify the mime-icons
# not strictly freedesktop-stuff but there is no common naming scheme yet.
# One proposal is "mime-application:vnd.oasis.opendocument.spreadsheet.png"
More information about the Libreoffice-commits
mailing list